GET Journals/JournalItems

Get JournalItem from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
JournalItems

Collection of integer

None.

Journals

Collection of integer

None.

BusinessUnits

Collection of integer

None.

BusinessUnitNames

Collection of string

None.

Entities

Collection of integer

None.

ClientOrders

Collection of integer

None.

Funders

Collection of integer

None.

FunderNames

Collection of string

None.

Groups

Collection of integer

None.

GroupNames

Collection of string

None.

Invoices

Collection of integer

None.

InvoiceItems

Collection of integer

None.

Deposits

Collection of integer

None.

TransactionTypes

Collection of integer

None.

TransactionCodes

Collection of string

None.

ReferenceJournalItems

Collection of integer

None.

ItemStatuses

Collection of JournalStatus

None.

ItemAccount

string

None.

ItemDateMin

date

None.

ItemDateMax

date

None.

ServiceDateMin

date

None.

ServiceDateMax

date

None.

ItemAmountMin

decimal number

None.

ItemAmountMax

decimal number

None.

WithAmountOnly

boolean

None.

Comments

string

None.

Props

Collection of Object

None.

IsSettled

boolean

None.

IncludeParentJournalItemDetails

boolean

None.

IncludeChildJournalItemDetails

boolean

None.

IncludeReferenceJournalItems

boolean

None.

Skip

integer

None.

Limit

integer

None.

Sort

Collection of FindSortByCriteria

None.

ParentJournalItems

Collection of integer

None.

ParentRelationshipTypes

Collection of JournalItemRelationshipType

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 JournalItemDTOs

IHttpActionResult

None.