Skip to main content

QuoteRequest

QuoteRequest asks providers to confirm the price of a selected option.

criteria object

Quote criteria describing the option to be repriced.

optionRefIdoptionRefId (string)

Aggregator option identifier returned by the search response.

languagelanguage (string)

ISO 639-1 language code for textual content.

additionalData object

Additional provider-specific parameters forwarded untouched.

property name*value (string)
settings object

Execution settings shared across aggregator requests.

requestIdrequestId (string)

Unique identifier used to correlate downstream provider calls and responses.

accessIdsstring[]

Provider access identifiers that the request should target.

pos object

Point of sale information for commercial routing.

branchOfficebranchOffice (string)

Branch or office that originated the enquiry, when available.

auditTransactionsauditTransactions (boolean)

When true, raw provider transactions are collected for auditing.

timeoutinteger<int32>

Maximum time in milliseconds allowed for the aggregator to respond.

testModetestMode (boolean)

Enables sandbox flows where providers expose dedicated mock behaviour.

debugDatadebugData (boolean)

Enables diagnostic payloads that surface debug data in responses.

tokentoken (string)

Token that propagates caller authentication to downstream services.

QuoteRequest
{
"criteria": {
"optionRefId": "string",
"language": "string",
"additionalData": {}
},
"settings": {
"requestId": "string",
"accessIds": [
"string"
],
"pos": {
"branchOffice": "string"
},
"auditTransactions": true,
"timeout": 0,
"testMode": true,
"debugData": true,
"token": "string"
}
}