POST Api/UserToken/Del
Request Information
URI Parameters
None.
Body Parameters
UserTokenDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Token | string |
None. |
|
| ExpireTime | date |
None. |
|
| ExpireTimeToString | string |
None. |
|
| IsGetNew | boolean |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "6f59f308-d831-4e0b-a04d-15b7da8ae148",
"Token": "sample string 2",
"ExpireTime": "2026-03-02T19:51:49.1583135+08:00",
"ExpireTimeToString": "2026-03-02 19:51:49",
"IsGetNew": true,
"PageIndex": 4,
"PageSize": 5,
"Total": 6
}
application/xml, text/xml
Sample:
<UserTokenDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>4</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>5</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>6</_x003C_Total_x003E_k__BackingField> <ExpireTime>2026-03-02T19:51:49.1583135+08:00</ExpireTime> <IsGetNew>true</IsGetNew> <Token>sample string 2</Token> <UserId>6f59f308-d831-4e0b-a04d-15b7da8ae148</UserId> </UserTokenDto>
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.