GET api/Branches
Gets Branch Business Units
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Branch Business Users
Collection of CrmBusinessUnit| Name | 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": "cd853015-d198-431e-8593-a12a8c73f25b",
"LogicalName": "sample string 2",
"Name": "sample string 3"
},
"SystemDate": "2025-10-30T10:23:34.44954-05:00",
"CapturedDate": "2025-10-30T10:23:34.44954-05:00"
},
{
"Name": "sample string 1",
"UserPrimaryUnit": true,
"Reference": {
"Id": "cd853015-d198-431e-8593-a12a8c73f25b",
"LogicalName": "sample string 2",
"Name": "sample string 3"
},
"SystemDate": "2025-10-30T10:23:34.44954-05:00",
"CapturedDate": "2025-10-30T10:23:34.44954-05:00"
}
]