GET Setup/Funder
Get funders 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. |
IncludeError |
Include records where RecordState == RecordState.CreatedInError |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
Funders |
Filter by Funder IDs |
Collection of integer |
None. |
BusinessUnitIDs |
Filter by Business Units array |
Collection of integer |
None. |
FunderCode |
Filter by FunderCode |
string |
None. |
FunderName |
Filter by Name |
string |
None. |
BUID |
Filter by Business Unit ID |
integer |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
HasAnyClientOrders |
Has Any Client Orders |
boolean |
None. |
FunderCobraTypes |
All funder cobra types to be included, any items not on this list will be filtered out. |
Collection of string |
None. |
ExcludedFunderCobraTypes |
All funder cobra types to be excluded, any items on this list will be filtered out. |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of FunderDTOs
Collection of FunderDTOName | Description | Type | Additional information |
---|---|---|---|
FunderID | integer |
None. |
|
FunderCode | string |
None. |
|
FunderName | string |
None. |
|
Type | FunderType |
None. |
|
IsClientOrderDemographicsEnabled | boolean |
None. |
|
Forms | Collection of FormFunderDTO |
None. |
|
Props | Collection of Object |
None. |
|
BusinessUnits | Collection of FunderBusinessUnitDTO |
None. |
|
Settings | Collection of EntitySettingDTO |
None. |
|
RecordState | RecordState |
None. |
|
GLCode | string |
None. |
|
AlternativeGLCodes | Collection of AlternativeDTO |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
|
FormBusinessUnitIDs | Collection of integer |
None. |
|
BusinessUnitIDs | Collection of integer |
None. |
|
PaymentTerms | integer |
None. |
|
AnyClientOrders | boolean |
None. |
|
StatementResidentReference | string |
None. |