DELETE api/KMLLayer/Post
Request Information
URI Parameters
None.
Body Parameters
KMLLayerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DisplayName | string |
None. |
|
| SavedName | string |
None. |
|
| BlobURI | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DisplayName": "sample string 2",
"SavedName": "sample string 3",
"BlobURI": "sample string 4",
"CompanyID": 5
}
text/xml
Sample:
<KMLLayerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models"> <BlobURI>sample string 4</BlobURI> <CompanyID>5</CompanyID> <DisplayName>sample string 2</DisplayName> <ID>1</ID> <SavedName>sample string 3</SavedName> </KMLLayerModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KMLLayerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DisplayName | string |
None. |
|
| SavedName | string |
None. |
|
| BlobURI | string |
None. |
|
| CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DisplayName": "sample string 2",
"SavedName": "sample string 3",
"BlobURI": "sample string 4",
"CompanyID": 5
}
text/xml
Sample:
<KMLLayerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models"> <BlobURI>sample string 4</BlobURI> <CompanyID>5</CompanyID> <DisplayName>sample string 2</DisplayName> <ID>1</ID> <SavedName>sample string 3</SavedName> </KMLLayerModel>