XML Parameters

To get an XML list of completed jobs for you to process:

Just push XML like this to the GetListOfCompletions method at:

http://opendoxx.com/incoming/testproc.php

<ODQuery>
<VendorUserName>YOURAPPLICATIONID</VendorUserName>
<VendorPassword>YOURAPPLICATIONPASSWORD</VendorPassword>
</ODQuery>

OpenDoxx will then respond with an XML list of completed jobs:

<?xml version="1.0"?>
<Completions>
<Completion>
<YourCust>RANDL</YourCust>
<YourJobNum>508</YourJobNum>
<LawFirmCaseRef>555.00000</LawFirmCaseRef>
<YourToken>notNErsJUIIIU2qcFXgE</YourToken>
<EventToken>G3LEZR01BSN5KAQ4OX8V</EventToken>
<Completed>YES</Completed>
<Date>2006-08-19</Date>
<Time>14:13:00</Time>
<Manner>IND</Manner>
<AddrID>01</AddrID>
<DefendantID>01</DefendantID>
<Servee>TEST DEBTOR</Servee>
<ServedAddress>1111 Dayton Street </ServedAddress>
<ServedCity>SUQUAMISH</ServedCity>
<ServedState>WA</ServedState>
<ServedZip>98392</ServedZip>
<ServiceComments></ServiceComments>
<PersonLeftWith></PersonLeftWith>
<Title></Title>
<Sex></Sex>
<Hair></Hair>
<Skin></Skin>
<Age></Age>
<Height></Height>
<Weight></Weight>
<Other></Other>
<Married></Married>
<Military></Military>
<ServiceCounty>KITSAP</ServiceCounty>
</Completion>
<Completion>
<YourCust>RANDL</YourCust>
<YourJobNum>414</YourJobNum>
<YourToken>SUHadfAjJqh7Vcw4VjPO</YourToken>
<EventToken>LHIU0AGMW1Y79V6KXRPC</EventToken>
<Completed>YES</Completed>
<Date>2006-09-01</Date>
<Time>15:55:00</Time>
<Manner>SUB</Manner>
<AddrID>01</AddrID>
<DefendantID>02</DefendantID>
<Servee>TEST DEBTOR TWO</Servee>
<ServedAddress>1111 Test Street </ServedAddress>
<ServedCity>Moreno Valley</ServedCity>
<ServedState>CA</ServedState>
<ServedZip>92551</ServedZip>
<ServiceComments>Test Comments</ServiceComments>
<PersonLeftWith>Jane Doe</PersonLeftWith>
<Title>Refused Name</Title>
<Sex>Female</Sex>
<Hair>Green</Hair>
<Skin>White</Skin>
<Age>99</Age>
<Height>5'</Height>
<Weight>300</Weight>
<Other></Other>
<Married></Married>
<Military></Military>
<ServiceCounty></ServiceCounty>
<NonServiceCode></NonServiceCode>
<ServiceCode></ServiceCode>
<ServerLocatedAddress></ServerLocatedAddress>
</Completion>
</Completions>

 

Using the Event Token, you can call the RemoveFromListOfCompletions method
so that OpenDoxx doesn't keep sending you the same completed jobs.

The YourToken tag is the SerNum that you sent in with the job.


Rob & Luey
LoyalDog Software
OpenDoxx Freeware