GET Clients/BusinessUnitStatus
Get clientBusinessUnitStatuses 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. |
EntityID |
Filter by EntityID |
integer |
None. |
Entities |
Filter by Entities |
Collection of integer |
None. |
BusinessUnits |
Filter by BusinessUnit(s) |
Collection of integer |
None. |
Status |
Filter by Status |
byte |
None. |
StartDateUtcMin |
Filter by StartDateUtcMin |
date |
None. |
StartDateUtcMax |
Filter by StartDateUtcMax |
date |
None. |
StopDateUtcMin |
Filter by StopDateUtcMin |
date |
None. |
StopDateUtcMax |
Filter by StopDateUtcMax |
date |
None. |
StatusReason |
Filter by StatusReason |
string |
None. |
StatusReason2 |
Filter by StatusReason |
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. |
Body Parameters
None.
Response Information
Resource Description
List of ClientBusinessUnitStatusDTOs
Collection of ClientBusinessUnitStatusDTOName | Description | Type | Additional information |
---|---|---|---|
StatusID |
The unique identifier for the status client's business unit status record |
integer |
None. |
ClientID |
The unique identifier for the client record |
integer |
None. |
BUID |
The unique identifier for the business unit record |
integer |
None. |
BusinessUnitStatusID |
The unique identifier for the business unit status record |
integer |
None. |
StartDateUtc |
Start Date in UTC |
date |
None. |
StopDateUtc |
Stop Date in UTC |
date |
None. |
StatusReason |
Status Reason Input from code table entries where TableName is "Resident Types" depending on the StatusType, (). |
string |
None. |
StatusReason2 |
Additional Status Reason (StatusReason2) Input from code table entries where TableName is "Enquiry Statuses", "Admission Types", "Absence Leave Reasons" or "Departure Reasons" depending on the StatusType, (). |
string |
None. |
StatusComments |
Status Comments for the Business Unit Status for the Client |
string |
None. |
ReferralSource |
Referral Source Input from code table entries where TableName is "Referral Sources",(). |
string |
None. |
RecordState |
Record State, |
RecordState |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |
StatusName |
Status Name |
string |
None. |
IsSchedulable |
Indicates if the business unit is schedulable |
boolean |
None. |
Summary |
This field is read-only and is automatically set from the object Summary of the ClientBusinessUnitStatusDTO |
string |
None. |