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": "fc12804c-e52d-460f-a8c7-629ab6f9fffc",
"UserID": "b875b4ed-e3ed-4f0a-b01b-80f2cd44482d",
"IsInternal": true,
"IsDeleted": true,
"IsActive": true,
"RequestedDateTime": "2026-08-04T22:32:22.6530483+00:00",
"ExpirationDateTime": "2026-08-04T22:32:22.6530483+00:00",
"IPAddress": "sample string 8",
"Description": "sample string 9",
"CreatedUserID": "28682ae5-8fbe-47e8-a00d-4bf86fe1c560",
"CreatedDate": "2026-08-04T22:32:22.6530483+00:00",
"ModifiedUserID": "526f7765-61eb-4a54-9b97-7f3a9213febc",
"ModifiedDate": "2026-08-04T22:32:22.6530483+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-08-04T22:32:22.6530483+00:00</CreatedDate> <CreatedUserID>28682ae5-8fbe-47e8-a00d-4bf86fe1c560</CreatedUserID> <Description>sample string 9</Description> <ExpirationDateTime>2026-08-04T22:32:22.6530483+00:00</ExpirationDateTime> <IPAddress>sample string 8</IPAddress> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsInternal>true</IsInternal> <ModifiedDate>2026-08-04T22:32:22.6530483+00:00</ModifiedDate> <ModifiedUserID>526f7765-61eb-4a54-9b97-7f3a9213febc</ModifiedUserID> <RequestedDateTime>2026-08-04T22:32:22.6530483+00:00</RequestedDateTime> <RowVersion>QEA=</RowVersion> <Token>fc12804c-e52d-460f-a8c7-629ab6f9fffc</Token> <UserID>b875b4ed-e3ed-4f0a-b01b-80f2cd44482d</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.