EntrySystemMgmt
Click here for a complete list of operations.
SysInfoInfo
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/SysInfoInfo"
<?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>
<SysInfoInfo xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<GUID>string</GUID>
<EntrySystemID>int</EntrySystemID>
</SysInfoInfo>
</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>
<SysInfoInfoResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<SysInfoInfoResult>
<Status>string</Status>
<Message>string</Message>
<SysInfo>
<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 xsi:nil="true" />
<ToneOpenOtherOpt xsi:nil="true" />
</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>
</SysInfo>
</SysInfoInfoResult>
</SysInfoInfoResponse>
</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>
<SysInfoInfo xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<GUID>string</GUID>
<EntrySystemID>int</EntrySystemID>
</SysInfoInfo>
</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>
<SysInfoInfoResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<SysInfoInfoResult>
<Status>string</Status>
<Message>string</Message>
<SysInfo>
<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 xsi:nil="true" />
<ToneOpenOtherOpt xsi:nil="true" />
</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>
</SysInfo>
</SysInfoInfoResult>
</SysInfoInfoResponse>
</soap12:Body>
</soap12:Envelope>