Webservice to get a list of active Guaranteed Services lanes.
| 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 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. |
List of active Zip codes.
[
{
"effectiveDate": "20191028 050000",
"expirationDate": "99991231 061200",
"destination": "BNA",
"origin": "ATL"
},
{
"effectiveDate": "20191028 050000",
"expirationDate": "99991231 061200",
"destination": "CLE",
"origin": "ATL"
}
]