> For the complete documentation index, see [llms.txt](https://invoice4u.gitbook.io/invoice4u-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invoice4u.gitbook.io/invoice4u-docs/branches/overview.md).

# Branch Endpoints Overview

Branches represent business locations/units under your organization. Documents can be attributed to a branch via the document's `BranchID`; if omitted, the organization's default branch is used automatically.

### The Branch object

| Field         | Type    | Description                                |
| ------------- | ------- | ------------------------------------------ |
| `ID`          | int     | Branch ID. Use as `BranchID` on documents. |
| `Name`        | string  | Branch name.                               |
| `Description` | string  | Free-text description.                     |
| `Enabled`     | boolean | Whether the branch is active.              |
| `IsDefault`   | boolean | Default branch for new documents.          |
| `IsMain`      | boolean | Marks the main branch.                     |
| `Email`       | string  | Branch email.                              |

### Pages in this section

* [Get Branches](/invoice4u-docs/branches/get-branches.md) — list all branches for your organization
