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": "f4ddd164-2f36-413a-8ae4-03e7a21a881f",
"ESHeaderGuid": "1c96f2e3-65ad-4929-af26-e61dae94032e",
"ESCounterGuid": "05843af5-9ebf-406b-ad0d-cbca94bea6aa",
"ESRead": 1.0,
"UserGuid": "2d7f94ee-75bf-498a-89aa-f53f431e8aef",
"IsPosted": true,
"ReadDate": "2026-07-27T01:36:01.3146772+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-07-27T01:36:01.316676+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "925922b4-2657-4aad-8028-3d7694365f32",
"IsEntered": true,
"ImageUrl": "sample string 4",
"LastRead": 1.0,
"LastUpdate": "2026-07-27T01:36:01.3176752+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.