Endpoint to retrieve the list of IRC (Imposto sobre o Rendimento das Pessoas Coletivas) in Autoridade Tributária.

💻

DOWNLOAD PROJECT

JSON Schema API Response

{
  "type" : "object",
  "properties" : {
    "RequestId" : {
      "type" : "string",
      "description" : "Identificador único do pedido."
    },
    "alert" : {
      "type" : "string",
      "description" : "Mensagem de alerta emitida pela Autoridade Tributária. Pode incluir informações como prazos ou obrigações fiscais."
    },
    "list" : {
      "type" : "array",
      "description" : "Lista de registos fiscais relacionados com o Imposto sobre o Rendimento de Pessoas Coletivas (IRC), incluindo ano, situação e data.",
      "items" : {
        "type" : "object",
        "properties" : {
          "year" : {
            "type" : "string",
            "description" : "Ano em observação."
          },
          "situation" : {
            "type" : "string",
            "description" : "Situação fiscal para o ano especificado."
          },
          "date" : {
            "type" : "string",
            "description" : "Data em que a situação foi determinada ou registada, no formato 'YYYY-MM-DD'."
          }
        }
      }
    }
  }
}
{
  "type": "object",
  "properties": {
    "RequestId": {
      "type": "string",
      "description": "Unique identifier for the request."
    },
    "alert": {
      "type": "string",
      "description": "Alert message issued by the Tax Authority. May include information such as deadlines or tax obligations."
    },
    "list": {
      "type": "array",
      "description": "List of tax records related to the Corporate Income Tax (IRC), including year, situation, and date.",
      "items": {
        "type": "object",
        "properties": {
          "year": {
            "type": "string",
            "description": "Year under observation."
          },
          "situation": {
            "type": "string",
            "description": "Tax situation for the specified year."
          },
          "date": {
            "type": "string",
            "description": "Date when the situation was determined or registered, in the format 'YYYY-MM-DD'."
          }
        }
      }
    }
  }
}

Language
Credentials
Header
Click Try It! to start a request and see the response here!