GET api/BestIncome/{id}?userId={userId}&incomeOffered={incomeOffered}

Returns the highest annuity income from the real-time quote results 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. This will be used instead of any annual income quoted by your organisation in the real-time quote results. Optional

decimal number

None.

Body Parameters

None.

Response Information

Resource Description

BestIncome
NameDescriptionTypeAdditional information
Amount

Highest income quoted

string

None.

Response Formats

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

Sample:

Sample not available.