curl --location --request PUT 'https://openapi.wateen.ai/api/v1/RequisitionTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"templateName": "string",
"description": "string",
"type": 0,
"isActive": true,
"items": [
{
"itemId": "string",
"itemTypeId": 0,
"description": "string",
"qty": 0.01,
"uom": 0,
"daysToDeliver": 1
}
],
"locations": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'null