GET Quote/Summary
Summarize the information on all the outstanding quotes for all customers.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Quick Enquiry Quote Summary| Name | 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
}