Я думаю, что ваша проблема касается информации, требуемой TSA, это означает, что вы должны отправить APIS
APIS - ADVANCE PASSENGER INFORMATION SYSTEM
When travelling to certain countries, the respective local government may request for the
detailed information of the passenger. For example, the U.S. and Canadian Transportation
Security Administration (TSA) requires all airlines to provide the passport information, Date of
birth, VISA info, destination or residential addresses of all passengers travelling to the United
States.
Some airlines require passenger information like passport number as the form of identification at
check-in.
Для отправки Предварительной информации о пассажире (APIS) для паспортного документа для нескольких сегментов.
Send Advance Passenger Information (APIS) for passport document.
Equivalent Sabre host command: 3DOCSA/P/US/1234567890/US/02DEC1960/M/26MAY2029/SIMPSON/HOMER/JAY-1.1
<SpecialServiceRQ xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.3.0">
<SpecialServiceInfo>
<AdvancePassenger SegmentNumber="A">
<Document ExpirationDate="2029-05-26" Number="1234567890" Type="P">
<IssueCountry>US</IssueCountry>
<NationalityCountry>US</NationalityCountry>
</Document>
<PersonName DateOfBirth="1960-12-02" Gender="M" NameNumber="1.1">
<GivenName>Homer</GivenName>
<MiddleName>Jay</MiddleName>
<Surname>Simpson</Surname>
</PersonName>
<VendorPrefs>
<Airline Hosted="false"/>
</VendorPrefs>
</AdvancePassenger>
</SpecialServiceInfo>
</SpecialServiceRQ>
Для отправки Предварительной информации о пассажире (APIS)для паспортного документа для нескольких сегментов вы должны использовать этот формат в SegmentNumber свойство
<AdvancePassenger SegmentNumber="1,2">