POST Organisations/UpdateToken

Request Information

URI Parameters

None.

Body Parameters

ConnectionData
NameDescriptionTypeAdditional information
Id

integer

None.

AccessToken

string

None.

RefreshToken

string

None.

ExpiresAtUtc

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "accessToken": "sample string 2",
  "refreshToken": "sample string 3",
  "expiresAtUtc": "2024-09-17T08:26:59.8784649+12:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.