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": "e745c420-81fd-461a-9850-69283dbf043d",
"ESHeaderGuid": "10037f1e-f2e3-4be6-9b9d-adb9122dd288",
"ESCounterGuid": "949d2b57-80dc-4d4c-8e24-af09e2503b49",
"ESRead": 1.0,
"UserGuid": "0a51f5f3-6bcd-4ffa-94de-6ba703a59b29",
"IsPosted": true,
"ReadDate": "2026-06-17T15:10:49.1517197+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-06-17T15:10:49.1582463+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "20e038a0-ee29-41be-a84c-b168a20b0b18",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-06-17T15:10:49.1582463+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.