EntrySystemMgmt
Click here for a complete list of operations.
SecurityLevelUpdate
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/SecurityLevelUpdate"
<?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>
<SecurityLevelUpdate xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<GUID>string</GUID>
<SLI>
<SecurityLevel>
<EntrySystemID>int</EntrySystemID>
<Description>string</Description>
<Level>int</Level>
<Timezone>int</Timezone>
<TimeBegin>string</TimeBegin>
<TimeEnd>string</TimeEnd>
<Enable_Sun>boolean</Enable_Sun>
<Enable_Mon>boolean</Enable_Mon>
<Enable_Tue>boolean</Enable_Tue>
<Enable_Wed>boolean</Enable_Wed>
<Enable_Thu>boolean</Enable_Thu>
<Enable_Fri>boolean</Enable_Fri>
<Enable_Sat>boolean</Enable_Sat>
</SecurityLevel>
<SecurityLevelDescription>string</SecurityLevelDescription>
<SecurityLevelRelays>
<SecurityLevelRelay>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<RelayNo>int</RelayNo>
<Selected>boolean</Selected>
</SecurityLevelRelay>
<SecurityLevelRelay>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<RelayNo>int</RelayNo>
<Selected>boolean</Selected>
</SecurityLevelRelay>
</SecurityLevelRelays>
<SecurityLevelFloors>
<SecurityLevelFloor>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<FloorName>string</FloorName>
<FloorNo>string</FloorNo>
<Selected>boolean</Selected>
</SecurityLevelFloor>
<SecurityLevelFloor>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<FloorName>string</FloorName>
<FloorNo>string</FloorNo>
<Selected>boolean</Selected>
</SecurityLevelFloor>
</SecurityLevelFloors>
<HolidaysForSecurityLevels>boolean</HolidaysForSecurityLevels>
</SLI>
<UserID>string</UserID>
</SecurityLevelUpdate>
</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>
<SecurityLevelUpdateResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<SecurityLevelUpdateResult>
<Status>string</Status>
<Message>string</Message>
</SecurityLevelUpdateResult>
</SecurityLevelUpdateResponse>
</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>
<SecurityLevelUpdate xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<GUID>string</GUID>
<SLI>
<SecurityLevel>
<EntrySystemID>int</EntrySystemID>
<Description>string</Description>
<Level>int</Level>
<Timezone>int</Timezone>
<TimeBegin>string</TimeBegin>
<TimeEnd>string</TimeEnd>
<Enable_Sun>boolean</Enable_Sun>
<Enable_Mon>boolean</Enable_Mon>
<Enable_Tue>boolean</Enable_Tue>
<Enable_Wed>boolean</Enable_Wed>
<Enable_Thu>boolean</Enable_Thu>
<Enable_Fri>boolean</Enable_Fri>
<Enable_Sat>boolean</Enable_Sat>
</SecurityLevel>
<SecurityLevelDescription>string</SecurityLevelDescription>
<SecurityLevelRelays>
<SecurityLevelRelay>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<RelayNo>int</RelayNo>
<Selected>boolean</Selected>
</SecurityLevelRelay>
<SecurityLevelRelay>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<RelayNo>int</RelayNo>
<Selected>boolean</Selected>
</SecurityLevelRelay>
</SecurityLevelRelays>
<SecurityLevelFloors>
<SecurityLevelFloor>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<FloorName>string</FloorName>
<FloorNo>string</FloorNo>
<Selected>boolean</Selected>
</SecurityLevelFloor>
<SecurityLevelFloor>
<EntrySystemID>int</EntrySystemID>
<Level>int</Level>
<Timezone>int</Timezone>
<FloorName>string</FloorName>
<FloorNo>string</FloorNo>
<Selected>boolean</Selected>
</SecurityLevelFloor>
</SecurityLevelFloors>
<HolidaysForSecurityLevels>boolean</HolidaysForSecurityLevels>
</SLI>
<UserID>string</UserID>
</SecurityLevelUpdate>
</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>
<SecurityLevelUpdateResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<SecurityLevelUpdateResult>
<Status>string</Status>
<Message>string</Message>
</SecurityLevelUpdateResult>
</SecurityLevelUpdateResponse>
</soap12:Body>
</soap12:Envelope>