GET Api/Service/Order/AutoPnrTicketsAsync/{PurchaseId}/{EtermGroupId}

订单黑屏PNR票号提取操作

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
    },
    {
      "SerialNo": "sample string 1",
      "TicketNo": "sample string 2",
      "Name": "sample string 3",
      "CardType": 0,
      "PassengerType": 0,
      "CardNo": "sample string 4",
      "PhoneNumber": "sample string 5"
    }
  ],
  "Succeed": true,
  "Message": "sample string 2"
}