GET Contacts/BusinessUnit

Get contactBusinessUnits from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

EntityIDs

Filter by EntityIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

BusinessUnitStatusID

Filter by BusinessUnitStatusID

integer

None.

EntityType

Filter by EntityType

EntityType

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 StatusReason2

string

None.

ReferralSource

Filter by ReferralSource

string

None.

Props

Filter by Props

Collection of Object

None.

RecordState

Filter by RecordState

RecordState

None.

MaxRows

Limit number of rows

integer

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 ContactBusinessUnitDTOs

Collection of ContactBusinessUnitDTO
NameDescriptionTypeAdditional information
ContactID

integer

None.

BUID

integer

None.

BusinessUnitStatusID

integer

None.

StartDateUtc

date

None.

StopDateUtc

date

None.

StatusReason

string

None.

StatusReason2

string

None.

Props

Collection of Object

None.

StatusComments

string

None.

ReferralSource

string

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

BusinessUnitName

string

None.

StatusName

string

None.

Summary

string

None.