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": "005c8d9f-85ce-4723-a5ea-da8d7d99851e",
"ESHeaderGuid": "4f0d3b0b-2be4-4afc-be53-59464145108e",
"ESCounterGuid": "04e8be9a-1be1-492d-b914-1226596948a7",
"ESRead": 1.0,
"UserGuid": "128a854b-1d33-457c-9e0e-d8ca12e6bc5d",
"IsPosted": true,
"ReadDate": "2025-12-06T08:03:52.3629682+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2025-12-06T08:03:52.3649681+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "0f9015f5-0dfe-4f81-84df-2e6c3e04a957",
"IsEntered": true,
"ImageUrl": "sample string 4"
}