MappingFinancialActivitiesToAccountsApi

Functions

Link copied to clipboard
abstract suspend fun createGLAccount(postFinancialActivityAccountsRequest: PostFinancialActivityAccountsRequest? = null): PostFinancialActivityAccountsResponse

Create a new Financial Activity to Accounts Mapping Mandatory Fields financialActivityId, glAccountId Responses:

Link copied to clipboard

Delete a Financial Activity to Account Mapping

Link copied to clipboard
abstract suspend fun retreive(mappingId: Long): GetFinancialActivityAccountsResponse

Retrieve a Financial Activity to Account Mapping Example Requests: financialactivityaccounts/1 Responses:

Link copied to clipboard

List Financial Activities to Accounts Mappings Example Requests: financialactivityaccounts Responses:

Link copied to clipboard
abstract suspend fun retrieveTemplate(): String

Responses:

Link copied to clipboard
abstract suspend fun updateGLAccount(mappingId: Long, postFinancialActivityAccountsRequest: PostFinancialActivityAccountsRequest? = null): PutFinancialActivityAccountsResponse

Update a Financial Activity to Account Mapping the API updates the Ledger account linked to a Financial Activity Responses: