Accounts REST Endpoints

Accounts
The account resource is used to view, create, delete or modify an account. An account identifies the type of economic activity associated with an accounting transaction.
Create an account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccounts
Delete an account
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccounts/{publicSectorAccountsUniqID}
Get all accounts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccounts
Get an account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccounts/{publicSectorAccountsUniqID}
Update an account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccounts/{publicSectorAccountsUniqID}