curl --location --request POST 'https://openapi.wateen.ai/api/v1/PurchaseOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderDate": "2019-08-24T14:15:22.123Z",
"deliveryDate": "2019-08-24T14:15:22.123Z",
"description": "string",
"locationId": "string",
"status": 0,
"supplierId": "string",
"items": [
{
"itemId": "string",
"description": "string",
"quantity": 0,
"uomId": 0,
"cost": 0,
"discount": 0,
"totalCost": 0,
"taxId": 0,
"totalAmount": 0,
"landedCost": 0,
"totalLineAmount": 0,
"purchaseOptionId": "string"
}
]
}'