POST Api/Customer/SumTotalInfo
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": "a31cdfa5-0049-41af-bf39-610ee0f4ccc6",
"FatherId": "2c644497-97ca-4ba9-8109-4b47ebaf7d48",
"RoleId": "4310f5c5-4091-4825-a0d8-9d6fae6fa61c",
"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:57.2186799+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:57",
"CustomerTypeName": "总公司",
"RefundPwd": "sample string 12",
"CustomerNum": "sample string 13",
"UserId": "a6d00f35-86fc-4d72-a8ce-744448cffadd",
"CustomerSecret": "sample string 15",
"RoleName": "sample string 16",
"FatherCustomerName": "sample string 17",
"CustomerIdList": [
"26cade10-33f4-481e-a696-eb130308f4d8",
"e0664893-82ce-47f9-a744-d2d77947c8c0"
],
"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:57.2186799+08:00</CreateTime>
<CustomerAddress>sample string 6</CustomerAddress>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>26cade10-33f4-481e-a696-eb130308f4d8</d2p1:guid>
<d2p1:guid>e0664893-82ce-47f9-a744-d2d77947c8c0</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>2c644497-97ca-4ba9-8109-4b47ebaf7d48</FatherId>
<Id>a31cdfa5-0049-41af-bf39-610ee0f4ccc6</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>4310f5c5-4091-4825-a0d8-9d6fae6fa61c</RoleId>
<RoleName>sample string 16</RoleName>
<UserId>a6d00f35-86fc-4d72-a8ce-744448cffadd</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.