Tax Information

Get Tax Information

get
/taxes/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 · enumRequired

Type of the entity.

Possible values:
yearinteger · min: 1900 · max: 2100Required

Calendar year of the tax year

Responses
200

OK

application/json
get
/taxes/tax-information
GET /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