GET Contacts/BusinessUnitStatus
Get contactBusinessUnitStatuses 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 ContactBusinessUnitStatusDTOs
Collection of ContactBusinessUnitStatusDTOName | Description | Type | Additional information |
---|---|---|---|
StatusID |
Status ID |
integer |
None. |
ContactID |
Contact ID |
integer |
None. |
BUID |
BUID |
integer |
None. |
BusinessUnitStatusID |
Business Unit Status ID |
integer |
None. |
StartDateUtc |
Start Date Utc |
date |
None. |
StopDateUtc |
Stop Date Utc |
date |
None. |
StatusReason |
Status Reason |
string |
None. |
StatusReason2 |
Status Reason2 |
string |
None. |
StatusComments |
Status Comments |
string |
None. |
ReferralSource |
Referral Source |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
StatusName | string |
None. |
|
Summary |
Summary |
string |
None. |