GET Setup/FunderServiceTable?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&IncludeError={IncludeError}&Match={Match}

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

IncludeError

Include records where RecordState == RecordState.CreatedInError

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

Body Parameters

None.

Response Information

Resource Description

List of FunderServiceTableDTOs

Collection of FunderServiceTableDTO
NameDescriptionTypeAdditional information
ServiceTableID

FunderServiceTable ID

integer

None.

ServiceTableName

FunderServiceTable Name

string

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.