Forward Expedited LTL Web Services

API Services Home

Forward Expedited LTL Guaranteed Service lookup service

Webservice to get a list of active Guaranteed Services lanes.

Rest GS Lane Service

Request Parameters. GET ${baseUrl}/ltlservices/v2/rest/ltlinfo/listgslane
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.
effectiveDate Request param Y YYYYMMDD format value. Example 20201101.
expirationDate Request param Y YYYYMMDD format value. Example 20201231.
Body Body N Not required.
Response

Response will contain array of GS lane objects.

Name Type Required Description
effectiveDate String Y YYYYMMDD HH24MISS format.
expirationDate String Y YYYYMMDD HH24MISS format.
origin String Y 3 char airport code.
destination String Y 3 char airport code.

Response Samples

List of active Zip codes.

json
[
    {
        "effectiveDate": "20191028 050000",
        "expirationDate": "99991231 061200",
        "destination": "BNA",
        "origin": "ATL"
    },
    {
        "effectiveDate": "20191028 050000",
        "expirationDate": "99991231 061200",
        "destination": "CLE",
        "origin": "ATL"
    }
]

Back to Top

Last updated 01/07/2021