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

Parameter

Description

Required

Example

Data Type

Agency

Agency Code to limit the result set to a specific base

 

See also als_get_agencies.cgi for Agency Codes.

 

Optional

agency=2

Integer





















 

 

Returned Fields

#

Field Name

Description

Data Type

1




2




3.




4.




5




6




 

 

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>