Accounting Closure Api
interface AccountingClosureApi
Functions
Link copied to clipboard
abstract suspend fun createGLClosure(postGlClosuresRequest: PostGlClosuresRequest): PostGlClosuresResponse
Create an Accounting Closure Mandatory Fields officeId,closingDate Responses:
Link copied to clipboard
Delete an accounting closure Note: Only the latest accounting closure associated with a branch may be deleted. Responses:
Link copied to clipboard
Retrieve an Accounting Closure Example Requests: glclosures/1 /glclosures/1?fields=officeName,closingDate Responses:
Link copied to clipboard
List Accounting closures Example Requests: glclosures Responses:
Link copied to clipboard
abstract suspend fun updateGLClosure(glClosureId: Long, putGlClosuresRequest: PutGlClosuresRequest? = null): PutGlClosuresResponse
Update an Accounting closure Once an accounting closure is created, only the comments associated with it may be edited Responses: