createTaxGroup

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:

  • 200: OK

Return

PostTaxesGroupResponse

Parameters

postTaxesGroupRequest