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

💻

DOWNLOAD PROJECT

JSON Schema API Response

{  
  "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'."  
          }  
        }  
      }  
    }  
  }  
}
{
  "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!