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": "d8350f63-13cd-4a40-92bf-6b0549b81d98",
"ESHeaderGuid": "d721cd88-9123-4cd0-b110-cd568c068949",
"ESCounterGuid": "5b868f5f-e7bc-4aea-a655-16507a6e5d23",
"ESRead": 1.0,
"UserGuid": "f521b622-b0cf-476d-b477-0a568d39f902",
"IsPosted": true,
"ReadDate": "2026-02-26T04:43:25.6218316+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-02-26T04:43:25.6218316+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "473586f7-d5dd-4175-bf32-ff933d687476",
"IsEntered": true,
"ImageUrl": "sample string 4"
}