d08a107895ad

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
AccountingTransaction

Retrieves a AccountingTransaction resource.

Retrieves a AccountingTransaction resource.

get/accounting_transactions/{id}

Path parameters

idstring required

Resource identifier

Response

AccountingTransaction resource

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"
}