Logo
Openapi.it Public API Documentation

{{baseUrl}}/IT-closed/:vatCode_taxCode_or_id

GET {{baseUrl}}/IT-closed/:vatCode_taxCode_or_id?date=<date>

Simple endpoint to understand in real time if a VAT number has ceased or not according to the Tax Office.

 

Body PARAM

Key Datatype Required Description 
date
string end date



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "taxCodeCeased": false, "id": "60d1bfc731177b0a092cdfc1" } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/IT-closed/:vatCode_taxCode_or_id?date=<date>?date=<date>' -H 'Accept: application/json'

ENDPOINTS