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-23T00:34:58.7823721+12:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.