POST api/region/save
Save region
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Location.Command.RegionSaveCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Title | string |
None. |
|
Polyline | string |
None. |
|
RegionSource | integer |
None. |
|
Type | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Location | Dezrez.Core.DataContracts.External.Api.Location.Query.LocationDataContract |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Name": "sample string 1", "Title": "sample string 2", "Polyline": "sample string 3", "RegionSource": 4, "Type": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Location": { "CenterPoint": { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 }, "Extent": [ { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 }, { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 } ], "ViewPoints": [ { "Point": { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 }, "Pitch": 1.1, "Heading": 2.1, "FieldOfVision": 3.1, "Zoom": 4.1, "Label": "sample string 5", "Id": 6 }, { "Point": { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 }, "Pitch": 1.1, "Heading": 2.1, "FieldOfVision": 3.1, "Zoom": 4.1, "Label": "sample string 5", "Id": 6 } ], "Id": 1 }, "Id": 5 }
Response Information
Resource Description
The saved region
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |