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": "2bef4840-6abf-4dbb-847a-47b808b78628",
"RefundId": "0e6201c3-975a-484b-b112-e88f1d3100cf",
"PassengerId": "05ec6a17-6865-47c4-b3a0-cf7a51594c76"
}
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"
}