| Time | Status | User Agent |
| :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**carrierId**  
string  
The carrier that was recommended for the LTL shipment.

**shipiumLtlCostIds**  
array of strings  
The Shipium-generated IDs of the LTL shipments.

**partnerLtlCostIds**  
array of strings  
The partner-supplied IDs of the LTL shipments.

**originCountryCode**  
string  
The 2-character ISO 3166-1 alpha-2 country code where the shipment originated.

**originPostalCode**  
string  
The postal code where the shipment originated.

**destinationCountryCode**  
string  
The 2-character ISO 3166-1 alpha-2 country code where the shipment was delivered.

**destinationPostalCode**  
string  
The postal code where the shipment was delivered.

**shipiumTenantId**  
string  
The Shipium-generated ID of the tenant associated with the LTL shipment.

**partnerTenantId**  
string  
The partner-supplied ID of the tenant associated with the LTL shipment.

**fromCreateDateTime**  
date-time  
The earliest that the LTL shipment can have been created.

**toCreateDateTime**  
date-time  
The latest that the LTL shipment can have been created.

**fromPickupDate**  
date  
The earliest that the LTL shipment can have been requested to be picked-up. This is based on what the client supplied in their request, not what the carrier returned.

**toPickupDate**  
date  
The latest that the LTL shipment can have been requested to be picked-up. This is based on what the client supplied in their request, not what the carrier returned.

**include**  
array of strings  
All fields that should be included in the response. If this is not provided, all fields will be returned (other parameters may still filter fields).

**anchor**  
string  
Identifier for the current page of data.

**count**  
int32  
The number results to include on each page of the response.

### Sample cURL Request

```bash
curl --request GET \
     --url https://api.shipium.com/api/v1/ltl/shipment/cost \
     --header 'accept: application/json'
```

### Response

```json
200
```
Updated 26 days ago.
