To get the list of active carriers
These are params:
Parameter | Data Type | Compulsory/Optional | Description |
---|---|---|---|
SecureKey | Compulsory | Unique key for accessing the API |
ON SUCCESS
{
"ActiveCarriers": [
{
"CarrierName": "AMS",
"LogoPath": "https://beta.logixerp.comlayouts/static/image/Ams.png",
"CarrierCode": "AMS"
},
{
"CarrierName": "FEDEXADS",
"LogoPath": "https://beta.logixerp.comlayouts/static/image/fedex_image.png",
"CarrierCode": "FEDEXADS"
},
{
"CarrierName": "UPS",
"LogoPath": "https://beta.logixerp.comlayouts/static/image/ups_image.png",
"CarrierCode": "UPS"
},
{
"CarrierName": "USPSVIAEASYPOST",
"LogoPath": "https://beta.logixerp.comlayouts/static/image/easypost.png",
"CarrierCode": "USPSVIAEASYPOST"
}
]
}