{
  "openapi": "3.0.1",
  "info": {
    "title": "ÁGILIBlue - Compras e licitações",
    "description": "Documentação da Api da Transparência \r\n                                    </br> É necessário obter alguns dados com a Entidade para obter acesso a API.\r\n                                    </br> Para solicitar a chave de acesso entre em contato com a Entidade e informe o 'Identificador da chave': 'ComprasLicitacoes' \r\n                                    </br> ",
    "contact": {
      "name": "Suporte Técnico Ágili Software Brasil",
      "url": "http://cliente.agili.com.br/"
    },
    "version": "V1"
  },
  "paths": {
    "/public/v1/compraslicitacoes/licitacoes/AtaRegistroPreco/ObterDadosAtaRegistroPreco": {
      "get": {
        "tags": [
          "AtaRegistroPreco"
        ],
        "summary": "",
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "description": " (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": " (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "numero",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "ano",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/Autenticacao/login": {
      "post": {
        "tags": [
          "Autenticacao"
        ],
        "summary": "Criação do Token de acesso a API.",
        "parameters": [
          {
            "name": "cnpjEntidade",
            "in": "query",
            "description": "CNPJ da Entidade que deseja acessar a API",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identificadorChave",
            "in": "query",
            "description": "Identificador da chave que foi informado pela Entidade.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "chave",
            "in": "query",
            "description": "Chave de acesso fornecido pela Entidade.",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Contrato/ObterDadosContrato": {
      "get": {
        "tags": [
          "Contrato"
        ],
        "summary": "",
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "description": " (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": " (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "numero",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "ano",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/ContratoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Contrato/ObterDadosAditivoContrato": {
      "get": {
        "tags": [
          "Contrato"
        ],
        "summary": "",
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "description": " (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": " (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "numero",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "ano",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/ContratoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterDadosLicitacao": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista as licitações",
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "description": "Número da página atual (iniciando em 1) (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": "Quantidade de registros por página (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "dataAberturaInicial",
            "in": "query",
            "description": "Data da abertura (valor inicial formato DD/MM/YYYY)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataAberturaFinal",
            "in": "query",
            "description": "Data da abertura (valor final formato DD/MM/YYYY)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exercicio",
            "in": "query",
            "description": "Exercício",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idModalidade",
            "in": "query",
            "description": "id da modalidade",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idSituacao",
            "in": "query",
            "description": "id da situações",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "covid19",
            "in": "query",
            "description": "COVID-19",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/LicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterSituacoesLicitacao": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista as situações de uma licitação",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/EnumValue"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterModalidadesLicitacao": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista as modalidades de uma licitação",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/EnumValue"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterItens": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista os itens da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idTipoAvaliacao",
            "in": "query",
            "description": "idTipoAvaliacao da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Número da página atual (iniciando em 1) (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": "Quantidade de registros por página (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/ItemLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterPropostasLicitacao": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista as propostas da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idTipoAvaliacao",
            "in": "query",
            "description": "idTipoAvaliacao da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "informaPrecoItem",
            "in": "query",
            "description": "informaPrecoItem da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "flTabelaPreco",
            "in": "query",
            "description": "flTabelaPreco da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "comDisputa",
            "in": "query",
            "description": "informar true caso idModoDisputaLicitacao seja diferente de 0, idModoDisputaLicitacao da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Número da página atual (iniciando em 1) (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": "Quantidade de registros por página (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/ItemPropostaLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterResumoValorVencedores": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista o resumo de valor por vencedor da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idTipoAvaliacao",
            "in": "query",
            "description": "idTipoAvaliacao da licitação",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "informaPrecoItem",
            "in": "query",
            "description": "informaPrecoItem da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "flTabelaPreco",
            "in": "query",
            "description": "flTabelaPreco da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "comDisputa",
            "in": "query",
            "description": "informar true caso idModoDisputaLicitacao seja diferente de 0, idModoDisputaLicitacao da licitação",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/VencedorLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterPublicacoesLicitacao": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista as publicações da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Número da página atual (iniciando em 1) (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": "Quantidade de registros por página (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/DocumentoPublicacaoLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterDadosFinanceiros": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Lista os dados financeiros da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/DespesasLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterParticipantes": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "lista os participantes da licitação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idSituacaoLicitacao",
            "in": "query",
            "description": "id da situação da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idUnidadeGestora",
            "in": "query",
            "description": "",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Número da página atual (iniciando em 1) (Valor mínimo: 1)",
            "required": true,
            "schema": {
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "size",
            "in": "query",
            "description": "Quantidade de registros por página (Intervalo permitido: 1-1000)",
            "required": true,
            "schema": {
              "maximum": 1000,
              "minimum": 1,
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "$ref": "#/components/schemas/ParticipanteLicitacaoGridDto"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/compraslicitacoes/licitacoes/Licitacao/ObterArquivo": {
      "get": {
        "tags": [
          "Licitacao"
        ],
        "summary": "Exibe o arquivo da publicação",
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "description": "id da licitação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "idArquivo",
            "in": "query",
            "description": "idArquivo da publicação",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ArquivoDocumentoDownloadDto"
                }
              }
            }
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    },
    "/public/v1/{cnpjcliente}/nucleo/PublicacaoAPI/ObterArquivoPublicacao": {
      "get": {
        "tags": [
          "PublicacaoAPI"
        ],
        "parameters": [
          {
            "name": "idTransparenciaArquivo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "cnpjcliente",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Não autorizado. Você não possui token de acesso válido."
          },
          "403": {
            "description": "Acesso negado. Você não tem permissão para acessar."
          },
          "400": {
            "description": "Solicitação Incorreta. Indica que o servidor não pode ou não irá processar a requisição."
          },
          "429": {
            "description": "Muitas requisições. Permitido 600 requisições por minuto."
          },
          "500": {
            "description": "Validações ou erro interno."
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "AcessoModulo": {
        "type": "object",
        "properties": {
          "modulo": {
            "$ref": "#/components/schemas/ModuloEnum"
          },
          "shortName": {
            "type": "string",
            "nullable": true
          },
          "ip": {
            "type": "string",
            "nullable": true
          },
          "dataAcesso": {
            "type": "string",
            "format": "date-time"
          },
          "dataAcessoAnterior": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "primeiroAcesso": {
            "type": "boolean"
          },
          "exercicio": {
            "type": "integer",
            "format": "int32"
          },
          "mes": {
            "type": "integer",
            "format": "int32"
          },
          "exercicioMes": {
            "type": "string",
            "nullable": true
          },
          "descricaoMes": {
            "type": "string",
            "nullable": true
          },
          "dia": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "AlignEnum": {
        "enum": [
          0,
          1,
          2,
          3
        ],
        "type": "integer",
        "format": "int32"
      },
      "ArquivoDocumentoDownloadDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "idDocumento": {
            "type": "integer",
            "format": "int64"
          },
          "nomeArquivo": {
            "type": "string",
            "nullable": true
          },
          "nomeArquivoComExtensao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "extensaoArquivo": {
            "type": "string",
            "nullable": true
          },
          "idExtensaoArquivo": {
            "$ref": "#/components/schemas/ExtensaoArquivoEnum"
          },
          "arquivo": {
            "type": "string",
            "format": "byte",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ContratoGridDto": {
        "type": "object",
        "properties": {
          "idUnidadeGestora": {
            "type": "integer",
            "format": "int64"
          },
          "idModalidadeLicitacao": {
            "type": "integer",
            "format": "int64"
          },
          "idTipoSituacaoContrato": {
            "type": "integer",
            "format": "int64"
          },
          "numeroAnoContrato": {
            "type": "string",
            "nullable": true
          },
          "dataAssinatura": {
            "type": "string",
            "format": "date-time"
          },
          "dataInicioVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "dataFimVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "descricaoObjeto": {
            "type": "string",
            "nullable": true
          },
          "numeroAnoAditivo": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "ano": {
            "type": "integer",
            "format": "int32"
          },
          "unidadeGestora": {
            "type": "string",
            "nullable": true
          },
          "tipoSituacao": {
            "type": "string",
            "nullable": true
          },
          "nomeRazaoSocialContratado": {
            "type": "string",
            "nullable": true
          },
          "tipoContrato": {
            "type": "string",
            "nullable": true
          },
          "modalidadeLicitacao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "valorFormatado": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "numeroAditivo": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "anoAditivo": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "idPessoaContratado": {
            "type": "integer",
            "format": "int64"
          },
          "idTipoContrato": {
            "type": "integer",
            "format": "int64"
          },
          "modalidade": {
            "type": "string",
            "nullable": true
          },
          "formaRealizacao": {
            "type": "string",
            "nullable": true
          },
          "numeroAnoLicitacao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "anoLicitacao": {
            "type": "string",
            "nullable": true
          },
          "numeroLicitacao": {
            "type": "string",
            "nullable": true
          },
          "numeroAnoProcessoAdm": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "anoProcessoAdm": {
            "type": "string",
            "nullable": true
          },
          "numeroProcessoAdm": {
            "type": "string",
            "nullable": true
          },
          "recursosProprios": {
            "type": "number",
            "format": "double"
          },
          "recursosEstaduais": {
            "type": "number",
            "format": "double"
          },
          "recursosFederais": {
            "type": "number",
            "format": "double"
          },
          "operacaoCredito": {
            "type": "number",
            "format": "double"
          },
          "dataPublicacaoFormatada": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "dataPublicacao": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "cpfCnpjContratado": {
            "type": "string",
            "nullable": true
          },
          "valor": {
            "type": "number",
            "format": "double",
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "CorTemaEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12
        ],
        "type": "integer",
        "format": "int32"
      },
      "DespesasLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "valorEmpenho": {
            "type": "number",
            "format": "double"
          },
          "valorAnulacaoEmpenho": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorLiquidacao": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorAnulacaoLiquidacao": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorPagamento": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorAnulacaoPagamento": {
            "type": "number",
            "format": "double",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DetalhamentoPropostaDto": {
        "type": "object",
        "properties": {
          "siglaUnidadeFornecimentoEmbalagem": {
            "type": "string",
            "nullable": true
          },
          "quantidade": {
            "type": "number",
            "format": "double"
          },
          "valorUnitario": {
            "type": "string",
            "nullable": true
          },
          "percentualDesconto": {
            "type": "string",
            "nullable": true
          },
          "valorTotal": {
            "type": "string",
            "nullable": true
          },
          "cpfCnpj": {
            "type": "string",
            "nullable": true
          },
          "nomeRazaoSocial": {
            "type": "string",
            "nullable": true
          },
          "vencedor": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "DocumentoPublicacaoLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "extensaoArquivo": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "nome": {
            "type": "string",
            "nullable": true
          },
          "idDocumento": {
            "type": "integer",
            "format": "int64"
          },
          "dataHoraRegistro": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idFinalidadeDocumentoLicitacao": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "numeroDocumento": {
            "type": "string",
            "nullable": true
          },
          "exercicioDocumento": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "publicado": {
            "type": "boolean",
            "readOnly": true
          },
          "publicadoInteiro": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoDocumento": {
            "type": "integer",
            "format": "int64"
          },
          "codigoTCETituloDocumento": {
            "type": "string",
            "nullable": true
          },
          "urlPublicacao": {
            "type": "string",
            "nullable": true
          },
          "idExtensaoArquivo": {
            "type": "integer",
            "format": "int64"
          },
          "idArquivo": {
            "type": "integer",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "EnumValue": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "nome": {
            "type": "string",
            "nullable": true
          },
          "descricao": {
            "type": "string",
            "nullable": true
          },
          "codigo": {
            "type": "string",
            "nullable": true
          },
          "detalhamento": {
            "type": "string",
            "nullable": true
          },
          "codigoDescricao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "extra": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EstiloTemaEnum": {
        "enum": [
          1,
          2,
          3
        ],
        "type": "integer",
        "format": "int32"
      },
      "ExtensaoArquivoEnum": {
        "enum": [
          -7,
          -6,
          -5,
          -4,
          -3,
          -2,
          -1
        ],
        "type": "integer",
        "format": "int64"
      },
      "FieldComplete": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "tamanhoProporcional": {
            "type": "number",
            "format": "double"
          },
          "field": {
            "$ref": "#/components/schemas/IFieldView"
          },
          "posicao": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "FieldView": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "width": {
            "type": "number",
            "format": "double"
          },
          "alignment": {
            "$ref": "#/components/schemas/AlignEnum"
          },
          "format": {
            "$ref": "#/components/schemas/FormatViewer"
          },
          "order": {
            "type": "integer",
            "format": "int32"
          },
          "useAlias": {
            "type": "boolean"
          },
          "checked": {
            "type": "boolean"
          },
          "visible": {
            "type": "boolean"
          },
          "totalizable": {
            "type": "boolean"
          },
          "defaultTotalizer": {
            "type": "boolean"
          },
          "defaultGroup": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "FieldsFilterDto": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "nullable": true
          },
          "value": {
            "type": "string",
            "nullable": true
          },
          "valueFinnaly": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "nameFieldTable": {
            "type": "string",
            "nullable": true
          },
          "aliasTable": {
            "type": "string",
            "nullable": true
          },
          "urlStore": {
            "type": "string",
            "nullable": true
          },
          "enumStore": {
            "type": "integer",
            "format": "int32"
          },
          "type": {
            "$ref": "#/components/schemas/TypeEnum"
          },
          "typeParam": {
            "$ref": "#/components/schemas/TypeEnum"
          },
          "operatorDefault": {
            "$ref": "#/components/schemas/OperadorComparacaoEnum"
          },
          "valueDefault": {
            "type": "string",
            "nullable": true
          },
          "valueDefaultFinally": {
            "type": "string",
            "nullable": true
          },
          "required": {
            "type": "boolean"
          },
          "parameterFilterType": {
            "$ref": "#/components/schemas/ParameterFilterType"
          },
          "valueToReplace": {
            "type": "string",
            "nullable": true
          },
          "loadAutomatically": {
            "type": "boolean"
          },
          "allowFilter": {
            "type": "boolean"
          },
          "valueDefaultKey": {
            "type": "string",
            "nullable": true
          },
          "operatorValue": {
            "$ref": "#/components/schemas/OperadorComparacaoEnum"
          },
          "operators": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/EnumValue"
            },
            "nullable": true
          },
          "checked": {
            "type": "boolean"
          },
          "order": {
            "type": "integer",
            "format": "int32"
          },
          "numberOfDaysDateRangeForValidation": {
            "type": "integer",
            "format": "int32"
          },
          "formatViewer": {
            "$ref": "#/components/schemas/FormatViewer"
          },
          "requiredOr": {
            "type": "boolean"
          },
          "maskFormat": {
            "type": "string",
            "nullable": true
          },
          "maskFormatString": {
            "type": "boolean"
          },
          "placeholder": {
            "type": "string",
            "nullable": true
          },
          "filterConcatAutomatically": {
            "type": "boolean"
          },
          "cssClass": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FormatViewer": {
        "enum": [
          0,
          1,
          2,
          3,
          4,
          5
        ],
        "type": "integer",
        "format": "int32"
      },
      "GlossarioDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "verbete": {
            "type": "string",
            "nullable": true
          },
          "definicao": {
            "type": "string",
            "nullable": true
          },
          "primeiraLetra": {
            "type": "string",
            "nullable": true
          },
          "fonte": {
            "type": "string",
            "nullable": true
          },
          "dataHoraInicioVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "dataHoraFimVigencia": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GroupDefinition": {
        "type": "object",
        "properties": {
          "order": {
            "type": "integer",
            "format": "int32"
          },
          "dummyGroup": {
            "type": "boolean"
          },
          "direction": {
            "$ref": "#/components/schemas/SortDirection"
          },
          "isASC": {
            "type": "boolean",
            "readOnly": true
          },
          "field": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "exibitionName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "GrupoDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "titulo": {
            "type": "string",
            "nullable": true
          },
          "descricao": {
            "type": "string",
            "nullable": true
          },
          "categoria": {
            "type": "string",
            "nullable": true
          },
          "tipoExibicao": {
            "$ref": "#/components/schemas/TipoExibicaoGrupoEnum"
          },
          "ordem": {
            "type": "integer",
            "format": "int32"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "dataHoraInicioVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "dataHoraFimVigencia": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataHoraGravacaoFiltro": {
            "type": "string",
            "format": "date-time"
          },
          "tipoGrupo": {
            "$ref": "#/components/schemas/TipoGrupoEnum"
          }
        },
        "additionalProperties": false
      },
      "GrupoPublicacaoDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "descricao": {
            "type": "string",
            "nullable": true
          },
          "ordem": {
            "type": "integer",
            "format": "int32"
          },
          "ordemCompleta": {
            "type": "string",
            "nullable": true
          },
          "idGrupoPublicacaoSuperior": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "vinculaPublicacoes": {
            "type": "boolean"
          },
          "idTransparenciaSituacaoPublicacao": {
            "$ref": "#/components/schemas/TransparenciaSituacaoPublicacaoEnum"
          },
          "apareceMenu": {
            "type": "boolean"
          },
          "idTipoExibicao": {
            "$ref": "#/components/schemas/TipoExibicaoGrupoPublicacao"
          }
        },
        "additionalProperties": false
      },
      "IFieldView": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "nullable": true
          },
          "visible": {
            "type": "boolean"
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "width": {
            "type": "number",
            "format": "double"
          },
          "alignment": {
            "$ref": "#/components/schemas/AlignEnum"
          },
          "format": {
            "$ref": "#/components/schemas/FormatViewer"
          },
          "useAlias": {
            "type": "boolean"
          },
          "order": {
            "type": "integer",
            "format": "int32"
          },
          "totalizable": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ItemGrupoPaginaInicialDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "idGrupo": {
            "type": "integer",
            "format": "int64"
          },
          "titulo": {
            "type": "string",
            "nullable": true
          },
          "descricao": {
            "type": "string",
            "nullable": true
          },
          "tipoExibicao": {
            "$ref": "#/components/schemas/TipoExibicaoItemGrupoEnum"
          },
          "ordem": {
            "type": "integer",
            "format": "int32"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int64"
          },
          "dataHoraInicioVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "dataHoraFimVigencia": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataHoraGravacaoFiltro": {
            "type": "string",
            "format": "date-time"
          },
          "idConteudo": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "conteudo": {
            "type": "string",
            "nullable": true
          },
          "conteudoSemFormatacao": {
            "type": "string",
            "nullable": true
          },
          "link": {
            "type": "string",
            "nullable": true
          },
          "icone": {
            "type": "string",
            "nullable": true
          },
          "idItemMenu": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "idGrupoPublicacao": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "idTranspArquivoImagemLink": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "arquivoImagemLink": {
            "type": "string",
            "nullable": true
          },
          "nomeArquivoImagemLink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ItemLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "codigoItem": {
            "type": "string",
            "nullable": true
          },
          "quantidade": {
            "type": "number",
            "format": "double"
          },
          "unidadeFornecimento": {
            "type": "string",
            "nullable": true
          },
          "item": {
            "type": "string",
            "nullable": true
          },
          "precoEstimado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorUnitario": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorTotalEstimado": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "readOnly": true
          },
          "dataEntrega": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataEntregaMinima": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataCancelamento": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idLote": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "idItem": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ItemMenuDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "idTranspMenu": {
            "type": "integer",
            "format": "int64"
          },
          "idTranspTipoItemMenu": {
            "type": "integer",
            "format": "int64"
          },
          "idTranspItemMenuSuperior": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "nome": {
            "type": "string",
            "nullable": true
          },
          "nomePadrao": {
            "type": "string",
            "nullable": true
          },
          "flVisivel": {
            "type": "boolean"
          },
          "ordem": {
            "type": "integer",
            "format": "int32"
          },
          "ordemCompleta": {
            "type": "string",
            "nullable": true
          },
          "rota": {
            "type": "string",
            "nullable": true
          },
          "linkExterno": {
            "type": "string",
            "nullable": true
          },
          "identificadorIcone": {
            "type": "string",
            "nullable": true
          },
          "tipoItemMenu": {
            "$ref": "#/components/schemas/TipoItemMenu"
          }
        },
        "additionalProperties": false
      },
      "ItemPropostaLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "descricao": {
            "type": "string",
            "nullable": true
          },
          "detalhamentoItem": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DetalhamentoPropostaDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicitacaoGridDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "idTipoAvaliacao": {
            "type": "integer",
            "format": "int64"
          },
          "tipoAvaliacao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "flCovid19Exibicao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "flGeraRegistroPrecosExibicao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "localAberturaPropostas": {
            "type": "string",
            "nullable": true
          },
          "informaPrecoItem": {
            "type": "boolean"
          },
          "idModoDisputaLicitacao": {
            "type": "integer",
            "format": "int64"
          },
          "flTabelaPreco": {
            "type": "boolean"
          },
          "unidadeGestora": {
            "type": "string",
            "nullable": true
          },
          "numeroAnoLicitacao": {
            "type": "string",
            "nullable": true
          },
          "descricaoModalidade": {
            "type": "string",
            "nullable": true
          },
          "formaRealizacaoLicitacao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "numeroAnoProcessoAdministrativo": {
            "type": "string",
            "nullable": true
          },
          "descricaoSituacao": {
            "type": "string",
            "nullable": true
          },
          "dataAbertura": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "descricaoObjeto": {
            "type": "string",
            "nullable": true
          },
          "dataRealizacao": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "valorTotalEstimado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "valorTotalHomologado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "idUnidadeGestora": {
            "type": "integer",
            "format": "int64"
          },
          "idClassificacaoObjeto": {
            "type": "integer",
            "format": "int64"
          },
          "flCovid19": {
            "type": "boolean"
          },
          "dataHoraAberturaPropostas": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataHoraJulgaPropostas": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dataHoraAdjudicacao": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "flGeraRegistroPrecos": {
            "type": "boolean"
          },
          "ano": {
            "type": "integer",
            "format": "int32"
          },
          "idModalidadeLicitacao": {
            "type": "integer",
            "format": "int64"
          },
          "idSituacaoLicitacao": {
            "type": "integer",
            "format": "int64"
          },
          "anoProcAdm": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nomeFornecedor": {
            "type": "string",
            "nullable": true
          },
          "idFormaRealizacaoLicitacao": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MenuDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "flAtivo": {
            "type": "boolean"
          },
          "itensMenu": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ItemMenuDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ModoExportacaoDados": {
        "enum": [
          1,
          2,
          3,
          4,
          6,
          7,
          15
        ],
        "type": "integer",
        "format": "int32"
      },
      "ModuloEnum": {
        "enum": [
          -18,
          -17,
          -15,
          -14,
          -13,
          -12,
          -11,
          -10,
          -9,
          -8,
          -7,
          -6,
          -5,
          -4,
          -3,
          -2,
          -1
        ],
        "type": "integer",
        "format": "int64"
      },
      "OperadorComparacaoEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12
        ],
        "type": "integer",
        "format": "int32"
      },
      "ParameterFilterType": {
        "enum": [
          0,
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "ParametroTransparenciaDto": {
        "type": "object",
        "properties": {
          "temaBase": {
            "$ref": "#/components/schemas/TemaBaseEnum"
          },
          "estiloTema": {
            "$ref": "#/components/schemas/EstiloTemaEnum"
          },
          "corTema": {
            "$ref": "#/components/schemas/CorTemaEnum"
          },
          "cor": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "rodape": {
            "type": "string",
            "nullable": true
          },
          "dataInicioVigencia": {
            "type": "string",
            "format": "date-time"
          },
          "idArquivoBrasaoLateral": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "arquivoBrasaoLateral": {
            "type": "string",
            "nullable": true
          },
          "nomeArquivoBrasaoLateral": {
            "type": "string",
            "nullable": true
          },
          "localizacao": {
            "type": "string",
            "nullable": true
          },
          "horarioAtendimento": {
            "type": "string",
            "nullable": true
          },
          "telefoneContato": {
            "type": "string",
            "nullable": true
          },
          "whatsappContato": {
            "type": "string",
            "nullable": true
          },
          "emailContato": {
            "type": "string",
            "nullable": true
          },
          "textoExtraRodape": {
            "type": "string",
            "nullable": true
          },
          "flExibeContratoPessoal": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ParticipanteLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "idLicitante": {
            "type": "integer",
            "format": "int64"
          },
          "cpfCnpjMascara": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "cpfCnpj": {
            "type": "string",
            "nullable": true
          },
          "nomeRazaoSocial": {
            "type": "string",
            "nullable": true
          },
          "dataApresentacaoProposta": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "valorApresentacaoProposta": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "convidado": {
            "type": "boolean"
          },
          "convidadoSimNao": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "PrintConfiguration": {
        "type": "object",
        "properties": {
          "titleReport": {
            "type": "string",
            "nullable": true
          },
          "reportSubtitle": {
            "type": "string",
            "nullable": true
          },
          "fields": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FieldView"
            },
            "nullable": true
          },
          "reportColumns": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FieldComplete"
            },
            "nullable": true
          },
          "sort": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SortDefinition"
            },
            "nullable": true
          },
          "group": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GroupDefinition"
            },
            "nullable": true
          },
          "total": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TotalDefinition"
            },
            "nullable": true
          },
          "hasTotal": {
            "type": "boolean",
            "readOnly": true
          },
          "portrait": {
            "type": "boolean"
          },
          "useStyle": {
            "type": "boolean"
          },
          "headerOnlyFirstPage": {
            "type": "boolean"
          },
          "useDefaultReferencedAssemblies": {
            "type": "boolean"
          },
          "referencedAssemblies": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "modoExportacaoDados": {
            "$ref": "#/components/schemas/ModoExportacaoDados"
          }
        },
        "additionalProperties": false
      },
      "PrintHeader": {
        "type": "object",
        "properties": {
          "brasaoEsquerdo": {
            "type": "string",
            "format": "byte",
            "nullable": true
          },
          "cabecalhoRTF": {
            "type": "string",
            "nullable": true
          },
          "nomeRazaoSocial": {
            "type": "string",
            "nullable": true
          },
          "nomeMunicipio": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "uf": {
            "type": "string",
            "nullable": true
          },
          "cnpj": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "telefone": {
            "type": "string",
            "nullable": true
          },
          "nomeTipoLogradouro": {
            "type": "string",
            "nullable": true
          },
          "nomeLogradouro": {
            "type": "string",
            "nullable": true
          },
          "numero": {
            "type": "string",
            "nullable": true
          },
          "complemento": {
            "type": "string",
            "nullable": true
          },
          "nomeBairro": {
            "type": "string",
            "nullable": true
          },
          "cepFormatado": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PrintSetting": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "nullable": true
          },
          "filtros": {
            "type": "string",
            "nullable": true
          },
          "model": {
            "type": "string",
            "nullable": true
          },
          "export": {
            "$ref": "#/components/schemas/ReportExport"
          },
          "headerAccept": {
            "type": "string",
            "nullable": true
          },
          "titleReport": {
            "type": "string",
            "nullable": true
          },
          "printConfiguration": {
            "$ref": "#/components/schemas/PrintConfiguration"
          },
          "printHeader": {
            "$ref": "#/components/schemas/PrintHeader"
          }
        },
        "additionalProperties": false
      },
      "ReportExport": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6,
          7
        ],
        "type": "integer",
        "format": "int32"
      },
      "SortDefinition": {
        "type": "object",
        "properties": {
          "direction": {
            "$ref": "#/components/schemas/SortDirection"
          },
          "isASC": {
            "type": "boolean",
            "readOnly": true
          },
          "field": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "exibitionName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "SortDirection": {
        "enum": [
          0,
          1
        ],
        "type": "integer",
        "format": "int32"
      },
      "TemaBaseEnum": {
        "enum": [
          1,
          2,
          3,
          4,
          5,
          6
        ],
        "type": "integer",
        "format": "int32"
      },
      "TipoExibicaoGrupoEnum": {
        "enum": [
          0,
          -3,
          -2,
          -1
        ],
        "type": "integer",
        "format": "int32"
      },
      "TipoExibicaoGrupoPublicacao": {
        "enum": [
          -2,
          -1
        ],
        "type": "integer",
        "format": "int64"
      },
      "TipoExibicaoItemGrupoEnum": {
        "enum": [
          0,
          -5,
          -4,
          -3,
          -2,
          -1
        ],
        "type": "integer",
        "format": "int32"
      },
      "TipoGrupoEnum": {
        "enum": [
          -2,
          -1
        ],
        "type": "integer",
        "format": "int32"
      },
      "TipoItemMenu": {
        "enum": [
          1,
          2,
          3
        ],
        "type": "integer",
        "format": "int32"
      },
      "TotalDefinition": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "exibitionName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "TransparenciaSituacaoPublicacaoEnum": {
        "enum": [
          -2,
          -1
        ],
        "type": "integer",
        "format": "int64"
      },
      "TransparenciaTipoPublicacaoEnum": {
        "enum": [
          -5,
          -4,
          -3,
          -2,
          -1
        ],
        "type": "integer",
        "format": "int64"
      },
      "TypeEnum": {
        "enum": [
          0,
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11
        ],
        "type": "integer",
        "format": "int32"
      },
      "UsuarioAcessoDto": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "login": {
            "type": "string",
            "nullable": true
          },
          "nome": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "senha": {
            "type": "string",
            "nullable": true
          },
          "sss": {
            "type": "string",
            "nullable": true
          },
          "error": {
            "type": "string",
            "nullable": true
          },
          "blue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "VencedorLicitacaoGridDto": {
        "type": "object",
        "properties": {
          "idLicitante": {
            "type": "integer",
            "format": "int64"
          },
          "cpfCnpjMascara": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "cpfcnpj": {
            "type": "string",
            "nullable": true
          },
          "nomeRazaoSocial": {
            "type": "string",
            "nullable": true
          },
          "valorTotal": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "WeatherForecast": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "format": "date-time"
          },
          "temperatureC": {
            "type": "integer",
            "format": "int32"
          },
          "temperatureF": {
            "type": "integer",
            "format": "int32",
            "readOnly": true
          },
          "summary": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      }
    },
    "securitySchemes": {
      "Bearer": {
        "type": "http",
        "description": "JWT Authorization header using the Bearer scheme.",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "Bearer": [ ]
    }
  ],
  "tags": [
    {
      "name": "Filtro",
      "description": "Responsável por informações do Filtro."
    },
    {
      "name": "Monitoramento",
      "description": ""
    },
    {
      "name": "DespesasComVeiculosMaquinarios",
      "description": ""
    },
    {
      "name": "Autenticacao",
      "description": "Realiza o Login"
    }
  ]
}