PurchaseCalcRequestModel
emailAddressnull | stringnullable
lotNumbernull | stringnullable
zoneIdnull,string<uuid>nullable
zoneCodenull | stringnullable
lotLocalFromnull,string<date-time>nullable
lotLocalTonull,string<date-time>nullable
fromUtcnull,string<date-time>nullable
toUtcnull,string<date-time>nullable
purchaseNumbernull | stringnullable
discountCodenull | stringnullable
quoteTypeQuoteType (integer)
exactMatchboolean
PurchaseCalcRequestModel
{
"emailAddress": "null",
"lotNumber": "null",
"zoneId": "null",
"zoneCode": "null",
"lotLocalFrom": "null",
"lotLocalTo": "null",
"fromUtc": "null",
"toUtc": "null",
"purchaseNumber": "null",
"discountCode": "null",
"quoteType": 0,
"exactMatch": true
}