ParkCame


Click here for a complete list of operations.

GetConfiguration

Request Configuration

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 /ParkCame.asmx HTTP/1.1
Host: 41.72.211.227
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetConfiguration"

<?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>
    <GetConfiguration xmlns="http://tempuri.org/">
      <sHeader>
        <hIdMessage>long</hIdMessage>
        <hUser>string</hUser>
        <hPassw>string</hPassw>
        <hDateTime>string</hDateTime>
        <hIpAddress>string</hIpAddress>
        <hIdSite>long</hIdSite>
        <hDevice>long</hDevice>
        <hUserId>int</hUserId>
        <hLanguage>string</hLanguage>
      </sHeader>
      <sVersion>string</sVersion>
      <sParameters>string</sParameters>
    </GetConfiguration>
  </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>
    <GetConfigurationResponse xmlns="http://tempuri.org/">
      <GetConfigurationResult>
        <rHeader>
          <hIdMessage>long</hIdMessage>
          <hUser>string</hUser>
          <hPassw>string</hPassw>
          <hDateTime>string</hDateTime>
          <hIpAddress>string</hIpAddress>
          <hIdSite>long</hIdSite>
          <hDevice>long</hDevice>
          <hUserId>int</hUserId>
          <hLanguage>string</hLanguage>
        </rHeader>
        <rSuccess>boolean</rSuccess>
        <rLanguage>
          <t1>string</t1>
          <t2>string</t2>
          <t3>string</t3>
          <t4>string</t4>
          <t5>string</t5>
          <t6>string</t6>
          <t7>string</t7>
          <t8>string</t8>
          <t9>string</t9>
          <t10>string</t10>
          <t11>string</t11>
        </rLanguage>
        <rTimezone>string</rTimezone>
        <rTimezoneWin>string</rTimezoneWin>
        <rZebraTicket>
          <text>string</text>
        </rZebraTicket>
        <rDevices>string</rDevices>
        <rConfigXML1>string</rConfigXML1>
        <rConfigXML2>string</rConfigXML2>
        <rConfigXML3>string</rConfigXML3>
        <rConfigXML4>string</rConfigXML4>
        <rInventory>string</rInventory>
        <rDateFormat>string</rDateFormat>
        <rTimeFormat>string</rTimeFormat>
        <rDecimalSeparator>string</rDecimalSeparator>
        <rThousandSeparator>string</rThousandSeparator>
        <rDecimals>int</rDecimals>
        <rUsers>
          <ct_Users>
            <rID>int</rID>
            <rName>string</rName>
            <rSurname>string</rSurname>
            <rUsername>string</rUsername>
            <rPassword>string</rPassword>
            <rSupervisor>int</rSupervisor>
            <rBadge>string</rBadge>
            <rHash>string</rHash>
            <rPhone>string</rPhone>
            <rUseManualCash>boolean</rUseManualCash>
            <rUseServices>boolean</rUseServices>
          </ct_Users>
          <ct_Users>
            <rID>int</rID>
            <rName>string</rName>
            <rSurname>string</rSurname>
            <rUsername>string</rUsername>
            <rPassword>string</rPassword>
            <rSupervisor>int</rSupervisor>
            <rBadge>string</rBadge>
            <rHash>string</rHash>
            <rPhone>string</rPhone>
            <rUseManualCash>boolean</rUseManualCash>
            <rUseServices>boolean</rUseServices>
          </ct_Users>
        </rUsers>
        <rVatPercent>int</rVatPercent>
        <rVatName>string</rVatName>
        <rRegional>
          <r1>string</r1>
          <r2>string</r2>
          <r3>string</r3>
          <r4>string</r4>
          <r5>string</r5>
          <r6>string</r6>
          <r7>string</r7>
          <r8>string</r8>
          <r9>string</r9>
          <r10>string</r10>
          <r11>string</r11>
        </rRegional>
      </GetConfigurationResult>
    </GetConfigurationResponse>
  </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 /ParkCame.asmx HTTP/1.1
