# Has facilities

Source: https://developer.avalara.com/products/communications/integration-guides/communications-integration/ana0513228712214/

Guide: Communications

# Has facilities

**Element type: Required**

**Endpoints/models used:** [CompanyData](https://developer.avalara.com/api-reference/communications/v2/models/CompanyData/)

Your integration must include an option to specify whether the carrier delivering the service has company-owned facilities to provide the service. This is specified using the `fctl` field in the [CompanyData](https://developer.avalara.com/api-reference/communications/v2/models/CompanyData/) model. Set this value to `true` if, as the seller, you’re selling these services over a facilities-based communications network that you control.

**View example**:

```
{
  "cmpn": {
    "bscl": 0,
    "svcl": 0,
    "fclt": true,
    "frch": true,
    "reg": true,
    "excl": [
      {
        "ctry": "string",
        "st": "string",
        "excl": true
      }
    ],
    "idnt": "string"
  },
  ...
} 
```