# Accept terms and conditions

Source: https://developer.avalara.com/account-provisioning/stm7835069979448/

# Accept terms and conditions

**Element type:** Required

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

Your integration must provide users with a way to view and accept relevant Avalara product terms and conditions before provisioning a new account. Users won't receive a license key for their account until they read and accept [Avalara's terms and conditions](https://www.avalara.com/us/en/legal/terms.html).

## Example

```
{
  "offer": "myoffercode",
  "connectorId": " ",
  "accountName": "AVATEST",
  "website": "https://biztech.com",
  "firstName": "Mac",
  "lastName": "Smith",
  "email": "mac.smith@avalara.com",
  "username": "mac.smith+AITest@avalara.com",
  "welcomeEmail": "Normal",
  "leadSource" : "",
  "campaign": "",
  "companyAddress": {
    "line": "10116 NE 8th St",
    "city": "Bellevue",
    "region": "WA",
    "country": "US",
    "postalCode": "98004"
  },
  "acceptAvalaraTermsAndConditions": true,
  "haveReadAvalaraTermsAndConditions": true
}
```