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:
[ "0e3f9708-5b7a-4f07-9c08-06f4f636020b", "75145e74-8e63-4ff6-9edb-907b3c58224b" ]
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"
}