Class ApiPaths.TransactionApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.TransactionApiPaths
- Enclosing class:
ApiPaths
Transaction API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelative path to assign multiple transactions to a position.static final StringBase path for transaction endpoints.static final StringRelative path to create a new transaction.static final StringRelative path to delete an existing transaction.static final StringRelative path to fetch a transaction by number for a given account.static final StringRelative path to fetch transactions by status for a given account.static final StringRelative path to fetch transactions by type for a given account.static final StringRelative path to fetch all transactions for a given account.static final StringRelative path to fetch transactions within an interval with pagination.static final StringRelative path to fetch recent transactions for a given account.static final StringRelative path to retrieve a transaction csv report document.static final StringRelative path to fetch transactions within a time span for a given account.static final StringRelative path to import transactions from uploaded data.static final StringRelative path to update an existing transaction. -
Method Summary
-
Field Details
-
BASE
-
GET_RECENT_FOR_ACCOUNT
Relative path to fetch recent transactions for a given account.- See Also:
-
GET_FOR_ACCOUNT
Relative path to fetch all transactions for a given account.- See Also:
-
GET_BY_TYPE_FOR_ACCOUNT
Relative path to fetch transactions by type for a given account.- See Also:
-
GET_BY_STATUS_FOR_ACCOUNT
Relative path to fetch transactions by status for a given account.- See Also:
-
GET_WITHIN_TIMESPAN_FOR_ACCOUNT
Relative path to fetch transactions within a time span for a given account.- See Also:
-
GET_BY_NUMBER_FOR_ACCOUNT
Relative path to fetch a transaction by number for a given account.- See Also:
-
GET_FOR_INTERVAL_PAGED
Relative path to fetch transactions within an interval with pagination.- See Also:
-
GET_REPORT
Relative path to retrieve a transaction csv report document.- See Also:
-
CREATE_TRANSACTION
-
IMPORT_TRANSACTIONS
Relative path to import transactions from uploaded data.- See Also:
-
UPDATE_TRANSACTION
Relative path to update an existing transaction.- See Also:
-
ASSIGN_TRANSACTIONS_TO_POSITION
Relative path to assign multiple transactions to a position.- See Also:
-
DELETE_TRANSACTION
Relative path to delete an existing transaction.- See Also:
-