POST Api/Service/Order/BatchChangeOrderStatus/{Status}
批量变更订单状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Status |
变更后状态 |
SpeedPower.Utility.Models.Project.Orders.Enums.OrderStatusType |
Required |
Body Parameters
订单ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f19a9d21-0187-499f-a25a-bca5595b728d", "82e4a2d3-0cc0-4f5f-84c5-d3de12a7df37" ]
Response Information
Resource Description
批量变更订单状态
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }