curl --location '/api/GenerateItemPriceQuantity' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"item": {
"token": "string",
"itemID": 0,
"type": 0,
"code": "string",
"barCode": "string",
"title": "string",
"title_En": "string",
"unitRef": 0,
"unitsRatio": 0,
"isUnitRatioConstant": true,
"canHaveTracing": true,
"isPricingBasedOnTracing": true,
"taxExempt": true,
"taxExemptPurchase": true,
"sellable": true,
"defaultStockRef": 0,
"creator": 0,
"creationDate": "2019-08-24T14:15:22.123Z",
"lastModifier": 0,
"lastModificationDate": "2019-08-24T14:15:22.123Z",
"version": 0,
"isActive": true,
"taxRate": 0,
"dutyRate": 0,
"serialTracking": true,
"saleGroupRef": 0,
"purchaseGroupRef": 0,
"quantity": 0
},
"priceNoteItem": [
{
"priceNoteItemID": 0,
"unitRef": "string",
"fee": 0,
"discount": 0,
"additionRate": 0,
"saleTypeRef": 0
}
]
}'