# Alcohol content

Source: https://developer.avalara.com/avatax-for-bevalc/requirements/alcohol-content/

# Alcohol content

**Element type: Required**

**Endpoints used:** [TransactionParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionParameterModel/), [TransactionLineParameterModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionLineParameterModel/)

Your integration must provide a way to specify the total percentage of alcohol by volume included in a line item. This is done using the`AlcoholContent` parameter. If this parameter is not provided, then the line will fail alcohol-content-related compliance checks.

```
"lines": [  {    "parameters":[      {        "name":"AlcoholContent",        "value":"80",        "unit":"Percentage"       }    ]  }]
```

[Previous](/avatax-for-bevalc/requirements/tax-code)

[Next](/avatax-for-bevalc/requirements/alcohol-route-type)