Logo
Openapi.it Public API Documentation

{{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.

 

Body PARAM

Key Datatype Required Description 
taxCode
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": [ { "vatGroupParticipation": false, "isVatGroupLeader": false, "registryOk": true } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/IT-vatgroup/:vatCode_or_id?taxCode=<string>?taxCode=<string>' -H 'Accept: application/json'

ENDPOINTS