post https://apigwws.bizapis.com/v2/documents/at-divida
Endpoint to retrieve the document "Dívida/Não Dívida" from Autoridade Tributária
{`
{/* Download project demo */} `}
DOWNLOAD PROJECT
{<a href="https://www.bizapis.com/wp-content/uploads/2024/08/autoridade_tributaria_divida.mp4.mp4" target="_blank">To watch the video click here</a>
}
JSON Schema API Response
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"requestId" : {
"type" : "string",
"description" : "Identificador único do pedido"
}
}
},
"file": {
"type": "string",
"description": "Ficheiro PDF em base 64"
}
}
}
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"requestId" : {
"type" : "string",
"description" : "Unique request identifier"
}
}
},
"file": {
"type": "string",
"description": "Encoded base 64 file."
}
}
}