RezLynx Web Service Router


Click here for a complete list of operations.

sync_GetCNBFunctions

sync_GetCNBFunctions

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 /rlxsoap.asmx HTTP/1.1
Host: rlxsoap.eu.guestline.app
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/RLXSOAP19/RLXSOAP19/sync_GetCNBFunctions"

<?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>
    <sync_GetCNBFunctions xmlns="http://tempuri.org/RLXSOAP19/RLXSOAP19">
      <SessionID>string</SessionID>
      <AfterTimestamp>dateTime</AfterTimestamp>
      <AfterKey>string</AfterKey>
      <FunctionList>
        <FunctionItems>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
        </FunctionItems>
      </FunctionList>
    </sync_GetCNBFunctions>
  </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>
    <sync_GetCNBFunctionsResponse xmlns="http://tempuri.org/RLXSOAP19/RLXSOAP19">
      <sync_GetCNBFunctionsResult>
        <ExceptionCode>int</ExceptionCode>
        <ExceptionDescription>string</ExceptionDescription>
      </sync_GetCNBFunctionsResult>
      <FunctionList>
        <FunctionItems>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
        </FunctionItems>
      </FunctionList>
    </sync_GetCNBFunctionsResponse>
  </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 /rlxsoap.asmx HTTP/1.1
Host: rlxsoap.eu.guestline.app
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>
    <sync_GetCNBFunctions xmlns="http://tempuri.org/RLXSOAP19/RLXSOAP19">
      <SessionID>string</SessionID>
      <AfterTimestamp>dateTime</AfterTimestamp>
      <AfterKey>string</AfterKey>
      <FunctionList>
        <FunctionItems>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
        </FunctionItems>
      </FunctionList>
    </sync_GetCNBFunctions>
  </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>
    <sync_GetCNBFunctionsResponse xmlns="http://tempuri.org/RLXSOAP19/RLXSOAP19">
      <sync_GetCNBFunctionsResult>
        <ExceptionCode>int</ExceptionCode>
        <ExceptionDescription>string</ExceptionDescription>
      </sync_GetCNBFunctionsResult>
      <FunctionList>
        <FunctionItems>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
          <CNBFunctionItem>
            <LinkedEventRef>string</LinkedEventRef>
            <CreatedTimestamp>dateTime</CreatedTimestamp>
            <EditTimestamp>dateTime</EditTimestamp>
            <BookRef>string</BookRef>
            <RoomPickId>int</RoomPickId>
            <CreatedOperator>string</CreatedOperator>
            <EditOperator>string</EditOperator>
            <FunctionName>string</FunctionName>
            <FunctionType>string</FunctionType>
            <Status>int</Status>
            <RoomId>string</RoomId>
            <StartTimestamp>dateTime</StartTimestamp>
            <EndTimestamp>dateTime</EndTimestamp>
            <Setup>int</Setup>
            <Breakdown>int</Breakdown>
            <ReaderBoard>string</ReaderBoard>
            <EstDelegates>int</EstDelegates>
            <MinGDelegate>int</MinGDelegate>
            <RoomHireAnalCode>string</RoomHireAnalCode>
            <ChargeMode>int</ChargeMode>
            <RatePlan>string</RatePlan>
            <GrossRate>decimal</GrossRate>
            <NetRate>decimal</NetRate>
            <IsNoisy>boolean</IsNoisy>
            <AllowRoomMoves>int</AllowRoomMoves>
            <IsExclusive>boolean</IsExclusive>
            <Layout>string</Layout>
            <CreditLimit>decimal</CreditLimit>
            <BillingInstructions>string</BillingInstructions>
            <AccomodationNotes>string</AccomodationNotes>
            <RoomSetupNotes>string</RoomSetupNotes>
            <EquipmentNotes>string</EquipmentNotes>
            <FoodAndBevNotes>string</FoodAndBevNotes>
          </CNBFunctionItem>
        </FunctionItems>
      </FunctionList>
    </sync_GetCNBFunctionsResponse>
  </soap12:Body>
</soap12:Envelope>