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": "96cf7c2a-b800-4821-afb6-ef6736152b2e",
"RefundId": "1880b64a-bba3-46ea-b372-083a387ba1b0",
"PassengerId": "f4a6681a-7563-4613-8783-f3dc2e6fb241"
}
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"
}