GET Setup/Funder/{funderID}/Rules

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.

FunderRuleIDs

Filter by FunderRuleIDs

Collection of integer

None.

FunderID

Filter by FunderID

integer

None.

FunderIDs

Filter by FunderIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

Type

Filter by Type

FunderRuleType

None.

GroupID

Filter by GroupID

integer

None.

StartDateMin

Filter by StartDateMin

date

None.

StartDateMax

Filter by StartDateMax

date

None.

StopDateMin

Filter by StopDateMin

date

None.

StopDateMax

Filter by StopDateMax

date

None.

EffectiveDate

Filter by EffectiveDate

date

None.

GLCode

Filter by GLCode

string

None.

BillingRateTableID

Filter by BillingRateTableID

integer

None.

BillingFrequencyType

Filter by BillingFrequencyType

BillingFrequencyType

None.

StatementType

Filter by StatementType

StatementType

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.

SortOptions

List of SortOptions to sort by in the order that should take precendence

Collection of FindFunderRuleCriteriaSortOption

None.

funderID

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.