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": "5a02f3c6-92b4-4b7c-9a2a-d602f7ba1902",
"ESHeaderGuid": "772e4599-09d9-472d-b333-55e2dc3dc26f",
"ESCounterGuid": "71cb65b1-353b-4b0d-82c2-07eafe9245b4",
"ESRead": 1.0,
"UserGuid": "35655106-35f7-4ba8-b198-fa251586e09e",
"IsPosted": true,
"ReadDate": "2025-12-21T20:36:24.9809699+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2025-12-21T20:36:24.9809699+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "2f157474-b861-40eb-b4a7-48dc27105f19",
"IsEntered": true,
"ImageUrl": "sample string 4"
}