POST Api/Service/Changed/UpdateChangedInclude

更新改签单乘机人项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdateChangedIncludeModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

ChangedId

父级ID

globally unique identifier

None.

PassengerId

乘机人ID

globally unique identifier

None.

TicketNumber

改签后票号

string

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "ID": "351d32c5-1e69-481c-a28a-5fdeedbfe681",
  "ChangedId": "2d7f2c9e-7d3d-43a2-8ed5-52a2dea7e0e2",
  "PassengerId": "9d901c81-a95a-48e9-95da-edad9eff5502",
  "TicketNumber": "sample string 4"
}

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