curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/despatch/addfromorderwithprice' \
--header 'Content-Type: application\json' \
--data-raw '{
"despatchDate": "2019-08-24T14:15:22.123Z",
"despatchNumber": "string",
"orderDetails": [
{
"orderDetailId": "string",
"unitPrice": 0,
"taxId": "string",
"taxCode": "string",
"discount1": 0,
"discount2": 0,
"quantity": 0,
"isOrderCompleted": true
}
]
}'