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": "1efc5fda-9dfe-40e2-85ae-a4632b49bca7",
"ESHeaderGuid": "369cea93-35b6-46ec-8e8f-9754b40e0b5b",
"ESCounterGuid": "7d0d01f7-661b-43ee-863e-d171dfed244e",
"ESRead": 1.0,
"UserGuid": "1dda0d0f-f463-411e-b90f-7a418e9a2147",
"IsPosted": true,
"ReadDate": "2026-04-01T05:00:09.4216463+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-04-01T05:00:09.4226456+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "c55f37f3-ca47-470b-94ec-00c1c5c5ecdf",
"IsEntered": true,
"ImageUrl": "sample string 4"
}