Active Carriers API

Overview

Service Active Carriers API
Service Unique Name ActiveCarriers
Request Method GET

Introduction

To get the list of active carriers

Request Body

These are params:

  • SecureKey: secure key of the organization [Required]

Request Parameters

Parameter Data Type Compulsory/Optional Description
SecureKey Compulsory Unique key for accessing the API

Response

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"
}
]
}

please wait...