PartnerHub

<back to all web services

PartsReceiptGet

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/PartsReceiptGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: application/json
Content-Length: length

{"SerialNumber":"String","ReceiptNumber":"String","ReceiptDate":"0001-01-01T00:00:00.0000000Z","ReceiptSince":"0001-01-01T00:00:00.0000000Z","ReceiptUntil":"0001-01-01T00:00:00.0000000Z","ModifiedSince":"0001-01-01T00:00:00.0000000Z","ModifiedUntil":"0001-01-01T00:00:00.0000000Z"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"PartsReceipts":[{"Id":"string/00000000-0000-0000-0000-000000000000","SerialNumber":"String","ReceiptID":"00000000000000000000000000000000","ReceiptDate":"0001-01-01T00:00:00.0000000Z","ReceiptNumber":"String","ReceiptLines":[{"LineId":"String","PartNumber":"String","PartRef":"00000000000000000000000000000000","OrderNumber":"String","OrderRef":"String","Quantity":0,"CancelledQuantity":0,"Cost":0,"CSR":"String"}],"LastUpdate":"0001-01-01T00:00:00.0000000Z"}]}