PUT api/KMLLayer/Put?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

KMLLayerModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'KMLLayerModel'.

Response Information

Resource Description

None.