GET api/PendingMeterCollection
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerMeter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| PaymentCode | string |
None. |
|
| MeterNumber | string |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| ReceiverId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "a7576636-db0a-4df3-9d1c-aa6f5d197276",
"customer-id": "13af03f8-2a42-4792-9b10-454fcdd53543",
"payment-code": "sample string 3",
"meter-number": "sample string 4",
"description": "sample string 5",
"status": 6,
"receiver-id": 7,
"time-stamp": "QEA="
},
{
"id": "a7576636-db0a-4df3-9d1c-aa6f5d197276",
"customer-id": "13af03f8-2a42-4792-9b10-454fcdd53543",
"payment-code": "sample string 3",
"meter-number": "sample string 4",
"description": "sample string 5",
"status": 6,
"receiver-id": 7,
"time-stamp": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerMeter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<CustomerMeter>
<CustomerId>13af03f8-2a42-4792-9b10-454fcdd53543</CustomerId>
<Description>sample string 5</Description>
<Id>a7576636-db0a-4df3-9d1c-aa6f5d197276</Id>
<MeterNumber>sample string 4</MeterNumber>
<PaymentCode>sample string 3</PaymentCode>
<ReceiverId>7</ReceiverId>
<Status>6</Status>
<TimeStamp>QEA=</TimeStamp>
</CustomerMeter>
<CustomerMeter>
<CustomerId>13af03f8-2a42-4792-9b10-454fcdd53543</CustomerId>
<Description>sample string 5</Description>
<Id>a7576636-db0a-4df3-9d1c-aa6f5d197276</Id>
<MeterNumber>sample string 4</MeterNumber>
<PaymentCode>sample string 3</PaymentCode>
<ReceiverId>7</ReceiverId>
<Status>6</Status>
<TimeStamp>QEA=</TimeStamp>
</CustomerMeter>
</ArrayOfCustomerMeter>