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