GET request/water/customer/quote/pending/authorisation?IsEnglandOrScotland={IsEnglandOrScotland}
Displays all the Pending quotes for a Authorised user(status = Pending)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsEnglandOrScotland | byte |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AllPendingQuoteView| Name | Description | Type | Additional information |
|---|---|---|---|
| AssignedToUser | string |
None. |
|
| AssignedToUserId | integer |
None. |
|
| Business | byte |
None. |
|
| BusinessTypeName | string |
None. |
|
| CompanyName | string |
None. |
|
| CustomerId | integer |
None. |
|
| DBTScore | integer |
None. |
|
| DelphiScore | byte |
None. |
|
| IsEnglandOrScotland | byte |
None. |
|
| MugQuoteID | integer |
None. |
|
| NetMargin | decimal number |
None. |
|
| QuoteCreatedDate | date |
None. |
|
| RegAddressCity | string |
None. |
|
| RegAddressCounty | string |
None. |
|
| RegAddressLine1 | string |
None. |
|
| RegAddressLine2 | string |
None. |
|
| RegAddressPostcode | string |
None. |
|
| Status | string |
None. |
|
| StatusReason | string |
None. |
|
| Threshold | decimal number |
None. |
|
| TotalWholesaleCharge | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"mugQuoteID": 1,
"companyName": "sample string 1",
"customerId": 2,
"business": 64,
"businessTypeName": "sample string 3",
"regAddressLine1": "sample string 4",
"regAddressLine2": "sample string 5",
"regAddressCounty": "sample string 6",
"regAddressCity": "sample string 7",
"regAddressPostcode": "sample string 8",
"threshold": 1.0,
"totalWholesaleCharge": 1.0,
"assignedToUserId": 1,
"assignedToUser": "sample string 9",
"isEnglandOrScotland": 64,
"delphiScore": 64,
"dbtScore": 1,
"quoteCreatedDate": "2025-11-05T12:21:20.1794482+00:00",
"status": "sample string 11",
"statusReason": "sample string 12",
"netMargin": 1.0
},
{
"mugQuoteID": 1,
"companyName": "sample string 1",
"customerId": 2,
"business": 64,
"businessTypeName": "sample string 3",
"regAddressLine1": "sample string 4",
"regAddressLine2": "sample string 5",
"regAddressCounty": "sample string 6",
"regAddressCity": "sample string 7",
"regAddressPostcode": "sample string 8",
"threshold": 1.0,
"totalWholesaleCharge": 1.0,
"assignedToUserId": 1,
"assignedToUser": "sample string 9",
"isEnglandOrScotland": 64,
"delphiScore": 64,
"dbtScore": 1,
"quoteCreatedDate": "2025-11-05T12:21:20.1794482+00:00",
"status": "sample string 11",
"statusReason": "sample string 12",
"netMargin": 1.0
}
]
text/html
Sample:
[{"mugQuoteID":1,"companyName":"sample string 1","customerId":2,"business":64,"businessTypeName":"sample string 3","regAddressLine1":"sample string 4","regAddressLine2":"sample string 5","regAddressCounty":"sample string 6","regAddressCity":"sample string 7","regAddressPostcode":"sample string 8","threshold":1.0,"totalWholesaleCharge":1.0,"assignedToUserId":1,"assignedToUser":"sample string 9","isEnglandOrScotland":64,"delphiScore":64,"dbtScore":1,"quoteCreatedDate":"2025-11-05T12:21:20.1794482+00:00","status":"sample string 11","statusReason":"sample string 12","netMargin":1.0},{"mugQuoteID":1,"companyName":"sample string 1","customerId":2,"business":64,"businessTypeName":"sample string 3","regAddressLine1":"sample string 4","regAddressLine2":"sample string 5","regAddressCounty":"sample string 6","regAddressCity":"sample string 7","regAddressPostcode":"sample string 8","threshold":1.0,"totalWholesaleCharge":1.0,"assignedToUserId":1,"assignedToUser":"sample string 9","isEnglandOrScotland":64,"delphiScore":64,"dbtScore":1,"quoteCreatedDate":"2025-11-05T12:21:20.1794482+00:00","status":"sample string 11","statusReason":"sample string 12","netMargin":1.0}]
application/xml, text/xml
Sample:
<ArrayOfAllPendingQuoteView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterQuote">
<AllPendingQuoteView>
<AssignedToUser>sample string 9</AssignedToUser>
<AssignedToUserId>1</AssignedToUserId>
<Business>64</Business>
<BusinessTypeName>sample string 3</BusinessTypeName>
<CompanyName>sample string 1</CompanyName>
<CustomerId>2</CustomerId>
<DBTScore>1</DBTScore>
<DelphiScore>64</DelphiScore>
<IsEnglandOrScotland>64</IsEnglandOrScotland>
<MugQuoteID>1</MugQuoteID>
<NetMargin>1</NetMargin>
<QuoteCreatedDate>2025-11-05T12:21:20.1794482+00:00</QuoteCreatedDate>
<RegAddressCity>sample string 7</RegAddressCity>
<RegAddressCounty>sample string 6</RegAddressCounty>
<RegAddressLine1>sample string 4</RegAddressLine1>
<RegAddressLine2>sample string 5</RegAddressLine2>
<RegAddressPostcode>sample string 8</RegAddressPostcode>
<Status>sample string 11</Status>
<StatusReason>sample string 12</StatusReason>
<Threshold>1</Threshold>
<TotalWholesaleCharge>1</TotalWholesaleCharge>
</AllPendingQuoteView>
<AllPendingQuoteView>
<AssignedToUser>sample string 9</AssignedToUser>
<AssignedToUserId>1</AssignedToUserId>
<Business>64</Business>
<BusinessTypeName>sample string 3</BusinessTypeName>
<CompanyName>sample string 1</CompanyName>
<CustomerId>2</CustomerId>
<DBTScore>1</DBTScore>
<DelphiScore>64</DelphiScore>
<IsEnglandOrScotland>64</IsEnglandOrScotland>
<MugQuoteID>1</MugQuoteID>
<NetMargin>1</NetMargin>
<QuoteCreatedDate>2025-11-05T12:21:20.1794482+00:00</QuoteCreatedDate>
<RegAddressCity>sample string 7</RegAddressCity>
<RegAddressCounty>sample string 6</RegAddressCounty>
<RegAddressLine1>sample string 4</RegAddressLine1>
<RegAddressLine2>sample string 5</RegAddressLine2>
<RegAddressPostcode>sample string 8</RegAddressPostcode>
<Status>sample string 11</Status>
<StatusReason>sample string 12</StatusReason>
<Threshold>1</Threshold>
<TotalWholesaleCharge>1</TotalWholesaleCharge>
</AllPendingQuoteView>
</ArrayOfAllPendingQuoteView>