You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 21 Next »
This method returns a list of carriers.
https://api.kometsales.com/api/carrier.list
Sample Request
https://api.kometsales.com/api/carrier.list? authenticationToken=token_info_goes_here
Output:
Sample Response
{ "carriers": [ { "id": 1360, "code": "AA", "name": "AA - American Airlines", "active": 1, "street": "Air Canada Centre 14000, Station Airport", "city": "Dorval", "state": "Québec", "zipCode": "1273", "country": "USA", "phone": "1 (888) 247-2262", "kometNetworkName": "Air Canada", "kometNetworkId": 4232 }, { "id": 1361, "code": "AAE", "name": "AAE-Armellini Air Express", "active": 1, "street": "2811 NW 74th Ave", "city": "Doral", "state": "Florida", "zipCode": "33122", "country": "USA", "phone": "(305) 592-5933", "kometNetworkName": "Armellini", "kometNetworkId": 1204 } ], "message": "OK", "status": 1 }
Information
This method can be executed with tokens type company and vendor.