curl --location --request PUT 'https://openapi.wateen.ai/api/v1/PurchaseOption' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"supplierId": "e01eb4c4-8eb9-4fb7-b625-61f58c6148db",
"supplierItem": "string",
"itemCode": "string",
"price": 0,
"currency": 0,
"taxRate": 0,
"enablePurchase": true,
"itemAllocationIds": [
"string"
],
"unitOfMeasureId": 0,
"unitOfMeasureQty": 0,
"productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
"isActive": true,
"isDeleted": true,
"prefered": true
}'