POST Setup/BusinessUnit?validateOnly={validateOnly}
Add businessUnit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
BusinessUnit data
BusinessUnitDTOName | Description | Type | Additional information |
---|---|---|---|
BUID | integer |
None. |
|
OUID | integer |
None. |
|
BUName | string |
None. |
|
GLCode | string |
None. |
|
EventStartUtc |
Event Start Utc |
date |
None. |
EventStopUtc |
Event Stop Utc |
date |
None. |
EventNextStopUtc |
Event Next Stop Utc |
date |
None. |
Comments | string |
None. |
|
Props | Collection of Object |
None. |
|
Addresses |
Addresses |
AddressesDTO |
None. |
CommunicationMethods |
Communication methods |
CommunicationMethodsDTO |
None. |
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
IsPartialData |
Only return partial data to speed up call (results cannot be used for add/update) |
boolean |
None. |
Summary | string |
None. |
|
OrganizationalUnitName |
Organizational Unit Name |
string |
None. |
BusinessUnitStartDayOfWeek |
Business Unit Start Day of the Week for billing process and scheduling |
integer |
None. |
TimeZone |
Business Unit TimeZone |
string |
None. |
AlternativeGLCodes | Collection of AlternativeDTO |
None. |
|
businessUnitSettingDTOs |
Business Unit Settings |
Collection of BusinessUnitSettingDTO |
None. |
Type |
Business Unit Type |
BusinessUnitType |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |