POST api/Token/Update
Request Information
URI Parameters
None.
Body Parameters
SECUserTokensUpdate_ResultName | 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": "143ea224-6128-44a6-b0ab-2a6b7de0f2a2", "UserID": "2cedca80-6071-4bef-91b6-59edeb73f0f5", "IsInternal": true, "IsDeleted": true, "IsActive": true, "RequestedDateTime": "2025-08-29T00:59:51.9241686+00:00", "ExpirationDateTime": "2025-08-29T00:59:51.9241686+00:00", "IPAddress": "sample string 8", "Description": "sample string 9", "CreatedUserID": "ce64298f-eb95-4b1b-83dc-2fcb64733e58", "CreatedDate": "2025-08-29T00:59:51.9241686+00:00", "ModifiedUserID": "e7cb519c-1c16-4cf9-86aa-b3e0957631ef", "ModifiedDate": "2025-08-29T00:59:51.9241686+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>2025-08-29T00:59:51.9241686+00:00</CreatedDate> <CreatedUserID>ce64298f-eb95-4b1b-83dc-2fcb64733e58</CreatedUserID> <Description>sample string 9</Description> <ExpirationDateTime>2025-08-29T00:59:51.9241686+00:00</ExpirationDateTime> <IPAddress>sample string 8</IPAddress> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsInternal>true</IsInternal> <ModifiedDate>2025-08-29T00:59:51.9241686+00:00</ModifiedDate> <ModifiedUserID>e7cb519c-1c16-4cf9-86aa-b3e0957631ef</ModifiedUserID> <RequestedDateTime>2025-08-29T00:59:51.9241686+00:00</RequestedDateTime> <RowVersion>QEA=</RowVersion> <Token>143ea224-6128-44a6-b0ab-2a6b7de0f2a2</Token> <UserID>2cedca80-6071-4bef-91b6-59edeb73f0f5</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.