POST api/ESMobileReads?userName={userName}&password={password}&data={data}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
|
| password | string |
Required |
|
| data | string |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"ESMobileReadGuid": "08e418aa-403c-4292-8d24-6e405f1a1630",
"ESHeaderGuid": "babbf64e-fa1b-41ec-a530-4bd5911b79c6",
"ESCounterGuid": "3695ebaf-f382-45bf-93a9-c43944b98709",
"ESRead": 1.0,
"UserGuid": "e81f9f39-5cde-448f-86a1-14bd9558475e",
"IsPosted": true,
"ReadDate": "2026-08-08T14:13:27.5381784+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-08-08T14:13:27.5391772+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "60c7e35f-56e2-4f1e-b5c5-9f95dcb58d07",
"IsEntered": true,
"ImageUrl": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.