curl --location '/l7a/api/wcs/orders' \
--header 'Content-Type: application/json' \
--data '[
{
"customerName": "string",
"customerAddress": "string",
"orderNumber": "string",
"lines": [
{
"id": "string",
"sku": "string",
"itemName": "string",
"unitOfMeasure": "string",
"pickedWeight": 0,
"targetQty": 0,
"priority": 0,
"batchLotNumber": "string",
"dateTimeStamp": "2019-08-24T14:15:22.123Z"
}
],
"orderedAt": "2019-08-24T14:15:22.123Z"
}
]'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": "string",
"property2": "string"
}