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": "c6e7fbb9-7c59-4646-bbb9-7d533ca2dbba",
"ESHeaderGuid": "4cf1d655-7db0-49ee-b7cf-281306f2c0e0",
"ESCounterGuid": "221f507b-4d48-4f50-9011-df022ac2048c",
"ESRead": 1.0,
"UserGuid": "b1fea4b8-1485-4062-8a15-fbde6d9c711b",
"IsPosted": true,
"ReadDate": "2026-04-01T05:06:15.3642903+03:00",
"Lon": 1.1,
"Lat": 1.1,
"Image": "QEA=",
"ESCreationDate": "2026-04-01T05:06:15.3642903+03:00",
"ReadStatus": 0,
"ReadStatusNote": "sample string 2",
"VerifiedBy": "1863e017-bd27-493f-bc24-a324a8fb1abc",
"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.