create GLAccount1
abstract suspend fun createGLAccount1(postGLAccountsRequest: PostGLAccountsRequest? = null): PostGLAccountsResponse
Create a General Ledger Account Note: You may optionally create Hierarchical Chart of Accounts by using the \"parentId\" property of an Account Mandatory Fields: name, glCode, type, usage and manualEntriesAllowed Responses:
200: OK
Return
Parameters
post GLAccounts Request
(optional)