EntrySystemMgmt


Click here for a complete list of operations.

SysInfoUpdate

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 /EntrySystemMgmt.asmx HTTP/1.1
Host: prod.app.dkscommunity.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://DoorkingDataWS.doorking.com/EntrySystemMgmt/SysInfoUpdate"

<?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>
    <SysInfoUpdate xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
      <GUID>string</GUID>
      <SI>
        <EntrySystemID>int</EntrySystemID>
        <TalkTime>int</TalkTime>
        <EnableExtendedTalkTime>boolean</EnableExtendedTalkTime>
        <ExtendedTalkTime>int</ExtendedTalkTime>
        <DirectoryCodeDigits>int</DirectoryCodeDigits>
        <EntryCodeDigits>int</EntryCodeDigits>
        <ConnectionType>string</ConnectionType>
        <DeviceID>string</DeviceID>
        <SIMID>string</SIMID>
        <ModelNumber>string</ModelNumber>
        <VideoRecording>boolean</VideoRecording>
        <TrackerRS485>boolean</TrackerRS485>
        <TrackerRS485Count>int</TrackerRS485Count>
        <Tracker>boolean</Tracker>
        <AllowGuestPass>boolean</AllowGuestPass>
        <MicrophoneVolume>int</MicrophoneVolume>
        <SpeakerVolume>int</SpeakerVolume>
        <VoiceFeedback>int</VoiceFeedback>
        <ScreenSaver>boolean</ScreenSaver>
        <TimezoneID>int</TimezoneID>
        <TimezoneName>string</TimezoneName>
        <PhoneCountryCodeID>int</PhoneCountryCodeID>
        <PhoneCountryCode>string</PhoneCountryCode>
        <PhoneCountryName>string</PhoneCountryName>
        <RelayControl>string</RelayControl>
        <ToneOpenOtherOpts>
          <ToneOpenOtherOpt>
            <EntrySystemID>int</EntrySystemID>
            <Relay>int</Relay>
            <Momentary>string</Momentary>
            <AllowGuestPass>boolean</AllowGuestPass>
            <PostalSwitch>boolean</PostalSwitch>
            <EntryCodeBeg>string</EntryCodeBeg>
            <EntryCodeEnd>string</EntryCodeEnd>
            <Hidden>boolean</Hidden>
            <ID>int</ID>
          </ToneOpenOtherOpt>
          <ToneOpenOtherOpt>
            <EntrySystemID>int</EntrySystemID>
            <Relay>int</Relay>
            <Momentary>string</Momentary>
            <AllowGuestPass>boolean</AllowGuestPass>
            <PostalSwitch>boolean</PostalSwitch>
            <EntryCodeBeg>string</EntryCodeBeg>
            <EntryCodeEnd>string</EntryCodeEnd>
            <Hidden>boolean</Hidden>
            <ID>int</ID>
          </ToneOpenOtherOpt>
        </ToneOpenOtherOpts>
        <NameFormat>string</NameFormat>
        <StreetAddress>string</StreetAddress>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <Country>string</Country>
        <Latitude>decimal</Latitude>
        <Longitude>decimal</Longitude>
        <GeoLocation>boolean</GeoLocation>
        <Radius>decimal</Radius>
        <AppDoorControl>boolean</AppDoorControl>
        <UnitCounts>int</UnitCounts>
        <BlockedSystem>boolean</BlockedSystem>
        <AllowAudioToVideoCallConversion>boolean</AllowAudioToVideoCallConversion>
        <AllowResidentEmailEntry>boolean</AllowResidentEmailEntry>
        <SharedSystem>int</SharedSystem>
        <PrimarySystem>int</PrimarySystem>
        <AdditionalRelayTracker1>boolean</AdditionalRelayTracker1>
        <AdditionalRelayTracker2>boolean</AdditionalRelayTracker2>
        <SystemID>string</SystemID>
        <LastChangeDate>dateTime</LastChangeDate>
        <LastChangeUser>string</LastChangeUser>
        <ID>int</ID>
      </SI>
      <UserID>string</UserID>
    </SysInfoUpdate>
  </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>
    <SysInfoUpdateResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
      <SysInfoUpdateResult>
        <Status>string</Status>
        <Message>string</Message>
        <ID>int</ID>
      </SysInfoUpdateResult>
    </SysInfoUpdateResponse>
  </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 /EntrySystemMgmt.asmx HTTP/1.1
