POST Api/Invoke/AddOrUpdateChangedTicketNumbers/{CurrentOrderNumber}
添加/更新改签单票号
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CurrentOrderNumber |
外部采购单号/平台改签单号 |
string |
Required |
Body Parameters
票号列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AddOrUpdateChangedTicketNumberRequestModelName | Description | Type | Additional information |
---|---|---|---|
Posted |
是否已回贴 |
boolean |
None. |
Name |
乘客姓名(可为空) |
string |
String length: inclusive between 0 and 128 |
CardNo |
证件号(可为空) |
string |
String length: inclusive between 0 and 50 |
TicketNumber |
票号 |
string |
Required String length: inclusive between 0 and 20 |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
[ { "Posted": true, "Name": "sample string 2", "CardNo": "sample string 3", "TicketNumber": "sample string 4", "Remarks": "sample string 5" }, { "Posted": true, "Name": "sample string 2", "CardNo": "sample string 3", "TicketNumber": "sample string 4", "Remarks": "sample string 5" } ]
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" }