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": "e3ae8ba1-f18b-47ae-bc1e-8e9eac13724a",
"ESHeaderGuid": "4bae8b5a-e400-4207-933b-b621354ef1d9",
"ESCounterGuid": "674bb556-98e5-43af-9d20-c00835387fb6",
"ESRead": 1.0,
"UserGuid": "86b9b92e-b7a5-4b57-a47b-ee9fa331a38f",
"IsPosted": true,
"ReadDate": "2026-04-28T02:16:36.2811723+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-04-28T02:16:36.2811723+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "5413daee-b80d-449b-b483-145744076eb7",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-04-28T02:16:36.2811723+03:00"
}