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
NameDescriptionTypeAdditional 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": "00268415-eab9-4aff-b29c-81df9ed814c6",
      "LogicalName": "sample string 2",
      "Name": "sample string 3"
    },
    "SystemDate": "2025-05-23T17:04:02.9221281-05:00",
    "CapturedDate": "2025-05-23T17:04:02.9221281-05:00"
  },
  {
    "Name": "sample string 1",
    "UserPrimaryUnit": true,
    "Reference": {
      "Id": "00268415-eab9-4aff-b29c-81df9ed814c6",
      "LogicalName": "sample string 2",
      "Name": "sample string 3"
    },
    "SystemDate": "2025-05-23T17:04:02.9221281-05:00",
    "CapturedDate": "2025-05-23T17:04:02.9221281-05:00"
  }
]