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