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": "513fa766-5eaa-4659-8c75-47f8e07824d7",
"ESHeaderGuid": "a148d71b-f0b4-4f0a-aabb-af61eb48ebad",
"ESCounterGuid": "a4ce8264-b944-41ac-b380-40c9cd5c3ba6",
"ESRead": 1.0,
"UserGuid": "a003531b-605d-465b-b3f2-98c21218aabc",
"IsPosted": true,
"ReadDate": "2026-08-08T14:15:14.2325979+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-08-08T14:15:14.2325979+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "cd3dab01-abf2-445d-8663-7029abaf1ae0",
"IsEntered": true,
"ImageUrl": "sample string 4"
}