{"openapi":"3.0.1","info":{"title":"API PNCP","description":"API REST de serviços do Portal Nacional de Contratações Públicas (PNCP)","contact":{"name":"Serviço Federal de Processamento de Dados - Serpro","url":"https://www.serpro.gov.br","email":"css.serpro@serpro.gov.br"},"version":"1.0"},"servers":[{"url":"/api/pncp"},{"url":"http://localhost:8080/pncp-api"}],"tags":[{"name":"Usuário","description":"Manutenção de Usuários"},{"name":"Plano de Contratação","description":"Manutenção de Planos de Contratação"},{"name":"Contratação","description":"Manutenção de Contratações"},{"name":"Fonte orçamentária da contratação","description":"Manutenção de fontes orçamentárias de uma contratação"},{"name":"Ata","description":"Manutenção de Atas de Registro de Preços"},{"name":"Partes Envolvidas","description":"Manutenção de Partes Envolvidas"},{"name":"Contrato/Empenho","description":"Manutenção de Contratos/Empenhos"},{"name":"Instrumento de Cobrança de Contrato/Empenho","description":"Manutenção de Instrumento de Cobrança de Contrato/Empenho"},{"name":"Empenho","description":"Manutenção de Empenhos"},{"name":"Termo de Contrato","description":"Manutenção de Termos de Contrato"},{"name":"Órgão","description":"Manutenção de Órgãos"},{"name":"Unidade","description":"Manutenção de Unidades do Órgão"},{"name":"Instrumento convocatório","description":"Manutenção de instrumentos convocatórios"},{"name":"Modalidade","description":"Manutenção de modalidades de contratação"},{"name":"Amparo legal","description":"Manutenção de amparos legais"},{"name":"Modo de disputa","description":"Manutenção dos modos de disputas"},{"name":"Critério de julgamento","description":"Manutenção de critérios de julgamentos"},{"name":"Fonte orçamentária","description":"Manutenção de Fontes Orçamentárias"},{"name":"Catálogo","description":"Manutenção dos catálogos"},{"name":"Categoria de Item","description":"Manutenção das Categorias de Item"},{"name":"Porte da Empresa","description":"Manutenção de portes de empresas"},{"name":"Tipo de Instrumento de Cobrança","description":"Manutenção dos Tipos de Instrumentos de Cobrança"},{"name":"Tipo de Contrato","description":"Manutenção dos Tipos de Contratos"},{"name":"Tipo de Documento","description":"Manutenção dos Tipos de Documentos"},{"name":"Tipos de Parte Envolvida","description":"Manutenção de Tipos de Parte Envolvida"},{"name":"Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal","description":"Manutenção de Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal"},{"name":"Conformidade Instrumento convocatório e Modo de disputa","description":"Manutenção de conformidade entre instrumentos convocatórios e modos de disputa"},{"name":"Conformidade Modalidade e Critério de Julgamento","description":"Manutenção de conformidade entre Modalidade de Contratação e Critério de Julgamento"},{"name":"Conformidade Modalidade e Fonte Orçamentaria","description":"Manutenção de conformidade entre Modalidade de Contratação e Fonte Orçamentaria"}],"paths":{"/v1/usuarios/{id}":{"get":{"tags":["Usuário"],"summary":"Consultar usuário por ID","operationId":"get","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CredenciaisDTO"}}}}},"security":[{"bearerAuth":[]}]},"put":{"tags":["Usuário"],"summary":"Atualizar usuário","operationId":"put","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarUsuarioDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Usuário"],"summary":"Excluir usuário","operationId":"delete","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos":{"put":{"tags":["Órgão"],"summary":"Atualizar Órgão","operationId":"putEnteGoverno","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"post":{"tags":["Órgão"],"summary":"Inserir Órgão","operationId":"postEnteGoverno","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/unidades":{"get":{"tags":["Unidade"],"summary":"Consultar Unidades","operationId":"recuperarUnidadesOrgao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/UnidadeOrgaoDTO"}}}}}}},"put":{"tags":["Unidade"],"summary":"Atualizar Unidade","operationId":"atualizarUnidadeOrgao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarUnidadeOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"post":{"tags":["Unidade"],"summary":"Inserir Unidade","operationId":"salvarUnidadeOrgao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirUnidadeOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnidadeOrgaoDTO"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Contrato","operationId":"consultarContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarContratoDTO"}}}}}},"put":{"tags":["Contrato/Empenho"],"summary":"Retificar Contrato","operationId":"retificarContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Contrato/Empenho"],"summary":"Excluir Contrato","operationId":"removerContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Contrato/Empenho"],"summary":"Retificar Parcialmente Contrato","operationId":"retificarParicalmenteContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/{sequencialTermoContrato}":{"get":{"tags":["Termo de Contrato"],"summary":"Consultar Termo de Contrato","operationId":"recuperarTermoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermoContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarTermoContratoDTO"}}}}}},"put":{"tags":["Termo de Contrato"],"summary":"Retificar Termo de Contrato","operationId":"retificarTermoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermoContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarTermoContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Termo de Contrato"],"summary":"Excluir Termo de Contrato","operationId":"removerContrato_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermoContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}":{"put":{"tags":["Contratação"],"summary":"Retificar Contratação","operationId":"retificarCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarCompraDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Contratação"],"summary":"Excluir Contratação","operationId":"removerCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Contratação"],"summary":"Retificar parcialmente uma Contratação","operationId":"retificarParcialmenteCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarCompraParcialDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/{numeroItem}":{"get":{"tags":["Contratação"],"summary":"Consultar Item de Contratação","operationId":"recuperarCompraItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarCompraItemSigiloDTO"}}}}}},"put":{"tags":["Contratação"],"summary":"Retificar Item de Contratação","operationId":"retificarCompraItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarCompraItemDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Contratação"],"summary":"Retificar Parcialmente um Item de Contratação","operationId":"retificarParcialmenteCompraItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarCompraItemParcialDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/{numeroItem}/resultados/{sequencialResultado}":{"get":{"tags":["Contratação"],"summary":"Consultar Resultado de Item de Contratação","operationId":"recuperarResultado","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialResultado","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarCompraItemResultadoDTO"}}}}}},"put":{"tags":["Contratação"],"summary":"Retificar Resultado de Item de Contratação","operationId":"retificarCompraItemResultado","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialResultado","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarCompraItemResultadoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}":{"get":{"tags":["Ata"],"summary":"Consultar Ata de Registro de Preço","operationId":"recuperarAtaRegistoPreco","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarAtaRegistroPrecoDTO"}}}}}},"put":{"tags":["Ata"],"summary":"Retificar Ata de Registro de Preço","operationId":"retificarAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AtaRegistroPrecoAlteracaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AtaRegistroPrecoDTO"}}}}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Ata"],"summary":"Excluir Ata de Registro de Preço","operationId":"deleteAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Ata"],"summary":"Retificar Parcialmente Ata de Registro de Preço","operationId":"retificarParcialmenteAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AtaRegistroPrecoAlteracaoParcialDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AtaRegistroPrecoDTO"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/usuarios":{"get":{"tags":["Usuário"],"summary":"Consultar usuário por login ou por CPF/CNPJ","operationId":"getByLoginNi","parameters":[{"name":"login","in":"query","required":false,"schema":{"type":"string"}},{"name":"cpfCnpj","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CredenciaisDTO"}}}}}},"security":[{"bearerAuth":[]}]},"post":{"tags":["Usuário"],"summary":"Inserir usuário","operationId":"post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InserirUsuarioDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CredenciaisDTO"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/usuarios/{id}/orgaos":{"post":{"tags":["Usuário"],"summary":"Inserir Entes Autorizados para um Usuário","operationId":"post_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirUsuarioOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Usuário"],"summary":"Excluir Entes Autorizados de um Usuário","operationId":"delete_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirUsuarioOrgaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/usuarios/login":{"post":{"tags":["Usuário"],"summary":"Autenticação/login no sistema","operationId":"autenticar","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CamposLoginDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}}}},"/v1/tipos-instrumentos-convocatorios":{"get":{"tags":["Instrumento convocatório"],"summary":"Consultar instrumentos convocatórios","operationId":"obterTodosRegistros","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Instrumento convocatório"],"summary":"Inserir instrumento convocatório","operationId":"incluirRegistro","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTipoInstrumentoConvocatorioDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-instrumentos-cobranca":{"get":{"tags":["Tipo de Instrumento de Cobrança"],"summary":"Consultar Tipos de Instrumentos de Cobrança","operationId":"obterTodosRegistros_1","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Tipo de Instrumento de Cobrança"],"summary":"Inserir Tipo de Instrumento de Cobrança","operationId":"incluirRegistro_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTipoInstrumentoCobrancaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-documentos":{"get":{"tags":["Tipo de Documento"],"summary":"Consultar Tipos de Documentos","operationId":"obterTodosRegistros_2","parameters":[{"name":"statusAtivo","in":"query","description":"Indicador de Status Ativo (True - Ativo/False - Inativo)","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Tipo de Documento"],"summary":"Inserir Tipo de Documento","operationId":"incluirRegistro_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTipoDocumentoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-contratos":{"get":{"tags":["Tipo de Contrato"],"summary":"Consultar Tipos de Contratos","operationId":"obterTodosRegistros_3","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Tipo de Contrato"],"summary":"Inserir Tipo de Contrato","operationId":"incluirRegistro_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTipoContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipo-instrumento-convocatorio-modo-disputa":{"get":{"tags":["Conformidade Instrumento convocatório e Modo de disputa"],"summary":"Consultar conformidade entre instrumentos convocatórios e modos de disputa","operationId":"obterRegistros","parameters":[{"name":"tipoInstrumentoConvocatorioId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"modoDisputaId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Conformidade Instrumento convocatório e Modo de disputa"],"summary":"Inserir conformidade entre instrumentos convocatórios e modos de disputa","operationId":"incluirRegistro_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTipoInstrumentoConvocatorioModoDisputaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/portes-empresa":{"get":{"tags":["Porte da Empresa"],"summary":"Consultar Portes da Empresa","operationId":"obterTodosRegistros_4","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Porte da Empresa"],"summary":"Inserir Porte da Empresa","operationId":"incluirRegistro_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/pca":{"post":{"tags":["Plano de Contratação"],"summary":"Inserir Plano de Contratação","operationId":"incluirPlano","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirPlanoContratacaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/itens":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Itens do Plano de Contratação","operationId":"recuperarDadosPcaItensCategoria","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"categoria","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IRecuperarPlanoItemDTO"}}}}}}},"post":{"tags":["Plano de Contratação"],"summary":"Inserir itens de Plano de Contratação","operationId":"incluirPlanoContratacaoItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":2000,"minItems":1,"type":"array","items":{"$ref":"#/components/schemas/IncluirPlanoContratacaoItemDTO"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Plano de Contratação"],"summary":"Excluir Itens de Plano de Contratação","operationId":"removerItensPlano","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoListaItensPcaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Plano de Contratação"],"summary":"Retificar Parcialmente itens de Plano de Contratação","operationId":"retificarParcialmentePlanoContratacaoItens","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetificarParcialPlanoContratacaoListaItensDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos":{"post":{"tags":["Contrato/Empenho"],"summary":"Inserir Contrato","operationId":"inserirContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"minimum":1,"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["contrato","documento"],"type":"object","properties":{"contrato":{"type":"string","description":"O arquivo com os dados do contrato/empenho deve utilizar o formato JSON, conforme o exemplo: { \"cnpjCompra\": \"string\", \"anoCompra\": 0, \"sequencialCompra\": 1, \"sequencialAta\": 0, \"codigoUnidade\": \"string\", \"tipoContratoId\": 1, \"numeroContratoEmpenho\": \"string\", \"anoContrato\": 0, \"frutoAdesao\": true, \"temRemanejamento\": true, \"categoriaProcessoId\": 1, \"processo\": \"string\", \"tipoPessoaFornecedor\": \"string\", \"niFornecedor\": \"string\", \"nomeRazaoSocialFornecedor\": \"string\", \"tipoPessoaFornecedorSubContratado\": \"string\", \"niFornecedorSubContratado\": \"string\", \"nomeRazaoSocialFornecedorSubContratado\": \"string\", \"receita\": true, \"objetoContrato\": \"string\", \"informacaoComplementar\": \"string\", \"valorInicial\": 0, \"numeroParcelas\": 1, \"valorParcela\": 0, \"valorGlobal\": 0, \"valorAcumulado\": 0, \"dataAssinatura\": \"2026-02-11\", \"dataVigenciaInicio\": \"2026-02-11\", \"dataVigenciaFim\": \"2026-02-11\", \"identificadorCipi\": \"string\", \"urlCipi\": \"string\" }\n","format":"binary"},"documento":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos":{"get":{"tags":["Termo de Contrato"],"summary":"Consultar Termos de Contrato","operationId":"recuperarTermosContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarTermoContratoDTO"}}}}}}},"post":{"tags":["Termo de Contrato"],"summary":"Inserir Termo de Contrato","operationId":"inserirTermoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirTermoContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/{sequencialTermo}/arquivos":{"get":{"tags":["Termo de Contrato"],"summary":"Consultar Documentos de Termo de Contrato","operationId":"recuperarInformacoesDocumentosTermoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarDadosDocumentoTermoContratoDTO"}}}}}}},"post":{"tags":["Termo de Contrato"],"summary":"Inserir Documento de Termo de Contrato","operationId":"inserirArquivo","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["arquivo"],"type":"object","properties":{"arquivo":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/empenhos":{"get":{"tags":["Empenho"],"summary":"Consultar Empenhos","operationId":"consultarEmpenhosDoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":10,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoConsultarEmpenhoDTO"}}}}}},"post":{"tags":["Empenho"],"summary":"Inserir Empenho","operationId":"inserirEmpenho","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirListaEmpenhoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RetornoEmpenhoDTO"}}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/arquivos":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Documentos de Contrato","operationId":"recuperarInformacoesDocumentosContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarDadosDocumentoContratoDTO"}}}}}}},"post":{"tags":["Contrato/Empenho"],"summary":"Inserir Documento de Contrato","operationId":"inserirArquivo_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["arquivo"],"type":"object","properties":{"arquivo":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"uri"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencialContrato}/instrumentocobranca":{"get":{"tags":["Instrumento de Cobrança de Contrato/Empenho"],"summary":"Consultar Instrumentos de Cobrança de um Contrato/Empenho","operationId":"consultarInstrumentosCobranca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ConsultarInstrumentoCobrancaDTO"}}}}}}},"post":{"tags":["Instrumento de Cobrança de Contrato/Empenho"],"summary":"Inserir Instrumento de Cobrança de um Contrato/Empenho","operationId":"inserirInstrumentoCobranca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirInstrumentoCobrancaContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras":{"post":{"tags":["Contratação"],"summary":"Inserir Contratação","operationId":"incluirCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"minimum":1,"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["compra","documento"],"type":"object","properties":{"compra":{"type":"string","description":"O arquivo com os dados da compra deve utilizar o formato JSON, conforme o exemplo: \n{\n    \"codigoUnidadeCompradora\": \"string\",\n    \"numeroCompra\": \"00001\",\n    \"anoCompra\": 2025,\n    \"tipoInstrumentoConvocatorioId\": \"1\",\n    \"modalidadeId\": \"1\",\n    \"modoDisputaId\": \"1\",\n    \"amparoLegalId\": 1,\n    \"srp\": true,\n    \"numeroProcesso\": \"string\",\n    \"objetoCompra\": \"string\",\n    \"informacaoComplementar\": \"string\",\n    \"dataAberturaProposta\": \"2025-10-01T14:30:01\",\n    \"dataEncerramentoProposta\": \"2025-10-05T14:30:01\",\n    \"linkSistemaOrigem\": \"string\",\n    \"linkProcessoEletronico\": \"string\",\n    \"justificativaPresencial\": \"string\",\n    \"fontesOrcamentarias\": [\n        1,\n        2\n    ],\n    \"itensCompra\": [\n        {\n            \"numeroItem\": 1,\n            \"materialOuServico\": \"M\",\n            \"tipoBeneficioId\": \"1\",\n            \"incentivoProdutivoBasico\": true,\n            \"aplicabilidadeMargemPreferenciaNormal\": false,\n            \"aplicabilidadeMargemPreferenciaAdicional\": false,\n            \"codigoTipoMargemPreferencia\": 1,\n            \"percentualMargemPreferenciaNormal\": 0.001,\n            \"percentualMargemPreferenciaAdicional\": 0.001,\n            \"inConteudoNacional\": true,\n            \"descricao\": \"string\",\n            \"informacaoComplementar\": \"string\",\n            \"quantidade\": 1,\n            \"unidadeMedida\": \"string\",\n            \"valorUnitarioEstimado\": 100.00,\n            \"valorTotal\": 100.00,\n            \"orcamentoSigiloso\": true,\n            \"criterioJulgamentoId\": \"1\",\n            \"itemCategoriaId\": 1,\n            \"patrimonio\": \"string\",\n            \"codigoRegistroImobiliario\": \"string\",\n            \"catalogoId\": 1,\n            \"categoriaItemCatalogoId\": 1,\n            \"catalogoCodigoItem\": 1\n        }\n    ]\n}","format":"binary"},"documento":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens":{"get":{"tags":["Contratação"],"summary":"Consultar Todos os Itens de Contratação","operationId":"pesquisarCompraItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarCompraItemSigiloDTO"}}}}}}},"post":{"tags":["Contratação"],"summary":"Inserir Item de Contratação","operationId":"incluirCompraItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"maxItems":2000,"minItems":1,"type":"array","items":{"$ref":"#/components/schemas/IncluirCompraItemDTO"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"object"}}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/{numeroItem}/resultados":{"get":{"tags":["Contratação"],"summary":"Consultar Resultados de Item de Contratação","operationId":"recuperarResultados","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarCompraItemResultadoDTO"}}}}}}},"post":{"tags":["Contratação"],"summary":"Inserir Resultado de Item de Contratação","operationId":"incluirCompraItemResultado","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirCompraItemResultadoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/{numeroItem}/imagem":{"get":{"tags":["Contratação"],"summary":"Recuperar Imagens de um Item de uma Contratação","operationId":"getImagemLista","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarImagemContratacaoItemDTO"}}}}}}},"post":{"tags":["Contratação"],"summary":"Inserir Imagem de um Item de Contratação","operationId":"inserirImagem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"Titulo-Imagem","in":"header","required":false,"schema":{"type":"string"}},{"name":"Legenda-Imagem","in":"header","required":false,"schema":{"type":"string"}},{"name":"Texto-Alternativo-Imagem","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["imagem"],"type":"object","properties":{"imagem":{"type":"string","format":"binary"}}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RetornoInserirImagemDeItemDeContratacaoDTO"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/fonte-orcamentaria":{"get":{"tags":["Fonte orçamentária da contratação"],"summary":"Consultar todas as fontes orçamentárias da contratação","operationId":"obterRegistros_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ContratacaoFonteOrcamentariaDTO"}}}}}}},"post":{"tags":["Fonte orçamentária da contratação"],"summary":"Inserir fonte orçamentária da contratação - Informe os códigos das fontes orçamentárias separados por vírgula","operationId":"incluirRegistros","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirContratacaoFonteOrcamentariaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"uri"}}}}}},"security":[{"bearerAuth":[]}]},"delete":{"tags":["Fonte orçamentária da contratação"],"summary":"Excluir fonte orçamentária da contratação - Informe os códigos das fontes orçamentárias a ser excluídas, separados por vírgula","operationId":"excluirRegistro_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirContratacaoFonteOrcamentariaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/arquivos":{"get":{"tags":["Contratação"],"summary":"Consultar Documentos de Contratação","operationId":"recuperarInformacoesDocumentosCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarDadosDocumentoCompraDTO"}}}}}}},"post":{"tags":["Contratação"],"summary":"Inserir Documento de Contratação","operationId":"inserirArquivo_2","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["arquivo"],"type":"object","properties":{"arquivo":{"type":"string","format":"binary"}}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas":{"get":{"tags":["Ata"],"summary":"Consultar Atas de Registro de Preço por Compra","operationId":"recuperarAtasPorFiltros","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":10,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoAtaRegistroPrecoDTO"}}}}}},"post":{"tags":["Ata"],"summary":"Inserir Ata de Registro de Preço","operationId":"inserirAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento-Id","in":"header","required":true,"schema":{"minimum":1,"type":"integer","format":"int64"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["ata","documento"],"type":"object","properties":{"ata":{"type":"string","description":"O arquivo com os dados da ata de registro de preço deve utilizar o formato JSON, conforme o exemplo: { \"numeroAtaRegistroPreco\": \"000001\", \"anoAta\": 2026, \"dataAssinatura\": \"2026-02-01\", \"dataVigenciaInicio\": \"2026-02-01\", \"dataVigenciaFim\": \"2026-02-28\", \"possibilidadeAdesao\": true, \"partesEnvolvidas\": [ { \"tipoParteEnvolvidaId\": 1, \"cnpj\": \"00394460000141\", \"codigoUnidadeCompradora\": \"0000001\" } ] }\n","format":"binary"},"documento":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/partesenvolvidas":{"get":{"tags":["Partes Envolvidas"],"summary":"Consultar Partes envolvidas em Ata de Registro de Preço","operationId":"buscar","parameters":[{"name":"cnpj","in":"path","description":"CNPJ da Compra","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","description":"Ano da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","description":"Sequencial da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","description":"Sequencial da Ata","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":10,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoParteEnvolvidaAtaDTO"}}}}}},"post":{"tags":["Partes Envolvidas"],"summary":"Inserir Parte Envolvida na Ata de Registro de Preço","operationId":"inserirParteEnvolvidaAta","parameters":[{"name":"cnpj","in":"path","description":"CNPJ da Compra","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","description":"Ano da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","description":"Sequencial da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","description":"Sequencial da Ata","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/IncluirParteEnvolvidaAtaDTO"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"uri"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/arquivos":{"get":{"tags":["Ata"],"summary":"Consultar Dados de Todos os Documentos de uma Ata de Registro de Preço","operationId":"recuperarInformacoesDocumentosAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"maxLength":14,"minLength":14,"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarDadosDocumentoAtaDTO"}}}}}}},"post":{"tags":["Ata"],"summary":"Inserir Documento em Ata de Registro de Preço","operationId":"inserirArquivo_3","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"maxLength":14,"minLength":14,"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"Titulo-Documento","in":"header","required":true,"schema":{"maxLength":255,"minLength":0,"type":"string"}},{"name":"Tipo-Documento","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["arquivo"],"type":"object","properties":{"arquivo":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modos-disputas":{"get":{"tags":["Modo de disputa"],"summary":"Consultar modos de disputas","operationId":"obterTodosRegistros_5","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Modo de disputa"],"summary":"Inserir modo de disputa","operationId":"incluirRegistro_6","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modalidades":{"get":{"tags":["Modalidade"],"summary":"Consultar modalidades de contratação","operationId":"obterTodosRegistros_6","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Modalidade"],"summary":"Inserir modalidade de contratação","operationId":"incluirRegistro_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modalidade-fonte-orcamentaria":{"get":{"tags":["Conformidade Modalidade e Fonte Orçamentaria"],"summary":"Consultar conformidade entre modalidade de contratação e Fonte Orçamentaria","operationId":"obterFonteOrcamentariaPorModalidade","parameters":[{"name":"modalidadeId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"fonteOrcamentariaId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Conformidade Modalidade e Fonte Orçamentaria"],"summary":"Inserir conformidade entre modalidade de contratação e Fonte Orçamentaria","operationId":"incluirModalidadeFonteOrcamentaria","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModalidadeFonteOrcamentariaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modalidade-criterio-julgamento":{"get":{"tags":["Conformidade Modalidade e Critério de Julgamento"],"summary":"Consultar conformidade entre modalidade de contratação e critério de julgamento","operationId":"obterCriteriosJulgamentoPorModalidade","parameters":[{"name":"modalidadeId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"criterioJulgamentoId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Conformidade Modalidade e Critério de Julgamento"],"summary":"Inserir conformidade entre modalidade de contratação e critério de julgamento","operationId":"incluirModalidadeCriterioJulgamento","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModalidadeCriterioJulgamentoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/instrumento-convocatorio-modalidade-amparo-legal":{"get":{"tags":["Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal"],"summary":"Consultar Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal","operationId":"consultar","parameters":[{"name":"amparoLegalId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"modalidadeId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"tipoInstrumentoConvocatorioId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ConsultarAmparoLegalModalidadeInstrumentoConvocatorioDTO"}}}}}}},"post":{"tags":["Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal"],"summary":"Inserir Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal","operationId":"incluirRegistro_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AmparoLegalModalidadeInstrumentoConvocatorioCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/fontes-orcamentarias":{"get":{"tags":["Fonte orçamentária"],"summary":"Consultar fontes orçamentárias","operationId":"obterTodosRegistros_7","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Fonte orçamentária"],"summary":"Inserir fonte orçamentária","operationId":"incluirRegistro_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/criterios-julgamentos":{"get":{"tags":["Critério de julgamento"],"summary":"Consultar critérios de julgamentos","operationId":"obterTodosRegistros_8","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Critério de julgamento"],"summary":"Inserir critério de julgamento","operationId":"incluirRegistro_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/categoriaItemPcas":{"get":{"tags":["Categoria de Item"],"summary":"Consultar categorias de item","operationId":"obterTodosRegistros_9","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Categoria de Item"],"summary":"Inserir categoria de item","operationId":"incluirRegistro_11","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/catalogos":{"get":{"tags":["Catálogo"],"summary":"Consultar catálogos","operationId":"obterTodosRegistros_10","parameters":[{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Catálogo"],"summary":"Inserir catálogo","operationId":"incluirRegistro_12","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirCatalogoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/amparos-legais":{"get":{"tags":["Amparo legal"],"summary":"Consultar amparos legais","operationId":"obterTodosRegistros_11","parameters":[{"name":"tipoAmparoLegalId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"statusAtivo","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["Amparo legal"],"summary":"Inserir amparo legal","operationId":"incluirRegistro_13","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncluirAmparoLegalDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/usuarios/{id}/permissoes":{"patch":{"tags":["Usuário"],"summary":"Alterar permissões do usuário","operationId":"alterarParcialmentePermissaoUsuario","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialPermissaoUsuarioDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-instrumentos-convocatorios/{id}":{"get":{"tags":["Instrumento convocatório"],"summary":"Consultar instrumento convocatório por código","operationId":"obterRegistro","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TipoInstrumentoConvocatorioDTO"}}}}}},"patch":{"tags":["Instrumento convocatório"],"summary":"Alterar instrumento convocatório","operationId":"alterarParcialmenteRegistro","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialTipoInstrumentoConvocatorioDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-instrumentos-cobranca/{id}":{"get":{"tags":["Tipo de Instrumento de Cobrança"],"summary":"Consultar Tipo de Instrumento de Cobrança por Código","operationId":"obterRegistro_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TipoInstrumentoCobrancaDTO"}}}}}},"patch":{"tags":["Tipo de Instrumento de Cobrança"],"summary":"Alterar Tipo de Instrumento de Cobrança","operationId":"alterarParcialmenteRegistro_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialTipoInstrumentoConbrancaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-documentos/{id}":{"get":{"tags":["Tipo de Documento"],"summary":"Consultar Tipo de Documento por Código","operationId":"obterRegistro_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RecuperarTipoDocumentoDTO"}}}}}},"patch":{"tags":["Tipo de Documento"],"summary":"Alterar Tipo de Documento","operationId":"alterarParcialmenteRegistro_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialTipoDocumentoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-contratos/{id}":{"get":{"tags":["Tipo de Contrato"],"summary":"Consultar Tipo de Contrato por Código","operationId":"obterRegistro_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TipoContratoDTO"}}}}}},"patch":{"tags":["Tipo de Contrato"],"summary":"Alterar Tipo de Contrato","operationId":"alterarParcialmenteRegistro_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialTipoContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/portes-empresa/{id}":{"get":{"tags":["Porte da Empresa"],"summary":"Consultar Porte da Empresa por Código","operationId":"obterRegistro_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DominioGenericoDTO"}}}}}},"patch":{"tags":["Porte da Empresa"],"summary":"Alterar Porte da Empresa","operationId":"alterarParcialmenteRegistro_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/itens/{numeroItem}":{"delete":{"tags":["Plano de Contratação"],"summary":"Excluir Item de Plano de Contratação","operationId":"removerItemPlano","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoItemPcaDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Plano de Contratação"],"summary":"Retificar Parcialmente item de Plano de Contratação","operationId":"retificarParcialmentePlanoContratacaoItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetificarParcialPlanoContratacaoItemDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/empenhos/{sequencialEmpenho}":{"get":{"tags":["Empenho"],"summary":"Consultar Empenho pelo Número Sequencial","operationId":"consultarEmpenhoPeloNumeroSequencial","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialEmpenho","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ConsultarEmpenhoDTO"}}}}}},"delete":{"tags":["Empenho"],"summary":"Excluir Empenho","operationId":"excluirEmpenhoDeContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialEmpenho","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirEmpenhoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Empenho"],"summary":"Retificar Parcialmente Empenho","operationId":"retificarEmpenho","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialEmpenho","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetificarEmpenhoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RetornoEmpenhoRetificadoDTO"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencialContrato}/instrumentocobranca/{sequencialInstrumentoCobranca}":{"get":{"tags":["Instrumento de Cobrança de Contrato/Empenho"],"summary":"Consultar Instrumento de Cobrança de um Contrato/Empenho","operationId":"consultarInstrumentoCobranca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialInstrumentoCobranca","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ConsultarInstrumentoCobrancaDTO"}}}}}},"delete":{"tags":["Instrumento de Cobrança de Contrato/Empenho"],"summary":"Excluir Instrumento de Cobrança de Contrato/Empenho","operationId":"excluirInstrumentoCobranca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialInstrumentoCobranca","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirInstrumentoCobrancaContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]},"patch":{"tags":["Instrumento de Cobrança de Contrato/Empenho"],"summary":"Retificar Parcialmente Instrumento de Cobrança de Contrato/Empenho","operationId":"retificarInstrumentoCobranca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContrato","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialInstrumentoCobranca","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetificarInstrumentoCobrancaContratoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modos-disputas/{id}":{"get":{"tags":["Modo de disputa"],"summary":"Consultar modo de disputa por código","operationId":"obterRegistro_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DominioGenericoDTO"}}}}}},"patch":{"tags":["Modo de disputa"],"summary":"Alterar modo de disputa","operationId":"alterarParcialmenteRegistro_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modalidades/{id}":{"get":{"tags":["Modalidade"],"summary":"Consultar modalidade de contratação por código","operationId":"obterRegistro_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DominioGenericoDTO"}}}}}},"patch":{"tags":["Modalidade"],"summary":"Alterar modalidade de contratação","operationId":"alterarParcialmenteRegistro_6","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/fontes-orcamentarias/{id}":{"get":{"tags":["Fonte orçamentária"],"summary":"Consultar fonte orçamentária por código","operationId":"obterRegistro_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}},"patch":{"tags":["Fonte orçamentária"],"summary":"Alterar fonte orçamentária","operationId":"alterarParcialmenteRegistro_7","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/criterios-julgamentos/{id}":{"get":{"tags":["Critério de julgamento"],"summary":"Consultar critério de julgamento por código","operationId":"obterRegistro_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DominioGenericoDTO"}}}}}},"patch":{"tags":["Critério de julgamento"],"summary":"Alterar critério de julgamento","operationId":"alterarParcialmenteRegistro_8","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/categoriaItemPcas/{id}":{"get":{"tags":["Categoria de Item"],"summary":"Consultar categoria de item por código","operationId":"obterRegistro_12","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DominioGenericoDTO"}}}}}},"patch":{"tags":["Categoria de Item"],"summary":"Alterar categoria de item","operationId":"alterarParcialmenteRegistro_9","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/catalogos/{id}":{"get":{"tags":["Catálogo"],"summary":"Consultar catálogo por código","operationId":"obterRegistro_13","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CatalogoDTO"}}}}}},"patch":{"tags":["Catálogo"],"summary":"Alterar catálogo","operationId":"alterarParcialmenteRegistro_10","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialCatalogoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/amparos-legais/{id}":{"get":{"tags":["Amparo legal"],"summary":"Consultar amparo legal por código","operationId":"obterRegistro_14","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AmparoLegalDTO"}}}}}},"patch":{"tags":["Amparo legal"],"summary":"Alterar amparo legal","operationId":"alterarParcialmenteRegistro_11","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlterarParcialAmparoLegalDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/usuarios/permissoes":{"get":{"tags":["Usuário"],"summary":"Consultar permissões","operationId":"obterTodasPermissoes","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/tipos-parte-envolvida":{"get":{"tags":["Tipos de Parte Envolvida"],"summary":"Consultar Tipo de Parte Envolvida","operationId":"getTiposParteEnvolvida","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TipoParteEnvolvidaDTO"}}}}}}}},"/v1/tipos-parte-envolvida/{id}":{"get":{"tags":["Tipos de Parte Envolvida"],"summary":"Consultar id de Tipo de Parte Envolvida","operationId":"tipoParteEnvolvida","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TipoParteEnvolvidaDTO"}}}}}}},"/v1/tipo-instrumento-convocatorio-modo-disputa/{tipoInstrumentoConvocatorioId}/{modoDisputaId}":{"get":{"tags":["Conformidade Instrumento convocatório e Modo de disputa"],"summary":"Consultar conformidade entre instrumentos convocatórios e modos de disputa por código","operationId":"obterRegistro_4","parameters":[{"name":"tipoInstrumentoConvocatorioId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"modoDisputaId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TipoInstrumentoConvocatorioModoDisputaDTO"}}}}}},"delete":{"tags":["Conformidade Instrumento convocatório e Modo de disputa"],"summary":"Excluir conformidade entre instrumento convocatório e modo de disputa","operationId":"excluirRegistro","parameters":[{"name":"tipoInstrumentoConvocatorioId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"modoDisputaId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}":{"get":{"tags":["Órgão"],"summary":"Consultar Órgão por CNPJ","operationId":"recuperarEnte","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrgaoConsultaDTO"}}}}}}},"/v1/orgaos/{cnpj}/unidades/{codigoUnidade}":{"get":{"tags":["Unidade"],"summary":"Consultar Unidade","operationId":"recuperarUnidadeOrgao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"codigoUnidade","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnidadeOrgaoDTO"}}}}}}},"/v1/orgaos/{cnpj}/pca/{uasg}/{ano}/sequenciaisplano":{"get":{"tags":["Plano de Contratação"],"operationId":"recuperarSequenciaisDoPlano","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"uasg","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SequenciaisDTO"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/valorescategoriaitem":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Valores de um Plano de Contratação por Categoria","operationId":"recuperarValoresCategoriaItem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"categoriaItem","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarValoresCategoriaItemPcaDTO"}}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/itens/quantidade":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Quantidade de Itens do Plano de Contratação","operationId":"recuperarDadosPcaItensQuantidadeItens","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"categoria","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/itens/plano":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Plano de Contratação com Itens","operationId":"consultarPlanoComItens","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PlanoContratacaoComItensDTO"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/itens/contratacao":{"get":{"tags":["Plano de Contratação"],"summary":"Retornar Itens de Plano de Contratação por número da Contratação","operationId":"recuperarItensPlanoPorContratacao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"numeroContratacao","in":"query","required":true,"schema":{"maxLength":100,"minLength":0,"type":"string"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32","default":1}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":10,"type":"integer","format":"int32","default":10}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoIRecuperarPlanoItemComControlePncpDTO"}}}}}},"delete":{"tags":["Plano de Contratação"],"summary":"Excluir Itens de Plano de Contratação por número da Contratação","operationId":"removerItensPlanoPorContratacao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"numeroContratacao","in":"query","required":true,"schema":{"maxLength":100,"minLength":0,"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoItemPcaDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}/consolidado":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Plano de Contratação Consolidado","operationId":"consultarPlanoConsolidado","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PlanoSequencialConsolidadoDTO"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/valorescategoriaitem":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Valores de Planos de Contratação de um Órgão por Categoria","operationId":"recuperarValoresCategoriaItem_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"categoriaItem","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarValoresCategoriaItemPcaDTO"}}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/quantidade":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Quantidade de Planos de Contratação","operationId":"recuperarDadosOrgaoPcaQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/csv":{"get":{"tags":["Plano de Contratação"],"summary":"Baixar CSV dos Planos de Contratação por Órgão e Ano","operationId":"retornarPlanosTodasUnidadesDoOrgaoCsv","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/consolidado":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Planos de Contratação Consolidados por Órgão e Ano","operationId":"recuperarDadosOrgaoPca","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PlanoContratacaoItemOrgaoToDTO"}}}}}}},"/v1/orgaos/{cnpj}/pca/{ano}/consolidado/unidades":{"get":{"tags":["Plano de Contratação"],"summary":"Consultar Planos de Contratação Consolidados das Unidades por Órgão e Ano","operationId":"recuperarDadosOrgaoPcaUnidades","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PlanoContratacaoOrgaoDTO"}}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/{sequencialTermo}/arquivos/{sequencialDocumento}":{"get":{"tags":["Termo de Contrato"],"summary":"Baixar Arquivo/Documento de Termo de Contrato","operationId":"recuperarArquivo","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}},"delete":{"tags":["Termo de Contrato"],"summary":"Excluir Arquivo/Documento de Termo de Contrato","operationId":"removerDocumentoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/{sequencialTermo}/arquivos/quantidade":{"get":{"tags":["Termo de Contrato"],"summary":"Consultar Quantidade de Documentos de Termo de Contrato","operationId":"recuperarQuantidadeDocumentosTermoContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/{sequencialTermo}/arquivos/excluidos/{sequencialDocumento}":{"get":{"tags":["Termo de Contrato"],"summary":"Baixar Arquivo/Documento Excluído de Termo de Contrato","operationId":"arquivoexcluido","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialTermo","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/termos/quantidade":{"get":{"tags":["Termo de Contrato"],"summary":"Consultar Quantidade de Termos de Contrato","operationId":"recuperarQuantidadeTermosContrato","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/historico":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Histórico de Contrato","operationId":"consultarContrato_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarHistoricoContratoDTO"}}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/historico/quantidade":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Quantidade Histórico de Contrato","operationId":"consultarContrato_2","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/arquivos/{sequencialDocumento}":{"get":{"tags":["Contrato/Empenho"],"summary":"Baixar Arquivo/Documento de Contrato/Empenho","operationId":"recuperarArquivo_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}},"delete":{"tags":["Contrato/Empenho"],"summary":"Excluir Arquivo/Documento de Contrato/Empenho","operationId":"removerDocumentoContrato_1","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/arquivos/quantidade":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Quantidade de Documentos de Contrato","operationId":"recuperarContratoDocumentoQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/contratos/{ano}/{sequencial}/arquivos/excluidos/{sequencialDocumento}":{"get":{"tags":["Contrato/Empenho"],"summary":"Baixar Arquivo/Documento Excluído de Contrato/Empenho","operationId":"recuperarArquivo_2","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/contratos/contratacao/{anoContratacao}/{sequencialContratacao}":{"get":{"tags":["Contrato/Empenho"],"summary":"Consultar Contratos de uma Contratação","operationId":"consultarContratosContratacao","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoContratacao","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialContratacao","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"maximum":50,"minimum":10,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoRecuperarContratoDTO"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/{numeroItem}/imagem/{sequencialImagem}":{"get":{"tags":["Contratação"],"summary":"Recuperar Imagem de um Item de uma Contratação","operationId":"getImagem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialImagem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"type":"string","format":"byte"}}}}}}},"delete":{"tags":["Contratação"],"summary":"Remover Imagem de um Item de uma Contratação","operationId":"removerImagem","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"numeroItem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialImagem","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/itens/quantidade":{"get":{"tags":["Contratação"],"summary":"Consultar Quantidade Item de Contratação","operationId":"recuperarCompraItemQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/historico":{"get":{"tags":["Contratação"],"summary":"Consultar Histórico de Contratação","operationId":"consultarCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarHistoricoCompraDTO"}}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/historico/quantidade":{"get":{"tags":["Contratação"],"summary":"Consultar Quantidade Histórico de Contratação","operationId":"consultarQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/fonte-orcamentaria/{fonteOrcamentariaId}":{"get":{"tags":["Fonte orçamentária da contratação"],"summary":"Consultar fonte orçamentária da contratação","operationId":"obterRegistro_6","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"fonteOrcamentariaId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContratacaoFonteOrcamentariaDTO"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/atas/{sequencialAta}/historico":{"get":{"tags":["Ata"],"summary":"Consultar Histórico de Ata","operationId":"consultarHistoricoAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarHistoricoAtaDTO"}}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/atas/{sequencialAta}/historico/quantidade":{"get":{"tags":["Ata"],"summary":"Consultar Quantidade Histórico de Ata","operationId":"consultarHistoricoAtaQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/arquivos/{sequencialDocumento}":{"get":{"tags":["Contratação"],"summary":"Baixar Arquivo/Documento de Contratação","operationId":"recuperarArquivo_3","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}},"delete":{"tags":["Contratação"],"summary":"Excluir Arquivo/Documento de Contratação","operationId":"removerDocumentoCompra","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/arquivos/quantidade":{"get":{"tags":["Contratação"],"summary":"Consultar Quantidade de Documentos de Contratação","operationId":"recuperarCompraDocumentoQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/compras/{ano}/{sequencial}/arquivos/excluidos/{sequencialDocumento}":{"get":{"tags":["Contratação"],"summary":"Baixar Arquivo/Documento Excluído de Contratação","operationId":"recuperarArquivoExlcuido","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/partesenvolvidas/{cnpjOrgao}/{codUnidade}/{tipoParteEnvolvida}":{"get":{"tags":["Partes Envolvidas"],"summary":"Consultar Parte Envolvida em Ata de Registro de Preço","operationId":"parteEnvolvidaAta","parameters":[{"name":"cnpj","in":"path","description":"CNPJ da Compra","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","description":"Ano da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","description":"Sequencial da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","description":"Sequencial da Ata","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"cnpjOrgao","in":"path","description":"CNPJ do orgão da Parte Envolvida","required":true,"schema":{"type":"string"}},{"name":"codUnidade","in":"path","description":"Código da unidade da Parte Envolvida","required":true,"schema":{"type":"string"}},{"name":"tipoParteEnvolvida","in":"path","description":"Tipo de parte Envolvida","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ParteEnvolvidaAtaDTO"}}}}}},"delete":{"tags":["Partes Envolvidas"],"summary":"Excluir Parte Envolvida em Ata de Registro de Preço","operationId":"excluirParteEnvolvida","parameters":[{"name":"cnpj","in":"path","description":"CNPJ da Compra","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","description":"Ano da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","description":"Sequencial da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","description":"Sequencial da Ata","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"cnpjOrgao","in":"path","description":"CNPJ do orgão da Parte Envolvida","required":true,"schema":{"type":"string"}},{"name":"codUnidade","in":"path","description":"Código da unidade da Parte Envolvida","required":true,"schema":{"type":"string"}},{"name":"tipoParteEnvolvida","in":"path","description":"Tipo de parte Envolvida","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/contratos":{"get":{"tags":["Ata"],"summary":"Consultar Contratos de Ata de Registro de Preço","operationId":"recuperarContratosAtaRegistoPreco","parameters":[{"name":"cnpj","in":"path","description":"CNPJ da Compra","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","description":"Ano da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","description":"Sequencial da Compra","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","description":"Sequencial da Ata","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"pagina","in":"query","required":false,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"tamanhoPagina","in":"query","required":false,"schema":{"minimum":10,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PaginaRetornoContratoAtaDTO"}}}}}}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/arquivos/{sequencialDocumento}":{"get":{"tags":["Ata"],"summary":"Baixar Arquivo/Documento de Ata de Registro de Preço","operationId":"recuperarArquivo_4","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"maxLength":14,"minLength":14,"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}}},"delete":{"tags":["Ata"],"summary":"Excluir Arquivo/Documento de Ata de Registro de Preço","operationId":"deleteDocumentoAta","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"maxLength":14,"minLength":14,"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/arquivos/quantidade":{"get":{"tags":["Ata"],"summary":"Consultar Quantidade de Documentos de Ata","operationId":"recuperarAtaDocumentoQuantidade","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/v1/orgaos/{cnpj}/compras/{anoCompra}/{sequencialCompra}/atas/{sequencialAta}/arquivos/excluidos/{sequencialDocumento}":{"get":{"tags":["Ata"],"summary":"Baixar Arquivo/Documento Excluído de Ata de Registro de Preço","operationId":"recuperarArquivo_5","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"anoCompra","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencialCompra","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialAta","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}},{"name":"sequencialDocumento","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"binary"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/id/{orgaoId}":{"get":{"tags":["Órgão"],"summary":"Consultar Órgão por ID","operationId":"recuperarEnte_1","parameters":[{"name":"orgaoId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OrgaoConsultaDTO"}}}}}}},"/v1/orgaos/":{"get":{"tags":["Órgão"],"summary":"Consultar Órgão por Filtro","operationId":"consultarEntesPorFiltro","parameters":[{"name":"razaoSocial","in":"query","description":"Razão social com pelo menos 3 caracteres","required":true,"schema":{"maxLength":2147483647,"minLength":3,"type":"string"}},{"name":"pagina","in":"query","description":"Índice de paginação iniciando com valor = 1","required":false,"schema":{"minimum":1,"type":"integer","format":"int32","default":1}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OrgaoConsultaDTO"}}}}}}}},"/v1/modalidade-fonte-orcamentaria/{modalidadeId}/{fonteOrcamentariaId}":{"get":{"tags":["Conformidade Modalidade e Fonte Orçamentaria"],"summary":"Consultar conformidade entre modalidade de contratação e Fonte Orçamentaria por código","operationId":"obterModalidadeFonteOrcamentaria","parameters":[{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"fonteOrcamentariaId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ConsultarModalidadeFonteOrcamentariaDTO"}}}}}},"delete":{"tags":["Conformidade Modalidade e Fonte Orçamentaria"],"summary":"Excluir conformidade entre modalidade de contratação e Fonte Orçamentaria","operationId":"excluirModalidadeFonteOrcamentaria","parameters":[{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"fonteOrcamentariaId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/modalidade-criterio-julgamento/{modalidadeId}/{criterioJulgamentoId}":{"get":{"tags":["Conformidade Modalidade e Critério de Julgamento"],"summary":"Consultar conformidade entre modalidade de contratação e critério de julgamento por código","operationId":"obterModalidadeCriterioJulgamento","parameters":[{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"criterioJulgamentoId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ConsultarModalidadeCriterioJulgamentoDTO"}}}}}},"delete":{"tags":["Conformidade Modalidade e Critério de Julgamento"],"summary":"Excluir conformidade entre modalidade de contratação e critério de julgamento","operationId":"excluirModalidadeCriterioJulgamento","parameters":[{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"criterioJulgamentoId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}},"security":[{"bearerAuth":[]}]}},"/v1/instrumento-convocatorio-modalidade-amparo-legal/{amparoLegalId}/{modalidadeId}/{tipoInstrumentoConvocatorioId}":{"get":{"tags":["Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal"],"summary":"Consultar Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal por código","operationId":"obterRegistro_9","parameters":[{"name":"amparoLegalId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"tipoInstrumentoConvocatorioId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ConsultarAmparoLegalModalidadeInstrumentoConvocatorioDTO"}}}}}},"delete":{"tags":["Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal"],"summary":"Excluir Conformidade Instrumento Convocatório, Modalidade de Contratação e Amparo Legal","operationId":"deletarRegistro","parameters":[{"name":"amparoLegalId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"modalidadeId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"tipoInstrumentoConvocatorioId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExcluirDominioGenericoDTO"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","enum":["100 CONTINUE","101 SWITCHING_PROTOCOLS","102 PROCESSING","103 CHECKPOINT","200 OK","201 CREATED","202 ACCEPTED","203 NON_AUTHORITATIVE_INFORMATION","204 NO_CONTENT","205 RESET_CONTENT","206 PARTIAL_CONTENT","207 MULTI_STATUS","208 ALREADY_REPORTED","226 IM_USED","300 MULTIPLE_CHOICES","301 MOVED_PERMANENTLY","302 FOUND","302 MOVED_TEMPORARILY","303 SEE_OTHER","304 NOT_MODIFIED","305 USE_PROXY","307 TEMPORARY_REDIRECT","308 PERMANENT_REDIRECT","400 BAD_REQUEST","401 UNAUTHORIZED","402 PAYMENT_REQUIRED","403 FORBIDDEN","404 NOT_FOUND","405 METHOD_NOT_ALLOWED","406 NOT_ACCEPTABLE","407 PROXY_AUTHENTICATION_REQUIRED","408 REQUEST_TIMEOUT","409 CONFLICT","410 GONE","411 LENGTH_REQUIRED","412 PRECONDITION_FAILED","413 PAYLOAD_TOO_LARGE","413 REQUEST_ENTITY_TOO_LARGE","414 URI_TOO_LONG","414 REQUEST_URI_TOO_LONG","415 UNSUPPORTED_MEDIA_TYPE","416 REQUESTED_RANGE_NOT_SATISFIABLE","417 EXPECTATION_FAILED","418 I_AM_A_TEAPOT","419 INSUFFICIENT_SPACE_ON_RESOURCE","420 METHOD_FAILURE","421 DESTINATION_LOCKED","422 UNPROCESSABLE_ENTITY","423 LOCKED","424 FAILED_DEPENDENCY","425 TOO_EARLY","426 UPGRADE_REQUIRED","428 PRECONDITION_REQUIRED","429 TOO_MANY_REQUESTS","431 REQUEST_HEADER_FIELDS_TOO_LARGE","451 UNAVAILABLE_FOR_LEGAL_REASONS","500 INTERNAL_SERVER_ERROR","501 NOT_IMPLEMENTED","502 BAD_GATEWAY","503 SERVICE_UNAVAILABLE","504 GATEWAY_TIMEOUT","505 HTTP_VERSION_NOT_SUPPORTED","506 VARIANT_ALSO_NEGOTIATES","507 INSUFFICIENT_STORAGE","508 LOOP_DETECTED","509 BANDWIDTH_LIMIT_EXCEEDED","510 NOT_EXTENDED","511 NETWORK_AUTHENTICATION_REQUIRED"]}}}}},"security":[{"bearerAuth":[]}]}},"/v1/orgaos/{cnpj}/pca/{ano}/{sequencial}":{"delete":{"tags":["Plano de Contratação"],"summary":"Excluir Plano de Contratação","operationId":"removerPlano","parameters":[{"name":"cnpj","in":"path","required":true,"schema":{"type":"string"}},{"name":"ano","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"sequencial","in":"path","required":true,"schema":{"minimum":1,"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExclusaoDTO"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"oneOf":[{"type":"object","additionalProperties":{"type":"string"}},{"$ref":"#/components/schemas/RespostaErroValidacaoDTO"}]}}}},"422":{"description":"Unprocessable Entity","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"204":{"description":"No Content","content":{"*/*":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized","content":{"*/*":{"schema":{"type":"string"}}}},"200":{"description":"OK"}},"security":[{"bearerAuth":[]}]}}},"components":{"schemas":{"IErroValidacaoDTO":{"type":"object"},"RespostaErroValidacaoDTO":{"type":"object","properties":{"erros":{"type":"array","items":{"$ref":"#/components/schemas/IErroValidacaoDTO"}}}},"AlterarUsuarioDTO":{"type":"object","properties":{"nome":{"type":"string"},"email":{"type":"string"},"senha":{"type":"string"},"entesAutorizados":{"type":"array","items":{"type":"string"}}}},"IncluirOrgaoDTO":{"required":["cnpj"],"type":"object","properties":{"cnpj":{"maxLength":14,"minLength":14,"type":"string"}}},"AlterarUnidadeOrgaoDTO":{"type":"object","properties":{"codigoUnidade":{"maxLength":30,"minLength":1,"type":"string"},"nomeUnidade":{"maxLength":100,"minLength":1,"type":"string"},"codigoIBGE":{"type":"string"}}},"AlterarContratoDTO":{"required":["categoriaProcessoId","cnpjCompra","codigoUnidade","dataAssinatura","dataVigenciaInicio","frutoAdesao","niFornecedor","nomeRazaoSocialFornecedor","numeroContratoEmpenho","numeroParcelas","objetoContrato","processo","receita","sequencialCompra","temRemanejamento","tipoContratoId","tipoPessoaFornecedor","valorGlobal","valorInicial","valorParcela"],"type":"object","properties":{"cnpjCompra":{"type":"string"},"anoCompra":{"type":"integer","format":"int32"},"sequencialCompra":{"minimum":1,"type":"integer","format":"int32"},"tipoContratoId":{"minimum":1,"type":"integer","format":"int64"},"numeroContratoEmpenho":{"type":"string"},"processo":{"type":"string"},"categoriaProcessoId":{"minimum":1,"type":"integer","format":"int64"},"niFornecedor":{"type":"string"},"tipoPessoaFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"maxLength":255,"minLength":0,"type":"string"},"receita":{"type":"boolean"},"codigoUnidade":{"type":"string"},"objetoContrato":{"type":"string"},"valorInicial":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"numeroParcelas":{"minimum":1,"type":"integer","format":"int32"},"valorParcela":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"valorGlobal":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"temRemanejamento":{"type":"boolean"},"valorAcumulado":{"type":"number"},"niFornecedorSubContratado":{"type":"string"},"tipoPessoaFornecedorSubContratado":{"type":"string"},"nomeRazaoSocialFornecedorSubContratado":{"maxLength":255,"minLength":0,"type":"string"},"informacaoComplementar":{"type":"string"},"urlCipi":{"type":"string"},"identificadorCipi":{"type":"string"},"frutoAdesao":{"type":"boolean"},"sequencialAta":{"type":"integer","format":"int32"},"tipoParteEnvolvidaId":{"minimum":1,"type":"integer","format":"int64"},"cnpjOrgaoParteEnvolvida":{"type":"string"},"codigoUnidadeParteEnvolvida":{"type":"string"},"cnpjOrgaoSubRogado":{"type":"string"},"codigoUnidadeSubRogada":{"type":"string"},"justificativa":{"type":"string"}}},"AlterarTermoContratoDTO":{"required":["dataAssinatura","objetoTermoContrato","qualificacaoAcrescimoSupressao","qualificacaoFornecedor","qualificacaoInformativo","qualificacaoReajuste","qualificacaoVigencia","tipoTermoContratoId"],"type":"object","properties":{"tipoTermoContratoId":{"minimum":1,"type":"integer","format":"int64"},"numeroTermoContrato":{"type":"string"},"objetoTermoContrato":{"type":"string"},"qualificacaoAcrescimoSupressao":{"type":"boolean"},"qualificacaoVigencia":{"type":"boolean"},"qualificacaoFornecedor":{"type":"boolean"},"qualificacaoInformativo":{"type":"boolean"},"qualificacaoReajuste":{"type":"boolean"},"dataAssinatura":{"type":"string"},"niFornecedor":{"type":"string"},"tipoPessoaFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"maxLength":255,"minLength":0,"type":"string"},"niFornecedorSubContratado":{"type":"string"},"tipoPessoaFornecedorSubContratado":{"type":"string"},"nomeRazaoSocialFornecedorSubContratado":{"maxLength":255,"minLength":0,"type":"string"},"informativoObservacao":{"type":"string"},"fundamentoLegal":{"type":"string"},"valorAcrescido":{"type":"number"},"numeroParcelas":{"type":"integer","format":"int32"},"valorParcela":{"type":"number"},"valorGlobal":{"type":"number"},"prazoAditadoDias":{"type":"integer","format":"int32"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"justificativa":{"type":"string"}}},"AlterarCompraDTO":{"required":["amparoLegalId","codigoUnidadeCompradora","modalidadeId","modoDisputaId","numeroCompra","numeroProcesso","objetoCompra","situacaoCompraId","srp","tipoInstrumentoConvocatorioId"],"type":"object","properties":{"tipoInstrumentoConvocatorioId":{"type":"integer","format":"int64"},"modalidadeId":{"type":"integer","format":"int64"},"modoDisputaId":{"type":"integer","format":"int64"},"numeroCompra":{"type":"string"},"numeroProcesso":{"type":"string"},"situacaoCompraId":{"type":"string","enum":["1","2","3","4"]},"objetoCompra":{"type":"string"},"informacaoComplementar":{"type":"string"},"amparoLegalId":{"type":"integer","format":"int64"},"cnpjOrgaoSubRogado":{"type":"string"},"codigoUnidadeSubRogada":{"type":"string"},"srp":{"type":"boolean"},"dataAberturaProposta":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataEncerramentoProposta":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidadeCompradora":{"type":"string"},"linkSistemaOrigem":{"type":"string"},"linkProcessoEletronico":{"type":"string"},"justificativa":{"type":"string"},"justificativaPresencial":{"maxLength":5120,"minLength":0,"type":"string"}}},"AlterarCompraItemDTO":{"required":["criterioJulgamentoId","descricao","incentivoProdutivoBasico","materialOuServico","numeroItem","orcamentoSigiloso","quantidade","situacaoCompraItemId","tipoBeneficioId","unidadeMedida","valorTotal","valorUnitarioEstimado"],"type":"object","properties":{"numeroItem":{"type":"integer","format":"int32"},"materialOuServico":{"type":"string","enum":["M","S"]},"tipoBeneficioId":{"type":"string","enum":["1","2","3","4","5"]},"incentivoProdutivoBasico":{"type":"boolean"},"descricao":{"maxLength":2048,"minLength":0,"type":"string"},"quantidade":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"unidadeMedida":{"maxLength":255,"minLength":0,"type":"string"},"orcamentoSigiloso":{"type":"boolean"},"valorUnitarioEstimado":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"valorTotal":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"situacaoCompraItemId":{"type":"string","enum":["1","2","3","4","5"]},"criterioJulgamentoId":{"type":"integer","format":"int64"},"justificativa":{"type":"string"},"patrimonio":{"maxLength":255,"minLength":0,"pattern":"^(?!\\s*$).*","type":"string","description":"Código de patrimônio","example":"string"},"codigoRegistroImobiliario":{"pattern":"^(?!\\s*$).*","type":"string","description":"Código de registro imobiliário","example":"string"},"itemCategoriaId":{"type":"integer","format":"int64"},"aplicabilidadeMargemPreferenciaNormal":{"type":"boolean"},"aplicabilidadeMargemPreferenciaAdicional":{"type":"boolean"},"codigoTipoMargemPreferencia":{"type":"integer","format":"int64"},"percentualMargemPreferenciaNormal":{"type":"number"},"percentualMargemPreferenciaAdicional":{"type":"number"},"inConteudoNacional":{"type":"boolean"},"ncmNbsCodigo":{"type":"string"},"ncmNbsDescricao":{"type":"string"},"catalogoId":{"type":"integer","format":"int64"},"categoriaItemCatalogoId":{"type":"integer","format":"int64"},"catalogoCodigoItem":{"type":"string"},"informacaoComplementar":{"type":"string"}}},"AlterarCompraItemResultadoDTO":{"type":"object","properties":{"quantidadeHomologada":{"type":"number"},"valorUnitarioHomologado":{"type":"number"},"valorTotalHomologado":{"type":"number"},"percentualDesconto":{"type":"number"},"aplicacaoMargemPreferencia":{"type":"boolean"},"amparoLegalMargemPreferenciaId":{"type":"integer","format":"int64"},"aplicacaoBeneficioMeEpp":{"type":"boolean"},"aplicacaoCriterioDesempate":{"type":"boolean"},"amparoLegalCriterioDesempateId":{"type":"integer","format":"int64"},"simboloMoedaEstrangeira":{"type":"string"},"dataCotacaoMoedaEstrangeira":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"timezoneCotacaoMoedaEstrangeira":{"type":"string"},"valorNominalMoedaEstrangeira":{"type":"number"},"paisOrigemProdutoServicoId":{"type":"string"},"tipoPessoaId":{"type":"string"},"niFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"type":"string"},"porteFornecedorId":{"type":"integer","format":"int64"},"codigoPais":{"type":"string"},"codigoIbgeMunicipio":{"type":"string"},"localidadeExterior":{"type":"string"},"reservaRemanescenteId":{"type":"integer","format":"int64"},"indicadorSubcontratacao":{"type":"boolean"},"ordemClassificacaoSrp":{"type":"integer","format":"int32"},"dataResultado":{"type":"string","format":"date"},"naturezaJuridicaId":{"type":"string"},"situacaoCompraItemResultadoId":{"type":"integer","format":"int64"},"justificativa":{"type":"string"},"dataCancelamento":{"type":"string"},"motivoCancelamento":{"type":"string"}}},"AtaRegistroPrecoAlteracaoDTO":{"required":["anoAta","cancelado","dataAssinatura","dataVigenciaFim","dataVigenciaInicio","justificativa","numeroAtaRegistroPreco","possibilidadeAdesao"],"type":"object","properties":{"numeroAtaRegistroPreco":{"type":"string"},"anoAta":{"type":"integer","format":"int32"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"cancelado":{"type":"boolean"},"dataCancelamento":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"justificativa":{"maxLength":255,"minLength":0,"type":"string"},"possibilidadeAdesao":{"type":"boolean"}}},"AtaRegistroPrecoDTO":{"type":"object","properties":{"numeroAtaRegistroPreco":{"type":"string"},"anoAta":{"type":"integer","format":"int32"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"dataCancelamento":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cancelado":{"type":"boolean"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacaoGlobal":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"sequencialAta":{"type":"integer","format":"int32"},"numeroControlePNCP":{"type":"string"},"orgaoEntidade":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"orgaoSubRogado":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"unidadeOrgao":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"unidadeSubRogada":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"modalidadeNome":{"type":"string"},"objetoCompra":{"type":"string"},"informacaoComplementarCompra":{"type":"string"},"usuarioNome":{"type":"string"},"possibilidadeAdesao":{"type":"boolean"}}},"RecuperarOrgaoEntidadeDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"razaoSocial":{"type":"string"},"esferaId":{"type":"string"},"poderId":{"type":"string"}}},"RecuperarUnidadeOrgaoDTO":{"type":"object","properties":{"codigoUnidade":{"type":"string"},"nomeUnidade":{"type":"string"},"municipioNome":{"type":"string"},"codigoIbge":{"type":"string"},"ufSigla":{"type":"string"},"ufNome":{"type":"string"}}},"InserirUsuarioDTO":{"type":"object","properties":{"nome":{"type":"string"},"cpfCnpj":{"type":"string"},"email":{"type":"string"},"administrador":{"type":"boolean"},"entesAutorizados":{"type":"array","items":{"type":"string"}}}},"CredenciaisDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"login":{"type":"string"},"nome":{"type":"string"},"cpfCnpj":{"type":"string"},"email":{"type":"string"},"administrador":{"type":"boolean"},"gestaoEnteAutorizado":{"type":"boolean"},"statusBloqueado":{"type":"boolean"},"token":{"type":"string"},"senha":{"type":"string"},"telefone":{"type":"string"},"cnpjVinculado":{"type":"string"},"entesAutorizados":{"type":"array","items":{"$ref":"#/components/schemas/EnteCredenciaisDTO"}},"nivelGovBR":{"type":"string"},"permissoes":{"uniqueItems":true,"type":"array","items":{"$ref":"#/components/schemas/DominioGenericoMinimoDTO"}}}},"DominioGenericoMinimoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"}}},"EnteCredenciaisDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"cnpj":{"type":"string"},"razaoSocial":{"type":"string"}}},"IncluirUsuarioOrgaoDTO":{"required":["entesAutorizados"],"type":"object","properties":{"entesAutorizados":{"maxItems":2000,"minItems":1,"type":"array","items":{"type":"string"}}}},"CamposLoginDTO":{"required":["login"],"type":"object","properties":{"login":{"type":"string"},"senha":{"type":"string"}}},"IncluirTipoInstrumentoConvocatorioDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"obrigatoriedadeDataAberturaPropostaId":{"type":"integer","format":"int64"},"obrigatoriedadeDataEncerramentoPropostaId":{"type":"integer","format":"int64"}}},"IncluirTipoInstrumentoCobrancaDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"}}},"IncluirTipoDocumentoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"},"tipoInformacaoId":{"type":"integer","format":"int64"}}},"IncluirTipoContratoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"}}},"IncluirTipoInstrumentoConvocatorioModoDisputaDTO":{"type":"object","properties":{"tipoInstrumentoConvocatorioId":{"type":"integer","format":"int64"},"modoDisputaId":{"type":"integer","format":"int64"}}},"IncluirDominioGenericoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"}}},"IncluirUnidadeOrgaoDTO":{"type":"object","properties":{"codigoIBGE":{"type":"string"},"codigoUnidade":{"maxLength":30,"minLength":1,"type":"string"},"nomeUnidade":{"maxLength":100,"minLength":1,"type":"string"}}},"Municipio":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"uf":{"$ref":"#/components/schemas/UF"},"nome":{"type":"string"},"codigoIbge":{"type":"string"},"dataHoraRegistro":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"OrgaoEntidadeDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"cnpj":{"type":"string"},"razaoSocial":{"type":"string"},"cnpjEnteResponsavel":{"type":"string"},"poderId":{"type":"string"},"esferaId":{"type":"string"},"validado":{"type":"boolean"},"dataValidacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"UF":{"type":"object","properties":{"siglaUF":{"type":"string"},"nomeUF":{"type":"string"},"dataHoraRegistro":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"UnidadeOrgaoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"orgao":{"$ref":"#/components/schemas/OrgaoEntidadeDTO"},"codigoUnidade":{"maxLength":30,"minLength":1,"type":"string"},"nomeUnidade":{"maxLength":100,"minLength":1,"type":"string"},"municipio":{"$ref":"#/components/schemas/Municipio"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"IncluirPlanoContratacaoDTO":{"required":["anoPca","codigoUnidade","itensPlano"],"type":"object","properties":{"codigoUnidade":{"type":"string"},"anoPca":{"minimum":1,"type":"integer","format":"int32"},"itensPlano":{"maxItems":2000,"minItems":1,"type":"array","items":{"$ref":"#/components/schemas/IncluirPlanoContratacaoItemDTO"}}}},"IncluirPlanoContratacaoItemDTO":{"required":["catalogo","categoriaItemPca","classificacaoCatalogo","classificacaoSuperiorCodigo","classificacaoSuperiorNome","dataDesejada","numeroItem","quantidade","unidadeFornecimento","valorOrcamentoExercicio","valorTotal","valorUnitario"],"type":"object","properties":{"numeroItem":{"type":"integer","format":"int32"},"categoriaItemPca":{"type":"integer","format":"int64"},"descricao":{"maxLength":2048,"minLength":0,"type":"string"},"unidadeFornecimento":{"maxLength":255,"minLength":0,"type":"string"},"quantidade":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"valorUnitario":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"valorTotal":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"valorOrcamentoExercicio":{"minimum":0,"exclusiveMinimum":false,"type":"number"},"unidadeRequisitante":{"maxLength":255,"minLength":0,"type":"string"},"dataDesejada":{"type":"string","format":"date"},"grupoContratacaoCodigo":{"maxLength":100,"minLength":0,"type":"string"},"grupoContratacaoNome":{"maxLength":255,"minLength":0,"type":"string"},"catalogo":{"type":"integer","format":"int64"},"classificacaoCatalogo":{"type":"string","enum":["1","2"]},"codigoItem":{"maxLength":100,"minLength":0,"type":"string"},"classificacaoSuperiorCodigo":{"maxLength":100,"minLength":0,"type":"string"},"classificacaoSuperiorNome":{"maxLength":255,"minLength":0,"type":"string"},"pdmCodigo":{"maxLength":100,"minLength":0,"type":"string"},"pdmDescricao":{"maxLength":255,"minLength":0,"type":"string"}}},"IncluirTermoContratoDTO":{"required":["dataAssinatura","objetoTermoContrato","qualificacaoAcrescimoSupressao","qualificacaoFornecedor","qualificacaoInformativo","qualificacaoReajuste","qualificacaoVigencia","tipoTermoContratoId"],"type":"object","properties":{"tipoTermoContratoId":{"minimum":1,"type":"integer","format":"int64"},"numeroTermoContrato":{"type":"string"},"objetoTermoContrato":{"type":"string"},"qualificacaoAcrescimoSupressao":{"type":"boolean"},"qualificacaoVigencia":{"type":"boolean"},"qualificacaoFornecedor":{"type":"boolean"},"qualificacaoInformativo":{"type":"boolean"},"qualificacaoReajuste":{"type":"boolean"},"dataAssinatura":{"type":"string"},"niFornecedor":{"type":"string"},"tipoPessoaFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"maxLength":255,"minLength":0,"type":"string"},"niFornecedorSubContratado":{"type":"string"},"tipoPessoaFornecedorSubContratado":{"type":"string"},"nomeRazaoSocialFornecedorSubContratado":{"maxLength":255,"minLength":0,"type":"string"},"informativoObservacao":{"type":"string"},"fundamentoLegal":{"type":"string"},"valorAcrescido":{"type":"number"},"numeroParcelas":{"type":"integer","format":"int32"},"valorParcela":{"type":"number"},"valorGlobal":{"type":"number"},"prazoAditadoDias":{"type":"integer","format":"int32"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"}}},"IncluirEmpenhoDTO":{"required":["dataEmissaoEmpenho","niCredorFornecedor","nomeCredorFornecedor","numeroEmpenho","tipoPessoa","valorTotal"],"type":"object","properties":{"numeroEmpenho":{"maxLength":50,"minLength":0,"type":"string"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"niCredorFornecedor":{"maxLength":30,"minLength":0,"type":"string"},"nomeCredorFornecedor":{"maxLength":255,"minLength":0,"type":"string"},"numeroPlanoInterno":{"maxLength":50,"minLength":0,"type":"string"},"codigoNaturezaDespesa":{"maxLength":10,"minLength":0,"type":"string"},"dataEmissaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"valorTotal":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"valorSubItem":{"minimum":0.00,"exclusiveMinimum":false,"type":"number"},"codigoEmenda":{"maxLength":50,"minLength":0,"type":"string"}}},"IncluirListaEmpenhoDTO":{"type":"object","properties":{"empenhos":{"type":"array","items":{"$ref":"#/components/schemas/IncluirEmpenhoDTO"}}}},"RetornoEmpenhoDTO":{"type":"object","properties":{"sequencialEmpenho":{"type":"integer","format":"int32"},"numeroEmpenho":{"type":"string"},"url":{"type":"string"}}},"IncluirInstrumentoCobrancaContratoDTO":{"required":["tipoInstrumentoCobrancaId"],"type":"object","properties":{"tipoInstrumentoCobrancaId":{"minimum":1,"type":"integer","format":"int64"},"numeroInstrumentoCobranca":{"type":"string"},"chaveNFe":{"type":"string"},"dataEmissaoDocumento":{"type":"string"},"observacao":{"type":"string"}}},"IncluirCompraItemDTO":{"required":["criterioJulgamentoId","descricao","incentivoProdutivoBasico","materialOuServico","numeroItem","orcamentoSigiloso","quantidade","tipoBeneficioId","unidadeMedida","valorTotal","valorUnitarioEstimado"],"type":"object","properties":{"numeroItem":{"type":"integer","format":"int32"},"materialOuServico":{"type":"string","enum":["M","S"]},"orcamentoSigiloso":{"type":"boolean"},"tipoBeneficioId":{"type":"string","enum":["1","2","3","4","5"]},"incentivoProdutivoBasico":{"type":"boolean"},"descricao":{"maxLength":2048,"minLength":0,"type":"string"},"quantidade":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"unidadeMedida":{"maxLength":30,"minLength":0,"type":"string"},"valorUnitarioEstimado":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"valorTotal":{"minimum":0.0,"exclusiveMinimum":false,"type":"number"},"criterioJulgamentoId":{"type":"integer","format":"int64"},"patrimonio":{"maxLength":255,"minLength":0,"pattern":"^(?!\\s*$).*","type":"string","description":"Código de patrimônio","example":"string"},"codigoRegistroImobiliario":{"pattern":"^(?!\\s*$).*","type":"string","description":"Código de registro imobiliário","example":"string"},"itemCategoriaId":{"type":"integer","format":"int64"},"aplicabilidadeMargemPreferenciaNormal":{"type":"boolean"},"aplicabilidadeMargemPreferenciaAdicional":{"type":"boolean"},"codigoTipoMargemPreferencia":{"type":"integer","format":"int64"},"percentualMargemPreferenciaNormal":{"type":"number"},"percentualMargemPreferenciaAdicional":{"type":"number"},"inConteudoNacional":{"type":"boolean"},"ncmNbsCodigo":{"type":"string"},"ncmNbsDescricao":{"type":"string"},"catalogoId":{"type":"integer","format":"int64"},"categoriaItemCatalogoId":{"type":"integer","format":"int64"},"catalogoCodigoItem":{"type":"string"},"informacaoComplementar":{"type":"string"}}},"IncluirCompraItemResultadoDTO":{"type":"object","properties":{"quantidadeHomologada":{"type":"number"},"valorUnitarioHomologado":{"type":"number"},"valorTotalHomologado":{"type":"number"},"percentualDesconto":{"type":"number"},"aplicacaoMargemPreferencia":{"type":"boolean"},"amparoLegalMargemPreferenciaId":{"type":"integer","format":"int64"},"aplicacaoBeneficioMeEpp":{"type":"boolean"},"aplicacaoCriterioDesempate":{"type":"boolean"},"amparoLegalCriterioDesempateId":{"type":"integer","format":"int64"},"simboloMoedaEstrangeira":{"type":"string"},"dataCotacaoMoedaEstrangeira":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"timezoneCotacaoMoedaEstrangeira":{"type":"string"},"valorNominalMoedaEstrangeira":{"type":"number"},"paisOrigemProdutoServicoId":{"type":"string"},"tipoPessoaId":{"type":"string","enum":["PJ","PF","PE"]},"niFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"type":"string"},"porteFornecedorId":{"type":"integer","format":"int64"},"codigoPais":{"type":"string"},"codigoIbgeMunicipio":{"type":"string"},"localidadeExterior":{"type":"string"},"reservaRemanescenteId":{"type":"integer","format":"int64"},"indicadorSubcontratacao":{"type":"boolean"},"ordemClassificacaoSrp":{"type":"integer","format":"int32"},"dataResultado":{"type":"string","format":"date"},"naturezaJuridicaId":{"type":"string"}}},"RetornoInserirImagemDeItemDeContratacaoDTO":{"type":"object","properties":{"mensagem":{"type":"string"},"url":{"type":"string"},"sequencialImagem":{"type":"integer","format":"int32"}}},"IncluirContratacaoFonteOrcamentariaDTO":{"type":"object","properties":{"listaFonteOrcamentariaId":{"type":"array","items":{"type":"integer","format":"int64"}}}},"IncluirParteEnvolvidaAtaDTO":{"required":["cnpj","codigoUnidadeCompradora","tipoParteEnvolvidaId"],"type":"object","properties":{"tipoParteEnvolvidaId":{"type":"integer","format":"int64"},"cnpj":{"type":"string"},"codigoUnidadeCompradora":{"type":"string"}}},"ModalidadeFonteOrcamentariaDTO":{"type":"object","properties":{"modalidadeId":{"type":"integer","format":"int64"},"fonteOrcamentariaId":{"type":"integer","format":"int64"}}},"ModalidadeCriterioJulgamentoDTO":{"type":"object","properties":{"modalidadeId":{"type":"integer","format":"int64"},"criterioJulgamentoId":{"type":"integer","format":"int64"}}},"AmparoLegalModalidadeInstrumentoConvocatorioCommand":{"type":"object","properties":{"amparoLegalId":{"type":"integer","format":"int64"},"modalidadeId":{"type":"integer","format":"int64"},"tipoInstrumentoConvocatorioId":{"type":"integer","format":"int64"}}},"IncluirCatalogoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"url":{"type":"string"}}},"IncluirAmparoLegalDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"tipoAmparoLegalId":{"type":"integer","format":"int64"}}},"AlterarParcialPermissaoUsuarioDTO":{"type":"object","properties":{"administrador":{"type":"boolean","example":false},"gestaoEnteAutorizado":{"type":"boolean","example":false},"statusBloqueado":{"type":"boolean","example":false},"incluirPermissoes":{"type":"array","example":[],"items":{"type":"integer","format":"int64"}},"removerPermissoes":{"type":"array","example":[],"items":{"type":"integer","format":"int64"}}}},"AlterarParcialTipoInstrumentoConvocatorioDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"obrigatoriedadeDataAberturaPropostaId":{"type":"integer","format":"int64"},"obrigatoriedadeDataEncerramentoPropostaId":{"type":"integer","format":"int64"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"AlterarParcialTipoInstrumentoConbrancaDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"AlterarParcialTipoDocumentoDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"tipoInformacaoId":{"type":"integer","format":"int64"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"AlterarParcialTipoContratoDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"AlterarParcialDominioGenericoDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"RetificarParcialPlanoContratacaoItemDTO":{"type":"object","properties":{"categoriaItemPca":{"type":"integer","format":"int64"},"catalogo":{"type":"integer","format":"int64"},"classificacaoSuperiorCodigo":{"type":"string"},"classificacaoSuperiorNome":{"type":"string"},"pdmCodigo":{"type":"string"},"pdmDescricao":{"type":"string"},"classificacaoCatalogo":{"type":"string","enum":["1","2"]},"codigoItem":{"type":"string"},"descricao":{"type":"string"},"unidadeFornecimento":{"type":"string"},"quantidade":{"type":"number"},"valorUnitario":{"type":"number"},"valorTotal":{"type":"number"},"valorOrcamentoExercicio":{"type":"number"},"unidadeRequisitante":{"type":"string"},"dataDesejada":{"type":"string","format":"date"},"grupoContratacaoCodigo":{"type":"string"},"grupoContratacaoNome":{"type":"string"},"justificativa":{"maxLength":255,"minLength":0,"type":"string"},"numeroItem":{"type":"integer","format":"int32"}}},"RetificarParcialPlanoContratacaoListaItensDTO":{"type":"object","properties":{"lista":{"type":"array","items":{"$ref":"#/components/schemas/RetificarParcialPlanoContratacaoItemDTO"}},"justificativa":{"maxLength":255,"minLength":0,"type":"string"}}},"AlterarParcialContratoDTO":{"type":"object","properties":{"cnpjCompra":{"type":"string"},"anoCompra":{"type":"integer","format":"int32"},"sequencialCompra":{"type":"integer","format":"int32"},"sequencialAta":{"type":"integer","format":"int32"},"frutoAdesao":{"type":"boolean"},"temRemanejamento":{"type":"boolean"},"emendaParlamentar":{"type":"boolean"},"tipoContratoId":{"type":"integer","format":"int64"},"numeroContratoEmpenho":{"type":"string"},"processo":{"type":"string"},"categoriaProcessoId":{"type":"integer","format":"int64"},"niFornecedor":{"type":"string"},"tipoPessoaFornecedor":{"type":"string"},"nomeRazaoSocialFornecedor":{"type":"string"},"receita":{"type":"boolean"},"codigoUnidade":{"type":"string"},"objetoContrato":{"type":"string"},"valorInicial":{"type":"number"},"numeroParcelas":{"type":"integer","format":"int32"},"valorParcela":{"type":"number"},"valorGlobal":{"type":"number"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"valorAcumulado":{"type":"number"},"niFornecedorSubContratado":{"type":"string"},"tipoPessoaFornecedorSubContratado":{"type":"string"},"nomeRazaoSocialFornecedorSubContratado":{"type":"string"},"informacaoComplementar":{"type":"string"},"urlCipi":{"type":"string"},"identificadorCipi":{"type":"string"},"cnpjOrgaoSubRogado":{"type":"string"},"codigoUnidadeSubRogada":{"type":"string"},"tipoParteEnvolvidaId":{"type":"integer","format":"int64"},"cnpjOrgaoParteEnvolvida":{"type":"string"},"codigoUnidadeParteEnvolvida":{"type":"string"},"justificativa":{"type":"string"}}},"RetificarEmpenhoDTO":{"required":["justificativa"],"type":"object","properties":{"numeroEmpenho":{"maxLength":50,"minLength":0,"type":"string"},"situacaoEmpenhoId":{"type":"integer","format":"int64"},"dataSituacaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"niCredorFornecedor":{"maxLength":30,"minLength":0,"type":"string"},"nomeCredorFornecedor":{"maxLength":255,"minLength":0,"type":"string"},"numeroPlanoInterno":{"maxLength":50,"minLength":0,"type":"string"},"codigoNaturezaDespesa":{"maxLength":10,"minLength":0,"type":"string"},"dataEmissaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"valorTotal":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"valorSubItem":{"minimum":0.00,"exclusiveMinimum":false,"type":"number"},"codigoEmenda":{"maxLength":50,"minLength":0,"type":"string"},"justificativa":{"maxLength":255,"minLength":0,"type":"string"}}},"RetornoEmpenhoRetificadoDTO":{"type":"object","properties":{"url":{"type":"string"},"cnpjOrgao":{"type":"string"},"anoContrato":{"type":"integer","format":"int32"},"sequencialContrato":{"type":"integer","format":"int32"},"sequencialEmpenho":{"type":"integer","format":"int32"},"numeroEmpenho":{"type":"string"},"situacaoEmpenhoCodigo":{"type":"integer","format":"int64"},"situacaoEmpenhoNome":{"type":"string"},"dataSituacaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"niCredorFornecedor":{"type":"string"},"nomeCredorFornecedor":{"type":"string"},"numeroPlanoInterno":{"type":"string"},"codigoNaturezaDespesa":{"type":"string"},"dataEmissaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"valorTotal":{"type":"number"},"valorSubItem":{"type":"number"},"codigoEmendaParlamentar":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"justificativa":{"type":"string"}}},"RetificarInstrumentoCobrancaContratoDTO":{"type":"object","properties":{"numeroInstrumentoCobranca":{"type":"string"},"dataEmissaoDocumento":{"type":"string"},"observacao":{"type":"string"},"justificativa":{"type":"string"},"tipoInstrumentoCobrancaId":{"type":"integer","format":"int64"},"chaveNFe":{"type":"string"}}},"AlterarCompraParcialDTO":{"type":"object","properties":{"tipoInstrumentoConvocatorioId":{"type":"integer","format":"int64"},"modalidadeId":{"type":"integer","format":"int64"},"modoDisputaId":{"type":"integer","format":"int64"},"numeroCompra":{"type":"string"},"numeroProcesso":{"type":"string"},"situacaoCompraId":{"type":"string","enum":["1","2","3","4"]},"objetoCompra":{"type":"string"},"informacaoComplementar":{"type":"string"},"amparoLegalId":{"type":"integer","format":"int64"},"cnpjOrgaoSubRogado":{"type":"string"},"codigoUnidadeSubRogada":{"type":"string"},"srp":{"type":"boolean"},"dataAberturaProposta":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataEncerramentoProposta":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidadeCompradora":{"type":"string"},"linkSistemaOrigem":{"type":"string"},"linkProcessoEletronico":{"type":"string"},"justificativa":{"maxLength":255,"minLength":0,"type":"string"},"justificativaPresencial":{"type":"string"},"emendaParlamentar":{"type":"boolean"}}},"AlterarCompraItemParcialDTO":{"type":"object","properties":{"materialOuServico":{"type":"string","enum":["M","S"]},"tipoBeneficioId":{"type":"string","enum":["1","2","3","4","5"]},"incentivoProdutivoBasico":{"type":"boolean"},"descricao":{"type":"string"},"quantidade":{"type":"number"},"unidadeMedida":{"type":"string"},"valorUnitarioEstimado":{"type":"number"},"valorTotal":{"type":"number"},"orcamentoSigiloso":{"type":"boolean"},"situacaoCompraItemId":{"type":"string","enum":["1","2","3","4","5"]},"criterioJulgamentoId":{"type":"integer","format":"int64"},"patrimonio":{"type":"string"},"codigoRegistroImobiliario":{"type":"string"},"itemCategoriaId":{"type":"integer","format":"int64"},"justificativa":{"maxLength":255,"minLength":0,"type":"string"},"aplicabilidadeMargemPreferenciaNormal":{"type":"boolean"},"aplicabilidadeMargemPreferenciaAdicional":{"type":"boolean"},"codigoTipoMargemPreferencia":{"type":"integer","format":"int64"},"percentualMargemPreferenciaNormal":{"type":"number"},"percentualMargemPreferenciaAdicional":{"type":"number"},"ncmNbsCodigo":{"type":"string"},"ncmNbsDescricao":{"type":"string"},"inConteudoNacional":{"type":"boolean"},"catalogoId":{"type":"integer","format":"int64"},"categoriaItemCatalogoId":{"type":"integer","format":"int64"},"catalogoCodigoItem":{"type":"string"},"informacaoComplementar":{"type":"string"}}},"AtaRegistroPrecoAlteracaoParcialDTO":{"required":["justificativa"],"type":"object","properties":{"numeroAtaRegistroPreco":{"type":"string"},"anoAta":{"type":"integer","format":"int32"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"cancelado":{"type":"boolean"},"dataCancelamento":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"justificativa":{"maxLength":255,"minLength":1,"type":"string"},"possibilidadeAdesao":{"type":"boolean"}}},"AlterarParcialCatalogoDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"},"url":{"type":"string"}}},"AlterarParcialAmparoLegalDTO":{"type":"object","properties":{"nome":{"type":"string"},"descricao":{"type":"string"},"tipoAmparoLegalId":{"type":"integer","format":"int64"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"TipoParteEnvolvidaDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"}}},"TipoInstrumentoConvocatorioDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"obrigatoriedadeDataAberturaPropostaNome":{"type":"string"},"obrigatoriedadeDataEncerramentoPropostaNome":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"}}},"TipoInstrumentoCobrancaDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"}}},"RecuperarTipoDocumentoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"},"tipoInformacao":{"$ref":"#/components/schemas/TipoInformacaoDTO"}}},"TipoInformacaoDTO":{"type":"object","properties":{"codigo":{"type":"integer","format":"int64"},"nome":{"type":"string"}}},"TipoContratoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"}}},"DominioGenericoResumidoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"statusAtivo":{"type":"boolean"}}},"TipoInstrumentoConvocatorioModoDisputaDTO":{"type":"object","properties":{"tipoInstrumentoConvocatorio":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"modoDisputa":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"DominioGenericoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"}}},"OrgaoConsultaDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"razaoSocial":{"type":"string"},"nomeFantasia":{"type":"string"},"codigoNaturezaJuridica":{"type":"string"},"situacaoCadastral":{"type":"string"},"motivoSituacaoCadastral":{"type":"string"},"dataSituacaoCadastral":{"type":"string","format":"date"},"poderId":{"type":"string"},"esferaId":{"type":"string"},"dataValidacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"validado":{"type":"boolean"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"descricaoNaturezaJuridica":{"type":"string"},"statusAtivo":{"type":"boolean"},"justificativaAtualizacao":{"type":"string"}}},"SequenciaisDTO":{"type":"object","properties":{"sequencialPlano":{"type":"integer","format":"int32"},"sequencialUltimoItemInserido":{"type":"integer","format":"int32"}}},"RecuperarValoresCategoriaItemPcaDTO":{"type":"object","properties":{"categoriaItemId":{"type":"integer","format":"int64"},"quantidadeItens":{"type":"integer","format":"int64"},"valorTotal":{"type":"number"},"categoriaItemNome":{"type":"string"}}},"IRecuperarPlanoItemDTO":{"type":"object","properties":{"pdmCodigo":{"type":"string"},"categoriaItemPcaid":{"type":"integer","format":"int32"},"nomeCatalogo":{"type":"string"},"nomeClassificacao":{"type":"string"},"catalogoId":{"type":"integer","format":"int32"},"categoriaItemPcaNome":{"type":"string"},"classificacaoCatalogoId":{"type":"integer","format":"int32"},"descricao":{"type":"string"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"numeroItem":{"type":"integer","format":"int32"},"cnpj":{"type":"string"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidade":{"type":"string"},"nomeUnidade":{"type":"string"},"anoPca":{"type":"integer","format":"int32"},"valorTotal":{"type":"number"},"sequencialPca":{"type":"integer","format":"int32"},"pdmDescricao":{"type":"string"},"codigoItem":{"type":"string"},"unidadeRequisitante":{"type":"string"},"grupoContratacaoCodigo":{"type":"string"},"grupoContratacaoNome":{"type":"string"},"classificacaoSuperiorCodigo":{"type":"string"},"classificacaoSuperiorNome":{"type":"string"},"unidadeFornecimento":{"type":"string"},"quantidade":{"type":"number"},"valorUnitario":{"type":"number"},"valorOrcamentoExercicio":{"type":"number"},"dataDesejada":{"type":"string","format":"date"}}},"PlanoContratacaoComItensDTO":{"type":"object","properties":{"itens":{"type":"array","items":{"$ref":"#/components/schemas/IRecuperarPlanoItemDTO"}},"uasg":{"type":"string"},"unidadeResponsavel":{"type":"string"}}},"IRecuperarPlanoItemComControlePncpDTO":{"type":"object","properties":{"numeroControlePncp":{"type":"string"},"pdmCodigo":{"type":"string"},"categoriaItemPcaid":{"type":"integer","format":"int32"},"nomeCatalogo":{"type":"string"},"nomeClassificacao":{"type":"string"},"catalogoId":{"type":"integer","format":"int32"},"categoriaItemPcaNome":{"type":"string"},"classificacaoCatalogoId":{"type":"integer","format":"int32"},"descricao":{"type":"string"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"numeroItem":{"type":"integer","format":"int32"},"cnpj":{"type":"string"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidade":{"type":"string"},"nomeUnidade":{"type":"string"},"anoPca":{"type":"integer","format":"int32"},"valorTotal":{"type":"number"},"sequencialPca":{"type":"integer","format":"int32"},"pdmDescricao":{"type":"string"},"codigoItem":{"type":"string"},"unidadeRequisitante":{"type":"string"},"grupoContratacaoCodigo":{"type":"string"},"grupoContratacaoNome":{"type":"string"},"classificacaoSuperiorCodigo":{"type":"string"},"classificacaoSuperiorNome":{"type":"string"},"unidadeFornecimento":{"type":"string"},"quantidade":{"type":"number"},"valorUnitario":{"type":"number"},"valorOrcamentoExercicio":{"type":"number"},"dataDesejada":{"type":"string","format":"date"}}},"PaginaRetornoIRecuperarPlanoItemComControlePncpDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/IRecuperarPlanoItemComControlePncpDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"PlanoSequencialConsolidadoDTO":{"type":"object","properties":{"valorTotal":{"type":"number"},"quantidade":{"type":"number"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacaoGlobalPCA":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidade":{"type":"string"},"nomeUnidade":{"type":"string"},"anoPca":{"type":"integer","format":"int32"},"cnpj":{"type":"string"},"razaoSocial":{"type":"string"},"numeroControlePNCP":{"type":"string"},"usuario":{"type":"string"},"sequencialPca":{"type":"integer","format":"int32"},"municipio":{"type":"string"},"uf":{"type":"string"}}},"PlanoContratacaoItemOrgaoToDTO":{"type":"object","properties":{"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cnpj":{"type":"string"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"anoPca":{"type":"integer","format":"int32"},"valorTotal":{"type":"number"},"quantidade":{"type":"number"},"poder":{"type":"string"},"esfera":{"type":"string"},"razaoSocial":{"type":"string"}}},"PlanoContratacaoOrgaoDTO":{"type":"object","properties":{"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoUnidade":{"type":"string"},"nomeUnidade":{"type":"string"},"valorTotal":{"type":"number"},"cnpj":{"type":"string"},"anoPca":{"type":"integer","format":"int32"},"razaoSocial":{"type":"string"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacaoGlobalPCA":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"esfera":{"type":"string"},"poder":{"type":"string"},"sequencialPca":{"type":"integer","format":"int32"},"quantidade":{"type":"number"},"numeroControlePNCP":{"type":"string"}}},"Categoria":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"}}},"OrgaoMinimoDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"nome":{"type":"string"}}},"RecuperarContratoDTO":{"type":"object","properties":{"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"anoContrato":{"type":"integer","format":"int32"},"tipoContrato":{"$ref":"#/components/schemas/TipoContratoDTO"},"numeroContratoEmpenho":{"type":"string"},"niFornecedor":{"type":"string"},"niFornecedorSubContratado":{"type":"string"},"orgaoEntidade":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"tipoParteEnvolvida":{"$ref":"#/components/schemas/TipoParteEnvolvidaDTO"},"orgaoParteEnvolvida":{"$ref":"#/components/schemas/OrgaoMinimoDTO"},"unidadeOrgaoParteEnvolvida":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"frutoAdesao":{"type":"boolean"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"categoriaProcesso":{"$ref":"#/components/schemas/Categoria"},"nomeRazaoSocialFornecedor":{"type":"string"},"orgaoSubRogado":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"unidadeOrgao":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"unidadeSubRogada":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"informacaoComplementar":{"type":"string"},"sequencialContrato":{"type":"integer","format":"int32"},"processo":{"type":"string"},"tipoPessoaSubContratada":{"type":"string","enum":["PJ","PF","PE"]},"numeroRetificacao":{"type":"integer","format":"int32"},"receita":{"type":"boolean"},"numeroParcelas":{"type":"integer","format":"int32"},"temRemanejamento":{"type":"boolean"},"emendaParlamentar":{"type":"boolean"},"nomeFornecedorSubContratado":{"type":"string"},"objetoContrato":{"type":"string"},"valorInicial":{"type":"number"},"valorParcela":{"type":"number"},"valorGlobal":{"type":"number"},"valorAcumulado":{"type":"number"},"dataAtualizacaoGlobal":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"identificadorCipi":{"type":"string"},"urlCipi":{"type":"string"},"numeroControlePNCP":{"type":"string"},"codigoPaisFornecedor":{"type":"string"},"numeroControlePncpAta":{"type":"string"},"numeroControlePncpCompra":{"type":"string"},"usuarioNome":{"type":"string"}}},"RecuperarFornecedorDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"niFornecedor":{"type":"string"},"nomeRazaoSocial":{"type":"string"},"tipoPessoaId":{"type":"string","enum":["PJ","PF","PE"]}}},"RecuperarTermoContratoDTO":{"type":"object","properties":{"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"unidade":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"fornecedor":{"$ref":"#/components/schemas/RecuperarFornecedorDTO"},"niFornecedor":{"type":"string"},"fornecedorSubContratado":{"$ref":"#/components/schemas/RecuperarFornecedorDTO"},"niFornecedorSubContratado":{"type":"string"},"orgaoEntidade":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"nomeRazaoSocialFornecedor":{"type":"string"},"informacaoComplementar":{"type":"string"},"processo":{"type":"string"},"sequencialTermoContrato":{"type":"integer","format":"int32"},"numeroTermoContrato":{"type":"string"},"unidadeSubrogada":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"tipoPessoaSubContratada":{"type":"string","enum":["PJ","PF","PE"]},"qualificacaoAcrescimoSupressao":{"type":"boolean"},"qualificacaoVigencia":{"type":"boolean"},"qualificacaoFornecedor":{"type":"boolean"},"qualificacaoReajuste":{"type":"boolean"},"prazoAditadoDias":{"type":"integer","format":"int32"},"informativoObservacao":{"type":"string"},"orgaoSubrogado":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"objetoTermoContrato":{"type":"string"},"fundamentoLegal":{"type":"string"},"valorAcrescido":{"type":"number"},"numeroParcelas":{"type":"integer","format":"int32"},"nomeFornecedorSubContratado":{"type":"string"},"valorParcela":{"type":"number"},"valorGlobal":{"type":"number"},"tipoTermoContratoNome":{"type":"string"}}},"RecuperarDadosDocumentoTermoContratoDTO":{"type":"object","properties":{"uri":{"type":"string","format":"uri"},"id":{"type":"integer","format":"int64"},"url":{"type":"string"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cnpj":{"type":"string"},"anoCompra":{"type":"integer","format":"int32"},"sequencialCompra":{"type":"integer","format":"int32"},"sequencialDocumento":{"type":"integer","format":"int32"},"titulo":{"type":"string"},"tipoDocumentoNome":{"type":"string"}}},"RecuperarHistoricoContratoDTO":{"type":"object","properties":{"justificativa":{"type":"string"},"tipoLogManutencao":{"type":"string","enum":["0","1","2"]},"categoriaLogManutencao":{"type":"string","enum":["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17"]},"logManutencaoDataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"sequencialDocumentoTermoContrato":{"type":"integer","format":"int32"},"contratoOrgaoCnpj":{"type":"string"},"contratoAno":{"type":"integer","format":"int32"},"contratoSequencial":{"type":"integer","format":"int32"},"sequencialEmpenho":{"type":"integer","format":"int32"},"sequencialTermoContrato":{"type":"integer","format":"int32"},"numeroTermoContrato":{"type":"string"},"sequencialInstrumentoCobranca":{"type":"integer","format":"int32"},"tipoLogManutencaoNome":{"type":"string"},"categoriaLogManutencaoNome":{"type":"string"},"usuarioNome":{"type":"string"},"sequencialDocumentoContrato":{"type":"integer","format":"int32"},"tituloDocumentoContrato":{"type":"string"},"tituloDocumentoTermoContrato":{"type":"string"}}},"ConsultarEmpenhoDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"ano":{"type":"integer","format":"int32"},"sequencialContrato":{"type":"integer","format":"int32"},"sequencialEmpenho":{"type":"integer","format":"int32"},"situacaoEmpenhoId":{"type":"integer","format":"int64"},"situacaoEmpenhoNome":{"type":"string"},"dataSituacaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"numeroEmpenho":{"type":"string"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"niCredorFornecedor":{"type":"string"},"nomeCredorFornecedor":{"type":"string"},"numeroPlanoInterno":{"type":"string"},"codigoNaturezaDespesa":{"type":"string"},"dataEmissaoEmpenho":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"valorTotal":{"type":"number"},"valorSubItem":{"type":"number"},"codigoEmenda":{"type":"string"},"fonteEmenda":{"type":"integer","format":"int32"},"statusResponseEmenda":{"type":"string"},"jsonResponseEmenda":{"type":"string"},"dataConsultaEmenda":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"emendaParlamentar":{"$ref":"#/components/schemas/EmendaParlamentarDTO"}}},"EmendaParlamentarDTO":{"type":"object","properties":{"codigoEmenda":{"type":"string"},"ano":{"type":"integer","format":"int32"},"tipoEmenda":{"type":"string"},"autor":{"type":"string"},"nomeAutor":{"type":"string"},"numeroEmenda":{"type":"string"},"localidadeDoGasto":{"type":"string"},"funcao":{"type":"string"},"subFuncao":{"type":"string"},"valorEmpenhado":{"type":"string"},"valorLiquidado":{"type":"string"},"valorPago":{"type":"string"},"valorRestoInscrito":{"type":"string"},"valorRestoCancelado":{"type":"string"},"valorRestoPago":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"PaginaRetornoConsultarEmpenhoDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ConsultarEmpenhoDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"RecuperarDadosDocumentoContratoDTO":{"type":"object","properties":{"uri":{"type":"string","format":"uri"},"url":{"type":"string"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cnpj":{"type":"string"},"anoCompra":{"type":"integer","format":"int32"},"sequencialCompra":{"type":"integer","format":"int32"},"sequencialDocumento":{"type":"integer","format":"int32"},"titulo":{"type":"string"},"tipoDocumentoNome":{"type":"string"}}},"ConsultarInstrumentoCobrancaDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"ano":{"type":"integer","format":"int32"},"sequencialContrato":{"type":"integer","format":"int32"},"sequencialInstrumentoCobranca":{"type":"integer","format":"int32"},"tipoInstrumentoCobranca":{"$ref":"#/components/schemas/TipoInstrumentoCobrancaDTO"},"numeroInstrumentoCobranca":{"type":"string"},"dataEmissaoDocumento":{"type":"string","format":"date"},"observacao":{"type":"string"},"chaveNFe":{"type":"string"},"fonteNFe":{"type":"integer","format":"int64"},"dataConsultaNFe":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusResponseNFe":{"type":"string"},"jsonResponseNFe":{"type":"string"},"notaFiscalEletronica":{"$ref":"#/components/schemas/NotaFiscalEletronicaConsultaDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"EventoNotaFiscalConsultaDTO":{"type":"object","properties":{"dataEvento":{"type":"string"},"tipoEvento":{"type":"string"},"evento":{"type":"string"},"motivoEvento":{"type":"string"}}},"ItemNotaFiscalConsultaDTO":{"type":"object","properties":{"numeroItem":{"type":"string"},"descricaoProdutoServico":{"type":"string"},"codigoNCM":{"type":"string"},"descricaoNCM":{"type":"string"},"cfop":{"type":"string"},"quantidade":{"type":"string"},"unidade":{"type":"string"},"valorUnitario":{"type":"string"},"valorTotal":{"type":"string"}}},"NotaFiscalEletronicaConsultaDTO":{"type":"object","properties":{"instrumentoCobrancaId":{"type":"integer","format":"int64"},"chave":{"type":"string"},"nfTransparenciaID":{"type":"integer","format":"int64"},"numero":{"type":"integer","format":"int64"},"serie":{"type":"integer","format":"int32"},"dataEmissao":{"type":"string"},"niEmitente":{"type":"string"},"nomeEmitente":{"type":"string"},"nomeMunicipioEmitente":{"type":"string"},"codigoOrgaoDestinatario":{"type":"string"},"nomeOrgaoDestinatario":{"type":"string"},"codigoOrgaoSuperiorDestinatario":{"type":"string"},"nomeOrgaoSuperiorDestinatario":{"type":"string"},"valorNotaFiscal":{"type":"string"},"tipoEventoMaisRecente":{"type":"string"},"dataTipoEventoMaisRecente":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"itens":{"type":"array","items":{"$ref":"#/components/schemas/ItemNotaFiscalConsultaDTO"}},"eventos":{"type":"array","items":{"$ref":"#/components/schemas/EventoNotaFiscalConsultaDTO"}}}},"PaginaRetornoRecuperarContratoDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/RecuperarContratoDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"CatalogoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"},"url":{"type":"string"}}},"RecuperarCompraItemSigiloDTO":{"type":"object","properties":{"numeroItem":{"type":"integer","format":"int32"},"descricao":{"type":"string"},"materialOuServico":{"type":"string","enum":["M","S"]},"materialOuServicoNome":{"type":"string"},"valorUnitarioEstimado":{"type":"number"},"valorTotal":{"type":"number"},"quantidade":{"type":"number"},"unidadeMedida":{"type":"string"},"orcamentoSigiloso":{"type":"boolean"},"itemCategoriaId":{"type":"integer","format":"int64"},"itemCategoriaNome":{"type":"string"},"patrimonio":{"type":"string"},"codigoRegistroImobiliario":{"type":"string"},"criterioJulgamentoId":{"type":"integer","format":"int64"},"criterioJulgamentoNome":{"type":"string"},"situacaoCompraItem":{"type":"string","enum":["1","2","3","4","5"]},"situacaoCompraItemNome":{"type":"string"},"tipoBeneficio":{"type":"string","enum":["1","2","3","4","5"]},"tipoBeneficioNome":{"type":"string"},"incentivoProdutivoBasico":{"type":"boolean"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"temResultado":{"type":"boolean"},"imagem":{"type":"integer","format":"int32"},"aplicabilidadeMargemPreferenciaNormal":{"type":"boolean"},"aplicabilidadeMargemPreferenciaAdicional":{"type":"boolean"},"percentualMargemPreferenciaNormal":{"type":"number"},"percentualMargemPreferenciaAdicional":{"type":"number"},"ncmNbsCodigo":{"type":"string"},"ncmNbsDescricao":{"type":"string"},"catalogo":{"$ref":"#/components/schemas/CatalogoDTO"},"categoriaItemCatalogo":{"$ref":"#/components/schemas/DominioGenericoDTO"},"catalogoCodigoItem":{"type":"string"},"informacaoComplementar":{"type":"string"},"tipoMargemPreferencia":{"$ref":"#/components/schemas/TipoMargemPreferenciaDTO"},"exigenciaConteudoNacional":{"type":"boolean"}}},"TipoMargemPreferenciaDTO":{"type":"object","properties":{"codigo":{"type":"integer","format":"int64"},"nome":{"type":"string"}}},"MoedaResumidoDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"simbolo":{"type":"string"},"nome":{"type":"string"}}},"MunicipioDTO":{"type":"object","properties":{"ufNome":{"type":"string"},"uf":{"type":"string"},"nomeMunicipio":{"type":"string"},"codigoIbge":{"type":"string"}}},"PaisResumidoDTO":{"type":"object","properties":{"id":{"type":"string"},"nome":{"type":"string"}}},"RecuperarCompraItemResultadoDTO":{"type":"object","properties":{"numeroControlePNCPCompra":{"type":"string"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"numeroItem":{"type":"integer","format":"int32"},"niFornecedor":{"type":"string"},"dataCancelamento":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoPessoa":{"type":"string","enum":["PJ","PF","PE"]},"nomeRazaoSocialFornecedor":{"type":"string"},"valorTotalHomologado":{"type":"number"},"reservaRemanescente":{"$ref":"#/components/schemas/RecuperarReservaRemanescenteDTO"},"timezoneCotacaoMoedaEstrangeira":{"type":"string"},"moedaEstrangeira":{"$ref":"#/components/schemas/MoedaResumidoDTO"},"valorNominalMoedaEstrangeira":{"type":"number"},"dataCotacaoMoedaEstrangeira":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"codigoPais":{"type":"string"},"porteFornecedorId":{"type":"integer","format":"int64"},"quantidadeHomologada":{"type":"number"},"valorUnitarioHomologado":{"type":"number"},"percentualDesconto":{"type":"number"},"amparoLegalMargemPreferencia":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"amparoLegalCriterioDesempate":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"paisOrigemProdutoServico":{"$ref":"#/components/schemas/PaisResumidoDTO"},"localidadeExterior":{"type":"string"},"indicadorSubcontratacao":{"type":"boolean"},"ordemClassificacaoSrp":{"type":"integer","format":"int32"},"dataResultado":{"type":"string","format":"date"},"motivoCancelamento":{"type":"string"},"situacaoCompraItemResultadoId":{"type":"string","enum":["1","2","3","4"]},"aplicacaoMargemPreferencia":{"type":"boolean"},"aplicacaoBeneficioMeEpp":{"type":"boolean"},"aplicacaoCriterioDesempate":{"type":"boolean"},"naturezaJuridicaId":{"type":"string"},"situacaoCompraItemResultadoNome":{"type":"string"},"sequencialResultado":{"type":"integer","format":"int32"},"naturezaJuridicaNome":{"type":"string"},"localidadeFornecedor":{"$ref":"#/components/schemas/MunicipioDTO"},"porteFornecedorNome":{"type":"string"}}},"RecuperarReservaRemanescenteDTO":{"type":"object","properties":{"codigo":{"type":"integer","format":"int64"},"nome":{"type":"string"}}},"RecuperarImagemContratacaoItemDTO":{"type":"object","properties":{"url":{"type":"string"},"dataPublicacaoPncp":{"type":"string"},"numeroItem":{"type":"integer","format":"int32"},"textoAlternativo":{"type":"string"},"titulo":{"type":"string"},"idContratacaoPncp":{"type":"string"},"sequencialImagem":{"type":"integer","format":"int32"},"legenda":{"type":"string"}}},"RecuperarHistoricoCompraDTO":{"type":"object","properties":{"justificativa":{"type":"string"},"tipoLogManutencao":{"type":"string","enum":["0","1","2"]},"categoriaLogManutencao":{"type":"string","enum":["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17"]},"logManutencaoDataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"compraOrgaoCnpj":{"type":"string"},"compraAno":{"type":"integer","format":"int32"},"compraSequencial":{"type":"integer","format":"int32"},"itemNumero":{"type":"integer","format":"int32"},"itemResultadoNumero":{"type":"integer","format":"int32"},"documentoTipo":{"type":"string"},"itemResultadoSequencial":{"type":"integer","format":"int32"},"documentoTitulo":{"type":"string"},"documentoSequencial":{"type":"integer","format":"int32"},"tipoLogManutencaoNome":{"type":"string"},"categoriaLogManutencaoNome":{"type":"string"},"usuarioNome":{"type":"string"}}},"ContratacaoFonteOrcamentariaDTO":{"type":"object","properties":{"numeroControlePNCPCompra":{"type":"string"},"fonteOrcamentaria":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"RecuperarHistoricoAtaDTO":{"type":"object","properties":{"justificativa":{"type":"string"},"tipoLogManutencao":{"type":"string","enum":["0","1","2"]},"categoriaLogManutencao":{"type":"string","enum":["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17"]},"logManutencaoDataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"documentoAtaTipo":{"type":"string"},"documentoAtaTitulo":{"type":"string"},"ataSequencial":{"type":"integer","format":"int32"},"documentoAtaSequencial":{"type":"integer","format":"int32"},"compraOrgaoCnpj":{"type":"string"},"compraAno":{"type":"integer","format":"int32"},"compraSequencial":{"type":"integer","format":"int32"},"tipoLogManutencaoNome":{"type":"string"},"categoriaLogManutencaoNome":{"type":"string"},"usuarioNome":{"type":"string"}}},"RecuperarDadosDocumentoCompraDTO":{"type":"object","properties":{"uri":{"type":"string","format":"uri"},"url":{"type":"string"},"statusAtivo":{"type":"boolean"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cnpj":{"type":"string"},"anoCompra":{"type":"integer","format":"int32"},"sequencialCompra":{"type":"integer","format":"int32"},"sequencialDocumento":{"type":"integer","format":"int32"},"titulo":{"type":"string"},"tipoDocumentoId":{"type":"integer","format":"int64"},"tipoDocumentoDescricao":{"type":"string"},"tipoDocumentoNome":{"type":"string"}}},"PaginaRetornoAtaRegistroPrecoDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/AtaRegistroPrecoDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"RecuperarAtaRegistroPrecoDTO":{"type":"object","properties":{"numeroAtaRegistroPreco":{"type":"string"},"anoAta":{"type":"integer","format":"int32"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"dataCancelamento":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"cancelado":{"type":"boolean"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacaoGlobal":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"sequencialAta":{"type":"integer","format":"int32"},"numeroControlePNCP":{"type":"string"},"orgaoEntidade":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"orgaoSubRogado":{"$ref":"#/components/schemas/RecuperarOrgaoEntidadeDTO"},"unidadeOrgao":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"unidadeSubRogada":{"$ref":"#/components/schemas/RecuperarUnidadeOrgaoDTO"},"modalidadeNome":{"type":"string"},"objetoCompra":{"type":"string"},"informacaoComplementarCompra":{"type":"string"},"usuarioNome":{"type":"string"},"numeroControlePncpCompra":{"type":"string"},"possibilidadeAdesao":{"type":"boolean"}}},"LocalidadeDTO":{"type":"object","properties":{"uf":{"type":"string"},"codigoIbgeMunicipio":{"type":"string"},"nomeMunicipio":{"type":"string"}}},"OrgaoDTO":{"type":"object","properties":{"cnpj":{"type":"string"},"nome":{"type":"string"}}},"PaginaRetornoParteEnvolvidaAtaDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ParteEnvolvidaAtaDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"ParteEnvolvidaAtaDTO":{"type":"object","properties":{"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"tipoParteEnvolvida":{"$ref":"#/components/schemas/TipoParteEnvolvidaDTO"},"orgao":{"$ref":"#/components/schemas/OrgaoDTO"},"unidade":{"$ref":"#/components/schemas/UnidadeDTO"}}},"UnidadeDTO":{"type":"object","properties":{"codigo":{"type":"string"},"nomeUnidade":{"type":"string"},"localidade":{"$ref":"#/components/schemas/LocalidadeDTO"}}},"ContratoAtaDTO":{"type":"object","properties":{"sequencialContrato":{"type":"integer","format":"int32"},"frutoAdesao":{"type":"boolean"},"orgaoEntidade":{"$ref":"#/components/schemas/OrgaoDTO"},"unidadeExecutora":{"$ref":"#/components/schemas/UnidadeDTO"},"numeroContratoEmpenho":{"type":"string"},"numeroControle":{"type":"string"},"anoContrato":{"type":"integer","format":"int32"},"objetoContrato":{"type":"string"},"dataAssinatura":{"type":"string","format":"date"},"dataVigenciaInicio":{"type":"string","format":"date"},"dataVigenciaFim":{"type":"string","format":"date"},"valorGlobal":{"type":"number"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"usuario":{"$ref":"#/components/schemas/UsuarioDTO"}}},"PaginaRetornoContratoAtaDTO":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ContratoAtaDTO"}},"totalRegistros":{"type":"integer","format":"int64"},"totalPaginas":{"type":"integer","format":"int64"},"numeroPagina":{"type":"integer","format":"int64"},"paginasRestantes":{"type":"integer","format":"int64"},"empty":{"type":"boolean"}}},"UsuarioDTO":{"type":"object","properties":{"nome":{"type":"string"}}},"RecuperarDadosDocumentoAtaDTO":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"dataPublicacaoPncp":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"sequencialDocumento":{"type":"integer","format":"int32"},"titulo":{"type":"string"},"tipoDocumentoId":{"type":"integer","format":"int64"},"tipoDocumentoNome":{"type":"string"}}},"ConsultarModalidadeFonteOrcamentariaDTO":{"type":"object","properties":{"modalidadeContratacao":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"fonteOrcamentaria":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"ConsultarModalidadeCriterioJulgamentoDTO":{"type":"object","properties":{"modalidadeContratacao":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"criterioJulgamento":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"ConsultarAmparoLegalModalidadeInstrumentoConvocatorioDTO":{"type":"object","properties":{"amparoLegal":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"modalidade":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"tipoInstrumentoConvocatorio":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"}}},"AmparoLegalDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"nome":{"type":"string"},"descricao":{"type":"string"},"tipoAmparoLegal":{"$ref":"#/components/schemas/DominioGenericoResumidoDTO"},"dataInclusao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"dataAtualizacao":{"type":"string","format":"date-time","example":"2026-07-13T09:19:15"},"statusAtivo":{"type":"boolean"}}},"ExcluirDominioGenericoDTO":{"type":"object","properties":{"justificativaAtualizacao":{"type":"string"}}},"ExclusaoDTO":{"required":["justificativa"],"type":"object","properties":{"justificativa":{"maxLength":255,"minLength":0,"type":"string"}}},"ExclusaoListaItensPcaDTO":{"type":"object","properties":{"justificativa":{"maxLength":255,"minLength":0,"type":"string"},"listaNumerosItens":{"type":"array","items":{"type":"integer","format":"int32"}}}},"ExclusaoItemPcaDTO":{"type":"object","properties":{"justificativa":{"maxLength":255,"minLength":0,"type":"string"}}},"ExcluirEmpenhoDTO":{"required":["justificativa"],"type":"object","properties":{"justificativa":{"maxLength":255,"minLength":0,"type":"string"}}},"ExcluirInstrumentoCobrancaContratoDTO":{"type":"object","properties":{"justificativa":{"type":"string"}}},"ExcluirContratacaoFonteOrcamentariaDTO":{"type":"object","properties":{"listaFonteOrcamentariaId":{"type":"array","items":{"type":"integer","format":"int64"}},"justificativaAtualizacao":{"type":"string"}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}