retrieveNewAccountDetails

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:

  • 200: OK

Return

GetGLAccountsTemplateResponse

Parameters

type

type (optional)