GET Quote/Summary/{id}
Summarize the information on all the outstanding quotes for a Customer based on the identifier passed through.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The Customer identifier. |
Body Parameters
None.
Response Information
Resource Description
Quick Enquiry Quote SummaryName | Type | Additional information | Description |
---|---|---|---|
OutstandingCount | integer |
None. |
|
OutstandingTotal | decimal |
None. |
|
TotalForYear | decimal |
None. |
|
ExpiredCount | integer |
None. |
|
ExpiredTotal | decimal |
None. |
Response Formats
application/json, text/json
Sample:
{ "OutstandingCount": 1, "OutstandingTotal": 2.0, "TotalForYear": 3.0, "ExpiredCount": 4, "ExpiredTotal": 5.0 }