POST api/account/RefreshToken

Request Information

URI Parameters

None.

Body Parameters

RefreshTokenViewModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

AccessToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "f60d07f8-5282-4c78-bb2e-78ae0413b2f0",
  "AccessToken": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.