wsReservation


Click here for a complete list of operations.

AddInsuranceReservation

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 /ResService/wsReservation.asmx HTTP/1.1
Host: tsuiteservice.it.ws.travelexplorer.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.travelsuite.com.br/AddInsuranceReservation"

<?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>
    <AddInsuranceReservation xmlns="http://ws.travelsuite.com.br">
      <PNRId>long</PNRId>
      <ContractId>int</ContractId>
      <Reservation>
        <InsuranceInfo>
          <PnrItemId>long</PnrItemId>
          <PlainInfoPlanId>string</PlainInfoPlanId>
          <PlainInfoPlainName>string</PlainInfoPlainName>
          <OriginCountryId>string</OriginCountryId>
          <OriginStateId>string</OriginStateId>
          <TravelDateFrom>dateTime</TravelDateFrom>
          <TravelDateTo>dateTime</TravelDateTo>
          <QuoteType>string</QuoteType>
          <TravelPurpose>string</TravelPurpose>
          <PaxInfoAdults>short</PaxInfoAdults>
          <PaxInfoChds>short</PaxInfoChds>
          <PaxInfoSnrs>short</PaxInfoSnrs>
          <PlainInfoAgreement>string</PlainInfoAgreement>
          <AlternatePriceCurrency>string</AlternatePriceCurrency>
          <AlternatePriceDiscount>decimal</AlternatePriceDiscount>
          <AlternatePriceAddition>decimal</AlternatePriceAddition>
          <AlternatePriceUnitPrice>decimal</AlternatePriceUnitPrice>
          <AlternatePriceTotalAmount>decimal</AlternatePriceTotalAmount>
          <AlternatePriceExchangeRate>decimal</AlternatePriceExchangeRate>
          <VoucherUrl>string</VoucherUrl>
          <TrackId>long</TrackId>
        </InsuranceInfo>
        <InsuranceBenefitsData>
          <InsuranceBenefitsData>
            <BenefitId>long</BenefitId>
            <ProductIdentification>int</ProductIdentification>
            <Title>string</Title>
            <Price>decimal</Price>
            <Text>string</Text>
            <Link>string</Link>
          </InsuranceBenefitsData>
          <InsuranceBenefitsData>
            <BenefitId>long</BenefitId>
            <ProductIdentification>int</ProductIdentification>
            <Title>string</Title>
            <Price>decimal</Price>
            <Text>string</Text>
            <Link>string</Link>
          </InsuranceBenefitsData>
        </InsuranceBenefitsData>
        <InsuranceDestinationData>
          <InsuranceDestinationData>
            <DestinationId>long</DestinationId>
            <CountryId>string</CountryId>
            <StateId>string</StateId>
          </InsuranceDestinationData>
          <InsuranceDestinationData>
            <DestinationId>long</DestinationId>
            <CountryId>string</CountryId>
            <StateId>string</StateId>
          </InsuranceDestinationData>
        </InsuranceDestinationData>
        <InsurancePaxData>
          <InsurancePaxData>
            <PaxIndex>int</PaxIndex>
            <VoucherUrl>string</VoucherUrl>
          </InsurancePaxData>
          <InsurancePaxData>
            <PaxIndex>int</PaxIndex>
            <VoucherUrl>string</VoucherUrl>
          </InsurancePaxData>
        </InsurancePaxData>
        <ReservationInfo>
          <WebServiceId>int</WebServiceId>
          <CredentialId>int</CredentialId>
          <ServiceTypeId>Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or Payment or CreditAnalysis or Cruise</ServiceTypeId>
          <Markup>decimal</Markup>
          <MarkupEngineAmount>decimal</MarkupEngineAmount>
          <MarkupEnginePercent>decimal</MarkupEnginePercent>
          <ExchangeRate>decimal</ExchangeRate>
          <TotalAmountNet>decimal</TotalAmountNet>
          <TotalAmount>decimal</TotalAmount>
          <ConversionFactorValue>decimal</ConversionFactorValue>
          <TotalAmountConverted>decimal</TotalAmountConverted>
          <AvgDayPriceNet>decimal</AvgDayPriceNet>
          <AvgDayPrice>decimal</AvgDayPrice>
          <LastModifiedDate>dateTime</LastModifiedDate>
          <SystemDeadLineDate>dateTime</SystemDeadLineDate>
          <VendorDeadLineDate>dateTime</VendorDeadLineDate>
          <CurrencyNet>string</CurrencyNet>
          <Currency>string</Currency>
          <ExchangeCurrency>string</ExchangeCurrency>
          <Remarks>string</Remarks>
          <CustomerBillingAddress>
            <CustomerBillingAddress xsi:nil="true" />
            <CustomerBillingAddress xsi:nil="true" />
          </CustomerBillingAddress>
          <BlockPnrTypeUpdate>boolean</BlockPnrTypeUpdate>
          <KeyValueItems>
            <KeyValueItem xsi:nil="true" />
            <KeyValueItem xsi:nil="true" />
          </KeyValueItems>
          <Approvals>
            <Approval xsi:nil="true" />
            <Approval xsi:nil="true" />
          </Approvals>
          <EmissionAutomatic>boolean</EmissionAutomatic>
          <DeadLineLimit>dateTime</DeadLineLimit>
          <TaxInfo>
            <HotelTax xsi:nil="true" />
            <HotelTax xsi:nil="true" />
          </TaxInfo>
          <CostCenter>string</CostCenter>
          <TripPurpose>string</TripPurpose>
          <AutomaticCancel>boolean</AutomaticCancel>
          <CardSegment>string</CardSegment>
          <TotalValueTax>decimal</TotalValueTax>
          <QuotationId>int</QuotationId>
          <Observation>string</Observation>
          <CommissionAmount>decimal</CommissionAmount>
          <ShoppingCartItemId>string</ShoppingCartItemId>
          <CommissionId>int</CommissionId>
          <CommissionName>string</CommissionName>
        </ReservationInfo>
      </Reservation>
    </AddInsuranceReservation>
  </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>
    <AddInsuranceReservationResponse xmlns="http://ws.travelsuite.com.br">
      <AddInsuranceReservationResult>long</AddInsuranceReservationResult>
    </AddInsuranceReservationResponse>
  </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 /ResService/wsReservation.asmx HTTP/1.1
