POST api/PT10Data
Request Information
URI Parameters
None.
Body Parameters
pt10| Name | Description | Type | Additional information |
|---|---|---|---|
| pt10serial | string |
None. |
|
| psid | string |
None. |
|
| pin | string |
None. |
|
| status | string |
None. |
|
| geometry | string |
None. |
|
| lat | decimal number |
None. |
|
| lng | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"pt10serial": "sample string 1",
"psid": "sample string 2",
"pin": "sample string 3",
"status": "sample string 4",
"geometry": "sample string 5",
"lat": 6.1,
"lng": 7.1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.