v1

latestOpenAPI 3.0.22026-08-061464031.4 MB
Tax Status Chile

Get a tax status's details

Get the details of a specific tax status.

get/api/cl/tax-status/{id}/

Path parameters

idstring uuid required

The tax-status.id you want to get detailed information about.

Query parameters

omitstring

Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.

fieldsstring

Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.

Response

Ok

idstring uuid

Belvo's unique identifier for the current item.

linkstring uuid nullable

The link.id the data belongs to.

collected_atstring date-time

The ISO-8601 timestamp when the data point was collected.

created_atstring date-time

The ISO-8601 timestamp of when the data point was created in Belvo's database.

Example response

{
  "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
  "link": "30cb4806-6e00-48a4-91c9-ca55968576c8",
  "collected_at": "2022-02-09T08:45:50.406032Z",
  "created_at": "2022-02-09T08:45:50.406032Z",
  "entity_details": {
    "incorporation_date": "24-09-2010",
    "start_date": "24-09-2010",
    "document_id_type": "RUT",
    "document_id_number": "197476427-K",
    "name": "Empresa de Prueba"
  },
  "addresses": [
    {
      "type": "PRIMARY",
      "date": "24-09-2010",
      "address": "Calle Falsa 123"
    }
  ],
  "emails": [
    {
      "type": "CONTACT",
      "email": "mi-email@empresa.cl"
    }
  ],
  "phone_numbers": [
    {
      "type": "LANDLINE"
    }
  ],
  "economic_activities": [
    {
      "type": "ASESORIA EN INGENIERIA",
      "activity": "ACTIVIDADES DE CONSULTORIA DE GESTION",
      "code": "702000",
      "tax_category": 1,
      "vat_affected": true,
      "start_date": "24-09-2010"
    }
  ],
  "legal_representative": [
    {
      "is_current": true,
      "name": "Juan Perez",
      "document_id_type": "RUT",
      "document_id_number": "12345678-9",
      "start_date": "24-09-2010"
    }
  ],
  "equity_holders": [
    {
      "is_current": true,
      "name": "Juan Perez",
      "document_id_type": "RUT",
      "document_id_number": "12345678-9",
      "start_date": "24-09-2010",
      "capital_contributed": 1000000,
      "capital_contribution_outstanding": 3750,
      "ownership_share": 25.25,
      "profit_share": 31.25
    }
  ],
  "company_partnership_stakes": [
    {
      "name": "Empresa de Prueba",
      "document_id_type": "RUT",
      "document_id_number": "12345678-9",
      "start_date": "24-09-2010",
      "capital_contributed": 1000000.02,
      "capital_contribution_outstanding": 3750.02,
      "ownership_share": 25.25,
      "profit_share": 31.25
    }
  ],
  "regimes": [
    {
      "type": "MICRO EMPRESA",
      "start_date": "2023-01-01"
    }
  ],
  "authorized_tax_documents": [
    {
      "type": "CONTABILIDAD EN HOJAS SUELTAS CON NRO.UN",
      "document_limit": 2000,
      "authorization_date": "2010-18-11"
    }
  ],
  "property_tax_liabilities": [
    {
      "property_id": "12345",
      "district": "NUNAO",
      "address": "123 Example Street",
      "type": "HABITACIONAL",
      "overdue_tax_payments": [
        {
          "year": 2023,
          "installment": 1,
          "due_date": "2023-04-30",
          "amount_due": 19.864
        }
      ],
      "scheduled_tax_payments": [
        {
          "year": 2023,
          "installment": 1,
          "due_date": "2023-04-30",
          "amount_due": 19.864
        }
      ]
    }
  ],
  "fiscal_office": {
    "name": "VIÑA DEL MAR",
    "address": "ARLEGUI 525, VIÑA DEL MAR"
  }
}