In this new version we have deployed an updated version of the Recursive Transaction endpoints. These new endpoints follow the same format as the rest of the APIv1 endpoints. With this version, the filtering and operation support updates are complete. For more information on the components that can be applied to a paged list, go to QuickStart>PaginationComponents
The following table shows the equivalence between the deprecated endpoints and the new ones:
Deprecated | New |
---|---|
/api/transactions/gl/posted | api/v1/recursiveTransactions/GeneralLedger/posted |
/api/transactions/gl/unposted | api/v1/recursiveTransactions/GeneralLedger/unposted |
/api/transactions/enc/posted | api/v1/recursiveTransactions/Encumbrance/posted |
/api/transactions/enc/unposted | api/v1/recursiveTransactions/Encumbrance/unposted |
/api/transactions/bd/posted | api/v1/recursiveTransactions/Budget/posted |
/api/transactions/bd/unposted | api/v1/recursiveTransactions/Budget/unposted |
The following table shows the equivalence of the filterable fields between the deprecated version and the latest version:
Deprecated | New |
---|---|
SESSION_POSTED_STATUS | sessionPostedStatus |
POSTED | posted |
TEDOC_DATE_POSTED | sessionPostedDate |
TEDOC_DATE_CREATED | documentCreatedDate |
TEDOC_DATE_MODIFIED | documentModifiedDate |
TEDOC_PLAYER_ID | playerId |
TEDOC_PLAYERTYPE | playerIdType |
TEDOC_DOCDATE | documentDate |
TEDOC_DUEDATE | dueDate |
TEDOC_DESCRIPTION | documentDescription |
TEDOC_MISCINFO | depositNumber |
TEDOC_AP_CR_TYPE | apCreditTypeId |
TEDOC_PAYMETHOD | paymentMethod |
TEDOC_ID | documentId |
TEDOC_BUDGET_VERSION | budgetVersion |
TETRANS_ORIG_DOCNUM | pendingCheckDocumentId |
TETRANS_ORIG_SESSION | pendingCheckSessionId |
TETRANS_ORIG_TRANSSOURCE | pendingCheckTransactionSourceId |
TETRANS_ENTRY_ORDER | entryOrder |
TETRANS_LINELINK | lineLink |
TETRANS_EFFECTIVEDATE | effectiveDate |
TETRANS_ENTRY_TYPE | entryTypeId |
TETRANS_CASH_TYPE | cashType |
TETRANS_DESCRIPTION | transactionDescription |
TETRANS_1099BOX | boxType1099 |
TETRANS_AMOUNT | convertedAmount |
TETRANS_MATCH_DOCNUM | invoiceAppliedToDocumentId |
TETRANS_MATCH_SESSION | invoiceAppliedToSessionId |
TETRANS_MATCH_TRANSSOURCE | invoiceAppliedToTransactionSourceId |
TETRANS_MATCH_DOCID | invoiceAppliedToId |
nEncLineLinkID | encumbranceLinkedId |
TETRANS_SRC_AMOUNT | amount |
TETRANS_EXCHANGE_RATE | exchangeRate |
TETRANS_CURRENCY_TYPE | currencyTypeId |
TETRANS_INV_SRC_AMOUNT | invoiceSourceAmount |
TETRANS_INV_SRC_CURRENCY_TYPE | invoiceSourceCurrencyType |
TETRANS_INV_SRC_EXCHANGE_RATE | invoiceSourceExchangeRate |
dtmLayer | dateLayer |
TETRANS_SEGMENT_0 | segment0 |
TETRANS_SEGMENT_1 | segment1 |
TETRANS_SEGMENT_2 | segment2 |
TETRANS_SEGMENT_3 | segment3 |
TETRANS_SEGMENT_4 | segment4 |
TETRANS_SEGMENT_5 | segment5 |