POST api/Values/GetDeviceConfig

Request Information

URI Parameters

None.

Body Parameters

InGetDeviceConfig
NameDescriptionTypeAdditional information
pw

string

None.

municipalityid

string

None.

accountid

string

None.

deviceid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pw": "sample string 1",
  "municipalityid": "sample string 2",
  "accountid": "sample string 3",
  "deviceid": "sample string 4"
}

application/xml, text/xml

Sample:
<InGetDeviceConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models.Api">
  <accountid>sample string 3</accountid>
  <deviceid>sample string 4</deviceid>
  <municipalityid>sample string 2</municipalityid>
  <pw>sample string 1</pw>
</InGetDeviceConfig>

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 'InGetDeviceConfig'.

Response Information

Resource Description

ActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.