{{baseUrl}}/IT-vatgroup/:vatCode_or_id

GET {{baseUrl}}/IT-vatgroup/:vatCode_or_id?taxCode=<string>

From this endpoint you can understand if a company is part of a VAT group and if the tax code is consistent with the VAT number taken as input.

Request Params

KeyDatatypeRequiredDescription
taxCodestringif a tax code is given, this service will return additional information about the relationship between the VAT group and the tax code

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;vatGroupParticipation&quot;:false,&quot;isVatGroupLeader&quot;:false,&quot;registryOk&quot;:true}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}