TaxGroupApi

interface TaxGroupApi

Functions

Link copied to clipboard
abstract suspend fun createTaxGroup(postTaxesGroupRequest: PostTaxesGroupRequest): PostTaxesGroupResponse

Create a new Tax Group Create a new Tax Group Mandatory Fields: name and taxComponents Mandatory Fields in taxComponents: taxComponentId Optional Fields in taxComponents: id, startDate and endDate Responses:

Link copied to clipboard

List Tax Group List Tax Group Responses:

Link copied to clipboard
abstract suspend fun retrieveTaxGroup(taxGroupId: Long): GetTaxesGroupResponse

Retrieve Tax Group Retrieve Tax Group Responses:

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

Responses:

Link copied to clipboard
abstract suspend fun updateTaxGroup(taxGroupId: Long, putTaxesGroupTaxGroupIdRequest: PutTaxesGroupTaxGroupIdRequest): PutTaxesGroupTaxGroupIdResponse

Update Tax Group Updates Tax Group. Only end date can be up-datable and can insert new tax components. Responses: