GET Setup/BusinessUnitStatus
Get businessUnitStatuses from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
BusinessUnitStatusID |
Filter by BusinessStatusID |
integer |
None. |
BusinessUnitStatusIDs |
Filter by BusinessUnitStatusIDs |
Collection of integer |
None. |
BUID |
Filter by BUID |
integer |
None. |
BUIDs |
Filter by BUIDs |
Collection of integer |
None. |
Type |
Filter by Type |
BusinessUnitStatusType |
None. |
Types |
Filter by Types |
Collection of BusinessUnitStatusType |
None. |
Status |
Filter by Status |
BusinessUnitStatusPropStatusType |
None. |
StatusName |
Filter by StatusName |
string |
None. |
StatusDescription |
Filter by StatusDescription |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
StatusType |
Filter by StatusType |
string |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
IncludeUnauthorized | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of BusinessUnitStatusDTOs
Collection of BusinessUnitStatusDTOName | Description | Type | Additional information |
---|---|---|---|
BusinessUnitStatusID | integer |
None. |
|
BUID | integer |
None. |
|
Type | BusinessUnitStatusType |
None. |
|
StatusName | string |
None. |
|
StatusDescription | string |
None. |
|
StatusType | integer |
None. |
|
StatusSubType | integer |
None. |
|
Props | Collection of Object |
None. |
|
SortOrder | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
StatusReasonCodeTableID |
Status Reason Code Table ID |
integer |
None. |
StatusReasonRequired |
Indicates if the Status Reason is required. |
boolean |
None. |
StatusReasonShowCodeTableLabel |
Indicates if the Code Table name should be shown for the Status Reason in the UI. |
boolean |
None. |
StatusReason2CodeTableID |
Status Reason2Code Table ID |
integer |
None. |
StatusReason2Required |
Indicates if the Status Reason 2 is required. |
boolean |
None. |
StatusReason2ShowCodeTableLabel |
Indicates if the Code Table name should be shown for the Status Reason 2 in the UI. |
boolean |
None. |
StatusReason3CodeTableID |
Status Reason3Code Table ID |
integer |
None. |
StatusReason3Required |
Indicates if the Status Reason 3 is required. |
boolean |
None. |
StatusReason3ShowCodeTableLabel |
Indicates if the Code Table name should be shown for the Status Reason 3 in the UI. |
boolean |
None. |
Summary | string |
None. |
|
BedStatus | BedStatusType |
None. |
|
FormName | string |
None. |