POST Api/Service/Refund/AddRefundInclude

增加退票单乘机人项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.AddRefundIncludeModel
NameDescriptionTypeAdditional information
RefundId

父级ID

globally unique identifier

None.

PassengerId

乘机人ID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RefundId": "2dce5d8d-828a-4491-a3ca-e02c94f5dd03",
  "PassengerId": "2e9beb23-3766-4ae2-b037-371bcae0afb9"
}

Response Information

Resource Description

增加退票单乘机人项

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}