curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/despatch/add' \
--header 'Content-Type: application\json' \
--data-raw '{
"despatchDate": "2019-08-24T14:15:22.123Z",
"despatchNumber": "string",
"supplierId": "string",
"supplierTaxNumber": "string",
"unitPriceType": 1,
"description": "string",
"exchangeRate": 0,
"despatchType": 1,
"despatchDetails": [
{
"storeId": "string",
"storeCode": "string",
"stockItemId": "string",
"stockItemNumber": "string",
"quantity": 0,
"unitPrice": 0,
"taxId": "string",
"taxCode": "string",
"unitId": "string",
"unitNumber": "string",
"discount1": 0,
"discount2": 0,
"orderDetailId": "string",
"isOrderCompleted": true,
"rowNumber": 0
}
],
"orderNumber": "string"
}'