POST Api/Service/Statistics/GetTotalOrderSiteNumbers
获取指定日期站点订单分组数量
Request Information
URI Parameters
None.
Body Parameters
检索模型
SpeedPower.Utility.Models.Project.Orders.Service.SearchOrderFinanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderSource |
订单来源 |
SpeedPower.Utility.Models.Project.Orders.Enums.OrderSourceType |
None. |
| Date |
订单日期 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderSource": 0,
"Date": "2025-11-01T21:59:44.7301684+08:00"
}
Response Information
Resource Description
获取指定日期站点订单分组数量
Dictionary of string [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": 2,
"sample string 3": 4
}