POST v1/eletronicfence
Request Information
URI Parameters
None.
Body Parameters
EletronicFenceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Fences | Collection of EletronicFenceCoordinatesViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Description": "sample string 2",
"Fences": [
{
"ID": 1,
"Latitude": 1.0,
"Longitude": 1.0,
"PolygonReference": 2
},
{
"ID": 1,
"Latitude": 1.0,
"Longitude": 1.0,
"PolygonReference": 2
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.