GET api/MI/{id}?userId={userId}&incomeOffered={incomeOffered}&costOffered={costOffered}

Returns management information for the supplied quote id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Quote id. Required

integer

None.

userId

Provider user id. Required

globally unique identifier

None.

incomeOffered

Annual annuity income offered (fund-driven quotes only). This will be used instead of any annual income quoted by your organisation in the real-time quote results. Optional

decimal number

None.

costOffered

Cost offered (costed quotes only). This will be used instead of any annuity cost quoted by your organisation in the real-time quote results. Optional

decimal number

None.

Body Parameters

None.

Response Information

Resource Description

ManagementInformation
NameDescriptionTypeAdditional information
ProviderRequests

Number of quote requests made

integer

None.

GuaranteedQuotes

Number of guaranteed quotes returned

integer

None.

IndicativeQuotes

Number of indicative quotes returned

integer

None.

Variations

Number of variations returned

integer

None.

NoQuotes

Number of no responses/time-outs

integer

None.

BestIncome

Highest income quoted
Fund-driven quotes only

string

None.

IsBestIncomeGuaranteed

Is the best income guaranteed?
Fund-driven quotes only

boolean

None.

BestCost

Lowest cost quoted
Costed quotes only

string

None.

IsBestCostGuaranteed

Is the best cost guaranteed?
Costed quotes only

boolean

None.

NonComparable

boolean

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.