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": "d3ab5d4a-1656-4ed2-b5ae-8a9e7a2011a4",
"ESHeaderGuid": "d4cf89fe-67d7-431a-9970-20be01e4f109",
"ESCounterGuid": "a94ffaef-f2d0-4ac3-8d4a-294efed8f4c2",
"ESRead": 1.0,
"UserGuid": "130b8923-2fdd-4e73-a023-d4634a83a0de",
"IsPosted": true,
"ReadDate": "2026-07-26T22:14:01.3080627+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-07-26T22:14:01.3080627+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "ae35d21d-de1a-47e9-aeef-d4c7fce734aa",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-07-26T22:14:01.3090603+03:00"
}