post https://apigwws.bizapis.com/v2/documents/estado-empresa
The Estado-Empresais a digital document that assesses the company's status. This endpoint allows you to consult Publicações de Atos Societários e de outras entidades.
JSON Schema API Response
{
"type" : "object",
"properties" : {
"RequestId" : {
"type" : "string",
"description" : "Identificador único do pedido."
},
"Date" : {
"type" : "string",
"description" : "Data da publicação do ato ou facto (formato: YYYY-MM-DD)."
},
"NIPC" : {
"type" : "string",
"description" : "Número de Identificação de Pessoa Coletiva (NIPC) da entidade."
},
"Entity" : {
"type" : "string",
"description" : "Nome da entidade associada."
},
"County" : {
"type" : "string",
"description" : "Concelho onde a entidade está localizada."
},
"Act/Fact" : {
"type" : "string",
"description" : "Descrição do ato ou facto publicado."
},
"Status" : {
"type" : "string",
"description" : "Estado atual da entidade."
},
"Code" : {
"type" : "string",
"description" : "Código associado ao tipo de Act/Fact."
}
}
}
{
"type": "object",
"properties": {
"RequestId": {
"type": "string",
"description": "Unique identifier for the request."
},
"Date": {
"type": "string",
"description": "Date of the publication of the act or fact (format: YYYY-MM-DD)."
},
"NIPC": {
"type": "string",
"description": "Corporate Taxpayer Identification Number (NIPC) of the entity."
},
"Entity": {
"type": "string",
"description": "Name of the associated entity."
},
"County": {
"type": "string",
"description": "County where the entity is located."
},
"Act/Fact": {
"type": "string",
"description": "Description of the published act or fact."
},
"Status": {
"type": "string",
"description": "Current status of the entity."
},
"Code": {
"type": "string",
"description": "Code associated with the type of Act/Fact."
}
}
}