{{baseUrl}}/gruppoiva/:piva_or_cf

GET {{baseUrl}}/gruppoiva/:piva_or_cf?cf=<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
cfstringif 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;gruppo_iva&quot;:{&quot;partecipazione&quot;:false,&quot;piva_capogruppo&quot;:false,&quot;anagrafica_ok&quot;:true}},&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}