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: s1-api-tst.fource.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
}
]
}