PartnerHub

<back to all web services

OpCodeGet

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/OpCodeGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: application/json
Content-Length: length

{"SerialNumber":"String","OpCodeIds":["00000000000000000000000000000000"],"Code":"String","Description":"String","ModifiedSince":"0001-01-01T00:00:00.0000000Z","IsWeb":false,"GMCode":"String","IsGMOpCode":false,"IncludeDeleted":false,"IncludeDoNotDisplay":false,"Category":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"OpCodes":[{"Id":"string/string","SerialNumber":"String","OpCodeId":"00000000000000000000000000000000","Code":"String","Description":"String","FlatDollars":0,"FlatHours":0,"AllowedHours":0,"LabourEstimate":0,"PartsEstimate":0,"SkillCode":"String","RateCode":"String","OpCodePriceCodes":[{"PriceCodeRef":"00000000000000000000000000000000","ShopRef":"00000000000000000000000000000000","PayType":0,"IsDefault":false}],"PartLines":[{"PartNumber":"String","PartDescription":"String","Requested":0}],"LastUpdate":"0001-01-01T00:00:00.0000000Z","IsWeb":false,"WebSequence":0,"GMCode":"String","IsGMOpCode":false,"IsDeleted":false,"DisplayInPulldown":false,"Category":"String"}]}