UtilitiesService


Click here for a complete list of operations.

getServiceMarkUpWithCurrencyExchange

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 /UtilitiesService.asmx HTTP/1.1
Host: wsutilidades.polartur.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getServiceMarkUpWithCurrencyExchange"

<?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>
    <getServiceMarkUpWithCurrencyExchange xmlns="http://tempuri.org/">
      <FechaReserva>dateTime</FechaReserva>
      <FechaSalida>dateTime</FechaSalida>
      <Precio>decimal</Precio>
      <DivisaOriginal>string</DivisaOriginal>
      <FinalCurrency>string</FinalCurrency>
      <cambioPolarTur>boolean</cambioPolarTur>
      <CodigoTipoServicio>string</CodigoTipoServicio>
      <IdProveedor>int</IdProveedor>
      <PaisReserva>string</PaisReserva>
      <Compania>string</Compania>
    </getServiceMarkUpWithCurrencyExchange>
  </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>
    <getServiceMarkUpWithCurrencyExchangeResponse xmlns="http://tempuri.org/">
      <getServiceMarkUpWithCurrencyExchangeResult>
        <MarkUpUtilities>
          <ServiceMarkupTypeId>int</ServiceMarkupTypeId>
          <ServiceTypeId>int</ServiceTypeId>
          <ServiceType>string</ServiceType>
          <DateFrom>dateTime</DateFrom>
          <DateTo>dateTime</DateTo>
          <IdAtributoTipoImporte>int</IdAtributoTipoImporte>
          <TipoImporteMargen>string</TipoImporteMargen>
          <MarkUpAmount>decimal</MarkUpAmount>
          <OriginalCurrency>string</OriginalCurrency>
          <FinalCurrency>string</FinalCurrency>
          <CurrencyExchange>decimal</CurrencyExchange>
          <OriginalAmountWithoutMarkUp>decimal</OriginalAmountWithoutMarkUp>
          <OriginalAmountWithMarkUp>decimal</OriginalAmountWithMarkUp>
          <AmountWithoutMarkUp>decimal</AmountWithoutMarkUp>
          <AmountWithMarkUp>decimal</AmountWithMarkUp>
          <PolarTurExchange>boolean</PolarTurExchange>
          <Error>
            <Name>string</Name>
            <Description>string</Description>
            <Origin>string</Origin>
            <InnerException>string</InnerException>
          </Error>
        </MarkUpUtilities>
        <MarkUpUtilities>
          <ServiceMarkupTypeId>int</ServiceMarkupTypeId>
          <ServiceTypeId>int</ServiceTypeId>
          <ServiceType>string</ServiceType>
          <DateFrom>dateTime</DateFrom>
          <DateTo>dateTime</DateTo>
          <IdAtributoTipoImporte>int</IdAtributoTipoImporte>
          <TipoImporteMargen>string</TipoImporteMargen>
          <MarkUpAmount>decimal</MarkUpAmount>
          <OriginalCurrency>string</OriginalCurrency>
          <FinalCurrency>string</FinalCurrency>
          <CurrencyExchange>decimal</CurrencyExchange>
          <OriginalAmountWithoutMarkUp>decimal</OriginalAmountWithoutMarkUp>
          <OriginalAmountWithMarkUp>decimal</OriginalAmountWithMarkUp>
          <AmountWithoutMarkUp>decimal</AmountWithoutMarkUp>
          <AmountWithMarkUp>decimal</AmountWithMarkUp>
          <PolarTurExchange>boolean</PolarTurExchange>
          <Error>
            <Name>string</Name>
            <Description>string</Description>
            <Origin>string</Origin>
            <InnerException>string</InnerException>
          </Error>
        </MarkUpUtilities>
      </getServiceMarkUpWithCurrencyExchangeResult>
    </getServiceMarkUpWithCurrencyExchangeResponse>
  </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 /UtilitiesService.asmx HTTP/1.1
Host: wsutilidades.polartur.net
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>
    <getServiceMarkUpWithCurrencyExchange xmlns="http://tempuri.org/">
      <FechaReserva>dateTime</FechaReserva>
      <FechaSalida>dateTime</FechaSalida>
      <Precio>decimal</Precio>
      <DivisaOriginal>string</DivisaOriginal>
      <FinalCurrency>string</FinalCurrency>
      <cambioPolarTur>boolean</cambioPolarTur>
      <CodigoTipoServicio>string</CodigoTipoServicio>
      <IdProveedor>int</IdProveedor>
      <PaisReserva>string</PaisReserva>
      <Compania>string</Compania>
    </getServiceMarkUpWithCurrencyExchange>
  </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>
    <getServiceMarkUpWithCurrencyExchangeResponse xmlns="http://tempuri.org/">
      <getServiceMarkUpWithCurrencyExchangeResult>
        <MarkUpUtilities>
          <ServiceMarkupTypeId>int</ServiceMarkupTypeId>
          <ServiceTypeId>int</ServiceTypeId>
          <ServiceType>string</ServiceType>
          <DateFrom>dateTime</DateFrom>
          <DateTo>dateTime</DateTo>
          <IdAtributoTipoImporte>int</IdAtributoTipoImporte>
          <TipoImporteMargen>string</TipoImporteMargen>
          <MarkUpAmount>decimal</MarkUpAmount>
          <OriginalCurrency>string</OriginalCurrency>
          <FinalCurrency>string</FinalCurrency>
          <CurrencyExchange>decimal</CurrencyExchange>
          <OriginalAmountWithoutMarkUp>decimal</OriginalAmountWithoutMarkUp>
          <OriginalAmountWithMarkUp>decimal</OriginalAmountWithMarkUp>
          <AmountWithoutMarkUp>decimal</AmountWithoutMarkUp>
          <AmountWithMarkUp>decimal</AmountWithMarkUp>
          <PolarTurExchange>boolean</PolarTurExchange>
          <Error>
            <Name>string</Name>
            <Description>string</Description>
            <Origin>string</Origin>
            <InnerException>string</InnerException>
          </Error>
        </MarkUpUtilities>
        <MarkUpUtilities>
          <ServiceMarkupTypeId>int</ServiceMarkupTypeId>
          <ServiceTypeId>int</ServiceTypeId>
          <ServiceType>string</ServiceType>
          <DateFrom>dateTime</DateFrom>
          <DateTo>dateTime</DateTo>
          <IdAtributoTipoImporte>int</IdAtributoTipoImporte>
          <TipoImporteMargen>string</TipoImporteMargen>
          <MarkUpAmount>decimal</MarkUpAmount>
          <OriginalCurrency>string</OriginalCurrency>
          <FinalCurrency>string</FinalCurrency>
          <CurrencyExchange>decimal</CurrencyExchange>
          <OriginalAmountWithoutMarkUp>decimal</OriginalAmountWithoutMarkUp>
          <OriginalAmountWithMarkUp>decimal</OriginalAmountWithMarkUp>
          <AmountWithoutMarkUp>decimal</AmountWithoutMarkUp>
          <AmountWithMarkUp>decimal</AmountWithMarkUp>
          <PolarTurExchange>boolean</PolarTurExchange>
          <Error>
            <Name>string</Name>
            <Description>string</Description>
            <Origin>string</Origin>
            <InnerException>string</InnerException>
          </Error>
        </MarkUpUtilities>
      </getServiceMarkUpWithCurrencyExchangeResult>
    </getServiceMarkUpWithCurrencyExchangeResponse>
  </soap12:Body>
</soap12:Envelope>