POST api/Values/ViewSMLatlan
Request Information
URI Parameters
None.
Body Parameters
Regionalcoordinate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TrackId | integer |
None. |
|
| R_id | integer |
None. |
|
| RegName | string |
None. |
|
| latitude | decimal number |
None. |
|
| langtitude | decimal number |
None. |
|
| address | string |
None. |
|
| datetime | string |
None. |
|
| timedate | string |
None. |
|
| updateddate | date |
None. |
|
| distance | decimal number |
None. |
|
| Disid | integer |
None. |
|
| Regid | integer |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TrackId": 1,
"R_id": 2,
"RegName": "sample string 3",
"latitude": 1.1,
"langtitude": 1.1,
"address": "sample string 4",
"datetime": "sample string 5",
"timedate": "sample string 6",
"updateddate": "2026-05-13T16:11:49.0915583+05:30",
"distance": 1.1,
"Disid": 1,
"Regid": 1,
"Message": "sample string 7"
}
application/xml, text/xml
Sample:
<Regionalcoordinate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <Disid>1</Disid> <Id>1</Id> <Message>sample string 7</Message> <R_id>2</R_id> <RegName>sample string 3</RegName> <Regid>1</Regid> <TrackId>1</TrackId> <address>sample string 4</address> <datetime>sample string 5</datetime> <distance>1.1</distance> <langtitude>1.1</langtitude> <latitude>1.1</latitude> <timedate>sample string 6</timedate> <updateddate>2026-05-13T16:11:49.0915583+05:30</updateddate> </Regionalcoordinate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1",
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <data /> <msg>sample string 2</msg> <result>sample string 1</result> </Output>