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": "2025-07-13T18:12:33.9838012+12:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.