POST Api/Service/Statistics/GetTotalOrderCarrierNumbers
获取指定日期订单航司分组数量
Request Information
URI Parameters
None.
Body Parameters
检索模型
SpeedPower.Utility.Models.Project.Orders.Service.SearchOrderTotalModelName | 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-04-03T19:47:39.0598992+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 }