POST Api/Service/Refund/UpdateRefundExpand
更新退票单扩展参数
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateRefundExpandModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
RefundId |
父级ID |
globally unique identifier |
None. |
SettingKey |
设置Key |
string |
Required String length: inclusive between 0 and 500 |
SettingValue |
设置值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "3ddbccc4-fd91-4dc0-9920-1ad7f30480a5", "RefundId": "96973497-d6a4-41dc-ba1d-03795a0fbf17", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }
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" }