v4.17.0 | August 14, 2019
- OrderCreateDate : new attribute added to OrderDetail
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to CustomerDetail
- ErrorCode : new attribute added in PaymentRS/Result
- PA_ResponseCode : new attribute added in T3DS_Result
- VE_ResponseCode : new attribute added in T3DS_Result
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to PassengerDetailType
- ContactInfo : new element added to PassengerDetailType
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to PaymentCardType
- FopFeeAmount : new attribute added to AmountDetail
- PromotionalInd : new attribute added to InstallmentDetail
- Title : new attribute added to PersonNameGroup
- MiddleName : new attribute added to PersonNameGroup
- new complex type LoyaltyMembershipDetailType added
API Information
What's New
- OrderCreateDate : new attribute added to OrderDetail
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to CustomerDetail
- ErrorCode : new attribute added in PaymentRS/Result
- PA_ResponseCode : new attribute added in T3DS_Result
- VE_ResponseCode : new attribute added in T3DS_Result
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to PassengerDetailType
- ContactInfo : new element added to PassengerDetailType
- LoyaltyMemberDetail : new element of type LoyaltyMembershipDetailType added to PaymentCardType
- FopFeeAmount : new attribute added to AmountDetail
- PromotionalInd : new attribute added to InstallmentDetail
- Title : new attribute added to PersonNameGroup
- MiddleName : new attribute added to PersonNameGroup
- new complex type LoyaltyMembershipDetailType added
Business Value
- New attribute and elements added to the schema
New Features
In the Request
Optional
- Parameter: OrderCreateDate
-
Type: string
Description: OrderCreateDate is a new attribute added to OrderDetail
Sample Value:
Note:
In the Request
Optional
- Parameter: LoyaltyMemberDetail
-
Type: LoyaltyMembershipDetailType
Description: LoyaltyMemberDetail is a new element added to CustomerDetail
Sample Value:
<CustomerDetail Name="Test Customer">
<CustomerID>
<Other ID="11111111111" Type="CPF"/>
</CustomerID>
<Address>
<AddressLine1>123 Twinkle Street</AddressLine1>
<AddressLine2>Lake Road</AddressLine2>
<CityName>Southlake</CityName>
<PostalCode>760980</PostalCode>
<StateProv StateCode="TX"/>
<Country Code="US"/>
<District>Austin</District>
</Address>
<EmailAddress>test@sabre.com</EmailAddress>
<PhoneNumber Number="111111111111" Type="HOME"/>
<LoyaltyMemberDetail Name="James Smith" Title="Mr" FirstName="James" MiddleName="R" LastName="Smith" MemberLoggedInInd="" ID="" Status="ACTIVE" Level="GOLD" IssueDate="2018-12-07" LoyaltyOalCode="" CurrentBalance="122"/>
</CustomerDetail>Note:
In the Request
Optional
- Parameter: LoyaltyMemberDetail
-
Type: LoyaltyMembershipDetailType
Description: LoyaltyMemberDetail is a new element added to PassengerDetailType
Sample Value:
<LoyaltyMemberDetail Name="James Smith" Title="Mr" FirstName="James" MiddleName="R" LastName="Smith" MemberLoggedInInd="" ID="" Status="ACTIVE" Level="GOLD" IssueDate="2018-12-07" LoyaltyOalCode="" CurrentBalance="122"/>Note:
In the Request
Optional
- Parameter: LoyaltyMemberDetail
-
Type: LoyaltyMembershipDetailType
Description: LoyaltyMemberDetail is a new element added to PaymentCardType
Sample Value:
<LoyaltyMemberDetail Name="James Smith" Title="Mr" FirstName="James" MiddleName="R" LastName="Smith" MemberLoggedInInd="" ID="" Status="ACTIVE" Level="GOLD" IssueDate="2018-12-07" LoyaltyOalCode="" CurrentBalance="122"/>Note:
In the Response
Optional
- Parameter: PA_ResponseCode
-
Type: string
Description: PA_ResponseCode is a new attribute added in T3DS_Result
Sample Value:
<T3DS_Result ECI="02" ECI_ResultCode="Y" UCAF_ResultCode="ab34fdf4341fk3j5454h4343ffeeerer" PA_ResponseCode="N" VE_ResponseCode="N"/>Note:
In the Response
Optional
- Parameter: VE_ResponseCode
-
Type: string
Description: VE_ResponseCode is a new attribute added in T3DS_Result
Sample Value:
<T3DS_Result ECI="02" ECI_ResultCode="Y" UCAF_ResultCode="ab34fdf4341fk3j5454h4343ffeeerer" PA_ResponseCode="N" VE_ResponseCode="N"/>Note:
In the Request
Optional
- Parameter: ContactInfo
-
Type: ContactInfoType
Description: ContactInfo : is a new element added to PassengerDetailType
Sample Value:
<ContactInfo FirstName="FirstName" LastName="LastName">
<EmailAddress>test@test.com</EmailAddress>
<PhoneNumber Number="1234567890" Type="M"/>
</ContactInfo>Note:
In the Request
Optional
- Parameter: FopFeeAmount
-
Type: Money
Description: FopFeeAmount is a new attribute added to AmountDetail
Sample Value:
<AmountDetail Amount="2985.52" CurrencyCode="AUD" ExchangeRate="1.0" WithInterestInd="true" InterestAmount="" FopFeeAmount="111"/>Note:
In the Request
Optional
- Parameter: PromotionalInd
-
Type: boolean
Description: PromotionalInd is a new attribute added to InstallmentDetail
Sample Value:
<InstallmentDetail NumberOfInstallments="1" PromotionalInd="true"/>Note:
In the Request
Optional
- Parameter: LoyaltyMembershipDetailType
-
Type: LoyaltyMembershipDetailType
Description: New complex type LoyaltyMembershipDetailType added
Sample Value:
<LoyaltyMemberDetail Name="James Smith" Title="Mr" FirstName="James" MiddleName="R" LastName="Smith" MemberLoggedInInd="" ID="" Status="ACTIVE" Level="GOLD" IssueDate="2018-12-07" LoyaltyOalCode="" CurrentBalance="122"/>Note:
In the Request
Optional
- Parameter: Title
-
Type: string
Description: Title is a new attribute added to PersonNameGroup
Sample Value:
Title="Mr"Note:
In the Request
Optional
- Parameter: MiddleName
-
Type: string
Description: MiddleName is a new attribute added to PersonNameGroup
Sample Value:
MiddleName="Ross"Note:
Relase note ID: 12857