POST api/Users/DeviceID

Request Information

URI Parameters

None.

Body Parameters

Token
NameDescriptionTypeAdditional information
AccessToken

string

Required

String length: inclusive between 1 and 50

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1"
}

application/octet-stream

Sample:
{"AccessToken":"sample string 1"}

application/xml, text/xml

Sample:
<Token xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AccessToken>sample string 1</AccessToken>
</Token>

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

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.