POST Organisations/UpdateToken
Request Information
URI Parameters
None.
Body Parameters
ConnectionDataName | Description | Type | Additional 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-04-04T20:34:51.4008997+13:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.