Host: tsuiteservice.it.ws.travelexplorer.com.br
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>
    <AddInsuranceReservation xmlns="http://ws.travelsuite.com.br">
      <PNRId>long</PNRId>
      <ContractId>int</ContractId>
      <Reservation>
        <InsuranceInfo>
          <PnrItemId>long</PnrItemId>
          <PlainInfoPlanId>string</PlainInfoPlanId>
          <PlainInfoPlainName>string</PlainInfoPlainName>
          <OriginCountryId>string</OriginCountryId>
          <OriginStateId>string</OriginStateId>
          <TravelDateFrom>dateTime</TravelDateFrom>
          <TravelDateTo>dateTime</TravelDateTo>
          <QuoteType>string</QuoteType>
          <TravelPurpose>string</TravelPurpose>
          <PaxInfoAdults>short</PaxInfoAdults>
          <PaxInfoChds>short</PaxInfoChds>
          <PaxInfoSnrs>short</PaxInfoSnrs>
          <PlainInfoAgreement>string</PlainInfoAgreement>
          <AlternatePriceCurrency>string</AlternatePriceCurrency>
          <AlternatePriceDiscount>decimal</AlternatePriceDiscount>
          <AlternatePriceAddition>decimal</AlternatePriceAddition>
          <AlternatePriceUnitPrice>decimal</AlternatePriceUnitPrice>
          <AlternatePriceTotalAmount>decimal</AlternatePriceTotalAmount>
          <AlternatePriceExchangeRate>decimal</AlternatePriceExchangeRate>
          <VoucherUrl>string</VoucherUrl>
          <TrackId>long</TrackId>
        </InsuranceInfo>
        <InsuranceBenefitsData>
          <InsuranceBenefitsData>
            <BenefitId>long</BenefitId>
            <ProductIdentification>int</ProductIdentification>
            <Title>string</Title>
            <Price>decimal</Price>
            <Text>string</Text>
            <Link>string</Link>
          </InsuranceBenefitsData>
          <InsuranceBenefitsData>
            <BenefitId>long</BenefitId>
            <ProductIdentification>int</ProductIdentification>
            <Title>string</Title>
            <Price>decimal</Price>
            <Text>string</Text>
            <Link>string</Link>
          </InsuranceBenefitsData>
        </InsuranceBenefitsData>
        <InsuranceDestinationData>
          <InsuranceDestinationData>
            <DestinationId>long</DestinationId>
            <CountryId>string</CountryId>
            <StateId>string</StateId>
          </InsuranceDestinationData>
          <InsuranceDestinationData>
            <DestinationId>long</DestinationId>
            <CountryId>string</CountryId>
            <StateId>string</StateId>
          </InsuranceDestinationData>
        </InsuranceDestinationData>
        <InsurancePaxData>
          <InsurancePaxData>
            <PaxIndex>int</PaxIndex>
            <VoucherUrl>string</VoucherUrl>
          </InsurancePaxData>
          <InsurancePaxData>
            <PaxIndex>int</PaxIndex>
            <VoucherUrl>string</VoucherUrl>
          </InsurancePaxData>
        </InsurancePaxData>
        <ReservationInfo>
          <WebServiceId>int</WebServiceId>
          <CredentialId>int</CredentialId>
          <ServiceTypeId>Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or Payment or CreditAnalysis or Cruise</ServiceTypeId>
          <Markup>decimal</Markup>
          <MarkupEngineAmount>decimal</MarkupEngineAmount>
          <MarkupEnginePercent>decimal</MarkupEnginePercent>
          <ExchangeRate>decimal</ExchangeRate>
          <TotalAmountNet>decimal</TotalAmountNet>
          <TotalAmount>decimal</TotalAmount>
          <ConversionFactorValue>decimal</ConversionFactorValue>
          <TotalAmountConverted>decimal</TotalAmountConverted>
          <AvgDayPriceNet>decimal</AvgDayPriceNet>
          <AvgDayPrice>decimal</AvgDayPrice>
          <LastModifiedDate>dateTime</LastModifiedDate>
          <SystemDeadLineDate>dateTime</SystemDeadLineDate>
          <VendorDeadLineDate>dateTime</VendorDeadLineDate>
          <CurrencyNet>string</CurrencyNet>
          <Currency>string</Currency>
          <ExchangeCurrency>string</ExchangeCurrency>
          <Remarks>string</Remarks>
          <CustomerBillingAddress>
            <CustomerBillingAddress xsi:nil="true" />
            <CustomerBillingAddress xsi:nil="true" />
          </CustomerBillingAddress>
          <BlockPnrTypeUpdate>boolean</BlockPnrTypeUpdate>
          <KeyValueItems>
            <KeyValueItem xsi:nil="true" />
            <KeyValueItem xsi:nil="true" />
          </KeyValueItems>
          <Approvals>
            <Approval xsi:nil="true" />
            <Approval xsi:nil="true" />
          </Approvals>
          <EmissionAutomatic>boolean</EmissionAutomatic>
          <DeadLineLimit>dateTime</DeadLineLimit>
          <TaxInfo>
            <HotelTax xsi:nil="true" />
            <HotelTax xsi:nil="true" />
          </TaxInfo>
          <CostCenter>string</CostCenter>
          <TripPurpose>string</TripPurpose>
          <AutomaticCancel>boolean</AutomaticCancel>
          <CardSegment>string</CardSegment>
          <TotalValueTax>decimal</TotalValueTax>
          <QuotationId>int</QuotationId>
          <Observation>string</Observation>
          <CommissionAmount>decimal</CommissionAmount>
          <ShoppingCartItemId>string</ShoppingCartItemId>
          <CommissionId>int</CommissionId>
          <CommissionName>string</CommissionName>
        </ReservationInfo>
      </Reservation>
    </AddInsuranceReservation>
  </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>
    <AddInsuranceReservationResponse xmlns="http://ws.travelsuite.com.br">
      <AddInsuranceReservationResult>long</AddInsuranceReservationResult>
    </AddInsuranceReservationResponse>
  </soap12:Body>
</soap12:Envelope>