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:
[ "c08f4048-3b24-4a1a-bd9d-6d83f6b59ecd", "b7178650-702f-4ff8-bdb7-ef96af144d53" ]
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" }