POST Api/Service/Refund/UpdateRefundInclude
更新退票单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateRefundIncludeModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
RefundId |
父级ID |
globally unique identifier |
None. |
PassengerId |
乘机人ID |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "9975bb7d-1c75-4c4d-b8f6-e07b6954d186", "RefundId": "f91d2f9d-cbd7-4788-9e8d-463e23d77055", "PassengerId": "e5356c93-6825-4c96-9e28-484789a765a3" }
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" }