The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/SetJobLegPalletsRequest HTTP/1.1
Host: api.podapp.com.au
Content-Type: application/json
Content-Length: length
{"jobLegPallets":[{"id":"00000000000000000000000000000000","jobLegID":"00000000000000000000000000000000","palletTypeID":"String","palletMovementTypeID":0,"quantity":0,"bookedQuantity":0,"jobLegProductID":"00000000000000000000000000000000","pickedQuantity":0,"deliveredQuantity":0}],"authToken":"00000000000000000000000000000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"success":false,"errorMessage":"String","errorCode":0}