POST Api/Service/Changed/UpdateChangedInclude
更新改签单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateChangedIncludeModelName | Description | Type | Additional 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": "34609bb2-6bf9-4177-9fde-b69b632aa5fd", "ChangedId": "e3d7e159-5395-4123-8504-c21ab69961db", "PassengerId": "5751781e-4215-4da4-820e-93b542535f7f", "TicketNumber": "sample string 4" }
Response Information
Resource Description
更新改签单乘机人项
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }