|
als_get_agents.cgi |
Top Previous Next |
|
Description The als_get_agents.cgi interface will retrieve all bases available to in your system.
Example Usage http://127.0.0.1/als_get_agents.cgi
Inputs
Returned Fields
xml format
<?xml version="1.0" encoding="utf-8" ?> - <agents> - <data count="24"> <row code="807" agentname="/Dale" agency="311" agencyname="Best Tours" phoneoffice="" faxoffice="" emailoffice="" /> <row code="2939" agentname="Latoya" agency="311" agencyname="Best Tours" phoneoffice="" faxoffice="" emailoffice="" /> <row code="381" agentname="Per Clover" agency="311" agencyname="Best Tours" phoneoffice="" faxoffice="" emailoffice="" /> <row code="3089" agentname="Unknown" agency="311" agencyname="Best Tours" phoneoffice="" faxoffice="" emailoffice="" /> </data> </agents> |