GET api/MI/{id}?userId={userId}&incomeOffered={incomeOffered}&costOffered={costOffered}
Returns management information for the supplied quote id
Request Information
URI Parameters
Name | Description | Type | Additional 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
ManagementInformationName | Description | Type | Additional 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 |
string |
None. |
IsBestIncomeGuaranteed |
Is the best income guaranteed? |
boolean |
None. |
BestCost |
Lowest cost quoted |
string |
None. |
IsBestCostGuaranteed |
Is the best cost guaranteed? |
boolean |
None. |
NonComparable | boolean |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample not available.