Host: 41.72.211.227
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>
    <GetConfiguration xmlns="http://tempuri.org/">
      <sHeader>
        <hIdMessage>long</hIdMessage>
        <hUser>string</hUser>
        <hPassw>string</hPassw>
        <hDateTime>string</hDateTime>
        <hIpAddress>string</hIpAddress>
        <hIdSite>long</hIdSite>
        <hDevice>long</hDevice>
        <hUserId>int</hUserId>
        <hLanguage>string</hLanguage>
      </sHeader>
      <sVersion>string</sVersion>
      <sParameters>string</sParameters>
    </GetConfiguration>
  </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>
    <GetConfigurationResponse xmlns="http://tempuri.org/">
      <GetConfigurationResult>
        <rHeader>
          <hIdMessage>long</hIdMessage>
          <hUser>string</hUser>
          <hPassw>string</hPassw>
          <hDateTime>string</hDateTime>
          <hIpAddress>string</hIpAddress>
          <hIdSite>long</hIdSite>
          <hDevice>long</hDevice>
          <hUserId>int</hUserId>
          <hLanguage>string</hLanguage>
        </rHeader>
        <rSuccess>boolean</rSuccess>
        <rLanguage>
          <t1>string</t1>
          <t2>string</t2>
          <t3>string</t3>
          <t4>string</t4>
          <t5>string</t5>
          <t6>string</t6>
          <t7>string</t7>
          <t8>string</t8>
          <t9>string</t9>
          <t10>string</t10>
          <t11>string</t11>
        </rLanguage>
        <rTimezone>string</rTimezone>
        <rTimezoneWin>string</rTimezoneWin>
        <rZebraTicket>
          <text>string</text>
        </rZebraTicket>
        <rDevices>string</rDevices>
        <rConfigXML1>string</rConfigXML1>
        <rConfigXML2>string</rConfigXML2>
        <rConfigXML3>string</rConfigXML3>
        <rConfigXML4>string</rConfigXML4>
        <rInventory>string</rInventory>
        <rDateFormat>string</rDateFormat>
        <rTimeFormat>string</rTimeFormat>
        <rDecimalSeparator>string</rDecimalSeparator>
        <rThousandSeparator>string</rThousandSeparator>
        <rDecimals>int</rDecimals>
        <rUsers>
          <ct_Users>
            <rID>int</rID>
            <rName>string</rName>
            <rSurname>string</rSurname>
            <rUsername>string</rUsername>
            <rPassword>string</rPassword>
            <rSupervisor>int</rSupervisor>
            <rBadge>string</rBadge>
            <rHash>string</rHash>
            <rPhone>string</rPhone>
            <rUseManualCash>boolean</rUseManualCash>
            <rUseServices>boolean</rUseServices>
          </ct_Users>
          <ct_Users>
            <rID>int</rID>
            <rName>string</rName>
            <rSurname>string</rSurname>
            <rUsername>string</rUsername>
            <rPassword>string</rPassword>
            <rSupervisor>int</rSupervisor>
            <rBadge>string</rBadge>
            <rHash>string</rHash>
            <rPhone>string</rPhone>
            <rUseManualCash>boolean</rUseManualCash>
            <rUseServices>boolean</rUseServices>
          </ct_Users>
        </rUsers>
        <rVatPercent>int</rVatPercent>
        <rVatName>string</rVatName>
        <rRegional>
          <r1>string</r1>
          <r2>string</r2>
          <r3>string</r3>
          <r4>string</r4>
          <r5>string</r5>
          <r6>string</r6>
          <r7>string</r7>
          <r8>string</r8>
          <r9>string</r9>
          <r10>string</r10>
          <r11>string</r11>
        </rRegional>
      </GetConfigurationResult>
    </GetConfigurationResponse>
  </soap12:Body>
</soap12:Envelope>