GET Api/Service/Refund/GetCurrentRefundStyleNumbers

获取当前退票单操作类型分组数量

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取当前退票单操作类型分组数量

Dictionary of SpeedPower.Utility.Models.Project.Orders.Enums.RefundStyleType [key] and integer [value]

Response Formats

application/json, text/json

Sample:
{
  "NormalRefund": 1
}