s1 API Host

<back to all web services

PlaceExternalOrderRequest

The following routes are available for this service:
POST,OPTIONS/api/cart/place-external-orderPlaces an order for the provided items. Only intended for orders from external user ids
Parameters:
NameParameterData TypeRequiredDescription
PlaceExternalOrderRequestbodyPlaceExternalOrderRequestYesProvide the requested properties to place an order.

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/oneway/PlaceExternalOrderRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	externalUserId: String,
	accountUserId: String,
	externalUserEmail: String,
	externalUserInformation: String,
	externalSystemId: String,
	externalOrderId: String,
	orderReference: String,
	isPickup: False,
	isPremiumDelivery: False,
	orderDate: 0001-01-01,
	deliveryDate: 0001-01-01,
	comment: String,
	linkedWarehouse: String,
	linkedCompanyId: String,
	linkedWarehouseId: String
}