s1 API Host

<back to all web services

BoschProductPriceRequest

The following routes are available for this service:
POST,OPTIONS/api/bosch/product-priceUser does not have to be authenticated.

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/BoschProductPriceRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: application/json
Content-Length: length

{"buyer":{"buyerNo":"String","buyerLocationId":"String","buyerResponsiblePerson":{"address":"String","email":"String","name":"String","phone":"String"}},"erpSystemInfo":{"erpSystemCode":"String","erpSystemUrl":"String","erpCertificateNr":"String","erpActions":[{"erpActionType":"Availability","erpActionName":"String"}],"password":"String","userName":"String","customerNumber":"String"},"lines":[{"article":{"vendorArticleNumber":"String","eanCodes":["String"],"make":{"catalogOwnId":"String","name":"String","tecDocBrandNo":0},"manuArticleNumber":"String","tecDocArticleNo":"String","tecDocGenericArticleId":"String"},"lineId":0,"quantity":{"count":0,"uoM":"String","quantityPerUoM":0},"vehicle":{"audatexId":"String","osVehiclekety":"String","catalogVehicleId":"String","tecRmiId":"String","datEuropacode":"String","eurotaxNatCode":"String","licenseNo":"String","tecDocId":"String","vin":"String"}}],"vehicle":{"audatexId":"String","osVehiclekety":"String","catalogVehicleId":"String","tecRmiId":"String","datEuropacode":"String","eurotaxNatCode":"String","licenseNo":"String","tecDocId":"String","vin":"String"},"dmsSessionId":"String","timeStamp":"\/Date(-62135596800000-0000)\/","authorizationToken":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"pricesResponseLines":[{"lineId":0,"article":{"vendorArticleNumber":"String","eanCodes":["String"],"make":{"catalogOwnId":"String","name":"String","tecDocBrandNo":0},"manuArticleNumber":"String","tecDocArticleNo":"String","tecDocGenericArticleId":"String"},"articlePrice":{"additionalCosts":{"currencyCodeIso":"String","value":0},"additionalDescriptions":[{"text":"String","languageCodeIso":"String"}],"grossPricePerPriceUnit":{"currencyCodeIso":"String","value":0},"netPricePerPriceUnit":{"currencyCodeIso":"String","value":0},"priceUnit":{"count":0,"uoM":"String","quantityPerUoM":0},"vatCode":0,"vatPercent":0}}],"erpSystemInfo":{"erpSystemCode":"String","erpSystemUrl":"String","erpCertificateNr":"String","erpActions":[{"erpActionType":"Availability","erpActionName":"String"}],"password":"String","userName":"String","customerNumber":"String"},"responseCode":0,"responseDescriptions":[{"text":"String","languageCodeIso":"String"}],"timeStamp":"\/Date(-62135596800000-0000)\/"}