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": "fb6c67a1-7670-4069-ac8c-63f0633e1f14",
  "RefundId": "4ebf8840-b027-41e3-b7b0-a9a18710b722",
  "PassengerId": "9a3e763b-df6e-4660-bf45-6d6864d58071"
}

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