POST api/SalesAnalysis/GetCustomerSaleAnalysis?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
获取终端别销售分析
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DomainId |
域Id |
globally unique identifier |
None. |
AccountId |
账户Id |
globally unique identifier |
None. |
PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
GetCustomerSaleAnalysisVMName | Description | Type | Additional information |
---|---|---|---|
startDate |
开始时间 |
date |
None. |
endDate |
结束时间 |
date |
None. |
ascSort |
正序 |
boolean |
None. |
channel |
渠道key |
string |
None. |
keyWord |
关键字 |
string |
None. |
region | globally unique identifier |
None. |
|
orgId | globally unique identifier |
None. |
|
scene | string |
None. |
|
accountid | globally unique identifier |
None. |
|
SorttabIndex |
排序字段索引 |
string |
None. |
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2025-07-23 07:38:11", "endDate": "2025-07-23 07:38:11", "ascSort": true, "channel": "sample string 4", "keyWord": "sample string 5", "region": "d965566c-9936-4045-ab9b-8f5859f1b65c", "orgId": "f1f06a7e-9ba6-4caf-9d40-0baa9bdf09c1", "scene": "sample string 6", "accountid": "dc42a359-ca8e-466f-acbd-dc106ed4b17b", "SorttabIndex": "sample string 7", "PageIndex": 8, "PageSize": 9 }
application/xml, text/xml
Sample:
<GetCustomerSaleAnalysisVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Sales.SaleAnalysis.ViewModel"> <PageIndex>8</PageIndex> <PageSize>9</PageSize> <SorttabIndex>sample string 7</SorttabIndex> <accountid>dc42a359-ca8e-466f-acbd-dc106ed4b17b</accountid> <ascSort>true</ascSort> <channel>sample string 4</channel> <endDate>2025-07-23T07:38:11.0514836+08:00</endDate> <keyWord>sample string 5</keyWord> <orgId>f1f06a7e-9ba6-4caf-9d40-0baa9bdf09c1</orgId> <region>d965566c-9936-4045-ab9b-8f5859f1b65c</region> <scene>sample string 6</scene> <startDate>2025-07-23T07:38:11.0514836+08:00</startDate> </GetCustomerSaleAnalysisVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObjectName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": {} }
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>