GET Clients/BankAccount

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientIDs

ClientIDs to filter by.

Collection of integer

None.

EntityIDs

EntityIDs to filter by. Use constructor to set.

Collection of integer

None.

EntityType

EntityType to filter by. Use constructor to set.

EntityType

None.

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.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.