The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/reply/SetJobLegPalletsRequest HTTP/1.1 
Host: api.podapp.com.au 
Content-Type: text/jsv
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: text/jsv
Content-Length: length
{
	success: False,
	errorMessage: String,
	errorCode: 0
}