POST Api/Customer/GetTreeList
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": "458bcd50-a277-4e9f-be3a-f39cfa318e6d",
"FatherId": "dd6241c3-452f-4b03-8194-f8fc50205396",
"RoleId": "2bbbabe0-2606-4c67-a558-eea8db7e4d81",
"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:51:15.5336931+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:51:15",
"CustomerTypeName": "总公司",
"RefundPwd": "sample string 12",
"CustomerNum": "sample string 13",
"UserId": "e28750bb-5f35-4f51-b870-bd5565083ae6",
"CustomerSecret": "sample string 15",
"RoleName": "sample string 16",
"FatherCustomerName": "sample string 17",
"CustomerIdList": [
"cfe76b4c-f6cd-4c0e-a6c9-0b093d2a0955",
"61260c44-40c1-4743-a83a-becea269e769"
],
"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:51:15.5336931+08:00</CreateTime>
<CustomerAddress>sample string 6</CustomerAddress>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>cfe76b4c-f6cd-4c0e-a6c9-0b093d2a0955</d2p1:guid>
<d2p1:guid>61260c44-40c1-4743-a83a-becea269e769</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>dd6241c3-452f-4b03-8194-f8fc50205396</FatherId>
<Id>458bcd50-a277-4e9f-be3a-f39cfa318e6d</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>2bbbabe0-2606-4c67-a558-eea8db7e4d81</RoleId>
<RoleName>sample string 16</RoleName>
<UserId>e28750bb-5f35-4f51-b870-bd5565083ae6</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.