als_get_locations.cgi

Top  Previous  Next

Description

The als_get_locations.cgi interface will retrieve all locations available to in your system based on products that are active and web enabled. i.e ( Maui, Oahu, Kauai ), and the associated AL-Desk code for the locations.

 

Example Usage               http://127.0.0.1/als_get_locations.cgi

 

Parameters: None

 

Returned Fields

#

Field Name

Description

Data Type

1

Name

Name of the Location

String

2

Code

AL-Desk Associated Code

Integer

 

 

 

 

 

XML Returned

 

<?xml version="1.0" encoding="utf-8" ?> 

- <root> 

- <locations> 

<row name="Big Island" code="1" /> 

<row name="Kauai" code="7" /> 

<row name="Maui" code="3" /> 

<row name="Oahu" code="6" /> 

</locations> 

</root>