Host: prod.app.dkscommunity.com
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>
    <SysInfoUpdate xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
      <GUID>string</GUID>
      <SI>
        <EntrySystemID>int</EntrySystemID>
        <TalkTime>int</TalkTime>
        <EnableExtendedTalkTime>boolean</EnableExtendedTalkTime>
        <ExtendedTalkTime>int</ExtendedTalkTime>
        <DirectoryCodeDigits>int</DirectoryCodeDigits>
        <EntryCodeDigits>int</EntryCodeDigits>
        <ConnectionType>string</ConnectionType>
        <DeviceID>string</DeviceID>
        <SIMID>string</SIMID>
        <ModelNumber>string</ModelNumber>
        <VideoRecording>boolean</VideoRecording>
        <TrackerRS485>boolean</TrackerRS485>
        <TrackerRS485Count>int</TrackerRS485Count>
        <Tracker>boolean</Tracker>
        <AllowGuestPass>boolean</AllowGuestPass>
        <MicrophoneVolume>int</MicrophoneVolume>
        <SpeakerVolume>int</SpeakerVolume>
        <VoiceFeedback>int</VoiceFeedback>
        <ScreenSaver>boolean</ScreenSaver>
        <TimezoneID>int</TimezoneID>
        <TimezoneName>string</TimezoneName>
        <PhoneCountryCodeID>int</PhoneCountryCodeID>
        <PhoneCountryCode>string</PhoneCountryCode>
        <PhoneCountryName>string</PhoneCountryName>
        <RelayControl>string</RelayControl>
        <ToneOpenOtherOpts>
          <ToneOpenOtherOpt>
            <EntrySystemID>int</EntrySystemID>
            <Relay>int</Relay>
            <Momentary>string</Momentary>
            <AllowGuestPass>boolean</AllowGuestPass>
            <PostalSwitch>boolean</PostalSwitch>
            <EntryCodeBeg>string</EntryCodeBeg>
            <EntryCodeEnd>string</EntryCodeEnd>
            <Hidden>boolean</Hidden>
            <ID>int</ID>
          </ToneOpenOtherOpt>
          <ToneOpenOtherOpt>
            <EntrySystemID>int</EntrySystemID>
            <Relay>int</Relay>
            <Momentary>string</Momentary>
            <AllowGuestPass>boolean</AllowGuestPass>
            <PostalSwitch>boolean</PostalSwitch>
            <EntryCodeBeg>string</EntryCodeBeg>
            <EntryCodeEnd>string</EntryCodeEnd>
            <Hidden>boolean</Hidden>
            <ID>int</ID>
          </ToneOpenOtherOpt>
        </ToneOpenOtherOpts>
        <NameFormat>string</NameFormat>
        <StreetAddress>string</StreetAddress>
        <City>string</City>
        <State>string</State>
        <Zip>string</Zip>
        <Country>string</Country>
        <Latitude>decimal</Latitude>
        <Longitude>decimal</Longitude>
        <GeoLocation>boolean</GeoLocation>
        <Radius>decimal</Radius>
        <AppDoorControl>boolean</AppDoorControl>
        <UnitCounts>int</UnitCounts>
        <BlockedSystem>boolean</BlockedSystem>
        <AllowAudioToVideoCallConversion>boolean</AllowAudioToVideoCallConversion>
        <AllowResidentEmailEntry>boolean</AllowResidentEmailEntry>
        <SharedSystem>int</SharedSystem>
        <PrimarySystem>int</PrimarySystem>
        <AdditionalRelayTracker1>boolean</AdditionalRelayTracker1>
        <AdditionalRelayTracker2>boolean</AdditionalRelayTracker2>
        <SystemID>string</SystemID>
        <LastChangeDate>dateTime</LastChangeDate>
        <LastChangeUser>string</LastChangeUser>
        <ID>int</ID>
      </SI>
      <UserID>string</UserID>
    </SysInfoUpdate>
  </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>
    <SysInfoUpdateResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
      <SysInfoUpdateResult>
        <Status>string</Status>
        <Message>string</Message>
        <ID>int</ID>
      </SysInfoUpdateResult>
    </SysInfoUpdateResponse>
  </soap12:Body>
</soap12:Envelope>