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": "f6344516-3482-4a8b-b897-da7a59a1dd24",
"ESHeaderGuid": "3c4110e8-2be3-43af-8c1f-1a20a0d18426",
"ESCounterGuid": "7c02b7c2-b8dc-4d37-a905-5a74cf72c671",
"ESRead": 1.0,
"UserGuid": "e695649e-b98c-466c-80ce-346549d2a8c8",
"IsPosted": true,
"ReadDate": "2026-02-26T04:23:43.3095003+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-02-26T04:23:43.3095003+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "af8fc85b-5da1-4ed1-8521-714fa8bcbea1",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-02-26T04:23:43.3095003+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.