GeneralLedgerAccountApi

Functions

Link copied to clipboard
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:

Link copied to clipboard
abstract suspend fun deleteGLAccount1(glAccountId: Long): DeleteGLAccountsRequest

Delete a GL Account Deletes a GL Account Responses:

Link copied to clipboard
abstract suspend fun getGlAccountsTemplate(dateFormat: String? = null)

Responses:

Link copied to clipboard
abstract suspend fun postGlAccountsTemplate(dateFormat: String, locale: String, uploadedInputStream: MultiPartFormDataContent): String

Responses:

Link copied to clipboard
abstract suspend fun retreiveAccount(glAccountId: Long, fetchRunningBalance: Boolean? = null): GetGLAccountsResponse

Retrieve a General Ledger Account Example Requests: glaccounts/1 glaccounts/1?template=true glaccounts/1?fields=name,glCode glaccounts/1?fetchRunningBalance=true Responses:

Link copied to clipboard
abstract suspend fun retrieveAllAccounts(type: Int? = null, searchParam: String? = null, usage: Int? = null, manualEntriesAllowed: Boolean? = null, disabled: Boolean? = null, fetchRunningBalance: Boolean? = null): List<GetGLAccountsResponse>

List General Ledger Accounts ARGUMENTS type Integer optional manualEntriesAllowed boolean optional usage Integer optional disabled boolean optional parentId Long optional tagId Long optional Example Requests: glaccounts glaccounts?type=1&manualEntriesAllowed=true&usage=1&disabled=false glaccounts?fetchRunningBalance=true Responses:

Link copied to clipboard
abstract suspend fun retrieveNewAccountDetails(type: Int? = null): GetGLAccountsTemplateResponse

Retrieve GL Accounts Template This is a convenience resource. It can be useful when building maintenance user interface screens for client applications. The template data returned consists of any or all of: Field Defaults Allowed Value Lists Example Request: glaccounts/template glaccounts/template?type=1 type is optional and integer value from 1 to 5. 1.Assets 2.Liabilities 3.Equity 4.Income 5.Expenses Responses:

Link copied to clipboard
abstract suspend fun updateGLAccount1(glAccountId: Long, putGLAccountsRequest: PutGLAccountsRequest? = null): PutGLAccountsResponse

Update a GL Account Updates a GL Account Responses: