> 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/he/branches/overview.md).

# סקירת מתודות סניפים

‫סניפים מייצגים מיקומים/יחידות עסקיות תחת הארגון שלכם. ניתן לשייך מסמכים לסניף באמצעות שדה ה-`BranchID` של המסמך; אם מושמט, סניף ברירת המחדל של הארגון משמש אוטומטית.‬

### ‫אובייקט ה-Branch‬

| ‫שדה‬         | ‫טיפוס‬ | ‫תיאור‬                                       |
| ------------- | ------- | --------------------------------------------- |
| `ID`          | int     | ‫מזהה הסניף. השתמשו בו כ-`BranchID` במסמכים.‬ |
| `Name`        | string  | ‫שם הסניף.‬                                   |
| `Description` | string  | ‫תיאור חופשי.‬                                |
| `Enabled`     | boolean | ‫האם הסניף פעיל.‬                             |
| `IsDefault`   | boolean | ‫סניף ברירת מחדל למסמכים חדשים.‬              |
| `IsMain`      | boolean | ‫מסמן את הסניף הראשי.‬                        |
| `Email`       | string  | ‫אימייל הסניף.‬                               |

### ‫עמודים בסקשן הזה‬

* ‫[שליפת סניפים](/invoice4u-docs/he/branches/get-branches.md) — רשימת כל הסניפים בארגון שלכם‬
