POST Api/Service/Statistics/GetTotalOrderSiteNumbers

获取指定日期站点订单分组数量

Request Information

URI Parameters

None.

Body Parameters

检索模型

SpeedPower.Utility.Models.Project.Orders.Service.SearchOrderFinanceModel
NameDescriptionTypeAdditional information
OrderSource

订单来源

SpeedPower.Utility.Models.Project.Orders.Enums.OrderSourceType

None.

Date

订单日期

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderSource": 0,
  "Date": "2024-10-22T16:32:06.4840313+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
}