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:
[ "5650501d-b3d3-4bde-a9ec-17b4a65ce854", "45a7f103-f212-42de-8b0a-9b5dac66b446" ]
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" }