POST Api/Service/Refund/UpdateRefundInclude
更新退票单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateRefundIncludeModel| Name | 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": "99c76426-c7c8-434d-b4b4-eaf8474c9a1e",
"RefundId": "e83bfec3-a776-4132-a07a-322f260e59d4",
"PassengerId": "511ac93f-413c-40e4-bc3e-fe8ea109811a"
}
Response Information
Resource Description
更新退票单乘机人项
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}