Business Units

The BusinessUnit table stores information about the different business units within a particular business partner. It contains data such as the business unit's name, budget, and organizational level. The BusinessUnit table is also used to store relationships between business units and other entities such as locations, contacts, and parent companies.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

BusinessUnitId is an integer data type identity field in the BusinessUnit table. It uniquely identifies a record in the table and automatically generates values when a new record is inserted for use as the primary key.

string
required
length between 1 and 128

The Code field in the BusinessUnit table is an nvarchar of maximum length 16. It is used to uniquely identify each business unit by its own unique code.

string | null

The Description field, in the BusinessUnit table, is used to store a string of characters, up to a maximum length of 256 characters, in a variable-length Unicode string data type. It provides additional information to the content of the table.

int32 | null

ParentId is an integer field in the BusinessUnit table. It stores the id of the parent business unit if the business unit is a child of a larger business unit. This field is relevant for tracking ownership trees within a company.

int32

The Sequence field in the BusinessUnit table is an integer data type that can be used to store a unique and incremental ID for each business unit record. This field is used to order the business units in a logical sequence pattern.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!