Tax Information
Get data about tax calculations for the given entity in the given tax year.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
entityIdstring · uuidRequired
Unique entity identification in UUID format
entityTypestring · enumRequiredPossible values:
Type of the entity.
yearinteger · min: 1900 · max: 2100Required
Calendar year of the tax year
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
get
/taxes/tax-informationGET /taxes/tax-information?entityId=123e4567-e89b-12d3-a456-426614174000&entityType=NATURAL_PERSON&year=1 HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"taxpayerId": "123e4567-e89b-12d3-a456-426614174000",
"taxYear": 1,
"lossPotEquities": 1,
"lossPotGeneral": 1,
"incomeCoveredEquities": 1,
"incomeCoveredGeneral": 1,
"usedFsa": 1,
"withheldCapitalGainsTax": 1,
"withheldSolidarityTax": 1,
"withheldChurchTax": 1,
"creditedForeignWithholdingTax": 1
}Last updated

