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:
[ "6b947db7-a078-42f2-84c7-5dd776ad3ca2", "7fbc57c0-a9ad-4089-80d2-b69de3715ab1" ]
Response Information
Resource Description
批量变更订单状态
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}