getTaxInformation
TEST request - https://in.bisnode.ee/rest_dev/getTaxInformation
Last updated
TEST request - https://in.bisnode.ee/rest_dev/getTaxInformation
Last updated
POST
https://in.bisnode.ee/rest/getTaxInformation
Needed Headers: Content-type: application/json
This endpoint allows you to get company tax information (quarterly) from Tax Authority such as:
* Paid state taxes
* Paid labor taxes
* Turnover
* Number of employees
Example Curl request:
curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getTaxInformation' --data '{
"token": "0c725874e737c8195de547f67692d8b976726561",
"reg_code": "10117826",
"country": "EST",
"language": "en"
}'
Name | Type | Description |
---|---|---|
language
string
2-letter language code. Must be "en", "et" or "ru". Default is "en".
token
string
Your 'access token' (API key).
reg_code
string
Company registration number.
country
string
3-letter country code "EST". Default is "EST".