POST Api/Service/Refund/AddRefundInclude
增加退票单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddRefundIncludeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RefundId |
父级ID |
globally unique identifier |
None. |
| PassengerId |
乘机人ID |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefundId": "a91548eb-a22f-4f64-86a6-3945bf3aded9",
"PassengerId": "fd79a0cd-1eb0-4bac-87a1-b120c254f3fa"
}
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"
}