AT-PI (Autoridade Tributária Posição Integrada)

Endpoint to retrieve the values corresponding to Posição Integrada in Autoridade Tributária.

Download Project

DOWNLOAD PROJECT

To watch the video click here

JSON Schema API Response

Portuguese

{  
  "type" : "object",  
  "properties" : {  
    "RequestId" : {  
      "type" : "string",  
      "description" : "Identificador único do pedido."  
    },  
    "atpiList" : {  
      "type" : "array",  
      "description" : "Informações consolidadas sobre a posição integrada do contribuinte na Autoridade Tributária.",  
      "items" : {  
        "type" : "object",  
        "properties" : {  
          "title" : {  
            "type" : "string",  
            "description" : "O título que representa o item fiscal específico."  
          },  
          "status" : {  
            "type" : "string",  
            "description" : "O estado atual do item. 'Verde' significa 'cumprimento', 'Amarelo' significa 'em progresso' e 'Vermelho' significa 'incumprimento'."  
          }  
        }  
      }
    }
  }
}

English

{
  "type": "object",
  "properties": {
    "RequestId": {
      "type": "string",
      "description": "Unique identifier for the request."
    },
    "atpiList": {
      "type": "array",
      "description": "Consolidated information about the taxpayer's integrated position with the Tax Authority.",
      "items": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "description": "The title that represents the specific tax item."
          },
          "status": {
            "type": "string",
            "description": "The current state of the item. 'Green' means 'compliance', 'Yellow' means 'in progress', and 'Red' means 'non-compliance'."
          }
        }
      }
    }
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!