Api em construção e sujeita a alterações
Ultima alteração em:  


Consulta de informe

Endpoint: /informe

Método: GET
Content Type:
JSON ou PDF

Parametros:


Corpo

//A DEFINIR

Retornos

202 - Aceito: Processamento assíncrono Iniciado

Content Type: text/plain

A DEFINIR

40X - Erro: Requisição

Content Type: application/json

Corpo:

{
  "status": 0,
  "error": "string",
  "message": "string"
}

500 - Erro Interno

Content Type: application/json

Corpo:

{
  "status": 0,
  "error": "string",
  "message": "string"
}

Consulta Status Importação

Endpoint: /informe/importacao

Método: GET
Content Type:
JSON

Parametros:

Corpo

//A DEFINIR

Retornos

202 - Aceito: Processamento assíncrono Iniciado

Content Type: text/plain

A DEFINIR

40X - Erro: Requisição

Content Type: application/json

Corpo:

{
  "status": 0,
  "error": "string",
  "message": "string"
}

500 - Erro Interno

Content Type: application/json

Corpo:

{
  "status": 0,
  "error": "string",
  "message": "string"
}