GET api/ESMobileReads/GetBillImage?billId={billId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| billId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ESMobileRead| Name | Description | Type | Additional information |
|---|---|---|---|
| ESMobileReadGuid | globally unique identifier |
None. |
|
| ESHeaderGuid | globally unique identifier |
None. |
|
| ESCounterGuid | globally unique identifier |
None. |
|
| ESRead | decimal number |
None. |
|
| UserGuid | globally unique identifier |
None. |
|
| IsPosted | boolean |
None. |
|
| ReadDate | date |
None. |
|
| Lon | decimal number |
None. |
|
| Lat | decimal number |
None. |
|
| Image | Collection of byte |
None. |
|
| ESCreationDate | date |
None. |
|
| ReadStatus | MobileReadStatus |
None. |
|
| ReadStatusNote | string |
None. |
|
| VerifiedBy | globally unique identifier |
None. |
|
| IsEntered | boolean |
None. |
|
| ImageUrl | string |
None. |
|
| LastRead | decimal number |
None. |
|
| LastUpdate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ESMobileReadGuid": "969ede01-7ccb-4598-a2f9-5de73a23e92f",
"ESHeaderGuid": "e4f856f7-b044-4a5c-bf69-413ba07ec020",
"ESCounterGuid": "8207efc5-3859-4d3e-a35b-50f33c11d398",
"ESRead": 1.0,
"UserGuid": "3ce387a3-0646-445b-9a8b-482aa4f8785d",
"IsPosted": true,
"ReadDate": "2026-05-06T06:03:13.3854745+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-05-06T06:03:13.3854745+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "9e8892a7-e41a-4589-b931-739525a3b4d6",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-05-06T06:03:13.3854745+03:00"
}