POST Api/Service/Refund/ChangeRefundLocked
变更退票单锁定/解锁状态
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateRLockedStatusModelName | Description | Type | Additional information |
---|---|---|---|
RefundId |
父级ID |
globally unique identifier |
None. |
Status |
锁定状态 |
SpeedPower.Utility.Models.Project.Orders.Enums.LockedStatusType |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "RefundId": "adc98c5b-8887-4e20-97e6-20c81cc72754", "Status": 0, "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" }