POST api/Values/DeviceList

Request Information

URI Parameters

None.

Body Parameters

InDeviceListData
NameDescriptionTypeAdditional information
pw

string

None.

municipalityid

integer

None.

accountid

integer

None.

userid

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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

Response Information

Resource Description

ActionResult

None.

Response Formats

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

Sample:

Sample not available.