Federal Budget Transaction Types REST Endpoints

Federal Budget Transaction Types
The budget transaction types resource is used to query, create, and update budget transaction types.
Create a budget transaction type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/fedBudgetTransactionTypes
Delete a budget transaction type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/fedBudgetTransactionTypes/{TransactionTypeId}
Get a budget transaction type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedBudgetTransactionTypes/{TransactionTypeId}
Get all budget transaction types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedBudgetTransactionTypes
Update a budget transaction type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/fedBudgetTransactionTypes/{TransactionTypeId}