PartnerHub

<back to all web services

PartsQuoteGet

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

{"SerialNumber":"String","PartsQuoteId":"00000000000000000000000000000000","PartsQuoteNumber":0,"RawPartsQuoteNumber":"String","ContactRef":"00000000000000000000000000000000","Status":"String","OpenedSince":"0001-01-01T00:00:00.0000000Z","OpenedUntil":"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

{"PartsQuotes":[{"Id":"string/00000000-0000-0000-0000-000000000000","QuoteID":"00000000000000000000000000000000","SerialNumber":"String","QuoteNumber":0,"RawPartsQuoteNumber":"String","ContactRef":"00000000000000000000000000000000","Reference":"String","Status":"String","DateOpened":"0001-01-01T00:00:00.0000000Z","DateClosed":"0001-01-01T00:00:00.0000000Z","DateExpires":"0001-01-01T00:00:00.0000000Z","PartLines":[{"CSR":"String","CSRRef":"00000000000000000000000000000000","PartRef":"00000000000000000000000000000000","PartNumber":"String","PartDescription":"String","Requested":0,"Shipped":0,"Ordered":0,"PriceCode":"String","Cost":0,"UnitPrice":0,"ExtendedPrice":0,"NoHistory":false,"MSRP":0,"PartMaster":"String","Manufacturer":"String"}],"ShippingAddress":{"Name":"String","Address":"String","City":"String","Province":"String","PostalCode":"String","AdditionalInfo":"String","ShipVia":"String"},"LastUpdate":"0001-01-01T00:00:00.0000000Z","Source":"String","PendingRequest":false,"Memo":"String","Summary":{"Discount":0,"Sales":0,"Tax1":0,"Tax2":0,"TotalQuote":0,"TaxExempt":false}}]}