MyIDConnectSvc
Click here for a complete list of operations.
createTicket
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /MyIDConnectSvc.asmx HTTP/1.1
Host: myidtravel.blueskybooking.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:createTicket"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<createTicketRequest xmlns="http://service.resadapter.myidtravel.lhsystems.com">
<employeeData xmlns="http://bos.service.resadapter.myidtravel.lhsystems.com">
<employeeId>string</employeeId>
<employingAirline>string</employingAirline>
<dateOfEmployment>date</dateOfEmployment>
<passengerID>string</passengerID>
<travellerId>string</travellerId>
<bookingMode>string</bookingMode>
</employeeData>
<OTA_AirDemandTicketRQ EchoToken="string" TimeStamp="dateTime" Target="" Version="decimal" TransactionIdentifier="string" SequenceNmbr="nonNegativeInteger" TransactionStatusCode="" RetransmissionIndicator="boolean" xmlns="http://www.opentravel.org/OTA/2003/05">
<POS>
<Source AgentSine="string" PseudoCityCode="string" ISOCountry="string" ISOCurrency="string" AgentDutyCode="string" AirlineVendorID="string" AirportCode="string" FirstDepartPoint="string" ERSP_UserID="string" TerminalID="string">
<RequestorID xsi:nil="true" />
<Position xsi:nil="true" />
<BookingChannel xsi:nil="true" />
</Source>
<Source AgentSine="string" PseudoCityCode="string" ISOCountry="string" ISOCurrency="string" AgentDutyCode="string" AirlineVendorID="string" AirportCode="string" FirstDepartPoint="string" ERSP_UserID="string" TerminalID="string">
<RequestorID xsi:nil="true" />
<Position xsi:nil="true" />
<BookingChannel xsi:nil="true" />
</Source>
</POS>
<DemandTicketDetail CompanyShortName="string" TravelSector="string" Code="string" CodeContext="string" BulkTicketInd="boolean" TourCode="string" IssuingAgentInfo="string" TravelPurposeCode="string" DestRegion="integer" CarrierAgreementRef="string" ValueCode="string">
<MessageFunction Function="" />
<MessageFunction Function="" />
<BookingReferenceID URL="anyURI" Type="string" ID="string" ID_Context="string">
<CompanyName xsi:nil="true" />
</BookingReferenceID>
<CustomDiscountPricing Discount="string" Type="" CurrencyCode="string" DecimalPlaces="nonNegativeInteger" TicketDesignatorCode="string" />
<PaymentInfo PassengerRPH="" PaymentType="string" PrintFormOfPaymentInd="boolean" Text="string" Amount="decimal">
<CreditCardInfo xsi:nil="true" />
<CreditCardInfo xsi:nil="true" />
</PaymentInfo>
<PaymentInfo PassengerRPH="" PaymentType="string" PrintFormOfPaymentInd="boolean" Text="string" Amount="decimal">
<CreditCardInfo xsi:nil="true" />
<CreditCardInfo xsi:nil="true" />
</PaymentInfo>
<Endorsement Info="string" />
<Endorsement Info="string" />
<Commission Amount="decimal" Percent="decimal" CapAmount="decimal" AdditionalInd="boolean" />
<Commission Amount="decimal" Percent="decimal" CapAmount="decimal" AdditionalInd="boolean" />
<PassengerNameReference SurnameRefNumber="integer" GivenNameRefNumber="integer" RangePosition="" />
<PassengerNameReference SurnameRefNumber="integer" GivenNameRefNumber="integer" RangePosition="" />
<PassengerName RPH="string" />
<PassengerName RPH="string" />
<FlightReference FlightRefNumber="integer" RangePosition="" />
<FlightReference FlightRefNumber="integer" RangePosition="" />
<TravelAgencyServiceFee Type="" Amount="decimal" EndorsementInfo="string" Reason="string" AssocDocNumber="string" />
<TravelAgencyServiceFee Type="" Amount="decimal" EndorsementInfo="string" Reason="string" AssocDocNumber="string" />
<QueuePNR PseudoCityCode="string" QueueNumber="string" QueueCategory="string" SystemCode="string" QueueID="string" Date="string" DateRangeNumber="integer" />
<TPA_Extensions>xml</TPA_Extensions>
</DemandTicketDetail>
</OTA_AirDemandTicketRQ>
</createTicketRequest>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<createTicketResponse xmlns="http://service.resadapter.myidtravel.lhsystems.com">
<employeeData xmlns="http://bos.service.resadapter.myidtravel.lhsystems.com">
<employeeId>string</employeeId>
<employingAirline>string</employingAirline>
<dateOfEmployment>date</dateOfEmployment>
<passengerID>string</passengerID>
<travellerId>string</travellerId>
<bookingMode>string</bookingMode>
</employeeData>
<OTA_AirDemandTicketRS EchoToken="string" TimeStamp="dateTime" Target="" Version="decimal" TransactionIdentifier="string" SequenceNmbr="nonNegativeInteger" TransactionStatusCode="" RetransmissionIndicator="boolean" xmlns="http://www.opentravel.org/OTA/2003/05" />
</createTicketResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /MyIDConnectSvc.asmx HTTP/1.1
Host: myidtravel.blueskybooking.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<createTicketRequest xmlns="http://service.resadapter.myidtravel.lhsystems.com">
<employeeData xmlns="http://bos.service.resadapter.myidtravel.lhsystems.com">
<employeeId>string</employeeId>
<employingAirline>string</employingAirline>
<dateOfEmployment>date</dateOfEmployment>
<passengerID>string</passengerID>
<travellerId>string</travellerId>
<bookingMode>string</bookingMode>
</employeeData>
<OTA_AirDemandTicketRQ EchoToken="string" TimeStamp="dateTime" Target="" Version="decimal" TransactionIdentifier="string" SequenceNmbr="nonNegativeInteger" TransactionStatusCode="" RetransmissionIndicator="boolean" xmlns="http://www.opentravel.org/OTA/2003/05">
<POS>
<Source AgentSine="string" PseudoCityCode="string" ISOCountry="string" ISOCurrency="string" AgentDutyCode="string" AirlineVendorID="string" AirportCode="string" FirstDepartPoint="string" ERSP_UserID="string" TerminalID="string">
<RequestorID xsi:nil="true" />
<Position xsi:nil="true" />
<BookingChannel xsi:nil="true" />
</Source>
<Source AgentSine="string" PseudoCityCode="string" ISOCountry="string" ISOCurrency="string" AgentDutyCode="string" AirlineVendorID="string" AirportCode="string" FirstDepartPoint="string" ERSP_UserID="string" TerminalID="string">
<RequestorID xsi:nil="true" />
<Position xsi:nil="true" />
<BookingChannel xsi:nil="true" />
</Source>
</POS>
<DemandTicketDetail CompanyShortName="string" TravelSector="string" Code="string" CodeContext="string" BulkTicketInd="boolean" TourCode="string" IssuingAgentInfo="string" TravelPurposeCode="string" DestRegion="integer" CarrierAgreementRef="string" ValueCode="string">
<MessageFunction Function="" />
<MessageFunction Function="" />
<BookingReferenceID URL="anyURI" Type="string" ID="string" ID_Context="string">
<CompanyName xsi:nil="true" />
</BookingReferenceID>
<CustomDiscountPricing Discount="string" Type="" CurrencyCode="string" DecimalPlaces="nonNegativeInteger" TicketDesignatorCode="string" />
<PaymentInfo PassengerRPH="" PaymentType="string" PrintFormOfPaymentInd="boolean" Text="string" Amount="decimal">
<CreditCardInfo xsi:nil="true" />
<CreditCardInfo xsi:nil="true" />
</PaymentInfo>
<PaymentInfo PassengerRPH="" PaymentType="string" PrintFormOfPaymentInd="boolean" Text="string" Amount="decimal">
<CreditCardInfo xsi:nil="true" />
<CreditCardInfo xsi:nil="true" />
</PaymentInfo>
<Endorsement Info="string" />
<Endorsement Info="string" />
<Commission Amount="decimal" Percent="decimal" CapAmount="decimal" AdditionalInd="boolean" />
<Commission Amount="decimal" Percent="decimal" CapAmount="decimal" AdditionalInd="boolean" />
<PassengerNameReference SurnameRefNumber="integer" GivenNameRefNumber="integer" RangePosition="" />
<PassengerNameReference SurnameRefNumber="integer" GivenNameRefNumber="integer" RangePosition="" />
<PassengerName RPH="string" />
<PassengerName RPH="string" />
<FlightReference FlightRefNumber="integer" RangePosition="" />
<FlightReference FlightRefNumber="integer" RangePosition="" />
<TravelAgencyServiceFee Type="" Amount="decimal" EndorsementInfo="string" Reason="string" AssocDocNumber="string" />
<TravelAgencyServiceFee Type="" Amount="decimal" EndorsementInfo="string" Reason="string" AssocDocNumber="string" />
<QueuePNR PseudoCityCode="string" QueueNumber="string" QueueCategory="string" SystemCode="string" QueueID="string" Date="string" DateRangeNumber="integer" />
<TPA_Extensions>xml</TPA_Extensions>
</DemandTicketDetail>
</OTA_AirDemandTicketRQ>
</createTicketRequest>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<createTicketResponse xmlns="http://service.resadapter.myidtravel.lhsystems.com">
<employeeData xmlns="http://bos.service.resadapter.myidtravel.lhsystems.com">
<employeeId>string</employeeId>
<employingAirline>string</employingAirline>
<dateOfEmployment>date</dateOfEmployment>
<passengerID>string</passengerID>
<travellerId>string</travellerId>
<bookingMode>string</bookingMode>
</employeeData>
<OTA_AirDemandTicketRS EchoToken="string" TimeStamp="dateTime" Target="" Version="decimal" TransactionIdentifier="string" SequenceNmbr="nonNegativeInteger" TransactionStatusCode="" RetransmissionIndicator="boolean" xmlns="http://www.opentravel.org/OTA/2003/05" />
</createTicketResponse>
</soap12:Body>
</soap12:Envelope>