s1 API Host

<back to all web services

BoschV3PlaceOrderRequest

The following routes are available for this service:
POST, OPTIONS/api/bosch-v3/place-orderPlace order in S1.ERP for Bosch OS3 / WMO

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

{"buyerOrderId":"String","partialDelivery":false,"replaceItems":false,"items":[{"itemId":"String","wholesalerArticleId":"String","deliveryId":"String","unitCount":0}],"vehicleIdentification":{"licensePlate":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"wholesalerOrderId":"String","orderLine":[{"itemId":"String","wholesalerArticleId":"String","comment":"String","status":"String"}]}