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": "805f2c08-eec3-4161-bfca-870ba6126db3",
"ESHeaderGuid": "403e857c-6076-41ef-bd09-f98a48502afc",
"ESCounterGuid": "582fdad4-130f-422a-aaac-447428b8b134",
"ESRead": 1.0,
"UserGuid": "93427c5d-a856-44f4-81b2-12e569c0789b",
"IsPosted": true,
"ReadDate": "2026-05-06T05:48:32.0971725+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-05-06T05:48:32.0971725+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "6259f4f8-8480-4f47-9dea-0dde28b970fe",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-05-06T05:48:32.0971725+03:00"
}