AIMSSync
Click here for a complete list of operations.
LookupPermit
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /AIMSSync.asmx HTTP/1.1
Host: pvbflow.syrgov.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.edc-aim.com/schemas/aimssync_ws/LookupPermit"
<?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>
<LookupPermit xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<key>string</key>
<unitid>string</unitid>
<permitnum>string</permitnum>
</LookupPermit>
</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>
<LookupPermitResponse xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<LookupPermitResult>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
</LookupPermitResult>
</LookupPermitResponse>
</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 /AIMSSync.asmx HTTP/1.1
Host: pvbflow.syrgov.net
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>
<LookupPermit xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<key>string</key>
<unitid>string</unitid>
<permitnum>string</permitnum>
</LookupPermit>
</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>
<LookupPermitResponse xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<LookupPermitResult>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle xsi:nil="true" />
<RealtimeVehicle xsi:nil="true" />
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
</LookupPermitResult>
</LookupPermitResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /AIMSSync.asmx/LookupPermit?key=string&unitid=string&permitnum=string HTTP/1.1 Host: pvbflow.syrgov.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRealtimePermit xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
</ArrayOfRealtimePermit>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /AIMSSync.asmx/LookupPermit HTTP/1.1 Host: pvbflow.syrgov.net Content-Type: application/x-www-form-urlencoded Content-Length: length key=string&unitid=string&permitnum=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRealtimePermit xmlns="http://www.edc-aim.com/schemas/aimssync_ws/">
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
<RealtimePermit>
<permitid>int</permitid>
<Number>string</Number>
<ptypeid>int</ptypeid>
<PermitType>string</PermitType>
<ActiveDate>dateTime</ActiveDate>
<CreationDate>dateTime</CreationDate>
<ExpirationDate>dateTime</ExpirationDate>
<Status>string</Status>
<Deactivated>boolean</Deactivated>
<Warning>boolean</Warning>
<AccountNumber>string</AccountNumber>
<AccountVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</AccountVehicles>
<PermitVehicles>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
<RealtimeVehicle>
<vehicleid>int</vehicleid>
<PlateNumber>string</PlateNumber>
<stateid>int</stateid>
<VIN>string</VIN>
<platetypeid>int</platetypeid>
<RegExpDate>dateTime</RegExpDate>
<year>int</year>
<makeid>int</makeid>
<modelid>int</modelid>
<colorid>int</colorid>
<bodytypeid>int</bodytypeid>
<Warnings d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<WarningsWithComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<AlertComments d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Contact d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Categories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Permits d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tickets d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Tows d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Passes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TimingEntries d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</RealtimeVehicle>
</PermitVehicles>
<Locations>
<string>string</string>
<string>string</string>
</Locations>
<plocsecids>
<int>int</int>
<int>int</int>
</plocsecids>
<Spaces>
<string>string</string>
<string>string</string>
</Spaces>
<eventid>int</eventid>
<CurrentlyCheckedIn>boolean</CurrentlyCheckedIn>
<CheckInBadgeID>int</CheckInBadgeID>
<CheckInDateTime>dateTime</CheckInDateTime>
<CheckInUnitID>string</CheckInUnitID>
</RealtimePermit>
</ArrayOfRealtimePermit>