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. |
Response Formats
application/json, text/json
Sample:
{
"ESMobileReadGuid": "1f97b629-db15-409f-b6f8-80f817e05148",
"ESHeaderGuid": "4ab68802-41bb-4643-bc8b-7f0de790c6e9",
"ESCounterGuid": "0a5db52f-e501-4e6e-96cc-3465049ba331",
"ESRead": 1.0,
"UserGuid": "cf65ba1e-af04-45a3-8ff8-9624c646d169",
"IsPosted": true,
"ReadDate": "2026-01-30T14:51:35.1744388+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-01-30T14:51:35.1744388+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "e394030d-a13f-4227-a1ca-a2988592bb21",
"IsEntered": true,
"ImageUrl": "sample string 4"
}