POST Api/Invoke/SetOrderInvalidStatus
设置订单状态为无效状态
Request Information
URI Parameters
None.
Body Parameters
设置模型
SpeedPower.Utility.Models.Project.Orders.Service.WebApiSetOrderStatusModelName | Description | Type | Additional information |
---|---|---|---|
OrderId |
订单ID |
globally unique identifier |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "OrderId": "7b1f3162-af6c-45a2-9d72-3465471a2a40", "Remarks": "sample string 2" }
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" }