GET Setup/BusinessUnitSetting

Get businessUnitSettings 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.

BUID

Filter by BUID

integer

None.

BUIDs

Collection of integer

None.

Name

Filter by Name

string

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of BusinessUnitSettingDTOs

Collection of BusinessUnitSettingDTO
NameDescriptionTypeAdditional information
SettingID

Setting ID

integer

None.

BUID

BUID

integer

None.

Name

Name

string

None.

Props

Props

Collection of Object

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.

DefaultAccommodationFunder

Default Accommodation Funder

string

None.

FeesFunder

Default Resident Fees Funder

string

None.

DefaultFundingFunder

Default Resident Funding Funder

string

None.