POST api/Token/Insert
Request Information
URI Parameters
None.
Body Parameters
SECUserTokensInsert_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": "aae12287-3fa8-4c70-8b9c-d23a60ef8dd9",
"UserID": "a06df25c-6740-4772-8e70-b3052691a2e5",
"IsInternal": true,
"IsDeleted": true,
"IsActive": true,
"RequestedDateTime": "2026-02-04T02:38:18.6520656+00:00",
"ExpirationDateTime": "2026-02-04T02:38:18.6520656+00:00",
"IPAddress": "sample string 8",
"Description": "sample string 9",
"CreatedUserID": "8aacd1b1-ceb5-4b11-8ec5-def1b71d1419",
"CreatedDate": "2026-02-04T02:38:18.6520656+00:00",
"ModifiedUserID": "41edfbb6-53f1-4a32-a7b0-c9d924f4e56c",
"ModifiedDate": "2026-02-04T02:38:18.6520656+00:00",
"RowVersion": "QEA="
}
application/xml, text/xml
Sample:
<SECUserTokensInsert_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core"> <CreatedDate>2026-02-04T02:38:18.6520656+00:00</CreatedDate> <CreatedUserID>8aacd1b1-ceb5-4b11-8ec5-def1b71d1419</CreatedUserID> <Description>sample string 9</Description> <ExpirationDateTime>2026-02-04T02:38:18.6520656+00:00</ExpirationDateTime> <IPAddress>sample string 8</IPAddress> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsInternal>true</IsInternal> <ModifiedDate>2026-02-04T02:38:18.6520656+00:00</ModifiedDate> <ModifiedUserID>41edfbb6-53f1-4a32-a7b0-c9d924f4e56c</ModifiedUserID> <RequestedDateTime>2026-02-04T02:38:18.6520656+00:00</RequestedDateTime> <RowVersion>QEA=</RowVersion> <Token>aae12287-3fa8-4c70-8b9c-d23a60ef8dd9</Token> <UserID>a06df25c-6740-4772-8e70-b3052691a2e5</UserID> </SECUserTokensInsert_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.