Branches
Branches represent industry sectors or business branches that organisations can be classified under.
Use the Datastore_Branch endpoint to query branches.
Endpoints
List Branches
GET
/v1/odata/Datastore_BranchSingle Branche
GET
/v1/odata/Datastore_Branch({id})Fields
Datastore Fields (inherited)
| Field | Type | Description |
|---|---|---|
Name | String | Display name |
Code | String | Unique code identifier |
LocalizedName | String | Localized display name |
IsDefault | Boolean | Whether this is the default value |
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| Organization | Relation_Organization | 1:N | Organization |
Expanding Relationships
GET
/v1/odata/Datastore_Branch({id})?$expand=OrganizationNavigating Relationships
GET
/v1/odata/Datastore_Branch({id})/OrganizationFiltering Examples
GET
/v1/odata/Datastore_Branch?$filter=Name eq '{Name}'&$top={top}GET
/v1/odata/Datastore_Branch?$filter=contains(Name, '{Name}')&$top={top}GET
/v1/odata/Datastore_Branch?$filter=Code eq '{Code}'&$top={top}GET
/v1/odata/Datastore_Branch?$filter=IsDefault eq {IsDefault}&$top={top}