POST Api/Service/Changed/AddChangedInclude
增加改签单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddChangedIncludeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"ChangedId": "e0fd2a3a-92f2-448c-8b47-98dec9b5fe7f",
"PassengerId": "e338e961-c8d0-4f33-b739-6cfe996a7019",
"TicketNumber": "sample string 3"
}
Response Information
Resource Description
增加改签单乘机人项
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}