POST api/Token/Insert

Request Information

URI Parameters

None.

Body Parameters

SECUserTokensInsert_Result
NameDescriptionTypeAdditional 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": "ad73bf32-4cd4-4232-9fa6-b8adaafbf12f",
  "UserID": "ca1a7958-b31a-4c98-b182-9e0904524946",
  "IsInternal": true,
  "IsDeleted": true,
  "IsActive": true,
  "RequestedDateTime": "2025-08-28T23:34:46.6852503+00:00",
  "ExpirationDateTime": "2025-08-28T23:34:46.6852503+00:00",
  "IPAddress": "sample string 8",
  "Description": "sample string 9",
  "CreatedUserID": "2e4f385a-e439-4c13-a9cc-e3506059ff59",
  "CreatedDate": "2025-08-28T23:34:46.6852503+00:00",
  "ModifiedUserID": "be3f66c5-be87-4171-b9fa-33bce7a8e4b6",
  "ModifiedDate": "2025-08-28T23:34:46.6852503+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>2025-08-28T23:34:46.6852503+00:00</CreatedDate>
  <CreatedUserID>2e4f385a-e439-4c13-a9cc-e3506059ff59</CreatedUserID>
  <Description>sample string 9</Description>
  <ExpirationDateTime>2025-08-28T23:34:46.6852503+00:00</ExpirationDateTime>
  <IPAddress>sample string 8</IPAddress>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <IsInternal>true</IsInternal>
  <ModifiedDate>2025-08-28T23:34:46.6852503+00:00</ModifiedDate>
  <ModifiedUserID>be3f66c5-be87-4171-b9fa-33bce7a8e4b6</ModifiedUserID>
  <RequestedDateTime>2025-08-28T23:34:46.6852503+00:00</RequestedDateTime>
  <RowVersion>QEA=</RowVersion>
  <Token>ad73bf32-4cd4-4232-9fa6-b8adaafbf12f</Token>
  <UserID>ca1a7958-b31a-4c98-b182-9e0904524946</UserID>
</SECUserTokensInsert_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.