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": "2024-11-21T15:53:33.8116364+13:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.