# Region Download

| **API URL**     | {{url}}/admin-service/region-details/download-file |
| --------------- | -------------------------------------------------- |
| **Method**      | POST                                               |
| **Description** | Download the region data file.                     |

#### **Sample Input** <a href="#filedownload-v2-sampleinput" id="filedownload-v2-sampleinput"></a>

| **Field Name**         | **Type** | **Mandatory** | **Example**                                                                                                                             |
| ---------------------- | -------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| countryId              | Integer  | Yes           | Country id                                                                                                                              |
| appTypes               | String   | Yes           | COMMUNITY                                                                                                                               |
| Authorization (Header) | String   | Yes           | Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6 |
| client                 | String   | Yes           | web                                                                                                                                     |

```
{
  countryId: 1, 
  appTypes: ["COMMUNITY"]
}
```

#### **Sample Output** <a href="#filedownload-v2-sampleoutput" id="filedownload-v2-sampleoutput"></a>

Downloads the Region details output data file

e.g Below the sample output file, **Sierra Leone.xlsx**

| **country**  | **country code** | **district** | **district code** | **chiefdom** | **chiefdom code** | **village** | **village code** | **village type** |
| ------------ | ---------------- | ------------ | ----------------- | ------------ | ----------------- | ----------- | ---------------- | ---------------- |
| Sierra Leone | 1                | Chennai      | 111               | Guindy       | 222               | Water Works | 333              | HTR              |
