Service


Click here for a complete list of operations.

UpdExistingReservation

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 /service.asmx HTTP/1.1
Host: www.onlineres.ezgo.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UpdExistingReservation"

<?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>
    <UpdExistingReservation xmlns="http://tempuri.org/">
      <Token>
        <sUsrName>string</sUsrName>
        <sPwd>string</sPwd>
      </Token>
      <iChannelManager>int</iChannelManager>
      <ResHeader>
        <iItemId>int</iItemId>
        <iOrderId>int</iOrderId>
        <sChnlReservationCode>string</sChnlReservationCode>
        <sRemark>string</sRemark>
        <sPrivateRemark>string</sPrivateRemark>
        <sCheckinTime>string</sCheckinTime>
        <sAgentOrderId>string</sAgentOrderId>
        <iSelfCustFld_0>int</iSelfCustFld_0>
        <iSelfCustFld_1>int</iSelfCustFld_1>
        <iSelfCustFld_2>int</iSelfCustFld_2>
        <sCountry_Alpha2Code>string</sCountry_Alpha2Code>
        <cExchangeRate>decimal</cExchangeRate>
        <bPriceWithNoVat>boolean</bPriceWithNoVat>
        <eBoardBase>NotSet or RO or BB or HB or FB</eBoardBase>
        <bSet_sChnlReservationCode>boolean</bSet_sChnlReservationCode>
        <bSet_sRemark>boolean</bSet_sRemark>
        <bSet_sPrivateRemark>boolean</bSet_sPrivateRemark>
        <bSet_sCheckinTime>boolean</bSet_sCheckinTime>
        <bSet_sAgentOrderId>boolean</bSet_sAgentOrderId>
        <bSet_iSelfCustFld_0>boolean</bSet_iSelfCustFld_0>
        <bSet_iSelfCustFld_1>boolean</bSet_iSelfCustFld_1>
        <bSet_iSelfCustFld_2>boolean</bSet_iSelfCustFld_2>
        <bSet_sCountry_Alpha2Code>boolean</bSet_sCountry_Alpha2Code>
        <bSet_cExchangeRate>boolean</bSet_cExchangeRate>
        <bSet_bPriceWithNoVat>boolean</bSet_bPriceWithNoVat>
        <bSet_eBoardBase>boolean</bSet_eBoardBase>
      </ResHeader>
      <aExtras>
        <wsRes_Extra_Light>
          <iExtraId>short</iExtraId>
          <iQty>short</iQty>
          <cUnitPrice>decimal</cUnitPrice>
          <cUnitDiscount>decimal</cUnitDiscount>
          <eCurrency>ILS or USD</eCurrency>
          <dtValue>
            <Year>int</Year>
            <Month>int</Month>
            <Day>int</Day>
          </dtValue>
          <sRemark>string</sRemark>
        </wsRes_Extra_Light>
        <wsRes_Extra_Light>
          <iExtraId>short</iExtraId>
          <iQty>short</iQty>
          <cUnitPrice>decimal</cUnitPrice>
          <cUnitDiscount>decimal</cUnitDiscount>
          <eCurrency>ILS or USD</eCurrency>
          <dtValue>
            <Year>int</Year>
            <Month>int</Month>
            <Day>int</Day>
          </dtValue>
          <sRemark>string</sRemark>
        </wsRes_Extra_Light>
      </aExtras>
    </UpdExistingReservation>
  </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>
    <UpdExistingReservationResponse xmlns="http://tempuri.org/">
      <UpdExistingReservationResult />
    </UpdExistingReservationResponse>
  </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 /service.asmx HTTP/1.1
Host: www.onlineres.ezgo.co.il
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>
    <UpdExistingReservation xmlns="http://tempuri.org/">
      <Token>
        <sUsrName>string</sUsrName>
        <sPwd>string</sPwd>
      </Token>
      <iChannelManager>int</iChannelManager>
      <ResHeader>
        <iItemId>int</iItemId>
        <iOrderId>int</iOrderId>
        <sChnlReservationCode>string</sChnlReservationCode>
        <sRemark>string</sRemark>
        <sPrivateRemark>string</sPrivateRemark>
        <sCheckinTime>string</sCheckinTime>
        <sAgentOrderId>string</sAgentOrderId>
        <iSelfCustFld_0>int</iSelfCustFld_0>
        <iSelfCustFld_1>int</iSelfCustFld_1>
        <iSelfCustFld_2>int</iSelfCustFld_2>
        <sCountry_Alpha2Code>string</sCountry_Alpha2Code>
        <cExchangeRate>decimal</cExchangeRate>
        <bPriceWithNoVat>boolean</bPriceWithNoVat>
        <eBoardBase>NotSet or RO or BB or HB or FB</eBoardBase>
        <bSet_sChnlReservationCode>boolean</bSet_sChnlReservationCode>
        <bSet_sRemark>boolean</bSet_sRemark>
        <bSet_sPrivateRemark>boolean</bSet_sPrivateRemark>
        <bSet_sCheckinTime>boolean</bSet_sCheckinTime>
        <bSet_sAgentOrderId>boolean</bSet_sAgentOrderId>
        <bSet_iSelfCustFld_0>boolean</bSet_iSelfCustFld_0>
        <bSet_iSelfCustFld_1>boolean</bSet_iSelfCustFld_1>
        <bSet_iSelfCustFld_2>boolean</bSet_iSelfCustFld_2>
        <bSet_sCountry_Alpha2Code>boolean</bSet_sCountry_Alpha2Code>
        <bSet_cExchangeRate>boolean</bSet_cExchangeRate>
        <bSet_bPriceWithNoVat>boolean</bSet_bPriceWithNoVat>
        <bSet_eBoardBase>boolean</bSet_eBoardBase>
      </ResHeader>
      <aExtras>
        <wsRes_Extra_Light>
          <iExtraId>short</iExtraId>
          <iQty>short</iQty>
          <cUnitPrice>decimal</cUnitPrice>
          <cUnitDiscount>decimal</cUnitDiscount>
          <eCurrency>ILS or USD</eCurrency>
          <dtValue>
            <Year>int</Year>
            <Month>int</Month>
            <Day>int</Day>
          </dtValue>
          <sRemark>string</sRemark>
        </wsRes_Extra_Light>
        <wsRes_Extra_Light>
          <iExtraId>short</iExtraId>
          <iQty>short</iQty>
          <cUnitPrice>decimal</cUnitPrice>
          <cUnitDiscount>decimal</cUnitDiscount>
          <eCurrency>ILS or USD</eCurrency>
          <dtValue>
            <Year>int</Year>
            <Month>int</Month>
            <Day>int</Day>
          </dtValue>
          <sRemark>string</sRemark>
        </wsRes_Extra_Light>
      </aExtras>
    </UpdExistingReservation>
  </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>
    <UpdExistingReservationResponse xmlns="http://tempuri.org/">
      <UpdExistingReservationResult />
    </UpdExistingReservationResponse>
  </soap12:Body>
</soap12:Envelope>