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": "e3199f1b-ba92-41db-9127-c796f906ed17", "RefundId": "1e0920e6-8a23-40ce-a50b-0e22d33ba5f8", "PassengerId": "110a5705-a31f-4a68-985f-2156be65ce89" }
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" }