GET request/water/customer/{CustomerId}/document/loa

Displays Any particular water Customer's LOA Documents Attached Details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WaterCustomerAllDocumentView
NameDescriptionTypeAdditional information
DocSize

integer

None.

DocumentId

integer

None.

DocumentName

string

None.

DocumentTypeId

integer

None.

FileName

string

None.

MugContractID

integer

None.

MugCustomerId

integer

None.

MugQuoteId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "documentId": 1,
    "mugCustomerId": 1,
    "mugQuoteId": 1,
    "mugContractID": 1,
    "documentName": "sample string 2",
    "fileName": "sample string 3",
    "documentTypeId": 1,
    "docSize": 1
  },
  {
    "documentId": 1,
    "mugCustomerId": 1,
    "mugQuoteId": 1,
    "mugContractID": 1,
    "documentName": "sample string 2",
    "fileName": "sample string 3",
    "documentTypeId": 1,
    "docSize": 1
  }
]

text/html

Sample:
[{"documentId":1,"mugCustomerId":1,"mugQuoteId":1,"mugContractID":1,"documentName":"sample string 2","fileName":"sample string 3","documentTypeId":1,"docSize":1},{"documentId":1,"mugCustomerId":1,"mugQuoteId":1,"mugContractID":1,"documentName":"sample string 2","fileName":"sample string 3","documentTypeId":1,"docSize":1}]

application/xml, text/xml

Sample:
<ArrayOfWaterCustomerAllDocumentView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterCustomer">
  <WaterCustomerAllDocumentView>
    <DocSize>1</DocSize>
    <DocumentId>1</DocumentId>
    <DocumentName>sample string 2</DocumentName>
    <DocumentTypeId>1</DocumentTypeId>
    <FileName>sample string 3</FileName>
    <MugContractID>1</MugContractID>
    <MugCustomerId>1</MugCustomerId>
    <MugQuoteId>1</MugQuoteId>
  </WaterCustomerAllDocumentView>
  <WaterCustomerAllDocumentView>
    <DocSize>1</DocSize>
    <DocumentId>1</DocumentId>
    <DocumentName>sample string 2</DocumentName>
    <DocumentTypeId>1</DocumentTypeId>
    <FileName>sample string 3</FileName>
    <MugContractID>1</MugContractID>
    <MugCustomerId>1</MugCustomerId>
    <MugQuoteId>1</MugQuoteId>
  </WaterCustomerAllDocumentView>
</ArrayOfWaterCustomerAllDocumentView>