{{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.
Body
PARAM
Key | Datatype | Required | Description |
cf
|
string | if a tax code is given, this service will return additional information about the relationship between the VAT group and the tax code |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"gruppo_iva": {
"partecipazione": false,
"piva_capogruppo": false,
"anagrafica_ok": true
}
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS