EntrySystemMgmt
Click here for a complete list of operations.
EventReport
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/EventReport"
<?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>
<EventReport xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<ERP>
<GUID>string</GUID>
<LiveEvents>boolean</LiveEvents>
<DateFilter>boolean</DateFilter>
<TimeFilter>boolean</TimeFilter>
<EventFilter>boolean</EventFilter>
<NumFilter>boolean</NumFilter>
<NameFilter>boolean</NameFilter>
<DescriptionFilter>boolean</DescriptionFilter>
<TrackerBoardFilter>boolean</TrackerBoardFilter>
<AccessFilter>boolean</AccessFilter>
<RelayFilter>boolean</RelayFilter>
<APBFilter>boolean</APBFilter>
<StartDateValue>string</StartDateValue>
<EndDateValue>string</EndDateValue>
<StartTimeValue>string</StartTimeValue>
<EndTimeValue>string</EndTimeValue>
<EventValue>string</EventValue>
<NumValue>string</NumValue>
<NameValue>string</NameValue>
<AccessValue>string</AccessValue>
<RelayValue>string</RelayValue>
<APBValue>string</APBValue>
<DescriptionValue>string</DescriptionValue>
<TrackerBoardValue>string</TrackerBoardValue>
<EntrySystems>string</EntrySystems>
<Sort1>string</Sort1>
<Sort1Seq>string</Sort1Seq>
<Sort2>string</Sort2>
<Sort2Seq>string</Sort2Seq>
<Sort3>string</Sort3>
<Sort3Seq>string</Sort3Seq>
</ERP>
</EventReport>
</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>
<EventReportResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<EventReportResult>
<Status>string</Status>
<Message>string</Message>
<Events>
<Event>
<EntrySystemID>int</EntrySystemID>
<EntrySystemName>string</EntrySystemName>
<Date>dateTime</Date>
<Time>string</Time>
<Event>string</Event>
<Device>string</Device>
<Name>string</Name>
<Access>string</Access>
<RelayNo>int</RelayNo>
<RelayName>string</RelayName>
<ID>int</ID>
</Event>
<Event>
<EntrySystemID>int</EntrySystemID>
<EntrySystemName>string</EntrySystemName>
<Date>dateTime</Date>
<Time>string</Time>
<Event>string</Event>
<Device>string</Device>
<Name>string</Name>
<Access>string</Access>
<RelayNo>int</RelayNo>
<RelayName>string</RelayName>
<ID>int</ID>
</Event>
</Events>
</EventReportResult>
</EventReportResponse>
</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>
<EventReport xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<ERP>
<GUID>string</GUID>
<LiveEvents>boolean</LiveEvents>
<DateFilter>boolean</DateFilter>
<TimeFilter>boolean</TimeFilter>
<EventFilter>boolean</EventFilter>
<NumFilter>boolean</NumFilter>
<NameFilter>boolean</NameFilter>
<DescriptionFilter>boolean</DescriptionFilter>
<TrackerBoardFilter>boolean</TrackerBoardFilter>
<AccessFilter>boolean</AccessFilter>
<RelayFilter>boolean</RelayFilter>
<APBFilter>boolean</APBFilter>
<StartDateValue>string</StartDateValue>
<EndDateValue>string</EndDateValue>
<StartTimeValue>string</StartTimeValue>
<EndTimeValue>string</EndTimeValue>
<EventValue>string</EventValue>
<NumValue>string</NumValue>
<NameValue>string</NameValue>
<AccessValue>string</AccessValue>
<RelayValue>string</RelayValue>
<APBValue>string</APBValue>
<DescriptionValue>string</DescriptionValue>
<TrackerBoardValue>string</TrackerBoardValue>
<EntrySystems>string</EntrySystems>
<Sort1>string</Sort1>
<Sort1Seq>string</Sort1Seq>
<Sort2>string</Sort2>
<Sort2Seq>string</Sort2Seq>
<Sort3>string</Sort3>
<Sort3Seq>string</Sort3Seq>
</ERP>
</EventReport>
</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>
<EventReportResponse xmlns="http://DoorkingDataWS.doorking.com/EntrySystemMgmt/">
<EventReportResult>
<Status>string</Status>
<Message>string</Message>
<Events>
<Event>
<EntrySystemID>int</EntrySystemID>
<EntrySystemName>string</EntrySystemName>
<Date>dateTime</Date>
<Time>string</Time>
<Event>string</Event>
<Device>string</Device>
<Name>string</Name>
<Access>string</Access>
<RelayNo>int</RelayNo>
<RelayName>string</RelayName>
<ID>int</ID>
</Event>
<Event>
<EntrySystemID>int</EntrySystemID>
<EntrySystemName>string</EntrySystemName>
<Date>dateTime</Date>
<Time>string</Time>
<Event>string</Event>
<Device>string</Device>
<Name>string</Name>
<Access>string</Access>
<RelayNo>int</RelayNo>
<RelayName>string</RelayName>
<ID>int</ID>
</Event>
</Events>
</EventReportResult>
</EventReportResponse>
</soap12:Body>
</soap12:Envelope>