# Foreign alcohol

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

# Foreign alcohol

**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 whether an item in a transaction is a foreign alcohol product. This is done using the`IsForeignAlcohol` parameter.  

```
"lines": [  {    "parameters":[      {        "name":"IsForeignAlcohol",        "value":"false"      }    ]  }]
```

[Previous](/avatax-for-bevalc/requirements/direct-alcohol-import)

[Next](/avatax-for-bevalc/requirements/fulfillment-house-code)