GET api/customers/{meterNumber}/vends
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| meterNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MyCronRecentTransactionsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| code | integer |
None. |
|
| statusMessage | string |
None. |
|
| data | Collection of MyCronRecentTransactionItem |
None. |
|
| errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"code": 2,
"statusMessage": "sample string 3",
"data": [
{
"transactionId": "d6e9e268-b839-4403-bd1b-7548f90c14d4",
"dateTime": "2026-03-05T13:40:10.2363139+01:00",
"token": "sample string 1",
"customerName": "sample string 2",
"tariffName": "sample string 3",
"customerAddress": "sample string 4",
"totalKwh": 1.0,
"totalDebtAmount": 1.0,
"receiptNumber": "sample string 5",
"meterNumber": "sample string 6",
"operatorName": "sample string 7",
"stationCode": "sample string 8",
"supplyGroupCode": "sample string 9",
"tariffIndex": 1,
"governmentLevy": 1.0,
"vat": 1.0,
"vatRate": 1.0
},
{
"transactionId": "d6e9e268-b839-4403-bd1b-7548f90c14d4",
"dateTime": "2026-03-05T13:40:10.2363139+01:00",
"token": "sample string 1",
"customerName": "sample string 2",
"tariffName": "sample string 3",
"customerAddress": "sample string 4",
"totalKwh": 1.0,
"totalDebtAmount": 1.0,
"receiptNumber": "sample string 5",
"meterNumber": "sample string 6",
"operatorName": "sample string 7",
"stationCode": "sample string 8",
"supplyGroupCode": "sample string 9",
"tariffIndex": 1,
"governmentLevy": 1.0,
"vat": 1.0,
"vatRate": 1.0
}
],
"errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<MyCronRecentTransactionsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Areas.HelpPage.Models">
<code>2</code>
<data>
<MyCronRecentTransactionItem>
<customerAddress>sample string 4</customerAddress>
<customerName>sample string 2</customerName>
<dateTime>2026-03-05T13:40:10.2363139+01:00</dateTime>
<governmentLevy>1</governmentLevy>
<meterNumber>sample string 6</meterNumber>
<operatorName>sample string 7</operatorName>
<receiptNumber>sample string 5</receiptNumber>
<stationCode>sample string 8</stationCode>
<supplyGroupCode>sample string 9</supplyGroupCode>
<tariffIndex>1</tariffIndex>
<tariffName>sample string 3</tariffName>
<token>sample string 1</token>
<totalDebtAmount>1</totalDebtAmount>
<totalKwh>1</totalKwh>
<transactionId>d6e9e268-b839-4403-bd1b-7548f90c14d4</transactionId>
<vat>1</vat>
<vatRate>1</vatRate>
</MyCronRecentTransactionItem>
<MyCronRecentTransactionItem>
<customerAddress>sample string 4</customerAddress>
<customerName>sample string 2</customerName>
<dateTime>2026-03-05T13:40:10.2363139+01:00</dateTime>
<governmentLevy>1</governmentLevy>
<meterNumber>sample string 6</meterNumber>
<operatorName>sample string 7</operatorName>
<receiptNumber>sample string 5</receiptNumber>
<stationCode>sample string 8</stationCode>
<supplyGroupCode>sample string 9</supplyGroupCode>
<tariffIndex>1</tariffIndex>
<tariffName>sample string 3</tariffName>
<token>sample string 1</token>
<totalDebtAmount>1</totalDebtAmount>
<totalKwh>1</totalKwh>
<transactionId>d6e9e268-b839-4403-bd1b-7548f90c14d4</transactionId>
<vat>1</vat>
<vatRate>1</vatRate>
</MyCronRecentTransactionItem>
</data>
<errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</errors>
<status>sample string 1</status>
<statusMessage>sample string 3</statusMessage>
</MyCronRecentTransactionsResponse>