# ExportTaxCalculationSetting

Exports an exclusion collection.

`GET /api/v2/taxCalculationSettings/{id}/export`

**API:** AFC SaaS Pro REST v2
**Tag:** Customizations
**API Version:** v2
**Authentication:** Basic (username + license key) or Bearer token

Source: https://developer.avalara.com/products/communications/api/v2/methods/Customizations/ExportTaxCalculationSetting/

## Parameters

| Name | Type | In | Required | Description |
|---|---|---|---|---|
| `client_id` | integer | header | Yes | The client id. |
| `id` | integer | path | Yes | The id. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | OK |  |
| 404 | Not Found | `ProblemDetails` |