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

NameTypeAdditional informationDescription
id integer

Required

The Customer identifier.

Body Parameters

None.

Response Information

Resource Description

Quick Enquiry Quote Summary
NameTypeAdditional informationDescription
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
}