# Alcohol route type

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

# Alcohol route type

**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 sales channel for a beverage alcohol transaction. This is done using the`AlcoholRouteType` parameter. Available options for this parameter include:

-   `3T` (for wholesale)`      `
-   `DTC` (for direct to consumer)
-   `DTT`
-   `Pickup`
-   `Retailer DTC`

```
"lines": [  {    "parameters":[      {        "name":"AlcoholRouteType",        "value":"DTC"      }    ]  }]
```

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

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