POST api/Token/Update
Request Information
URI Parameters
None.
Body Parameters
SECUserTokensUpdate_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| IsInternal | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| RequestedDateTime | date |
None. |
|
| ExpirationDateTime | date |
None. |
|
| IPAddress | string |
None. |
|
| Description | string |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| RowVersion | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "d9670259-fe24-4718-a7d9-9d16efc1998a",
"UserID": "83b4b2eb-1287-42b3-86ad-0c2aca817fa2",
"IsInternal": true,
"IsDeleted": true,
"IsActive": true,
"RequestedDateTime": "2026-03-22T11:58:40.0257637+00:00",
"ExpirationDateTime": "2026-03-22T11:58:40.0257637+00:00",
"IPAddress": "sample string 8",
"Description": "sample string 9",
"CreatedUserID": "e9d1e994-dc70-4446-8366-b93b81afe336",
"CreatedDate": "2026-03-22T11:58:40.0257637+00:00",
"ModifiedUserID": "bde3312a-87bf-4c1a-9be8-9eaddeb2b5c5",
"ModifiedDate": "2026-03-22T11:58:40.0257637+00:00",
"RowVersion": "QEA="
}
application/xml, text/xml
Sample:
<SECUserTokensUpdate_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core"> <CreatedDate>2026-03-22T11:58:40.0257637+00:00</CreatedDate> <CreatedUserID>e9d1e994-dc70-4446-8366-b93b81afe336</CreatedUserID> <Description>sample string 9</Description> <ExpirationDateTime>2026-03-22T11:58:40.0257637+00:00</ExpirationDateTime> <IPAddress>sample string 8</IPAddress> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsInternal>true</IsInternal> <ModifiedDate>2026-03-22T11:58:40.0257637+00:00</ModifiedDate> <ModifiedUserID>bde3312a-87bf-4c1a-9be8-9eaddeb2b5c5</ModifiedUserID> <RequestedDateTime>2026-03-22T11:58:40.0257637+00:00</RequestedDateTime> <RowVersion>QEA=</RowVersion> <Token>d9670259-fe24-4718-a7d9-9d16efc1998a</Token> <UserID>83b4b2eb-1287-42b3-86ad-0c2aca817fa2</UserID> </SECUserTokensUpdate_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.