TaxGroupImportBatch

POST https://api.medius.com/{{tenantName}}/integration/masterdata/v1/taxgroupimportbatches

Request Body

{"0"=>{"erpSourceId"=>"MyERP", "externalSystemId"=>"company[TC1];AP-EU", "isActive"=>true, "companyId"=>"company[TC1]", "groupName"=>"AP-EU", "description"=>"AP-EU", "lines"=>[{"erpSourceId"=>"MyERP", "externalSystemId"=>"company[TC1];EU25", "companyId"=>"company[TC1]", "dimensions"=>{"dimension1"=>"company[TC1];DIMENSION1;VATAccount"}, "isActive"=>true, "code"=>"EU25", "deductible"=>100, "description"=>"EU25", "percentage"=>25}], "indicatorNumber"=>1}, "1"=>{"erpSourceId"=>"MyERP", "externalSystemId"=>"company[TC1];AP-Non", "isActive"=>true, "companyId"=>"company[TC1]", "groupName"=>"AP-Non", "description"=>"Non-deductible", "lines"=>[{"erpSourceId"=>"MyERP", "externalSystemId"=>"company[TC1];EU20", "companyId"=>"company[TC1]", "dimensions"=>{"dimension1"=>"company[TC1];DIMENSION1;VATAccount"}, "nondeductibleDimensions"=>{"dimension1"=>"company[TC1];DIMENSION1;VATNon"}, "isActive"=>true, "code"=>"EU20", "deductible"=>50, "description"=>"EU20 50% deductible", "percentage"=>20}], "indicatorNumber"=>1}}