Webservice to get a list of active Stations.
Name | Type | Required | Description |
---|---|---|---|
user | Header param | Y | Your API username. Please note this is not the same as your web username. |
password | Header param | Y | Your API password. Please note this is not the same as your web password. |
customerId | Header param | Y | Your API customerId. |
Body | Body | N | Not required. |
Response will contain array of Station objects.
Name | Type | Required | Description |
---|---|---|---|
airportCode | String | Y | The 3 char code for this station. Please use this while calling rating or booking services. |
address1 | String | Y | Address 1 |
address2 | String | Y | Address 2 |
city | String | Y | City |
statecd | String | Y | State |
zip | String | Y | Zip code |
countrycd | String | Y | Country |
phone | String | Y | Phone number |
fax | String | Y | Fax number |
firmscode | String | Y | Firms code. |
examinationSite | String | Y | Y/N |
containerStation | String | Y | Y/N |
List of active Station.
[ { "airportCode": "ABE", "address1": "2202 26TH ST SW", "address2": null, "city": "ALLENTOWN", "statecd": "PA", "zip": "18103", "countrycd": "US", "phone": "484-223-2333", "fax": "484-223-1047", "firmscode": "B892", "examinationSite": "n", "containerStation": "N" }, { "airportCode": "ABQ", "address1": "1400 MISSION AVE NE", "address2": null, "city": "ALBUQUERQUE", "statecd": "NM", "zip": "87107", "countrycd": "US", "phone": "505-764-5995", "fax": "505-764-9400", "firmscode": "V678", "examinationSite": "n", "containerStation": "N" }, { "airportCode": "ALB", "address1": "51 SICKER ROAD, SUITE 5", "address2": null, "city": "LATHAM", "statecd": "NY", "zip": "12110", "countrycd": "US", "phone": "518-220-9462", "fax": "518-220-9279", "firmscode": "F611", "examinationSite": "n", "containerStation": "N" }, { "airportCode": "AMA", "address1": "710 E 2ND AVE", "address2": null, "city": "AMARILLO", "statecd": "TX", "zip": "79101", "countrycd": "US", "phone": "806-372-7319", "fax": null, "firmscode": null, "examinationSite": "n", "containerStation": "N" } ]