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

#### URL Expired

The URL for this request expired after 30 days.

**carrierAccountId**  
string  
Shipium id of the carrier account that corresponds to the manifest trying to download.

**manifestJobId**  
string  
required  
The carrier supplied id for tracking/downloading the manifest

**shipiumManifestId**  
string  
required  
The Shipium-generated id for tracking the manifest.

**carrierId**  
string  
required  
Carrier id of the carrier that corresponds to the manifest trying to download

**countryCode**  
string  
Country code of the FC that is trying to download the manifest. Required if fulfillmentContextId is not provided.

**fulfillmentContextId**  
string  
Fulfillment context ID for the manifest download. If provided, countryCode and postalCode are not required.

**injectionSiteId**  
string  
Injection site ID for the manifest download.

**postalCode**  
string  
Postal code of the FC that is trying to download the manifest. Required if fulfillmentContextId is not provided.

**tenantId**  
string  
Tenant id trying to download the manifest

**testMode**  
boolean  
Boolean to see if we will use carrier's sandbox environment. Defaults to false

**truefalse**  
X-DELEGATED-PARTNER-ID  
string

# ``200      Successfully downloaded manifest report

```  
xxxxxxxxxx

curl --request POST \  
     --url https://api.shipium.com/api/v2/manifest/download \  
     --header 'accept: */*' \  
     --header 'content-type: application/json'
```
