Business Units

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/BusinessUnits/{id}?maintenanceMode={maintenanceMode} Get the details of a business unit by id.
GET Method: Get, URL: ReferenceData/BusinessUnits/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a business unit by id.

GetAll ReferenceData/BusinessUnits?maintenanceMode={maintenanceMode} Get all business units. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/BusinessUnits?maintenanceMode={maintenanceMode} Test

Get all business units. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/BusinessUnits/Summary Get a summary representation of all business units.
GET Method: GetSummaries, URL: ReferenceData/BusinessUnits/Summary Test

Get a summary representation of all business units.

Create ReferenceData/BusinessUnits Create a new business unit.
POST Method: Create, URL: ReferenceData/BusinessUnits Test

Create a new business unit.

Update ReferenceData/BusinessUnits/{id} Update an existing business unit.
PUT Method: Update, URL: ReferenceData/BusinessUnits/{id} Test

Update an existing business unit.

Delete ReferenceData/BusinessUnits/{id} Delete an existing business unit.
DELETE Method: Delete, URL: ReferenceData/BusinessUnits/{id} Test

Delete an existing business unit.