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": "5b1c81e3-443d-4917-a271-ca79f44c44f1",
"UserID": "243676ee-21e4-41d8-8a96-62c50408fcd5",
"IsInternal": true,
"IsDeleted": true,
"IsActive": true,
"RequestedDateTime": "2026-07-13T12:37:40.080795+00:00",
"ExpirationDateTime": "2026-07-13T12:37:40.080795+00:00",
"IPAddress": "sample string 8",
"Description": "sample string 9",
"CreatedUserID": "3395152a-e425-4fa3-a3d3-5f89a773eaf1",
"CreatedDate": "2026-07-13T12:37:40.080795+00:00",
"ModifiedUserID": "981becbc-3cd0-4b5b-98b5-8b56a8b435af",
"ModifiedDate": "2026-07-13T12:37:40.080795+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-07-13T12:37:40.080795+00:00</CreatedDate> <CreatedUserID>3395152a-e425-4fa3-a3d3-5f89a773eaf1</CreatedUserID> <Description>sample string 9</Description> <ExpirationDateTime>2026-07-13T12:37:40.080795+00:00</ExpirationDateTime> <IPAddress>sample string 8</IPAddress> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsInternal>true</IsInternal> <ModifiedDate>2026-07-13T12:37:40.080795+00:00</ModifiedDate> <ModifiedUserID>981becbc-3cd0-4b5b-98b5-8b56a8b435af</ModifiedUserID> <RequestedDateTime>2026-07-13T12:37:40.080795+00:00</RequestedDateTime> <RowVersion>QEA=</RowVersion> <Token>5b1c81e3-443d-4917-a271-ca79f44c44f1</Token> <UserID>243676ee-21e4-41d8-8a96-62c50408fcd5</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.