curl --location --request POST 'https://openapi.wateen.ai/api/v1/Transfer/TransferIn' \
--header 'Content-Type: application/json' \
--data-raw '{
"suggestedDeliveryDate": "2019-08-24T14:15:22.123Z",
"sourceLocationId": "string",
"destinationNote": "string",
"transferItems": [
{
"id": "string",
"unitOfMeasureType": {
"id": 0,
"unitOfMeasureQuantities": [
{
"id": 0,
"quantity": 0
}
]
}
}
],
"destinationLocationId": "string"
}'