GET api/BestCost/{id}?userId={userId}&costOffered={costOffered}
Returns the lowest cost from the real-time quote results 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. |
costOffered |
Cost offered. This will be used instead of any cost quoted by your organisation in the real-time quote results. Optional |
decimal number |
None. |
Body Parameters
None.
Response Information
Resource Description
BestCostName | Description | Type | Additional information |
---|---|---|---|
Amount |
Lowest cost quoted |
string |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.