AccountingRulesApi

Functions

Link copied to clipboard
abstract suspend fun createAccountingRule(postAccountingRulesRequest: PostAccountingRulesRequest? = null): PostAccountingRulesResponse

Create/Define a Accounting rule Define a new Accounting rule. Mandatory Fields name, officeId, accountToDebit OR debitTags, accountToCredit OR creditTags. Optional Fields description Responses:

Link copied to clipboard
abstract suspend fun deleteAccountingRule(accountingRuleId: Long): DeleteAccountingRulesResponse

Delete a Accounting Rule Deletes a Accounting rule. Responses:

Link copied to clipboard
abstract suspend fun retreiveAccountingRule(accountingRuleId: Long): AccountingRuleData

Retrieve a Accounting rule Returns the details of a defined Accounting rule. Example Requests: accountingrules/1 Responses:

Link copied to clipboard

Retrieve Accounting Rules Returns the list of defined accounting rules. Example Requests: accountingrules Responses:

Link copied to clipboard

Retrieve Accounting Rule Details 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: accountingrules/template Responses:

Link copied to clipboard
abstract suspend fun updateAccountingRule(accountingRuleId: Long, putAccountingRulesRequest: PutAccountingRulesRequest? = null): PutAccountingRulesResponse

Update a Accounting Rule Updates the details of a Accounting rule. Responses: