POST Clients/BusinessUnitStatus?validateOnly={validateOnly}
Add clientBusinessUnitStatus
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
EntityBusinessUnitStatus data
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. |
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. |