Request Data
Use this request to get a list of the expiry types in the system.
Note: This action was added to protocol version 1.01.
Required Information | |
---|---|
Name | Description |
action | showexpire |
operation | exptypes |
format | xml |
Data Returned
Returned information:
A list of expiry types.
DTD:
<!ELEMENT exptypelist (exptype*)>
<!ATTLIST exptypelist ver CDATA #REQUIRED>
<!ELEMENT exptype (#PCDATA)>
<!ATTLIST exptypet dbid CDATA #REQUIRED>
Example Request
https://omi.zonarsystems.net/interface.php?customer=zzo2544&username=zonar&password=secret.pw.2019&action=showexpire
&operation=exptypes&format=xml
Example Success Reply
<exptypelist ver="1.07">
<exptype dbid="39">300 Hr Oil Test</exptype>
<exptype dbid="5">30 Day Probation</exptype>
<exptype dbid="28">5000 Mile Tire Replacement</exptype>
<exptype dbid="31">500 Hour Service</exptype>
<exptype dbid="29">50 Day Tire Replacement</exptype>
<exptype dbid="20">750 Hour Refer Service</exptype>
<exptype dbid="17">90 Day Inspection</exptype>
<exptype dbid="8">Annual Inspection</exptype>
<exptype dbid="15">ASE Cert</exptype>
<exptype dbid="30">CA Pull Notice</exptype>
<exptype dbid="1">CDL</exptype>
<exptype dbid="27">Coolant Service</exptype>
<exptype dbid="16">COV</exptype>
<exptype dbid="38">Customer Service Training</exptype>
<exptype dbid="9">DOT Physical</exptype>
<exptype dbid="18">Doubles Permit</exptype>
<exptype dbid="19">Driver Backround Check</exptype>
<exptype dbid="24">Driver Proficiency Test</exptype>
<exptype dbid="33">Extended Transmission Warranty</exptype>
<exptype dbid="11">First Aid Training</exptype>
<exptype dbid="10">Forklift Certification</exptype>
<exptype dbid="26">Forklift Training</exptype>
<exptype dbid="37">Hazmat Fingerprinting</exptype>
<exptype dbid="4">HM 126</exptype>
<exptype dbid="2">License Tabs</exptype>
<exptype dbid="12">Liftgate Service Interval</exptype>
<exptype dbid="13">Medical Card</exptype>
<exptype dbid="25">Monthly Aerial Inspection</exptype>
<exptype dbid="3">Oil Change</exptype>
<exptype dbid="22">Recert Hazmat Training</exptype>
<exptype dbid="35">Starter Warranty</exptype>
<exptype dbid="34">State Inspection</exptype>
<exptype dbid="14">Tire check</exptype>
<exptype dbid="32">Transmission Warranty</exptype>
<exptype dbid="21">Warehouse Training</exptype>
</exptypelist>