GET Deposits/Deposit

Get Deposit from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Deposits

Collection of integer

None.

BusinessUnits

Collection of integer

None.

Entities

Collection of integer

None.

ClientOrders

Collection of integer

None.

Funders

Collection of integer

None.

Groups

Collection of integer

None.

DepositTransactionTypes

Collection of integer

None.

PaymentTransactionTypes

Collection of integer

None.

DepositStatuses

Collection of DepositStatus

None.

DepositDateMin

date

None.

DepositDateMax

date

None.

DepositAccount

string

None.

DepositAmountMin

decimal number

None.

DepositAmountMax

decimal number

None.

DepositBalanceMin

decimal number

None.

DepositBalanceMax

decimal number

None.

HasDepositBalance

boolean

None.

Comments

string

None.

Props

Collection of Object

None.

Skip

integer

None.

Limit

integer

None.

Sort

Collection of FindSortByCriteria

None.

IsRefundable

boolean

None.

IsSettleableToInvoice

boolean

None.

Types

Collection of DepositType

None.

ParentDepositID

integer

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

List of DepositDTOs

IHttpActionResult

None.