v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
AccountingTransaction

Retrieves a Collection of accounting transaction resources

Retrieves a Collection of accounting transaction resources

get/accounting_transactions

Query parameters

startstring date-time

YYYY-MM-DD

endstring date-time

YYYY-MM-DD

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

AccountingTransaction collection

idstring

unique identifier for this invoice note that no particular pattern in this field is guaranteed, only that this field is unique e.g. "quickbooks-34"

integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

The unique identifier of the source 3rd party integration

transactionIdstring nullable

Transaction type e.g. Payment

transactionTypestring nullable

Transaction type e.g. Payment

transactionNumberstring nullable

Transaction number e.g. Payment

transactionDatestring date-time nullable

Transaction date

ContactIdstring nullable
ContactNamestring nullable
locationstring nullable
descriptionstring nullable

Transaction description

accountIdstring nullable
accountNumberstring nullable
accountTypestring nullable
accountNamestring nullable
subAccountNamestring nullable
taxAmountinteger nullable

Amount of the transaction in cents e.g: 870

taxTypestring nullable

Amount of the transaction in cents e.g: 870

totalAmountinteger nullable

Amount of the transaction in cents e.g: 870

createdstring date-time nullable
modifiedstring date-time nullable
{"stackTrail":"components:schemas:AccountingTransaction:properties:contactId","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:AccountingTransaction:properties:contactName","oasType":"schema","type":"unknown"}

Example response

[
  {
    "id": "quickbooks-34",
    "integration": "quickbooks",
    "created": "2021-06-24 22:35:07",
    "modified": "2021-06-24 22:35:07"
  }
]
All 299 operations