POST api/account/setrefreshtoken

Request Information

URI Parameters

None.

Body Parameters

SecurityUserDeviceDTO
NameDescriptionTypeAdditional information
DeviceId

string

None.

DeviceModel

string

None.

DevicePlatform

string

None.

DeviceVersion

string

None.

DeviceNotificationToken

string

None.

NotificationsEnabled

boolean

None.

RefreshToken

string

None.

ApplicationVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1",
  "DeviceModel": "sample string 2",
  "DevicePlatform": "sample string 3",
  "DeviceVersion": "sample string 4",
  "DeviceNotificationToken": "sample string 5",
  "NotificationsEnabled": true,
  "RefreshToken": "sample string 7",
  "ApplicationVersion": "sample string 8"
}

application/xml, text/xml

Sample:
<SecurityUserDeviceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.DTO">
  <ApplicationVersion>sample string 8</ApplicationVersion>
  <DeviceId>sample string 1</DeviceId>
  <DeviceModel>sample string 2</DeviceModel>
  <DeviceNotificationToken>sample string 5</DeviceNotificationToken>
  <DevicePlatform>sample string 3</DevicePlatform>
  <DeviceVersion>sample string 4</DeviceVersion>
  <NotificationsEnabled>true</NotificationsEnabled>
  <RefreshToken>sample string 7</RefreshToken>
</SecurityUserDeviceDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfAPIResponse
NameDescriptionTypeAdditional information
Content

APIResponse

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.