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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/BoschV3PlaceOrderRequest HTTP/1.1 
Host: api2.ghs-automotive.nl 
Content-Type: text/jsv
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: text/jsv
Content-Length: length

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