POST Api/User/Del
Request Information
URI Parameters
None.
Body Parameters
UserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| UserType | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| RealName | string |
None. |
|
| PhoneNum | string |
None. |
|
| Openid | string |
None. |
|
| RegistTime | date |
None. |
|
| RegistTimeToString | string |
None. |
|
| LastLoginTime | date |
None. |
|
| LastLoginTimeToString | string |
None. |
|
| LoginTimes | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| EMP | integer |
None. |
|
| Token | string |
None. |
|
| IsGetToken | boolean |
None. |
|
| CustomerName | string |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| UserTypeName | string |
None. |
|
| CustomerIdList | Collection of globally unique identifier |
None. |
|
| IsAdmin | boolean |
None. |
|
| StationId | globally unique identifier |
None. |
|
| DeviceManufacturer | integer |
None. |
|
| StationType | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f9674e5d-0a34-4c95-a958-5a8bdcda2990",
"CustomerId": "9912a537-b7b8-4f4f-a731-cad272ea0a37",
"UserType": 1,
"UserName": "sample string 2",
"Password": "sample string 3",
"RealName": "sample string 4",
"PhoneNum": "sample string 5",
"Openid": "sample string 6",
"RegistTime": "2026-03-02T19:52:43.9749739+08:00",
"RegistTimeToString": "2026-03-02 19:52:43",
"LastLoginTime": "2026-03-02T19:52:43.9749739+08:00",
"LastLoginTimeToString": "2026-03-02 19:52:43",
"LoginTimes": 1,
"IsDeleted": true,
"EMP": 1,
"Token": "sample string 7",
"IsGetToken": true,
"CustomerName": "sample string 9",
"RoleId": "8d8ddbd9-90ad-4bc8-8d13-6f5dd0ca33a2",
"UserTypeName": "超级管理员",
"CustomerIdList": [
"831d2b46-f1c8-438c-9c33-7688ac0e2a6e",
"0bb53970-0509-427c-bfb5-90c3a389d047"
],
"IsAdmin": true,
"StationId": "b1803e15-c932-45ad-b2af-d09645bbeaa1",
"DeviceManufacturer": 1,
"StationType": 1,
"PageIndex": 11,
"PageSize": 12,
"Total": 13
}
application/xml, text/xml
Sample:
<UserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
<_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField>
<_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField>
<_x003C_Total_x003E_k__BackingField>13</_x003C_Total_x003E_k__BackingField>
<CustomerId>9912a537-b7b8-4f4f-a731-cad272ea0a37</CustomerId>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>831d2b46-f1c8-438c-9c33-7688ac0e2a6e</d2p1:guid>
<d2p1:guid>0bb53970-0509-427c-bfb5-90c3a389d047</d2p1:guid>
</CustomerIdList>
<CustomerName>sample string 9</CustomerName>
<DeviceManufacturer>1</DeviceManufacturer>
<EMP>1</EMP>
<Id>f9674e5d-0a34-4c95-a958-5a8bdcda2990</Id>
<IsDeleted>true</IsDeleted>
<IsGetToken>true</IsGetToken>
<LastLoginTime>2026-03-02T19:52:43.9749739+08:00</LastLoginTime>
<LoginTimes>1</LoginTimes>
<Openid>sample string 6</Openid>
<Password>sample string 3</Password>
<PhoneNum>sample string 5</PhoneNum>
<RealName>sample string 4</RealName>
<RegistTime>2026-03-02T19:52:43.9749739+08:00</RegistTime>
<RoleId>8d8ddbd9-90ad-4bc8-8d13-6f5dd0ca33a2</RoleId>
<StationId>b1803e15-c932-45ad-b2af-d09645bbeaa1</StationId>
<StationType>1</StationType>
<Token>sample string 7</Token>
<UserName>sample string 2</UserName>
<UserType>1</UserType>
</UserDto>
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.