Federal Budget Transaction Type Accounts REST Endpoints

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