curl --location '/api/UpdateQuotationByQuotationRef' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"row": 0,
"quotationId": 0,
"customerPartyRef": 0,
"customerPartyCode": "string",
"email": "string",
"saleTypeRef": 0,
"partyAddressRef": 0,
"number": 0,
"currencyRef": 0,
"deliveryLocationRef": 0,
"date": "2019-08-24T14:15:22.123Z",
"expirationDate": "2019-08-24T14:15:22.123Z",
"price": 0,
"priceInBaseCurrency": 0,
"discount": 0,
"discountInBaseCurrency": 0,
"addition": 0,
"additionInBaseCurrency": 0,
"tax": 0,
"taxInBaseCurrency": 0,
"duty": 0,
"dutyInBaseCurrency": 0,
"netPrice": 0,
"netPriceInBaseCurrency": 0,
"rate": 0,
"version": 0,
"creator": 0,
"lastModifier": 0,
"creationDate": "2019-08-24T14:15:22.123Z",
"lastModificationDate": "2019-08-24T14:15:22.123Z",
"fiscalYearRef": 0,
"receiptRef": 0,
"paymentRef": 0,
"closed": true,
"persianCustomerRealName": "string",
"englishCustomerRealName": "string",
"customerRealName": "string",
"customerRealName_En": "string",
"description": "string",
"address": "string",
"quotationItem": [
{
"token": "string",
"quotationItemID": 0,
"quotationRef": 0,
"rowId": 0,
"itemRef": 0,
"code": "string",
"tracingRef": 0,
"stockRef": 0,
"unitRef": 0,
"quantity": 0,
"secondaryQuantity": 0,
"fee": 0,
"price": 0,
"priceInBaseCurrency": 0,
"discount": 0,
"discountInBaseCurrency": 0,
"priceInfoDiscountRate": 0,
"priceInfoPriceDiscount": 0,
"priceInfoPercentDiscount": 0,
"customerDiscount": 0,
"customerDiscountRate": 0,
"unitRatio": 0,
"addition": 0,
"additionInBaseCurrency": 0,
"tax": 0,
"taxInBaseCurrency": 0,
"duty": 0,
"dutyInBaseCurrency": 0,
"netPriceInBaseCurrency": 0,
"rate": 0,
"usedQuantity": 0,
"description": "string",
"discountQuotationItemRef": 0,
"englishDescription": "string",
"netPrice": 0,
"productPackRef": 0,
"productPackQuantity": 0,
"aggregateAmountDiscountRate": 0,
"aggregateAmountPriceDiscount": 0,
"aggregateAmountPercentDiscount": 0
}
]
}'