# Is incorporated

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

Guide: Communications

# Is incorporated

**Element type: Required**

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

Your integration must provide the option to indicate whether the location is within city limits and whether the customer involved in this transaction is inside or outside of the local level designated as their location. This is done using the `int` flag in the [Location](https://developer.avalara.com/api-reference/communications/v2/models/Location/) model.

The tax may or may not be affected by this flag, depending on whether the local level has taxes which apply to the transaction/service type pair. If the sourcing information is in an incorporated jurisdiction, you must set this flag to `true` (default).

The only time this flag should be set to `false` is if you know the jurisdiction you're sourcing is unincorporated.

## Example

```
bill": {
  "ctry": "USA",
  "int": true, /
  "geo": true,
  "pcd": 0,
  "addr": "110 Main St",
  "city": "Houston",
  "st": "TX",
  "zip": "77002"
} 
```