GET Api/Service/Order/AutoPnrTicketsAsync/{PurchaseId}/{EtermGroupId}
订单黑屏PNR票号提取操作
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseId |
采购单ID |
globally unique identifier |
Required |
| EtermGroupId |
黑屏组ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
订单黑屏PNR票号提取操作
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoPnrTicketResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Passengers |
乘客列表项 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.PNR.Passenger |
None. |
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Passengers": [
{
"SerialNo": "sample string 1",
"TicketNo": "sample string 2",
"Name": "sample string 3",
"CardType": 0,
"PassengerType": 0,
"CardNo": "sample string 4",
"PhoneNumber": "sample string 5",
"TravellerIdentity": {
"DocType": "sample string 1",
"IdCountry": "sample string 2",
"TrCountry": "sample string 3",
"Birthday": "2025-11-01T21:50:06.8737467+08:00",
"TravellerSexType": 0,
"ExpiryDate": "2025-11-01T21:50:06.8737467+08:00"
}
},
{
"SerialNo": "sample string 1",
"TicketNo": "sample string 2",
"Name": "sample string 3",
"CardType": 0,
"PassengerType": 0,
"CardNo": "sample string 4",
"PhoneNumber": "sample string 5",
"TravellerIdentity": {
"DocType": "sample string 1",
"IdCountry": "sample string 2",
"TrCountry": "sample string 3",
"Birthday": "2025-11-01T21:50:06.8737467+08:00",
"TravellerSexType": 0,
"ExpiryDate": "2025-11-01T21:50:06.8737467+08:00"
}
}
],
"Succeed": true,
"Message": "sample string 2"
}