POST Api/Service/Refund/UpdateRefundInclude

更新退票单乘机人项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdateRefundIncludeModel
NameDescriptionTypeAdditional 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": "62e90f96-0292-418b-83a6-dc76e6f82543",
  "RefundId": "5e65dae7-77b1-43a8-b3a5-df2922b5fcd4",
  "PassengerId": "a9d30ca4-c002-44ff-bdea-322802506163"
}

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"
}