POST Api/Customer/MonthSumTotalInfo
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": "5a99fc0f-58d2-4fe4-98d4-f365a3e1fd95",
"FatherId": "2b928de7-9f9b-4e1d-9f7d-2277b0b1d403",
"RoleId": "5d88c66b-60ad-4997-bac2-37dcea078e28",
"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:55:27.5406505+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:55:27",
"CustomerTypeName": "总公司",
"RefundPwd": "sample string 12",
"CustomerNum": "sample string 13",
"UserId": "dab9f162-2985-4438-8a46-1937ac082786",
"CustomerSecret": "sample string 15",
"RoleName": "sample string 16",
"FatherCustomerName": "sample string 17",
"CustomerIdList": [
"d784f623-118d-42e0-b34e-8bf6182bbaa2",
"33a0a88e-0132-48e9-94a1-4b8000de56a5"
],
"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:55:27.5406505+08:00</CreateTime>
<CustomerAddress>sample string 6</CustomerAddress>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>d784f623-118d-42e0-b34e-8bf6182bbaa2</d2p1:guid>
<d2p1:guid>33a0a88e-0132-48e9-94a1-4b8000de56a5</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>2b928de7-9f9b-4e1d-9f7d-2277b0b1d403</FatherId>
<Id>5a99fc0f-58d2-4fe4-98d4-f365a3e1fd95</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>5d88c66b-60ad-4997-bac2-37dcea078e28</RoleId>
<RoleName>sample string 16</RoleName>
<UserId>dab9f162-2985-4438-8a46-1937ac082786</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.