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
}