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": "dcb0cf5f-d7df-405a-a9f7-7e60551f3a76",
"ESHeaderGuid": "12fd3297-2ac6-4ee1-93d6-f76657a3aac8",
"ESCounterGuid": "2c77b04a-cc76-4b61-9a30-5c4bd1a89dc2",
"ESRead": 1.0,
"UserGuid": "439823d9-dbaf-4109-84e9-6e1c51098a23",
"IsPosted": true,
"ReadDate": "2026-02-26T04:25:54.1604295+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-02-26T04:25:54.1604295+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "386b05c2-1835-4a75-b476-f84fa7807972",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-02-26T04:25:54.1604295+03:00"
}