The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetProductRouteRequest HTTP/1.1
Host: s1-api-tst.fource.nl
Content-Type: application/json
Content-Length: length
{"id":"String","withoutRouteInfo":false,"withoutNettoPrice":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]},"product":{"availableLinkedWarehouse":"\/Date(-62135596800000-0000)\/","availableNextRoute":"\/Date(-62135596800000-0000)\/","routeExpiryDate":"\/Date(-62135596800000-0000)\/","isNextRoute":false,"isVheckRoute":false,"nettoPrice":0,"quantityLinkedWarehouse":0,"quantityAllWarehouses":0}}