Skip to main content

GetQuoteRequest

lotNumbernull | stringnullable
zoneIdnull | stringnullable
purchaseNumbernull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

fromnull | stringnullable
tonull | stringnullable
durationnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

discountCodenull | stringnullable
appVersion object
appTypeAppType (integer)
operatingSystemOperatingSystemsSupported (integer)
appMajorVersionnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

appMinorVersionnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

languageCodeLanguageTag (integer)
appUTCOffSetnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

exactMatchboolean
appUTCOffSetInMinutesnull,integer,string<int32>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

GetQuoteRequest
{
"lotNumber": "null",
"zoneId": "null",
"purchaseNumber": "null",
"from": "null",
"to": "null",
"duration": "null",
"discountCode": "null",
"appVersion": {
"appType": 0,
"operatingSystem": 0,
"appMajorVersion": "null",
"appMinorVersion": "null",
"languageCode": 0,
"appUTCOffSet": "null"
},
"exactMatch": true,
"appUTCOffSetInMinutes": "null"
}