GET api/Branches
Gets Branch Business Units
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Branch Business Users
Collection of CrmBusinessUnitName | Description | Type | Additional information |
---|---|---|---|
Name |
Name of Business Unit |
string |
Optional |
UserPrimaryUnit |
Whether user belongs to business unit |
boolean |
Optional |
Reference |
Used to reference the entity in CRM. |
EntityReference |
Optional |
SystemDate |
Current system date of the client that created this object. |
date |
Optional |
CapturedDate |
Date and time the client created this object. |
date |
Optional |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "UserPrimaryUnit": true, "Reference": { "Id": "b1d8321a-d575-460d-ac29-f7a0f4fe5377", "LogicalName": "sample string 2", "Name": "sample string 3" }, "SystemDate": "2025-07-08T17:23:54.9433031-05:00", "CapturedDate": "2025-07-08T17:23:54.9433031-05:00" }, { "Name": "sample string 1", "UserPrimaryUnit": true, "Reference": { "Id": "b1d8321a-d575-460d-ac29-f7a0f4fe5377", "LogicalName": "sample string 2", "Name": "sample string 3" }, "SystemDate": "2025-07-08T17:23:54.9433031-05:00", "CapturedDate": "2025-07-08T17:23:54.9433031-05:00" } ]