RateCalculationResponse
quoteIdnull,string<uuid>nullable
amountnull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
quoteStartDateTimenull,string<date-time>nullable
quoteEndDateTimenull,string<date-time>nullable
calculationPlan object[]
Array [
startDateTimenull,string<date-time>nullable
endDateTimenull,string<date-time>nullable
amountnull,number,string<double>nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
ratePlanTypeRatePlanType (integer)
]
returnCodesnumber,string<double>[]nullable
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
returnCodeDescriptionsstring[]nullable
validationCheckExternalApiValidationType (integer)
RateCalculationResponse
{
"quoteId": "null",
"amount": "null",
"quoteStartDateTime": "null",
"quoteEndDateTime": "null",
"calculationPlan": "null",
"returnCodes": "null",
"returnCodeDescriptions": "null",
"validationCheck": 0
}