|
als_get_company_info.cgi |
Top Previous Next |
|
Description The als_get_company_info.cgi interface will retrieve company information.
This method is Content Management Enabled.
Example Usage http://localhost/als_get_company_info.cgi?content=true
Inputs
Returned Fields
XML Returned
<?xml version="1.0" encoding="utf-8" ?> - <root> - <company> <row name="Activity Link Systems" address1="1819 Kihei Road" address2="" city="Kihei" state="HI" zip="96753" fax="808-875-9049" phone="808-891-2230" email="kumar@activitylinksystems.com" /> </company> </root>
XML with content Enabled
http://www.alstracker.dnsalias.com/aldesk/als_get_company_info.cgi?content=true
<?xml version="1.0" encoding="utf-8" ?> - <root> - <company> <row name="Activity Link Systems" address1="1819 Kihei Road" address2="" city="Kihei" state="HI" zip="96753" fax="808-875-9049" phone="808-891-2230" email="kumar@activitylinksystems.com" downloadpages="www.activitylinksystems.com/downloads" support_email="support@activitylinksystems.com" directionsa="test contentabc" yetanothername="duke gator's party" webexample="dynamic content" newproductentry="data" main="The Hawaiian Islands are the worlds leading destination for activities and attractions. Whatever experience that you may have on your wish list, there is a very good chance that you will find it here at a price that fits your budget. Click on any of the island links shown at the left, and you will find the most comprehensive listings of activities made available anywhere on the internet. Browse to your heart's delight, and be sure to make use of our live concierge standing by to answer any questions that you may have and to help plan your itinerary. Have fun!" /> </company> - <namespaces> - <SiteName> <row name="site_name" data="kumar's activity site" /> </SiteName> - <MainPageParagraphs> <row name="main" data="something for the main page" /> <row name="MainPageParagraphs" data="add another one" /> </MainPageParagraphs> - <top_ten> <row name="top_ten" data="Top ten #1" /> <row name="top_ten" data="Top ten #2" /> <row name="top_ten" data="Top ten #3" /> <row name="top_ten" data="Top ten #4" /> </top_ten> </namespaces> </root> |