POST Api/Customer/Del
Request Information
URI Parameters
None.
Body Parameters
CustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FatherId | globally unique identifier |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| CustomerName | string |
None. |
|
| CustomerType | integer |
None. |
|
| JuristicPerson | string |
None. |
|
| JuristicPersonTel | string |
None. |
|
| CertificateNo | string |
None. |
|
| CustomerAddress | string |
None. |
|
| CreateTime | date |
None. |
|
| Remark | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| WxAppId | string |
None. |
|
| WxMchId | string |
None. |
|
| WxApiKey | string |
None. |
|
| WxAppSecret | string |
None. |
|
| CreateTimeToString | string |
None. |
|
| CustomerTypeName | string |
None. |
|
| RefundPwd | string |
None. |
|
| CustomerNum | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| CustomerSecret | string |
None. |
|
| RoleName | string |
None. |
|
| FatherCustomerName | string |
None. |
|
| CustomerIdList | Collection of globally unique identifier |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "aa09f96d-a4a8-4aa1-b34d-b4e9730e0ded",
"FatherId": "f5846fcb-4256-42d2-9d7a-674deb09442f",
"RoleId": "99393472-e8c1-4d86-8c42-6dfde76a72fc",
"CustomerName": "sample string 2",
"CustomerType": 1,
"JuristicPerson": "sample string 3",
"JuristicPersonTel": "sample string 4",
"CertificateNo": "sample string 5",
"CustomerAddress": "sample string 6",
"CreateTime": "2026-03-02T19:54:39.6704063+08:00",
"Remark": "sample string 7",
"IsDeleted": true,
"WxAppId": "sample string 8",
"WxMchId": "sample string 9",
"WxApiKey": "sample string 10",
"WxAppSecret": "sample string 11",
"CreateTimeToString": "2026-03-02 19:54:39",
"CustomerTypeName": "总公司",
"RefundPwd": "sample string 12",
"CustomerNum": "sample string 13",
"UserId": "f45fd3e3-124a-4eb8-9280-1ce66262c974",
"CustomerSecret": "sample string 15",
"RoleName": "sample string 16",
"FatherCustomerName": "sample string 17",
"CustomerIdList": [
"44f4cc70-646a-4e60-a7ce-9859259b8367",
"56a746d3-1461-4e18-a5ca-c7d98f248bde"
],
"PageIndex": 18,
"PageSize": 19,
"Total": 20
}
application/xml, text/xml
Sample:
<CustomerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
<_x003C_PageIndex_x003E_k__BackingField>18</_x003C_PageIndex_x003E_k__BackingField>
<_x003C_PageSize_x003E_k__BackingField>19</_x003C_PageSize_x003E_k__BackingField>
<_x003C_Total_x003E_k__BackingField>20</_x003C_Total_x003E_k__BackingField>
<CertificateNo>sample string 5</CertificateNo>
<CreateTime>2026-03-02T19:54:39.6704063+08:00</CreateTime>
<CustomerAddress>sample string 6</CustomerAddress>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>44f4cc70-646a-4e60-a7ce-9859259b8367</d2p1:guid>
<d2p1:guid>56a746d3-1461-4e18-a5ca-c7d98f248bde</d2p1:guid>
</CustomerIdList>
<CustomerName>sample string 2</CustomerName>
<CustomerNum>sample string 13</CustomerNum>
<CustomerSecret>sample string 15</CustomerSecret>
<CustomerType>1</CustomerType>
<FatherCustomerName>sample string 17</FatherCustomerName>
<FatherId>f5846fcb-4256-42d2-9d7a-674deb09442f</FatherId>
<Id>aa09f96d-a4a8-4aa1-b34d-b4e9730e0ded</Id>
<IsDeleted>true</IsDeleted>
<JuristicPerson>sample string 3</JuristicPerson>
<JuristicPersonTel>sample string 4</JuristicPersonTel>
<RefundPwd>sample string 12</RefundPwd>
<Remark>sample string 7</Remark>
<RoleId>99393472-e8c1-4d86-8c42-6dfde76a72fc</RoleId>
<RoleName>sample string 16</RoleName>
<UserId>f45fd3e3-124a-4eb8-9280-1ce66262c974</UserId>
<WxApiKey>sample string 10</WxApiKey>
<WxAppId>sample string 8</WxAppId>
<WxAppSecret>sample string 11</WxAppSecret>
<WxMchId>sample string 9</WxMchId>
</CustomerDto>
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.