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. |
|
| LastRead | decimal number |
None. |
|
| LastUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ESMobileReadGuid": "9a1b8dcf-5fde-44a4-81ca-96578e1006dd",
"ESHeaderGuid": "5152acbf-89ac-4400-94f9-e445c6a93c16",
"ESCounterGuid": "e093ba9c-3ce8-45db-ac77-00e691eed92a",
"ESRead": 1.0,
"UserGuid": "25e772b9-9875-49d4-8b89-a04cffa3bdec",
"IsPosted": true,
"ReadDate": "2026-02-26T04:35:02.3972398+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-02-26T04:35:02.3992342+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "5e9a8024-8912-4bcb-9182-53b5cfeb090e",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-02-26T04:35:02.4012291+03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.