# Chapter 5.5.8 - Override Config

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/customization-override/

-   [Previous](/communications/dev-guide_rest_v2/reference/customization-nexus/)
-   [Next](/communications/dev-guide_rest_v2/reference/tax-calculation-settings-response/)

### Override Config

The `OverrideConfig` object allows the user to specify a string of **override raw data** associated with a client profile. For more information, see [Override File](/communications/dev-guide_rest_v2/customizing-transactions/override-file/):

Key

Value

`RawData`

`[List<string>]` Override Raw Data  

List of lines contained in the override file  

### Example

```json
"Overrides": [ "3.4", "1248900,1,3,3,3,1", "20180101,1", "0.123,2147483647,0,0,0,0", "19990401,1", "0.01125,2147483647,0,0,0,0", "19000101,1", "0.01,2147483647,0,0,0,0"]
```

-   [Previous](/communications/dev-guide_rest_v2/reference/customization-nexus/)
-   [Next](/communications/dev-guide_rest_v2/reference/tax-calculation-settings-response/)