2.0info: 0.13.18 backend /bridge/rest/fis – application/json – application/jsonpaths: /backend/queries/healthcheck: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. Query para o SRE verificar a disponibilidade do serviço tags: – Queries parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/serviceHealthStatus description: Status do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status default: description: Error response schema: #/definitions/genericError get: description: Warning: this operation is private and may have its behavior changed at any time without notice. Query para o SRE verificar a disponibilidade do serviço tags: – Queries parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/serviceHealthStatus description: Status do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status default: description: Error response schema: #/definitions/genericError /backend/queries/getMetadata: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: default: description: Error response schema: #/definitions/genericError get: description: Warning: this operation is private and may have its behavior changed at any time without notice. Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries parameters: – name: metadataFormat in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: default: description: Error response schema: #/definitions/genericError /backend/queries/getDependencies: post: description: This operation is public. Returns a list with all dependencies from this service, along with their respective versions tags: – Queries responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies default: description: Error response schema: #/definitions/genericError get: description: This operation is public. Returns a list with all dependencies from this service, along with their respective versions tags: – Queries responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies default: description: Error response schema: #/definitions/genericError /backend/actions/calculaTabelaFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/tabelaFreteParaCalculo minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/salvarAgendaPorTipoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/agendaPorTipoEntrega description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/deletaLogDocumento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/registroLogDocumento minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/carregaViewAgendaTipoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/viewAgendaPorTipoEntrega description: responses: 200: description: Ok schema: type: object required: – value properties: value: type: object allOf: – #/definitions/agendaPorTipoEntrega description: default: description: Error response schema: #/definitions/genericError /backend/actions/deletarAgendaPorTipoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/viewAgendaPorTipoEntrega minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/recalcularDocumentoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosRecalculaFrete description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reenviaPrefat: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/viewReenvioPrefat description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/incluirOcorrencia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/inclusaoOcorrencia description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reprocessarArquivoMidia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/viewArquivoMidia description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reenviarArquivoEdi: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/viewReenviarArquivoEdi description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/geraNotfis: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/viewGeraNotfis description: responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/atualizarFreteFaturamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosFreteFaturamento minimum: 1 description: responses: 200: description: Ok schema: type: object required: – status – mensagem properties: status: type: string description: mensagem: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/salvarTrocaTransportadora: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosTrocaTransportadora description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluiDetRomaneio: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/simpleEntity minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/incluirDetRomaneio: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosPedidoRomaneio minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/fecharRomaneio: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosFechaRomaneio description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/romaneioAuto: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosRomaneioAuto description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativarInativarExcluirTabelaFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosAtivaInativaExcluiTabelaFrete minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/editarFaixaTabelafrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosEditarFaixaTabelafrete description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarTabelaFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarTabelaFrete description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarTabelaFreteInicial: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarTabelaFreteIniciar description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/enviarInterfacePreCalc: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/simpleEntity description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarPainelPontualidadeEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarPainelPontualidadeEntrega description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gravaPedidoManual: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosPedidosManuais description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/cancelaPedidoManual: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosCancelaPedidoManual description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/aprovarAnaliseTabelaFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/simpleEntity minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarPainelOcorrencia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarPainelOcorrencia description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/calculaAlteracaoValorTabelaFreteEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/calculaAlteracaoValorTabelaFreteEmLoteRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage – idTabelaFim properties: errorMessage: type: string description: idTabelaFim: type: integer format: int64 description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarPainelPrevisaoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarPainelPrevisaoEntrega description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/fecharFatura: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosFatura description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/calculaCustoServicoPainelPreCalculo: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/calculaCustoServicoPainelPreCalculoRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage – idPainelFim properties: errorMessage: type: string description: idPainelFim: type: integer format: int64 description: default: description: Error response schema: #/definitions/genericError /backend/actions/geraAutomaticamenteTransportadoraFaixa: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGeraAutomaticamenteTransportadoraFaixa description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/roterizarcep: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosRoterizacao description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/aprovCancelReembolso: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosAprovacaoCancelaReembolso description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/baixarReembolso: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosBaixarReembolso description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/enviarInterfacePainelPreCalculo: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/simpleEntity description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarPainelRoubo: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarPainelRoubo description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/confirmarAjusteAlteracaoValoresTabelasFreteEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/simpleEntity description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoValidaLayout: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa – tipo properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: tipo: type: string description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/limparArquivoValidaLayout: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/validarCnpj: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosValidarCnpj description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoInclusaoOcorrencia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoCategoriaProduto: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/fileUploaded description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/validaAtributoValorExistente: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/validaAtributoValorExistenteRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarTranspFaixa: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa – transportadora properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarAgendaPorTipoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/gerarAgendaPorTipoEntregaRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarConfirmacaoPagamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarRoterizacao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa – transportadora properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/geraRelatorioRomaneio: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/geraRelatorioRomaneioRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/replicarParametroEmpresa: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – empresaOrigem – empresaDestino properties: empresaOrigem: type: integer format: int64 description: empresaDestino: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gravarAnaliseTabelaFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/gravarAnaliseTabelaFreteRecord minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/salvarAlteracaoDocumentoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/alteracaoDocumentoFreteRecord description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarRelatorioCockpitFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarRelatorioCockpitFrete description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarRelatorioColetaFornecedor: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosGerarRelatorioColetaFornecedor description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/totalizadoresDataTable: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – view – totalizadores properties: view: type: string description: totalizadores: type: array items: type: string minimum: 1 description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage – vlTotal properties: errorMessage: type: string description: vlTotal: type: array items: type: number format: double minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/totalizador: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – view – totalizadores properties: view: type: string description: totalizadores: type: array items: type: string minimum: 1 description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage – vlTotal properties: errorMessage: type: string description: vlTotal: type: array items: type: number format: double minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarGerarAgendaPorTipoEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/filtrosGerarAgendaPorTipoEntrega description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativarInativarExcluirTabelaFreteLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – tipo properties: tipo: type: string description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluirRegistroEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – tabelaConsulta – tabelaExclusao – colunaIdConsulta – colunaIdExclusao properties: tabelaConsulta: type: string description: tabelaExclusao: type: string description: colunaIdConsulta: type: string description: colunaIdExclusao: type: string description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/aceiteLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – tipo properties: tipo: type: string description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/getListItens: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – tabela – campoId – campoLabel properties: tabela: type: string description: campoId: type: string description: campoLabel: type: string description: empresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – selectItem properties: selectItem: type: array items: type: object allOf: – #/definitions/selectItem minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/getDadosIndicadorFretesPorSituacao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – filtrosIndicadores properties: filtrosIndicadores: type: object allOf: – #/definitions/filtrosIndicadores description: responses: 200: description: Ok schema: type: object required: – dadosIndicadores properties: dadosIndicadores: type: array items: type: object allOf: – #/definitions/dadosIndicadores minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/getDadosIndicadorFretesPorRegiao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – filtrosIndicadores properties: filtrosIndicadores: type: object allOf: – #/definitions/filtrosIndicadores description: responses: 200: description: Ok schema: type: object required: – dadosIndicadores properties: dadosIndicadores: type: array items: type: object allOf: – #/definitions/dadosIndicadores minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/getDadosIndicadorFaturamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – filtrosIndicadores properties: filtrosIndicadores: type: object allOf: – #/definitions/filtrosIndicadores description: responses: 200: description: Ok schema: type: object required: – dadosIndicadores properties: dadosIndicadores: type: array items: type: object allOf: – #/definitions/dadosIndicadores minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativaDesativaFaixaTabelaEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – acao properties: acao: type: string description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/atualizarFreteFaturamentoLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – empresa – tipo properties: empresa: type: integer format: int64 description: tipo: type: string description: dataFatura: type: string description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – status – mensagem properties: status: type: string description: mensagem: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/getDadosIndicadorDivergenciaDeValores: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – filtrosIndicadores properties: filtrosIndicadores: type: object allOf: – #/definitions/filtrosIndicadores description: responses: 200: description: Ok schema: type: object required: – dadosIndicadorDivergencia properties: dadosIndicadorDivergencia: type: array items: type: object allOf: – #/definitions/dadosIndicadorDivergencia minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoPicorreios: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/fileUploaded description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/validarCnpjCpf: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosCnpjCpf description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoFreteGratis: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/fileUploaded description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoConciliacaoCorreios: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/fileUploaded description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoTabelaCotacaoMedia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/fileUploaded description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/freteDedicado: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/freteDedicadoDados description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/habilitaFreteDedicado: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete properties: idDocumentoFrete: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – freteDedicado properties: freteDedicado: type: boolean description: default: description: Error response schema: #/definitions/genericError /backend/actions/processaJustificativas: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: freteFaturamento: type: array items: type: object allOf: – #/definitions/dadosFreteFaturamento description: queryFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter description: predefinedFilters: type: array items: type: object allOf: – #/definitions/dataTablePredefinedFilter description: responses: 200: description: Ok schema: type: object required: – justificativaPedidos properties: justificativaPedidos: type: array items: type: object allOf: – #/definitions/justificativaPedidos minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/salvarJustificativas: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – justificativaPedidos properties: justificativaPedidos: type: array items: type: object allOf: – #/definitions/justificativaPedidos minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/removerJustificativas: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – justificativaPedidos properties: justificativaPedidos: type: array items: type: object allOf: – #/definitions/justificativaPedidos minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/listaFreteCondicao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idTabelaFreteAplicada properties: idTabelaFreteAplicada: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – gridFreteCondicao properties: gridFreteCondicao: type: array items: type: object allOf: – #/definitions/dadosFreteCondicao minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/validaTipoVeiculo: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/vTipoVeiculo description: responses: 200: description: Ok schema: type: object required: – vTipoVeiculo properties: vTipoVeiculo: type: array items: type: object allOf: – #/definitions/vTipoVeiculo minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/listaEmpresaModulo: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idEmpresa properties: idEmpresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – listaEmpresaModulo properties: listaEmpresaModulo: type: array items: type: object allOf: – #/definitions/dadosEmpresaModulo minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarRotaCliente: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/vEmpresaCliente description: responses: 200: description: Ok schema: type: object required: – messages properties: messages: type: array items: type: string minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarArquivoFaixaKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – empresa properties: value: type: object allOf: – #/definitions/fileUploaded description: empresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: array items: type: string minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/alterarPesoReal: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – psReal – idDocumentoFrete properties: psReal: type: number format: double description: idDocumentoFrete: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/statusAuditoriaPeso: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete – status properties: idDocumentoFrete: type: integer format: int64 description: status: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reenviarIntegracaoFaturamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosReenvioFaturamento description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/sugerirPesoQtdeEntregaProgTran: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: idDocumentoFrete: type: integer format: int64 description: idDet: type: integer format: int64 description: idTpVeiculo: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: object allOf: – #/definitions/pesoQtdeEntregaProgTran description: default: description: Error response schema: #/definitions/genericError /backend/actions/listarSugestaoVeiculos: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete properties: idDocumentoFrete: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – list properties: list: type: array items: type: object allOf: – #/definitions/sugestaoVeiculo minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/listarVincularPedido: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete – peso properties: idDocumentoFrete: type: integer format: int64 description: peso: type: number format: double description: responses: 200: description: Ok schema: type: object required: – list properties: list: type: array items: type: object allOf: – #/definitions/vincularPedidos minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/adicionarVincularPedido: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete – peso – idDet properties: idDocumentoFrete: type: integer format: int64 description: peso: type: number format: double description: idDet: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarProgramacaoSugestao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idSugestao – idTransportadora – previsaoEntrega properties: idSugestao: type: integer format: int64 description: idTransportadora: type: integer format: int64 description: previsaoEntrega: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/programarDocumentoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDetProgramacao properties: idDetProgramacao: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/programarDocumentoFreteEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – status – message properties: status: type: string description: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reprogramarDocumentoFreteEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluirDocumentoFreteEmLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reprogramarDocumentoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDetProgramacao properties: idDetProgramacao: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarTabelaFreteParam: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value – idEmpresa properties: value: type: object allOf: – #/definitions/fileUploaded description: idEmpresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluirDadosLgpd: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosLgpdRecord description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/enviarEmail: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idLayout – email properties: idLayout: type: integer format: int64 description: email: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarDossieLgpd: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosLgpdRecord description: responses: 200: description: Ok schema: type: object properties: message: type: string description: download: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/aprovarCustoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: object allOf: – #/definitions/listItem minimum: 1 description: responses: 200: description: Ok schema: type: object required: – status properties: status: type: string description: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reprovarCustoFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: object allOf: – #/definitions/listItem minimum: 1 description: responses: 200: description: Ok schema: type: object properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/getClientePorId: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – cliente properties: cliente: type: object allOf: – #/definitions/clienteRecord description: default: description: Error response schema: #/definitions/genericError /backend/actions/getCepEndereco: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: string description: responses: 200: description: Ok schema: type: object properties: endereco: type: object allOf: – #/definitions/enderecoRecord description: default: description: Error response schema: #/definitions/genericError /backend/actions/getIdEstadoPorSigla: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: string description: responses: 200: description: Ok schema: type: object required: – estado properties: estado: type: object allOf: – #/definitions/simpleEntity description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativarCadastroFaixaPorKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/desativarCadastroFaixaPorKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativarFaixaPorKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/desativarFaixaPorKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object properties: ids: type: array items: type: object allOf: – #/definitions/listItem description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/ativarUserSchedullerJobs: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadoUserSchedullerJobs description: responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /backend/actions/desativarUserSchedullerJobs: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadoUserSchedullerJobs description: responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /backend/actions/executarUserSchedullerJobs: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadoUserSchedullerJobs description: responses: 200: description: Ok schema: type: object default: description: Error response schema: #/definitions/genericError /backend/actions/pararUserSchedullerJobs: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadoUserSchedullerJobs description: responses: 200: description: Ok schema: type: object properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reprocessarConemb: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – conhecimento – nota – arquivo properties: conhecimento: type: string description: nota: type: string description: arquivo: type: string description: responses: 200: description: Ok schema: type: object properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/transportadoraEstadiaFaixaPeso: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idTransportadora – idEmpresa properties: idTransportadora: type: integer format: int64 description: idEmpresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – ativo properties: ativo: type: boolean description: default: description: Error response schema: #/definitions/genericError /backend/actions/downloadModeloPlanilhaImpTabFrete: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/downloadModeloPlanilhaImplOcorrencia: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosDownloadModeloPlanilhaOcorren description: responses: 200: description: Ok schema: type: object required: – errorMessage – downloadData properties: errorMessage: type: string description: downloadData: type: object allOf: – #/definitions/downloadData description: default: description: Error response schema: #/definitions/genericError /backend/actions/quantidadePedidosPorRomaneio: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idFreteRomaneio properties: idFreteRomaneio: type: integer format: int64 description: responses: 200: description: Ok schema: type: object properties: message: type: string description: quantidade: type: integer format: int64 description: default: description: Error response schema: #/definitions/genericError /backend/actions/corrigeDataLimiteEntrega: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/tabelaFreteDataLimiteEntrega minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/contadorStatusEntregaPedido: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – empresa – dtInicial – dtFinal properties: empresa: type: integer format: int64 description: dtInicial: type: string description: dtFinal: type: string description: responses: 200: description: Ok schema: type: object required: – resultado properties: resultado: type: object allOf: – #/definitions/statusEntregaPedido description: default: description: Error response schema: #/definitions/genericError /backend/actions/exbirSubItens: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idCabProgramacaoTransporte properties: idCabProgramacaoTransporte: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – lista properties: lista: type: array items: type: object allOf: – #/definitions/subItem minimum: 1 description: default: description: Error response schema: #/definitions/genericError /backend/actions/gerarGeneralidadesDefault: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – faixaKm properties: faixaKm: type: integer format: int64 description: responses: 200: description: Ok schema: type: object properties: msg: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/salvarPesoRecebido: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idDocumentoFrete – pesoRecebido properties: imagem: type: object allOf: – #/definitions/fileUploaded description: idDocumentoFrete: type: integer format: int64 description: pesoRecebido: type: number format: double description: url: type: string description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/buscarImagemBase64: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idImagem properties: idImagem: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – imagem properties: imagem: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluirImagemBase64: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idImagem properties: idImagem: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/transportadoraFrotaPropria: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idTransportadora properties: idTransportadora: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – retorno properties: retorno: type: boolean description: default: description: Error response schema: #/definitions/genericError /backend/actions/verificarValorAbaixoSugestao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – transportes properties: transportes: type: array items: type: object allOf: – #/definitions/listItem minimum: 1 description: responses: 200: description: Ok schema: type: object required: – retorno properties: retorno: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/alterarPlacaTransporte: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – idCabTransporte – dsPlaca properties: idCabTransporte: type: integer format: int64 description: dsPlaca: type: string description: responses: 200: description: Ok schema: type: object required: – retorno properties: retorno: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/cancelarFaturamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – nuFaturamento – idEmpresa properties: nuFaturamento: type: integer format: int64 description: idEmpresa: type: integer format: int64 description: responses: 200: description: Ok schema: type: object required: – retorno properties: retorno: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/alterarDataFaturamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – nuFaturamento – cdEmpresa – cnpjTransp – dataFatura properties: nuFaturamento: type: integer format: int64 description: cdEmpresa: type: integer format: int64 description: cnpjTransp: type: string description: dataFatura: type: string description: responses: 200: description: Ok schema: type: object required: – retorno properties: retorno: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/liberaExecucao: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosLiberaExecucao description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/cancelarAgendamentos: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosAgendamentos minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/aprovarAgendamentos: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosAgendamentos minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reenviarAgendamentos: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosAgendamentos minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/incluirPedidosAgendamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosManipulaAgendamento minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/excluirPedidosAgendamento: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: array items: type: object allOf: – #/definitions/dadosManipulaAgendamento minimum: 1 description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/importarUrlLote: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosuRLAgendamento description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/reenviarTorreControle: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosFechaRomaneio description: responses: 200: description: Ok schema: type: object required: – errorMessage properties: errorMessage: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/documentoInvalido: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosDocumentoInvalido description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/deletarMotivoRetorno: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/dadosDeleteMotivoRetorno description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/cadastroTransportadoraFilial: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/transportadoraFilial description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/actions/trocaTransportadoraMatriz: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Actions parameters: – name: input in: body required: true schema: type: object required: – value properties: value: type: object allOf: – #/definitions/transportadoraMatriz description: responses: 200: description: Ok schema: type: object required: – message properties: message: type: string description: default: description: Error response schema: #/definitions/genericError /backend/signals/alertaRangeCorreios: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /backend/signals/processaSugestaoVeiculosIdeais: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /backend/signals/desativarVigenciasFaixaPorKm: post: description: Warning: this operation is private and may have its behavior changed at any time without notice. tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /backend/entities/tipoRetorno: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoRetorno responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoRetorno default: description: Error response schema: #/definitions/genericError /backend/entities/tipoRetorno/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoRetorno responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoRetorno default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoTabela: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoTabela responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoTabela default: description: Error response schema: #/definitions/genericError /backend/entities/tipoTabela/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoTabela responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoTabela default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPedido: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoPedido responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoPedido default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPedido/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoPedido responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoPedido default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/empresa: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/empresa responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/empresa default: description: Error response schema: #/definitions/genericError /backend/entities/empresa/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/empresa responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/empresa default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/layoutEtiquetaEntrega: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/layoutEtiquetaEntrega responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/layoutEtiquetaEntrega default: description: Error response schema: #/definitions/genericError /backend/entities/layoutEtiquetaEntrega/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/layoutEtiquetaEntrega responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/layoutEtiquetaEntrega default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tpPostagem: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tpPostagem responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tpPostagem default: description: Error response schema: #/definitions/genericError /backend/entities/tpPostagem/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tpPostagem responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tpPostagem default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetorno: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/motivoRetorno responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/motivoRetorno default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetorno/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/motivoRetorno responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/motivoRetorno default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadora: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadora responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadora default: description: Error response schema: #/definitions/genericError /backend/entities/transportadora/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadora responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadora default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraImposto: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadoraImposto responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadoraImposto default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraImposto/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadoraImposto responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadoraImposto default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraParametro: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadoraParametro responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadoraParametro default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraParametro/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadoraParametro responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadoraParametro default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoMotivoRetorno: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoMotivoRetorno responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoMotivoRetorno default: description: Error response schema: #/definitions/genericError /backend/entities/tipoMotivoRetorno/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoMotivoRetorno responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoMotivoRetorno default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPostagem: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoPostagem responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoPostagem default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPostagem/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoPostagem responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoPostagem default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteEnderecoEntrega: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteEnderecoEntrega responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteEnderecoEntrega default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteEnderecoEntrega/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteEnderecoEntrega responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteEnderecoEntrega default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetornoCorreios: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/motivoRetornoCorreios responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/motivoRetornoCorreios default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetornoCorreios/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/motivoRetornoCorreios responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/motivoRetornoCorreios default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/cliente: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cliente responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/cliente default: description: Error response schema: #/definitions/genericError /backend/entities/cliente/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cliente responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cliente default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/feriado: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/feriado responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/feriado default: description: Error response schema: #/definitions/genericError /backend/entities/feriado/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/feriado responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/feriado default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoFeriado: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoFeriado responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoFeriado default: description: Error response schema: #/definitions/genericError /backend/entities/tipoFeriado/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoFeriado responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoFeriado default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteAlteracao: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteAlteracao responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteAlteracao default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteAlteracao/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteAlteracao responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteAlteracao default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteFaturamento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteFaturamento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteFaturamento default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteFaturamento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteFaturamento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteFaturamento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteRedespacho: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteRedespacho responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteRedespacho default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteRedespacho/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteRedespacho responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteRedespacho default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteCte: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteCte responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteCte default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteCte/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteCte responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteCte default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteControlePostagem: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/documentoFreteControlePostagem responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/documentoFreteControlePostagem default: description: Error response schema: #/definitions/genericError /backend/entities/documentoFreteControlePostagem/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/documentoFreteControlePostagem responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/documentoFreteControlePostagem default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/modalidadeEntrega: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/modalidadeEntrega responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/modalidadeEntrega default: description: Error response schema: #/definitions/genericError /backend/entities/modalidadeEntrega/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/modalidadeEntrega responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/modalidadeEntrega default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/rangeObjetoCorreios: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/rangeObjetoCorreios responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/rangeObjetoCorreios default: description: Error response schema: #/definitions/genericError /backend/entities/rangeObjetoCorreios/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/rangeObjetoCorreios responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/rangeObjetoCorreios default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/periodoAgendamento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/periodoAgendamento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/periodoAgendamento default: description: Error response schema: #/definitions/genericError /backend/entities/periodoAgendamento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/periodoAgendamento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/periodoAgendamento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/categoriaProduto: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/categoriaProduto responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/categoriaProduto default: description: Error response schema: #/definitions/genericError /backend/entities/categoriaProduto/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/categoriaProduto responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/categoriaProduto default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/meioTransporte: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/meioTransporte responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/meioTransporte default: description: Error response schema: #/definitions/genericError /backend/entities/meioTransporte/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/meioTransporte responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/meioTransporte default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/bairro: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bairro responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/bairro default: description: Error response schema: #/definitions/genericError /backend/entities/bairro/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bairro responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/bairro default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoEntrega: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoEntrega responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoEntrega default: description: Error response schema: #/definitions/genericError /backend/entities/tipoEntrega/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoEntrega responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoEntrega default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/motivoTrocaTransportadora: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/motivoTrocaTransportadora responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/motivoTrocaTransportadora default: description: Error response schema: #/definitions/genericError /backend/entities/motivoTrocaTransportadora/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/motivoTrocaTransportadora responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/motivoTrocaTransportadora default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/rota: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/rota responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/rota default: description: Error response schema: #/definitions/genericError /backend/entities/rota/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/rota responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/rota default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/regiao: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/regiao responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/regiao default: description: Error response schema: #/definitions/genericError /backend/entities/regiao/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/regiao responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/regiao default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/pais: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pais responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pais default: description: Error response schema: #/definitions/genericError /backend/entities/pais/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pais responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pais default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/cidade: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cidade responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/cidade default: description: Error response schema: #/definitions/genericError /backend/entities/cidade/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cidade responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cidade default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/estado: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/estado responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/estado default: description: Error response schema: #/definitions/genericError /backend/entities/estado/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/estado responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/estado default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/estadoIcms: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/estadoIcms responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/estadoIcms default: description: Error response schema: #/definitions/genericError /backend/entities/estadoIcms/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/estadoIcms responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/estadoIcms default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGerais: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosGerais responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/parametrosGerais default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGerais/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosGerais responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosGerais default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoImposto: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoImposto responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoImposto default: description: Error response schema: #/definitions/genericError /backend/entities/tipoImposto/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoImposto responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoImposto default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGeraisPedcons: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosGeraisPedcons responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/parametrosGeraisPedcons default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGeraisPedcons/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosGeraisPedcons responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosGeraisPedcons default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGeraisEdi: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosGeraisEdi responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/parametrosGeraisEdi default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGeraisEdi/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosGeraisEdi responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosGeraisEdi default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/grupoTransportadora: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/grupoTransportadora responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/grupoTransportadora default: description: Error response schema: #/definitions/genericError /backend/entities/grupoTransportadora/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/grupoTransportadora responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/grupoTransportadora default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/pedidosManuais: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/pedidosManuais responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/pedidosManuais default: description: Error response schema: #/definitions/genericError /backend/entities/pedidosManuais/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/pedidosManuais responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/pedidosManuais default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/cabecalhoLayoutInterface: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cabecalhoLayoutInterface responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/cabecalhoLayoutInterface default: description: Error response schema: #/definitions/genericError /backend/entities/cabecalhoLayoutInterface/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cabecalhoLayoutInterface responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cabecalhoLayoutInterface default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/detalheLayoutInterface: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/detalheLayoutInterface responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/detalheLayoutInterface default: description: Error response schema: #/definitions/genericError /backend/entities/detalheLayoutInterface/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/detalheLayoutInterface responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/detalheLayoutInterface default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoIcms: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoIcms responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoIcms default: description: Error response schema: #/definitions/genericError /backend/entities/tipoIcms/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoIcms responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoIcms default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/icmsDifal: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/icmsDifal responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/icmsDifal default: description: Error response schema: #/definitions/genericError /backend/entities/icmsDifal/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/icmsDifal responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/icmsDifal default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoEntregaPedido: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoEntregaPedido responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoEntregaPedido default: description: Error response schema: #/definitions/genericError /backend/entities/tipoEntregaPedido/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoEntregaPedido responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoEntregaPedido default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraGrupo: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadoraGrupo responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadoraGrupo default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraGrupo/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadoraGrupo responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadoraGrupo default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPagamento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoPagamento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoPagamento default: description: Error response schema: #/definitions/genericError /backend/entities/tipoPagamento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoPagamento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoPagamento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/roterizacao: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/roterizacao responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/roterizacao default: description: Error response schema: #/definitions/genericError /backend/entities/roterizacao/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/roterizacao responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/roterizacao default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/roterizacaoAbrangencia: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/roterizacaoAbrangencia responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/roterizacaoAbrangencia default: description: Error response schema: #/definitions/genericError /backend/entities/roterizacaoAbrangencia/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/roterizacaoAbrangencia responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/roterizacaoAbrangencia default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tabelaFreteParam: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tabelaFreteParam responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tabelaFreteParam default: description: Error response schema: #/definitions/genericError /backend/entities/tabelaFreteParam/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tabelaFreteParam responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tabelaFreteParam default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraFaixa: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadoraFaixa responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadoraFaixa default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraFaixa/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadoraFaixa responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadoraFaixa default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/logTransportadoraFaixa: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/logTransportadoraFaixa responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/logTransportadoraFaixa default: description: Error response schema: #/definitions/genericError /backend/entities/logTransportadoraFaixa/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/logTransportadoraFaixa responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/logTransportadoraFaixa default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/manutencaoRoterizacao: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/manutencaoRoterizacao responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/manutencaoRoterizacao default: description: Error response schema: #/definitions/genericError /backend/entities/manutencaoRoterizacao/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/manutencaoRoterizacao responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/manutencaoRoterizacao default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/aprovacaoCancelamentoReembolso: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/aprovacaoCancelamentoReembolso responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/aprovacaoCancelamentoReembolso default: description: Error response schema: #/definitions/genericError /backend/entities/aprovacaoCancelamentoReembolso/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/aprovacaoCancelamentoReembolso responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/aprovacaoCancelamentoReembolso default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoCarga: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoCarga responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoCarga default: description: Error response schema: #/definitions/genericError /backend/entities/tipoCarga/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoCarga responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoCarga default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/empresaMatriz: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/empresaMatriz responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/empresaMatriz default: description: Error response schema: #/definitions/genericError /backend/entities/empresaMatriz/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/empresaMatriz responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/empresaMatriz default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/funcionario: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/funcionario responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/funcionario default: description: Error response schema: #/definitions/genericError /backend/entities/funcionario/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/funcionario responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/funcionario default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/funcionarioEmpresa: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/funcionarioEmpresa responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/funcionarioEmpresa default: description: Error response schema: #/definitions/genericError /backend/entities/funcionarioEmpresa/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/funcionarioEmpresa responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/funcionarioEmpresa default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/freteGratis: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/freteGratis responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/freteGratis default: description: Error response schema: #/definitions/genericError /backend/entities/freteGratis/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/freteGratis responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/freteGratis default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGlobais: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosGlobais responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/parametrosGlobais default: description: Error response schema: #/definitions/genericError /backend/entities/parametrosGlobais/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosGlobais responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosGlobais default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tabelaCotacaoMedia: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tabelaCotacaoMedia responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tabelaCotacaoMedia default: description: Error response schema: #/definitions/genericError /backend/entities/tabelaCotacaoMedia/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tabelaCotacaoMedia responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tabelaCotacaoMedia default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/justificativaAceite: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/justificativaAceite responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/justificativaAceite default: description: Error response schema: #/definitions/genericError /backend/entities/justificativaAceite/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/justificativaAceite responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/justificativaAceite default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/layoutEmail: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/layoutEmail responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/layoutEmail default: description: Error response schema: #/definitions/genericError /backend/entities/layoutEmail/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/layoutEmail responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/layoutEmail default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoVeiculo: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoVeiculo responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoVeiculo default: description: Error response schema: #/definitions/genericError /backend/entities/tipoVeiculo/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoVeiculo responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoVeiculo default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/empresaModulo: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/empresaModulo responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/empresaModulo default: description: Error response schema: #/definitions/genericError /backend/entities/empresaModulo/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/empresaModulo responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/empresaModulo default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/rotaCliente: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/rotaCliente responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/rotaCliente default: description: Error response schema: #/definitions/genericError /backend/entities/rotaCliente/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/rotaCliente responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/rotaCliente default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/cabFaixaKm: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/cabFaixaKm responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/cabFaixaKm default: description: Error response schema: #/definitions/genericError /backend/entities/cabFaixaKm/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cabFaixaKm responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cabFaixaKm default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/detFaixaKm: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/detFaixaKm responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/detFaixaKm default: description: Error response schema: #/definitions/genericError /backend/entities/detFaixaKm/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/detFaixaKm responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/detFaixaKm default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/faixaHorasDiaria: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/faixaHorasDiaria responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/faixaHorasDiaria default: description: Error response schema: #/definitions/genericError /backend/entities/faixaHorasDiaria/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/faixaHorasDiaria responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/faixaHorasDiaria default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/sugestaoTransporte: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/sugestaoTransporte responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/sugestaoTransporte default: description: Error response schema: #/definitions/genericError /backend/entities/sugestaoTransporte/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/sugestaoTransporte responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/sugestaoTransporte default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/programacaoTransporte: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/programacaoTransporte responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/programacaoTransporte default: description: Error response schema: #/definitions/genericError /backend/entities/programacaoTransporte/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/programacaoTransporte responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/programacaoTransporte default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/userSchedullerJobs: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/userSchedullerJobs responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/userSchedullerJobs default: description: Error response schema: #/definitions/genericError /backend/entities/userSchedullerJobs/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/userSchedullerJobs responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/userSchedullerJobs default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/userSchedullerJobLog: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/userSchedullerJobLog responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/userSchedullerJobLog default: description: Error response schema: #/definitions/genericError /backend/entities/userSchedullerJobLog/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/userSchedullerJobLog responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/userSchedullerJobLog default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/parametroLgpd: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametroLgpd responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/parametroLgpd default: description: Error response schema: #/definitions/genericError /backend/entities/parametroLgpd/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametroLgpd responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametroLgpd default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/faixaHorasDiariaKm: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/faixaHorasDiariaKm responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/faixaHorasDiariaKm default: description: Error response schema: #/definitions/genericError /backend/entities/faixaHorasDiariaKm/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/faixaHorasDiariaKm responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/faixaHorasDiariaKm default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/generalidadeFaixaKm: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/generalidadeFaixaKm responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/generalidadeFaixaKm default: description: Error response schema: #/definitions/genericError /backend/entities/generalidadeFaixaKm/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/generalidadeFaixaKm responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/generalidadeFaixaKm default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/tipoCargaLotacao: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/tipoCargaLotacao responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/tipoCargaLotacao default: description: Error response schema: #/definitions/genericError /backend/entities/tipoCargaLotacao/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/tipoCargaLotacao responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/tipoCargaLotacao default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/webServiceJobs: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/webServiceJobs responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/webServiceJobs default: description: Error response schema: #/definitions/genericError /backend/entities/webServiceJobs/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/webServiceJobs responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/webServiceJobs default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/agendamento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/agendamento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/agendamento default: description: Error response schema: #/definitions/genericError /backend/entities/agendamento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/agendamento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/agendamento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/urlAgendamento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/urlAgendamento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/urlAgendamento default: description: Error response schema: #/definitions/genericError /backend/entities/urlAgendamento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/urlAgendamento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/urlAgendamento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/fornecedor: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/fornecedor responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/fornecedor default: description: Error response schema: #/definitions/genericError /backend/entities/fornecedor/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/fornecedor responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/fornecedor default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/motorista: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/motorista responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/motorista default: description: Error response schema: #/definitions/genericError /backend/entities/motorista/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/motorista responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/motorista default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetornoTorre: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/motivoRetornoTorre responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/motivoRetornoTorre default: description: Error response schema: #/definitions/genericError /backend/entities/motivoRetornoTorre/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/motivoRetornoTorre responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/motivoRetornoTorre default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraFilial: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/transportadoraFilial responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/transportadoraFilial default: description: Error response schema: #/definitions/genericError /backend/entities/transportadoraFilial/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/transportadoraFilial responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/transportadoraFilial default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError /backend/entities/controleFilaMonitoramento: post: tags: – CRUD parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/controleFilaMonitoramento responses: 201: description: Ok headers: Location: description: The created resource type: string default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: offset in: query type: number – name: size in: query type: number responses: 200: description: Ok schema: type: array items: #/definitions/controleFilaMonitoramento default: description: Error response schema: #/definitions/genericError /backend/entities/controleFilaMonitoramento/{id}: put: tags: – CRUD parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/controleFilaMonitoramento responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError get: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/controleFilaMonitoramento default: description: Error response schema: #/definitions/genericError delete: tags: – CRUD parameters: – name: id in: path required: true type: string responses: 200: description: Ok default: description: Error response schema: #/definitions/genericError definitions: serviceHealthStatus: description: Define o Status do serviço type: string enum: – UP – DOWN statusRetorno: description: Status retorno type: string enum: – SUCESSO – ATENCAO – ERRO userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT dadosDownloadModeloPlanilhaOcorren: description: type: object required: – idEmpresa properties: idEmpresa: type: integer format: int64 description: dadosDeleteMotivoRetorno: description: type: object required: – idMotivoRetorno properties: idMotivoRetorno: type: integer format: int64 description: dadosLiberaExecucao: description: type: object required: – processo – ativo properties: id: type: integer format: int64 description: processo: type: string description: ativo: type: boolean description: downloadData: description: type: object required: – domainName – serviceName – targetObjectId – version – token – fileName – areaSecret – location properties: domainName: type: string description: serviceName: type: string description: targetObjectId: type: string description: type: string description: token: type: string description: fileName: type: string description: areaSecret: type: string description: location: type: object allOf: – #/definitions/downloadLocation description: downloadLocation: description: type: object required: – protocol – uri properties: protocol: type: string description: uri: type: string description: simpleEntity: description: type: object properties: id: type: integer format: int64 description: simpleEntitySring: description: type: object properties: id: type: string description: tabelaFreteParaCalculo: description: type: object required: – empresa – cliente – numeroPedidoOrigem properties: empresa: type: integer format: int64 description: cliente: type: integer format: int64 description: numeroPedidoOrigem: type: string description: tipo: type: string description: registroLogDocumento: description: type: object required: – tabela – item – id properties: tabela: type: string description: item: type: string description: id: type: integer format: int64 description: agendaPorTipoEntrega: description: type: object required: – empresa – transportadora – regiao – rota – tipoEntrega – meioTransporte – periodo – domingo – segunda – terca – quarta – quinta – sexta – sabado properties: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: periodo: type: object allOf: – #/definitions/simpleEntity description: domingo: type: integer format: int64 description: segunda: type: integer format: int64 description: terca: type: integer format: int64 description: quarta: type: integer format: int64 description: quinta: type: integer format: int64 description: sexta: type: integer format: int64 description: sabado: type: integer format: int64 description: viewAgendaPorTipoEntrega: description: type: object required: – empresa – transportadora – tipoentrega – meiotransporte – regiao – rota – periodo properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: tipoentrega: type: integer format: int64 description: meiotransporte: type: integer format: int64 description: regiao: type: integer format: int64 description: rota: type: integer format: int64 description: periodo: type: integer format: int64 description: viewReenvioPrefat: description: type: object required: – empresa – transportadora – faturamento properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: faturamento: type: integer format: int64 description: inclusaoOcorrencia: description: type: object required: – empresa – cliente – numeroPedido – notaFiscal – serieNotaFiscal – motivoRetorno – dataOcorrencia – transportadoraId properties: empresa: type: integer format: int64 description: cliente: type: integer format: int64 description: numeroPedido: type: string description: notaFiscal: type: integer format: int64 description: serieNotaFiscal: type: string description: motivoRetorno: type: object allOf: – #/definitions/simpleEntity description: dataOcorrencia: type: string description: observacao: type: string description: transportadoraId: type: integer format: int64 description: dataBaseEntrega: type: string format: date description: tipoAtualizacao: type: string description: gerouArquivoEdi: type: string description: dataGerouArquivo: type: string format: date description: tipoEntrada: type: string description: viewArquivoMidia: description: type: object required: – empresa – transportadora – romaneio properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: romaneio: type: integer format: int64 description: viewReenviarArquivoEdi: description: type: object required: – empresa – transportadora – romaneio properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: romaneio: type: integer format: int64 description: viewGeraNotfis: description: type: object required: – empresa – romaneio properties: empresa: type: integer format: int64 description: romaneio: type: integer format: int64 description: dadosFreteFaturamento: description: type: object required: – empresa – transportadora – conhecimento – serie – tipoacao properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: conhecimento: type: string description: serie: type: string description: diferenca: type: string description: aceite: type: string description: dataFatura: type: string description: tipoacao: type: integer format: int64 description: dadosTrocaTransportadora: description: type: object required: – empresa – cliente – nuPedidoOrigem – motivoTroca – transportadora properties: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: motivoTroca: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: dadosPedidoRomaneio: description: type: object required: – idfreteromaneio – iddocumentofrete – idempresa – idtransportadora properties: idfreteromaneio: type: integer format: int64 description: iddocumentofrete: type: integer format: int64 description: idempresa: type: integer format: int64 description: idtransportadora: type: integer format: int64 description: cdTipoCarga: type: string description: idTipoPedido: type: integer format: int64 description: dadosAtivaInativaExcluiTabelaFrete: description: type: object required: – empresa – transportadora – regiao – rota – tipoTabela – meioTransporte – tipoEntrega – tabelaFreteparam – tipo properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: regiao: type: integer format: int64 description: rota: type: integer format: int64 description: tipoTabela: type: integer format: int64 description: meioTransporte: type: integer format: int64 description: tipoEntrega: type: integer format: int64 description: tabelaFreteparam: type: integer format: int64 description: tipo: type: string description: dadosEditarFaixaTabelafrete: description: type: object required: – id – valorFrete – valorExcedente – empresa – tabelaFreteParam – ativo properties: id: type: integer format: int64 description: valorFrete: type: number format: double description: valorExcedente: type: number format: double description: empresa: type: integer format: int64 description: tabelaFreteParam: type: integer format: int64 description: ativo: type: string description: fileUploaded: description: type: object required: – domainName – serviceName – areaSecret – targetObjectId – fileName properties: domainName: type: string description: serviceName: type: string description: areaSecret: type: string description: targetObjectId: type: string description: fileName: type: string description: dadosGerarTabelaFreteIniciar: description: type: object required: – empresa – transportadora – vigencia – fimVigencia – percentualTaxaTRT – valorTaxaTRT – valorMinimoTaxaTRT – percentualTaxaTRF – valorTaxaTRF – valorMinimoTaxaTRF – percentualTaxaADM – valorTaxaADM – valorMinimoADM – percentualTaxaTAD – valorTaxaTAD – valorMinimoTaxaTAD – valorTaxaAdicionalTAD – percentualTaxaTDE – valorTaxaTDE – valorTaxaFixaTDE – valorTaxaMinTDE – valorTaxaMaxTDE – percentualTaxaEmex – valorTaxaEmex – valorTaxaEmexFracaoKg – valorPercentualTaxaEmexNf – valorTaxaMinEmex – valorPercentualTaxaEstadiaNf – valorTaxaFracaoDiaEstadia – valorTaxaEstadiaPesoMin – produtoCategoria properties: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: vigencia: type: string format: date description: valorFreteMinimo: type: number format: double description: valorLimiteEmbarque: type: number format: double description: fimVigencia: type: string format: date description: percentualTxGris: type: string description: valorTxGris: type: number format: double description: valorTXGrisMinimo: type: number format: double description: percentualTxAdValoren: type: string description: valorTxADValoren: type: number format: double description: valorTxAdValorenMinimo: type: number format: double description: percentualTaxaTRT: type: string description: valorTaxaTRT: type: number format: double description: valorMinimoTaxaTRT: type: number format: double description: percentualTaxaTRF: type: string description: valorTaxaTRF: type: number format: double description: valorMinimoTaxaTRF: type: number format: double description: percentualTaxaADM: type: string description: valorTaxaADM: type: number format: double description: valorMinimoADM: type: number format: double description: percentualTaxaTAD: type: string description: valorTaxaTAD: type: number format: double description: valorMinimoTaxaTAD: type: number format: double description: valorTaxaAdicionalTAD: type: number format: double description: percentualTaxaTDE: type: string description: valorTaxaTDE: type: number format: double description: valorTaxaFixaTDE: type: number format: double description: valorTaxaMinTDE: type: number format: double description: valorTaxaMaxTDE: type: number format: double description: percentualTaxaEmex: type: string description: valorTaxaEmex: type: number format: double description: valorTaxaEmexFracaoKg: type: number format: double description: valorPercentualTaxaEmexNf: type: number format: double description: valorTaxaMinEmex: type: number format: double description: valorPercentualTaxaEstadiaNf: type: number format: double description: valorTaxaFracaoDiaEstadia: type: number format: double description: valorTaxaEstadiaPesoMin: type: number format: double description: valorPedagio: type: number format: double description: valorPedagioFracao: type: number format: double description: valorDespacho: type: number format: double description: percentualTxReentrega: type: string description: valorTxReentrega: type: number format: double description: percentualTxDevolucao: type: string description: valorTxDevolucao: type: number format: double description: valorAvisoRecebimento: type: number format: double description: valorEnvioOcorrencia: type: number format: double description: fatorCubagem: type: number format: double description: valorItr: type: number format: double description: valorTde: type: number format: double description: valorCto: type: number format: double description: valorAdeme: type: number format: double description: valorSefaz: type: number format: double description: valorOutros: type: number format: double description: dataAntt: type: string format: date description: dataSegGalpao: type: string format: date description: dataSegTransporte: type: string format: date description: dataAnvisa: type: string format: date description: percentualTxSegFluvial: type: string description: valorTxSegFluvial: type: number format: double description: percentualTxDesembSuframa: type: string description: valorTxDesembSuframa: type: number format: double description: produtoCategoria: type: object allOf: – #/definitions/simpleEntity description: permiteAgrupamento: type: boolean description: valorMinReentrega: type: number format: double description: valorMinDevolucao: type: number format: double description: percentualFreteNota: type: number format: double description: valorEstadiaProdutoPedido: type: number format: double description: limiteExcedenteNf: type: number format: double description: tipoExcedenteNf: type: string description: valorExcedenteNf: type: number format: double description: percentualTxMedidas: type: string description: valorTxMedidas: type: number format: double description: baseTxMedidas: type: number format: double description: comprimentoTx: type: number format: double description: alturaTx: type: number format: double description: larguraTx: type: number format: double description: limiteLargura: type: number format: double description: limiteComprimento: type: number format: double description: limiteAltura: type: number format: double description: dadosGerarPainelPrevisaoEntrega: description: type: object required: – empresa properties: empresa: type: integer format: int64 description: dataPrevisao: type: string description: dadosGerarPainelRoubo: description: type: object required: – empresa properties: empresa: type: integer format: int64 description: dataRoubo: type: string description: dadosValidarCnpj: description: type: object required: – cnpj – empresa – transportadora – tipo properties: cnpj: type: string description: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: tipo: type: string description: dadosGerarTabelaFrete: description: type: object required: – empresa – transportadora – regiao – rota – tipoTabela – tipoEntrega – meioTransporte – tipoCarga – descricaoTabelaFrete – percentualTaxaTRT – valorTaxaTRT – valorMinimoTaxaTRT – percentualTaxaTRF – valorTaxaTRF – valorMinimoTaxaTRF – percentualTaxaADM – valorTaxaADM – valorMinimoADM – percentualTaxaTAD – valorTaxaTAD – valorMinimoTaxaTAD – valorTaxaAdicionalTAD – percentualTaxaTDE – valorTaxaTDE – valorTaxaFixaTDE – valorTaxaMinTDE – valorTaxaMaxTDE – percentualTaxaEmex – valorTaxaEmex – valorTaxaEmexFracaoKg – valorPercentualTaxaEmexNf – valorTaxaMinEmex – valorPercentualTaxaEstadiaNf – valorTaxaFracaoDiaEstadia – valorTaxaEstadiaPesoMin – produtoCategoria properties: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tipoTabela: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: tipoCarga: type: object allOf: – #/definitions/simpleEntity description: descricaoTabelaFrete: type: string description: contratoTransportadora: type: string description: vigencia: type: string format: date description: valorFreteMinimo: type: number format: double description: valorLimiteEmbarque: type: number format: double description: fimVigencia: type: string format: date description: percentualTxGris: type: string description: valorTxGris: type: number format: double description: valorTxGrisMinimo: type: number format: double description: percentualTxAdValoren: type: string description: valorTxADValoren: type: number format: double description: valorTxAdValorenMinimo: type: number format: double description: percentualTaxaTRT: type: string description: valorTaxaTRT: type: number format: double description: valorMinimoTaxaTRT: type: number format: double description: percentualTaxaTRF: type: string description: valorTaxaTRF: type: number format: double description: valorMinimoTaxaTRF: type: number format: double description: percentualTaxaADM: type: string description: valorTaxaADM: type: number format: double description: valorMinimoADM: type: number format: double description: percentualTaxaTAD: type: string description: valorTaxaTAD: type: number format: double description: valorMinimoTaxaTAD: type: number format: double description: valorTaxaAdicionalTAD: type: number format: double description: percentualTaxaTDE: type: string description: valorTaxaTDE: type: number format: double description: valorTaxaFixaTDE: type: number format: double description: valorTaxaMinTDE: type: number format: double description: valorTaxaMaxTDE: type: number format: double description: percentualTaxaEmex: type: string description: valorTaxaEmex: type: number format: double description: valorTaxaEmexFracaoKg: type: number format: double description: valorPercentualTaxaEmexNf: type: number format: double description: valorTaxaMinEmex: type: number format: double description: valorPercentualTaxaEstadiaNf: type: number format: double description: valorTaxaFracaoDiaEstadia: type: number format: double description: valorTaxaEstadiaPesoMin: type: number format: double description: valorPedagio: type: number format: double description: valorPedagioFracao: type: number format: double description: valorDespacho: type: number format: double description: percentualTxReentrega: type: string description: valorTxReentrega: type: number format: double description: percentualTxDevolucao: type: string description: valorTxDevolucao: type: number format: double description: valorAvisoRecebimento: type: number format: double description: valorEnvioOcorrencia: type: number format: double description: fatorCubagem: type: number format: double description: valorItr: type: number format: double description: valorTde: type: number format: double description: valorCto: type: number format: double description: valorAdeme: type: number format: double description: valorSefaz: type: number format: double description: valorOutros: type: number format: double description: dataAntt: type: string format: date description: dataSegGalpao: type: string format: date description: dataSegTransporte: type: string format: date description: dataAnvisa: type: string format: date description: percentualTxSegFluvial: type: string description: valorTxSegFluvial: type: number format: double description: percentualTxDesembSuframa: type: string description: valorTxDesembSuframa: type: number format: double description: produtoCategoria: type: object allOf: – #/definitions/simpleEntity description: permiteAgrupamento: type: boolean description: valorMinReentrega: type: number format: double description: valorMinDevolucao: type: number format: double description: percentualFreteNota: type: number format: double description: valorEstadiaProdutoPedido: type: number format: double description: limiteExcedenteNf: type: number format: double description: tipoExcedenteNf: type: string description: valorExcedenteNf: type: number format: double description: percentualTxMedidas: type: string description: valorTxMedidas: type: number format: double description: baseTxMedidas: type: number format: double description: comprimentoTx: type: number format: double description: alturaTx: type: number format: double description: larguraTx: type: number format: double description: limiteLargura: type: number format: double description: limiteComprimento: type: number format: double description: limiteAltura: type: number format: double description: calculaAlteracaoValorTabelaFreteEmLoteRecord: description: type: object required: – rows – idPercentTaxaServico – valorTaxaServico – tipoTaxaServico properties: rows: type: array items: type: object allOf: – #/definitions/simpleEntity minimum: 1 description: idPercentTaxaServico: type: integer format: int64 description: valorTaxaServico: type: number format: double description: tipoTaxaServico: type: integer format: int64 description: calculaCustoServicoPainelPreCalculoRecord: description: type: object required: – rows – ranking – idPercentTaxaServico – valorTaxaServico – tipoTaxaServico properties: rows: type: array items: type: object allOf: – #/definitions/linhaPainelPreCalculo minimum: 1 description: ranking: type: string description: idPercentTaxaServico: type: integer format: int64 description: valorTaxaServico: type: number format: double description: tipoTaxaServico: type: integer format: int64 description: linhaPainelPreCalculo: description: type: object required: – idRoterizacao – idTabelaFrete – vlIni – vlFim – vlrFrete – qtDiasEntrega – locCepIni – locCepFim – idEmpresa – idTransportadora – idTabelaFreteParam – idRegiao – idRota – idTipoTabela – idMeioTransporte – idTipoEntrega properties: idRoterizacao: type: integer format: int64 description: idTabelaFrete: type: integer format: int64 description: vlIni: type: number format: double description: vlFim: type: number format: double description: vlrFrete: type: number format: double description: qtDiasEntrega: type: integer format: int64 description: locCepIni: type: string description: locCepFim: type: string description: idEmpresa: type: integer format: int64 description: idTransportadora: type: integer format: int64 description: idTabelaFreteParam: type: integer format: int64 description: idRegiao: type: integer format: int64 description: idRota: type: integer format: int64 description: idTipoTabela: type: integer format: int64 description: idMeioTransporte: type: integer format: int64 description: idTipoEntrega: type: integer format: int64 description: dadosPedidosManuais: description: type: object required: – empresa – cliente – nuPedidoOrigem – notaFiscal – serieNotaFiscal – vlrNotaFiscal – situacao – transportadora – tpPedido – tpEntrega – pesoReal – qtdDiasEntrega properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: notaFiscal: type: integer format: int64 description: serieNotaFiscal: type: string description: vlrNotaFiscal: type: number format: double description: dtEmissaoNf: type: string format: date description: situacao: type: object allOf: – #/definitions/simpleEntity description: nuCgcCpf: type: string description: inscricao: type: string description: transportadora: type: object allOf: – #/definitions/simpleEntity description: tpPedido: type: object allOf: – #/definitions/simpleEntity description: tpEntrega: type: object allOf: – #/definitions/simpleEntity description: pesoReal: type: number format: double description: pesoCubado: type: number format: double description: qtVolume: type: integer format: int64 description: dsNaturezaMercadoria: type: string description: dsTpAcondicionamento: type: string description: centro: type: integer format: int64 description: custo: type: integer format: int64 description: chaveAcesso: type: string description: cfop: type: integer format: int64 description: qtdDiasEntrega: type: integer format: int64 description: dtEntrega: type: string format: date description: cep: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: bairro: type: object allOf: – #/definitions/simpleEntity description: endereco: type: string description: numero: type: integer format: int64 description: complemento: type: string description: email: type: string description: tel: type: string description: cel: type: string description: observacao: type: string description: dadosCancelaPedidoManual: description: type: object required: – empresa – cliente – pedido properties: empresa: type: integer format: int64 description: cliente: type: integer format: int64 description: pedido: type: string description: dadosGerarPainelPontualidadeEntrega: description: type: object required: – empresa properties: empresa: type: integer format: int64 description: dataPontualidade: type: string description: dadosGerarPainelOcorrencia: description: type: object required: – empresa properties: empresa: type: integer format: int64 description: dataOcorrencia: type: string description: dadosFatura: description: type: object required: – empresa – transportadora – cliente – nuFatura – pend properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: cliente: type: integer format: int64 description: nuFatura: type: integer format: int64 description: pend: type: string description: dadosGeraAutomaticamenteTransportadoraFaixa: description: type: object required: – empresa – transportadora – regiao – rota – tpTabela – tpEntrega – meioTransporte – vlInicio – vlFim – vlIntervalo properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: regiao: type: integer format: int64 description: rota: type: integer format: int64 description: tpTabela: type: integer format: int64 description: tpEntrega: type: integer format: int64 description: meioTransporte: type: integer format: int64 description: vlInicio: type: number format: double description: vlFim: type: number format: double description: vlIntervalo: type: number format: double description: dadosRoterizacao: description: type: object required: – id – prazoentrega – prazodevolucao – regiao – rota – tipotabela – tipoentrega – meiotransporte properties: id: type: integer format: int64 description: prazoentrega: type: integer format: int64 description: prazodevolucao: type: integer format: int64 description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tipotabela: type: object allOf: – #/definitions/simpleEntity description: tipoentrega: type: object allOf: – #/definitions/simpleEntity description: meiotransporte: type: object allOf: – #/definitions/simpleEntity description: dadosBaixarReembolso: description: type: object required: – empresa properties: empresa: type: integer format: int64 description: pedido: type: string description: observacao: type: string description: dadosAprovacaoCancelaReembolso: description: type: object required: – empresa – pedido – valid properties: empresa: type: integer format: int64 description: pedido: type: string description: observacao: type: string description: dsMotivoCancelamento: type: string description: valid: type: string description: validaAtributoValorExistenteRecord: description: type: object required: – tabela – campoId – campoAtributo – valorAtributo properties: tabela: type: string description: campoId: type: string description: valorId: type: integer format: int64 description: campoAtributo: type: string description: valorAtributo: type: integer format: int64 description: gerarAgendaPorTipoEntregaRecord: description: type: object required: – empresa – transportadora – regiao – rota – tpEntrega – meioTransporte – dtInicio – dtFim properties: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tpEntrega: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: dtInicio: type: string format: date description: dtFim: type: string format: date description: geraRelatorioRomaneioRecord: description: type: object required: – empresa – romaneio properties: empresa: type: integer format: int64 description: romaneio: type: integer format: int64 description: gravarAnaliseTabelaFreteRecord: description: type: object required: – empresa – modalidade – tipoEntrega – meioTransporte – regiao – vlInicial – vlFim – cepInicial – cepFim – qtDiasEntrega – vlrFrete – vlrFreteExedente – vlrTxAdValoren – vlrTxGrix – vlrPedagio – vlrOutros properties: empresa: type: integer format: int64 description: modalidade: type: integer format: int64 description: tipoEntrega: type: integer format: int64 description: meioTransporte: type: integer format: int64 description: regiao: type: integer format: int64 description: grupoTransportadora: type: integer format: int64 description: vlInicial: type: number format: double description: vlFim: type: number format: double description: cepInicial: type: string description: cepFim: type: string description: qtDiasEntrega: type: integer format: int64 description: qtDiasDevolucao: type: integer format: int64 description: vlrFrete: type: number format: double description: vlrFreteExedente: type: number format: double description: vlrTxAdValoren: type: number format: double description: vlrTxGrix: type: number format: double description: vlrPedagio: type: number format: double description: vlrOutros: type: number format: double description: alteracaoDocumentoFreteRecord: description: type: object required: – empresa – cliente – transportadora properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: cep: type: string description: psReal: type: number format: double description: psCubado: type: number format: double description: qtDiasEntrega: type: integer format: int64 description: vlrNotaFiscal: type: number format: double description: transportadora: type: object allOf: – #/definitions/simpleEntity description: idFreteDedicado: type: boolean description: qtdPecas: type: number format: double description: qtVolume: type: integer format: int64 description: numCelular: type: string description: dadosGerarRelatorioCockpitFrete: description: type: object required: – empresa – dataInicio – dataFim properties: empresa: type: integer format: int64 description: dataInicio: type: string description: dataFim: type: string description: dadosGerarRelatorioColetaFornecedor: description: type: object required: – empresa – dataInicio – dataFim properties: empresa: type: integer format: int64 description: dataInicio: type: string description: dataFim: type: string description: dataTableFilter: description: type: object required: – columnName – value properties: columnName: type: string description: value: type: string description: comparisonType: type: string description: columnType: type: string description: dataTablePredefinedFilter: description: type: object required: – columnName – dataTableFilter properties: columnName: type: string description: dataTableFilter: type: array items: type: object allOf: – #/definitions/dataTableFilter minimum: 1 description: filtrosGerarAgendaPorTipoEntrega: description: type: object required: – empresa – transportadora – regiao – rota – tipoEntrega – meioTransporte – dtAgendaInicio – dtAgendaFim properties: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: regiao: type: integer format: int64 description: rota: type: integer format: int64 description: tipoEntrega: type: integer format: int64 description: meioTransporte: type: integer format: int64 description: dtAgendaInicio: type: string description: dtAgendaFim: type: string description: selectItem: description: type: object required: – label – value properties: label: type: string description: value: type: integer format: int64 description: filtrosIndicadores: description: type: object required: – filiais – transportadoras properties: filiais: type: string description: transportadoras: type: string description: dadosIndicadores: description: type: object required: – chave – descricao – valor properties: chave: type: integer format: int64 description: descricao: type: string description: valor: type: number format: double description: dadosIndicadorDivergencia: description: type: object required: – chave – descricao – valorFis – valorAceite – diferencaMaior – diferencaMenor properties: chave: type: integer format: int64 description: descricao: type: string description: valorFis: type: number format: double description: valorAceite: type: number format: double description: diferencaMaior: type: number format: double description: diferencaMenor: type: number format: double description: dadosCnpjCpf: description: type: object required: – cnpj – empresa – transportadora – tipo properties: cnpj: type: string description: empresa: type: integer format: int64 description: transportadora: type: integer format: int64 description: tipo: type: string description: dadosFechaRomaneio: description: type: object required: – id – nuRomaneio properties: id: type: integer format: int64 description: nuRomaneio: type: string description: dadosRomaneioAuto: description: type: object required: – tipoAcao – empresa – pedidos properties: tipoAcao: type: string description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: pedidos: type: string description: motivoTroca: type: object allOf: – #/definitions/simpleEntity description: freteDedicadoDados: description: type: object required: – idDocumentoFrete – vlrFreteDedicado properties: idDocumentoFrete: type: integer format: int64 description: vlrFreteDedicado: type: number format: double description: justificativaPedidos: description: type: object properties: idEmpresa: type: string description: idCliente: type: string description: dataEmissao: type: string description: vlrFrete: type: string description: vlrServico: type: string description: nuConhecimento: type: string description: nuPedidoOrigem: type: string description: idFreteServico: type: integer format: int64 description: idJustificativa: type: integer format: int64 description: dadosFreteCondicao: description: type: object required: – dsCondicao – vlrFrete – vlrFreteServico – idAplicado properties: dsCondicao: type: string description: vlrFrete: type: number format: double description: vlrFreteServico: type: number format: double description: idAplicado: type: string description: vTipoVeiculo: description: type: object required: – idEmpresa – mensagem properties: idEmpresa: type: integer format: int64 description: qtEixo: type: integer format: int64 description: psCarga: type: number format: double description: mensagem: type: string description: dadosEmpresaModulo: description: type: object required: – chave – ativo properties: chave: type: string description: ativo: type: boolean description: vEmpresaCliente: description: type: object required: – idCliente – idEmpresa properties: idCliente: type: string description: idEmpresa: type: string description: dadosRecalculaFrete: description: type: object required: – id – tipo properties: id: type: array items: type: integer format: int64 minimum: 1 description: tipo: type: string description: dadosReenvioFaturamento: description: type: object required: – empresa – fatura properties: empresa: type: integer format: int64 description: fatura: type: integer format: int64 description: erp: type: boolean description: pesoQtdeEntregaProgTran: description: type: object required: – peso – qtde – entrega properties: peso: type: number format: double description: qtde: type: integer format: int64 description: entrega: type: string format: date description: sugestaoVeiculo: description: type: object required: – id – documentoFrete – veiculo – capacidade – peso – qtde – vlrUni – vlrTotal – dtPrevisao – tipoEntrega – meioTransporteDescricao – tipoTabelaDescricao properties: id: type: integer format: int64 description: documentoFrete: type: object allOf: – #/definitions/simpleEntity description: veiculo: type: string description: capacidade: type: string description: peso: type: string description: qtde: type: string description: vlrUni: type: string description: vlrTotal: type: string description: dtPrevisao: type: string description: tipoEntrega: type: string description: meioTransporteDescricao: type: string description: tipoTabelaDescricao: type: string description: vincularPedidos: description: type: object required: – idDocumentoFrete – situacao – nuPedidoOrigem – dtInclusaoPedido – dsCliente – cdCidade – dsCidade – estado – psReal – psProgramado – psDisponivel properties: idDocumentoFrete: type: integer format: int64 description: situacao: type: string description: nuPedidoOrigem: type: string description: dtInclusaoPedido: type: string format: date description: dsCliente: type: string description: cdCidade: type: integer format: int64 description: dsCidade: type: string description: estado: type: string description: psReal: type: number format: double description: psProgramado: type: number format: double description: psDisponivel: type: number format: double description: listItem: description: type: object required: – id properties: id: type: integer format: int64 description: dadosLgpdRecord: description: type: object required: – cnpjEmpresa – cpfCliente properties: cnpjEmpresa: type: string description: cpfCliente: type: string description: clienteRecord: description: type: object properties: dsCliente: type: string description: ddd: type: string description: telefone: type: string description: nuCgcCliente: type: string description: inscricaoEstadual: type: string description: email: type: string description: endereco: type: object allOf: – #/definitions/enderecoRecord description: enderecoRecord: description: type: object properties: cep: type: string description: endereco: type: string description: idBairro: type: integer format: int64 description: bairro: type: string description: idCidade: type: integer format: int64 description: cidade: type: string description: idEstado: type: integer format: int64 description: sgEstado: type: string description: dadoUserSchedullerJobs: description: type: object required: – jobName properties: jobName: type: string description: tabelaFreteDataLimiteEntrega: description: type: object required: – empresa – cliente – numeroPedidoOrigem properties: empresa: type: integer format: int64 description: cliente: type: string description: numeroPedidoOrigem: type: string description: statusEntregaPedido: description: type: object required: – atrasado – potencialAtraso – noPrazo – entregue – entregueAtraso properties: atrasado: type: integer format: int64 description: potencialAtraso: type: integer format: int64 description: noPrazo: type: integer format: int64 description: entregue: type: integer format: int64 description: entregueAtraso: type: integer format: int64 description: checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/serviceHealthStatus description: Status do healthcheck subItem: description: type: object required: – idTransporte – idDocumentoFrete – nuPedidoOrigem – nuPedidoInterno – peso – valor properties: idTransporte: type: integer format: int64 description: idDocumentoFrete: type: integer format: int64 description: nuPedidoOrigem: type: string description: nuPedidoInterno: type: string description: peso: type: number format: double description: valor: type: string description: dadosAgendamentos: description: type: object required: – idAgendamento properties: idAgendamento: type: integer format: int64 description: dadosManipulaAgendamento: description: type: object required: – idAgendamento – idDocumentoFrete properties: idAgendamento: type: integer format: int64 description: idDocumentoFrete: type: integer format: int64 description: dadosuRLAgendamento: description: type: object required: – idAgendamento – url properties: idAgendamento: type: integer format: int64 description: url: type: string description: dadosDocumentoInvalido: description: type: object required: – idEmpresa properties: idEmpresa: type: integer format: int64 description: idDocumentoFrete: type: integer format: int64 description: transportadoraMatriz: description: type: object required: – idEmpresa – idTransportadoraMatriz – idDocumentoFrete properties: idEmpresa: type: integer format: int64 description: idTransportadoraMatriz: type: integer format: int64 description: idDocumentoFrete: type: integer format: int64 description: retorno: description: Objeto de retorno type: object required: – status properties: status: type: string allOf: – #/definitions/statusRetorno description: Recebe o status do retorno mensagem: type: string description: Retorna uma mensagem quando hover necessidade tipoRetorno: description: type: object required: – tipoRetorno – descricao – ativo – empresa – idEnviaNotificacao properties: id: type: integer format: int64 description: tipoRetorno: type: integer format: int64 description: descricao: type: string description: ativo: type: boolean description: empresa: type: object allOf: – #/definitions/simpleEntity description: idEnviaNotificacao: type: boolean description: tipoTabela: description: type: object required: – tipoTabela – descricao – ativo – cotacao properties: id: type: integer format: int64 description: tipoTabela: type: integer format: int64 description: descricao: type: string description: ativo: type: boolean description: cotacao: type: boolean description: tipoPedido: description: type: object required: – tipoPedido – descricao – empresa properties: id: type: integer format: int64 description: tipoPedido: type: string description: descricao: type: string description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoServico: type: object allOf: – #/definitions/simpleEntity description: percAceite: type: number format: double description: limiteAceite: type: number format: double description: idJustificativa: type: boolean description: idFechAutoAudiPeso: type: boolean description: idFechAutoRomaneio: type: boolean description: idEnviaNotificacao: type: boolean description: idIntegracao: type: boolean description: idDevolucaoReversa: type: boolean description: idDropShipping: type: boolean description: enviarAtividadeTorre: type: boolean description: empresa: description: type: object required: – codigoEmpresa – nomeEmpresa – cnpjCpf – numeroInscricao – cep – pais – estado – municipio – cidade – idEmpresaMatriz properties: id: type: integer format: int64 description: codigoEmpresa: type: integer format: int64 description: nomeEmpresa: type: string description: cnpjCpf: type: string description: numeroInscricao: type: string description: telefone: type: string description: cep: type: string description: pais: type: object allOf: – #/definitions/simpleEntity description: estado: type: object allOf: – #/definitions/simpleEntity description: municipio: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: bairro: type: object allOf: – #/definitions/simpleEntity description: endereco: type: string description: numero: type: string description: complemento: type: string description: idEmpresaMatriz: type: integer format: int64 description: icms: type: string description: romaneioAutomatico: type: boolean description: motivoRetornoPedSeparacao: type: integer format: int64 description: motivoRetornoPedFaturado: type: integer format: int64 description: tpVeiQtEixo: type: boolean description: tpVeiPsCarga: type: boolean description: romaneioPedido: type: boolean description: ativarIntegracaoTracking: type: boolean description: ativarIntegracaoTorre: type: boolean description: layoutEtiquetaEntrega: description: type: object required: – cdLayoutEtiqueta – descricao – empresa – tpPostagem properties: id: type: integer format: int64 description: cdLayoutEtiqueta: type: integer format: int64 description: descricao: type: string description: empresa: type: object allOf: – #/definitions/simpleEntity description: tpPostagem: type: object allOf: – #/definitions/simpleEntity description: tpPostagem: description: type: object properties: id: type: integer format: int64 description: motivoRetorno: description: type: object required: – empresa – transportadora – cdMotivoRetorno – dsMotivoRetorno – tipoMotivoRetorno properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: cdMotivoRetorno: type: integer format: int64 description: dsMotivoRetorno: type: string description: tipoMotivoRetorno: type: object allOf: – #/definitions/simpleEntity description: idFinalizaServico: type: boolean description: idEdi: type: boolean description: idTraking: type: boolean description: idRecalculoPrazo: type: boolean description: diasRecalculo: type: integer format: int64 description: idReembolso: type: boolean description: percReembolso: type: integer format: int64 description: cdOcorrenciaCliente: type: string description: dsOcorrenciaCliente: type: string description: ativo: type: boolean description: mensagemNotificacao: type: string description: ativarIntegracaoSnapboot: type: boolean description: ativarIntegracaoTracking: type: boolean description: cdFaseTracking: type: integer format: int64 description: ativarNotificacaoTracking: type: boolean description: cdPlanoTracking: type: integer format: int64 description: idFinalizaAgendamento: type: boolean description: motivoRetornoTorre: type: object allOf: – #/definitions/simpleEntity description: transportadora: description: type: object required: – empresa – codigoTransportadora – descricaoTransportadora – nomeFantasia – cgc – pais – cep – estado – cidade – bairro – endereco – numero – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: codigoTransportadora: type: integer format: int64 description: descricaoTransportadora: type: string description: nomeFantasia: type: string description: cgc: type: string description: ie: type: string description: url: type: string description: pais: type: object allOf: – #/definitions/simpleEntity description: cep: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: bairro: type: object allOf: – #/definitions/simpleEntity description: endereco: type: string description: numero: type: string description: complemento: type: string description: observacao: type: string description: nomeContato: type: string description: primeiroTelefone: type: string description: segundoTelefone: type: string description: fax: type: string description: celular: type: string description: email: type: string description: segundoEmail: type: string description: ativo: type: boolean description: idFrotaPropria: type: boolean description: transportadoraImposto: description: type: object required: – empresa – transportadora – tipoImposto – aliquota – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: tipoImposto: type: object allOf: – #/definitions/simpleEntity description: aliquota: type: number format: double description: ativo: type: boolean description: transportadoraParametro: description: type: object required: – empresa – transportadora properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: arquivoPadrao: type: string description: arquivoColeta: type: string description: valorTicketMedio: type: integer format: int64 description: percentualIcms: type: integer format: int64 description: cubagem: type: boolean description: quantidadeTentativaEntrega: type: integer format: int64 description: transmiteEdi: type: boolean description: nomeGrupoEdi: type: string description: valorNotaFiscal: type: boolean description: codigoOcorrem: type: string description: conciliaFatura: type: boolean description: contaCorrente: type: boolean description: quantidadeDiasFaturamento: type: integer format: int64 description: valorLimiteDivergencia: type: number format: double description: correios: type: boolean description: quantidadesDiasReembolso: type: integer format: int64 description: subitraiFreteReembolso: type: boolean description: transmiteMidia: type: boolean description: layoutNotfis: type: string description: nomeGrupoMidia: type: string description: valorMidia: type: boolean description: ocorremMidia: type: string description: quantidadeMesValidade: type: integer format: int64 description: valorLimiteMes: type: integer format: int64 description: quantidadePedidoDia: type: integer format: int64 description: quantidadeLimiteObjetos: type: integer format: int64 description: tipoFreteCondicao: type: string description: tipoContagemEstadias: type: string description: estadiaSabado: type: boolean description: estadiaDomingo: type: boolean description: percFreteFrotaPropria: type: number format: double description: tpDifPermAuditPeso: type: string description: vlrDifPermAuditPeso: type: number format: double description: rateioFrete: type: string description: idTad: type: boolean description: tipoExcedenteNf: type: string description: idIcmsAereo: type: boolean description: percIcmsAereo: type: number format: double description: idSomaIcms: type: boolean description: idSomaIss: type: boolean description: enviarAtividadeTorre: type: boolean description: idExcedenteNf: type: boolean description: tipoMotivoRetorno: description: type: object properties: id: type: integer format: int64 description: tipoPostagem: description: type: object required: – codigoPostagem – descricaoPostagem – descricaoServico – siglaPais – chancela – empresaChancela – cartao – contrato – servicoCorreio – administrativo – agenciaCorreios – objetoPostagem – solicitaPlp – autorizacaoPostagem – dias – drPostagem – drOrigemContrato – localidadePostagem – orgaoCredPostagem – enderecoDevolucao – empresa properties: id: type: integer format: int64 description: codigoPostagem: type: integer format: int64 description: descricaoPostagem: type: string description: descricaoServico: type: string description: siglaPais: type: string description: chancela: type: string description: empresaChancela: type: string description: cartao: type: string description: contrato: type: string description: servicoCorreio: type: integer format: int64 description: administrativo: type: integer format: int64 description: agenciaCorreios: type: string description: objetoPostagem: type: boolean description: solicitaPlp: type: boolean description: autorizacaoPostagem: type: boolean description: dias: type: integer format: int64 description: drPostagem: type: string description: drOrigemContrato: type: string description: localidadePostagem: type: string description: orgaoCredPostagem: type: string description: enderecoDevolucao: type: string description: empresa: type: object allOf: – #/definitions/simpleEntity description: solicitaColeta: type: boolean description: documentoFreteEnderecoEntrega: description: type: object required: – empresa – cliente properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: cep: type: string description: dsCidade: type: string description: sgUf: type: string description: dsBairro: type: string description: dsEndereco: type: string description: numeroEndereco: type: string description: complementoEndereco: type: string description: dsEmail: type: string description: numTelefone: type: string description: numCelular: type: string description: dsObservacao: type: string description: motivoRetornoCorreios: description: type: object required: – motivoRetornoCorreios – descricao – tipo – ativo – empresa properties: id: type: integer format: int64 description: motivoRetornoCorreios: type: integer format: int64 description: descricao: type: string description: tipo: type: string description: ativo: type: boolean description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: motivoRetorno: type: object allOf: – #/definitions/simpleEntity description: cliente: description: type: object required: – empresa – cdCliente – dsCliente – nuCgcCliente – cep – endereco – bairro – municipio – situacao properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cdCliente: type: string description: dsCliente: type: string description: nuDvCliente: type: integer format: int64 description: dsAbrevCliente: type: string description: codigoClienteErp: type: string description: nuCgcCliente: type: string description: numeroInscricao: type: string description: cep: type: string description: endereco: type: string description: bairro: type: string description: municipio: type: object allOf: – #/definitions/simpleEntity description: ddd: type: string description: telefone: type: string description: fax: type: string description: nuPrioCarga: type: integer format: int64 description: situacao: type: object allOf: – #/definitions/simpleEntity description: tpDifAuditPeso: type: string description: vlrDifAuditPeso: type: number format: double description: tpDescAuditPeso: type: string description: idTad: type: boolean description: idTde: type: boolean description: valorPedagio: type: number format: double description: feriado: description: type: object required: – empresa – dtFeriado – descricao – tpFeriado properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: dtFeriado: type: string format: date description: descricao: type: string description: tpFeriado: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: tipoFeriado: description: type: object properties: id: type: integer format: int64 description: documentoFreteAlteracao: description: type: object required: – empresa – cliente – idFreteDedicado – vlCalculado properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: cep: type: string description: psReal: type: number format: double description: psCubado: type: number format: double description: qtDiasEntrega: type: integer format: int64 description: vlrNotaFiscal: type: number format: double description: transportadora: type: object allOf: – #/definitions/simpleEntity description: idFreteDedicado: type: boolean description: vlCalculado: type: number format: double description: qtdPecas: type: number format: double description: qtVolume: type: integer format: int64 description: numCelular: type: string description: documentoFreteFaturamento: description: type: object required: – empresa – cliente properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: nuFaturamento: type: integer format: int64 description: dtFaturamento: type: string description: nuFuncionarioFaturamento: type: string description: documentoFreteRedespacho: description: type: object required: – empresa – cliente properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: redeCdTransportadora: type: integer format: int64 description: redeDsTransportadora: type: string description: redeCgcTransportadora: type: integer format: int64 description: redeDsEndereco: type: string description: redeDsBairro: type: string description: redeDsCidade: type: string description: redeCdUf: type: string description: redeCdCep: type: string description: redeNuTelefone: type: string description: documentoFreteCte: description: type: object required: – empresa – cliente properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: nuCte: type: integer format: int64 description: nuSerieCte: type: integer format: int64 description: dtEmissaoCte: type: string description: documentoFreteControlePostagem: description: type: object required: – empresa – cliente properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: nuAutorizacaoPostagem: type: integer format: int64 description: idAutorizacao: type: boolean description: dtAutorizacao: type: string description: idCancelamento: type: boolean description: dtCancelamento: type: string description: idClientePostagem: type: boolean description: dtClientePostagem: type: string description: idSolicitado: type: boolean description: dtSolicitacao: type: string description: dtAgendamento: type: string description: dtValidade: type: string description: dtUpdrow: type: string description: solicitaColeta: type: boolean description: modalidadeEntrega: description: type: object required: – cdModalidade – dsModalidade properties: id: type: integer format: int64 description: cdModalidade: type: string description: dsModalidade: type: string description: rangeObjetoCorreios: description: type: object required: – idContrato – tipoEntrega – siglaDsEntrega – rangeInicio – rangeFinal – qtdMin – ativo – empresa properties: id: type: integer format: int64 description: idContrato: type: integer format: int64 description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: siglaDsEntrega: type: string description: rangeInicio: type: string description: rangeFinal: type: string description: qtdMin: type: integer format: int64 description: ativo: type: boolean description: empresa: type: object allOf: – #/definitions/simpleEntity description: periodoAgendamento: description: type: object required: – descricao – hrInicial – hrFinal properties: id: type: integer format: int64 description: descricao: type: string description: hrInicial: type: string description: hrFinal: type: string description: categoriaProduto: description: type: object required: – cdCategoriaProduto – dsCategoriaProduto properties: id: type: integer format: int64 description: cdCategoriaProduto: type: string description: dsCategoriaProduto: type: string description: tipoCargaLotacao: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: description: type: object required: – meioTransporte – descricao – ativo properties: id: type: integer format: int64 description: meioTransporte: type: integer format: int64 description: descricao: type: string description: ativo: type: boolean description: bairro: description: type: object required: – dsBairro – estado – cidade properties: id: type: integer format: int64 description: dsBairro: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: description: type: object required: – cdTipoEntrega – dsTipoEntrega – tipoServico – modalidade – emiteEtiqueta – layoutEtiqueta – ativo properties: id: type: integer format: int64 description: cdTipoEntrega: type: integer format: int64 description: dsTipoEntrega: type: string description: tipoServico: type: object allOf: – #/definitions/simpleEntity description: modalidade: type: object allOf: – #/definitions/simpleEntity description: emiteEtiqueta: type: boolean description: layoutEtiqueta: type: object allOf: – #/definitions/simpleEntity description: ativo: type: boolean description: motivoTrocaTransportadora: description: type: object required: – cdMotivoTroca – dsMotivoTroca properties: id: type: integer format: int64 description: cdMotivoTroca: type: integer format: int64 description: dsMotivoTroca: type: string description: rota: description: type: object required: – empresa – cdRota – dsRota – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cdRota: type: integer format: int64 description: dsRota: type: string description: ativo: type: boolean description: regiao: description: type: object required: – empresa – cdRegiao – dsRegiao – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cdRegiao: type: integer format: int64 description: dsRegiao: type: string description: ativo: type: boolean description: pais: description: type: object required: – cdPais – dsPais – sgPais properties: id: type: integer format: int64 description: cdPais: type: integer format: int64 description: dsPais: type: string description: sgPais: type: string description: cidade: description: type: object required: – cdCidade – dsCidade – estado properties: id: type: integer format: int64 description: cdCidade: type: integer format: int64 description: dsCidade: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: tpLocalidade: type: string description: perIss: type: number format: double description: valorDistancia: type: integer format: int64 description: prazoEntrega: type: integer format: int64 description: valorPedagio: type: number format: double description: macroregiao: type: string description: mesoregiao: type: string description: microregiao: type: string description: estado: description: type: object required: – sgEstado – dsEstado – percIcms – percIcmsPj – percFcpDest properties: id: type: integer format: int64 description: sgEstado: type: string description: dsEstado: type: string description: percIcms: type: number format: double description: percIcmsPj: type: number format: double description: percPis: type: number format: double description: percConfins: type: number format: double description: percIpi: type: number format: double description: percIss: type: number format: double description: percFcpDest: type: number format: double description: estadoIcms: description: type: object required: – estadoDestino – estadoOrigem – percIcms properties: id: type: integer format: int64 description: estadoDestino: type: object allOf: – #/definitions/simpleEntity description: estadoOrigem: type: object allOf: – #/definitions/simpleEntity description: percIcms: type: number format: double description: parametrosGerais: description: type: object required: – empresa – aplicarConversaoCubagem – ativarConversaoCubagem – valorConversaoCubagem – operacaoConversaoCubagem – ativarDataLimiteEntrega properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: qtdDiasOperacional: type: integer format: int64 description: idRecalcularOrigem: type: boolean description: idTrocaOrigem: type: boolean description: tpCalculo: type: object allOf: – #/definitions/simpleEntity description: idIncluiFisuid: type: boolean description: dsDirDownload: type: string description: dsInterfAgendaSaida: type: string description: qtDiaGeraSaida: type: integer format: int64 description: qtDiasCorridos: type: integer format: int64 description: interfPreCalculo: type: string description: tpInterface: type: string description: cdTpAgenda: type: string description: idRomaneioSilt: type: boolean description: dsDirRecSilt: type: string description: dsDirRecSiltOk: type: string description: dsDirRecSiltBad: type: string description: idProtocoloWebService: type: boolean description: qtdDiasSemOcorrencia: type: integer format: int64 description: aplicarConversaoCubagem: type: boolean description: ativarConversaoCubagem: type: boolean description: valorConversaoCubagem: type: number format: double description: operacaoConversaoCubagem: type: string description: ativarDataLimiteEntrega: type: boolean description: ativarIntegracaoSnapboot: type: boolean description: ativarIntegracaoTracking: type: boolean description: erpSenior: type: boolean description: ativarIntegracaoTorre: type: boolean description: atualizaPedido: type: boolean description: tipoImposto: description: type: object properties: id: type: integer format: int64 description: parametrosGeraisPedcons: description: type: object required: – empresa properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: dsInterfPedconsSaida: type: string description: dsInterfPedconsEntrada: type: string description: dsInterfPedconsEntradaOk: type: string description: dsInterfPedconsEntradaBad: type: string description: parametrosGeraisEdi: description: type: object required: – empresa – transportadora properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: dsInterfDirEnvTransp: type: string description: dsInterfDirEnv: type: string description: dsInterfDirRec: type: string description: dsInterfDirRecOk: type: string description: dsInterfDirRecBad: type: string description: dsInterfDirRecPrc: type: string description: dsInterfConembRec: type: string description: dsInterfConembRecOk: type: string description: dsInterfConembRecBad: type: string description: dsInterfConembRecPrc: type: string description: dsInterfPrefatRec: type: string description: dsInterfMidia: type: string description: dsInterfMidiaOk: type: string description: dsInterfMidiaBad: type: string description: grupoTransportadora: description: type: object required: – empresa – cdGrupo – dsGrupo – prioridade – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cdGrupo: type: integer format: int64 description: dsGrupo: type: string description: prioridade: type: integer format: int64 description: ativo: type: boolean description: pedidosManuais: description: type: object required: – empresa – cliente – nuPedidoOrigem – notaFiscal – serieNotaFiscal – vlrNotaFiscal – situacao – transportadora – tpEntrega – tpPedido – pesoReal – qtdDiasEntrega properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cliente: type: object allOf: – #/definitions/simpleEntity description: nuPedidoOrigem: type: string description: notaFiscal: type: integer format: int64 description: serieNotaFiscal: type: string description: vlrNotaFiscal: type: number format: double description: dtEmissaoNf: type: string format: date description: situacao: type: object allOf: – #/definitions/simpleEntity description: nuCgcCpf: type: string description: inscricao: type: string description: transportadora: type: object allOf: – #/definitions/simpleEntity description: tpEntrega: type: object allOf: – #/definitions/simpleEntity description: tpPedido: type: object allOf: – #/definitions/simpleEntity description: pesoReal: type: number format: double description: pesoCubado: type: number format: double description: qtVolume: type: integer format: int64 description: dsNaturezaMercadoria: type: string description: dsTpAcondicionamento: type: string description: centro: type: integer format: int64 description: custo: type: integer format: int64 description: chaveAcesso: type: string description: cfop: type: integer format: int64 description: qtdDiasEntrega: type: integer format: int64 description: dtEntrega: type: string format: date description: cep: type: string description: estado: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: bairro: type: object allOf: – #/definitions/simpleEntity description: endereco: type: string description: numero: type: integer format: int64 description: complemento: type: string description: email: type: string description: tel: type: string description: cel: type: string description: observacao: type: string description: cabecalhoLayoutInterface: description: type: object required: – empresa – nomeInterface – descricaoInterface – tipo – registro – nomeRegistro properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: nomeInterface: type: string description: descricaoInterface: type: string description: tipo: type: string description: registro: type: string description: nomeRegistro: type: string description: detalheLayoutInterface: description: type: object required: – sequencia – campo – tamanho – posicaoInicial – tipo – obrigatorio – descricaoCampo – cabecalho – empresa – nome – registro properties: id: type: integer format: int64 description: sequencia: type: integer format: int64 description: campo: type: string description: tamanho: type: integer format: int64 description: posicaoInicial: type: integer format: int64 description: tipo: type: string description: obrigatorio: type: boolean description: valor: type: string description: mascara: type: string description: descricaoCampo: type: string description: cabecalho: type: integer format: int64 description: empresa: type: integer format: int64 description: nome: type: string description: registro: type: string description: tipoIcms: description: type: object required: – descricao – difal – vigenciaInicial – vigenciaFinal – observacao properties: id: type: integer format: int64 description: descricao: type: string description: difal: type: string description: vigenciaInicial: type: string format: date description: vigenciaFinal: type: string format: date description: observacao: type: string description: icmsDifal: description: type: object required: – anoInicial – anoFinal – percentualOrigem – percentualDestino – tipoIcms properties: id: type: integer format: int64 description: anoInicial: type: integer format: int64 description: anoFinal: type: integer format: int64 description: percentualOrigem: type: integer format: int64 description: percentualDestino: type: integer format: int64 description: tipoIcms: type: integer format: int64 description: tipoEntregaPedido: description: type: object required: – empresa – tipoPedido – tipoEntrega properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoPedido: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: transportadoraGrupo: description: type: object required: – empresa – transportadora – grupo – prioridade – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: grupo: type: object allOf: – #/definitions/simpleEntity description: prioridade: type: integer format: int64 description: ativo: type: boolean description: tipoPagamento: description: type: object required: – cdTpPagamento – dsTpPagamento properties: id: type: integer format: int64 description: cdTpPagamento: type: integer format: int64 description: dsTpPagamento: type: string description: roterizacao: description: type: object required: – empresa – transportadora – cepIni – cepFim – tipo – regiao – rota – tpEntrega – qtDiasEntrega – qtDiasDevolucao – ativo – meioTransporte – tpTabela properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: cepIni: type: string description: cepFim: type: string description: tipo: type: string description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tpEntrega: type: object allOf: – #/definitions/simpleEntity description: qtDiasEntrega: type: integer format: int64 description: qtDiasDevolucao: type: integer format: int64 description: ativo: type: boolean description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: tpTabela: type: object allOf: – #/definitions/simpleEntity description: roterizacaoAbrangencia: description: type: object required: – empresa – transportadora – cepIni – cepFim – tipo – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: cepIni: type: string description: cepFim: type: string description: tipo: type: string description: ativo: type: boolean description: tabelaFreteParam: description: type: object required: – empresa – transportadora – regiao – rota – tipoTabela – tipoEntrega – meioTransporte – tipoCarga – descricaoTabelaFrete – vigencia – valorFreteMinimo – valorLimiteEmbarque – percentualTxGris – valorTxGris – valorTxGrisMinimo – percentualTxAdValoren – valorTxAdValoren – valorTxAdValorenMinimo – percentualTaxaTRT – valorTaxaTRT – valorMinimoTaxaTRT – percentualTaxaTRF – valorTaxaTRF – valorMinimoTaxaTRF – percentualTaxaADM – valorTaxaADM – valorMinimoADM – percentualTaxaTAD – valorTaxaTAD – valorMinimoTaxaTAD – valorTaxaAdicionalTAD – percentualTaxaTDE – valorTaxaTDE – valorTaxaFixaTDE – valorTaxaMinTDE – valorTaxaMaxTDE – percentualTaxaEmex – valorTaxaEmex – valorTaxaEmexFracaoKg – valorPercentualTaxaEmexNf – valorTaxaMinEmex – valorPercentualTaxaEstadiaNf – valorTaxaFracaoDiaEstadia – valorTaxaEstadiaPesoMin – valorPedagio – valorPedagioFracao – valorDespacho – percentualTxReentrega – valorTxReentrega – percentualTxDevolucao – valorTxDevolucao – valorAvisoRecebimento – valorEnvioOcorrencia – fatorCubagem – valorItr – valorTde – valorCto – valorAdeme – valorSefaz – valoroutros – percentualTxSegFluvial – valorTxSegFluvial – percentualTxDesembSuframa – valorTxDesembSuframa – produtoCategoria properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tipoTabela: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: tipoCarga: type: object allOf: – #/definitions/simpleEntity description: descricaoTabelaFrete: type: string description: contratoTransportadora: type: string description: ativo: type: boolean description: vigencia: type: string format: date description: valorFreteMinimo: type: number format: double description: valorLimiteEmbarque: type: number format: double description: fimVigencia: type: string description: percentualTxGris: type: string description: valorTxGris: type: number format: double description: valorTxGrisMinimo: type: number format: double description: percentualTxAdValoren: type: string description: valorTxAdValoren: type: number format: double description: valorTxAdValorenMinimo: type: number format: double description: percentualTaxaTRT: type: string description: valorTaxaTRT: type: number format: double description: valorMinimoTaxaTRT: type: number format: double description: percentualTaxaTRF: type: string description: valorTaxaTRF: type: number format: double description: valorMinimoTaxaTRF: type: number format: double description: percentualTaxaADM: type: string description: valorTaxaADM: type: number format: double description: valorMinimoADM: type: number format: double description: percentualTaxaTAD: type: string description: valorTaxaTAD: type: number format: double description: valorMinimoTaxaTAD: type: number format: double description: valorTaxaAdicionalTAD: type: number format: double description: percentualTaxaTDE: type: string description: valorTaxaTDE: type: number format: double description: valorTaxaFixaTDE: type: number format: double description: valorTaxaMinTDE: type: number format: double description: valorTaxaMaxTDE: type: number format: double description: percentualTaxaEmex: type: string description: valorTaxaEmex: type: number format: double description: valorTaxaEmexFracaoKg: type: number format: double description: valorPercentualTaxaEmexNf: type: number format: double description: valorTaxaMinEmex: type: number format: double description: valorPercentualTaxaEstadiaNf: type: number format: double description: valorTaxaFracaoDiaEstadia: type: number format: double description: valorTaxaEstadiaPesoMin: type: number format: double description: valorPedagio: type: number format: double description: valorPedagioFracao: type: number format: double description: valorDespacho: type: number format: double description: percentualTxReentrega: type: string description: valorTxReentrega: type: number format: double description: percentualTxDevolucao: type: string description: valorTxDevolucao: type: number format: double description: valorAvisoRecebimento: type: number format: double description: valorEnvioOcorrencia: type: number format: double description: fatorCubagem: type: number format: double description: valorItr: type: number format: double description: valorTde: type: number format: double description: valorCto: type: number format: double description: valorAdeme: type: number format: double description: valorSefaz: type: number format: double description: valoroutros: type: number format: double description: dataAntt: type: string description: dataSegGalpao: type: string description: dataSegTransporte: type: string description: dataAnvisa: type: string description: percentualTxSegFluvial: type: string description: valorTxSegFluvial: type: number format: double description: percentualTxDesembSuframa: type: string description: valorTxDesembSuframa: type: number format: double description: produtoCategoria: type: object allOf: – #/definitions/simpleEntity description: permiteAgrupamento: type: boolean description: valorEstadiaProdutoPedido: type: number format: double description: valorMinReentrega: type: number format: double description: valorMinDevolucao: type: number format: double description: percentualFreteNota: type: number format: double description: limiteExcedenteNf: type: number format: double description: tipoExcedenteNf: type: string description: valorExcedenteNf: type: number format: double description: percentualTxMedidas: type: string description: valorTxMedidas: type: number format: double description: baseTxMedidas: type: string description: comprimentoTx: type: number format: double description: alturaTx: type: number format: double description: larguraTx: type: number format: double description: limiteLargura: type: number format: double description: limiteComprimento: type: number format: double description: limiteAltura: type: number format: double description: transportadoraFaixa: description: type: object required: – empresa – transportadora – regiao – rota – tpTabela – tpEntrega – meioTransporte – vlInicio – vlFim – vlFrete – vlExcedente – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tpTabela: type: object allOf: – #/definitions/simpleEntity description: tpEntrega: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: vlInicio: type: number format: double description: vlFim: type: number format: double description: vlFrete: type: number format: double description: vlExcedente: type: number format: double description: ativo: type: boolean description: logTransportadoraFaixa: description: type: object properties: id: type: integer format: int64 description: manutencaoRoterizacao: description: type: object required: – id – loccepini – loccepfim – tipo – ativo – qtdiasentrega – qtdiasdevolucao – empresa – transportadora – regiao – rota – tipotabela – tipoentrega – meiotransporte properties: id: type: integer format: int64 description: loccepini: type: string description: loccepfim: type: string description: tipo: type: string description: ativo: type: boolean description: qtdiasentrega: type: integer format: int64 description: qtdiasdevolucao: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: rota: type: object allOf: – #/definitions/simpleEntity description: tipotabela: type: object allOf: – #/definitions/simpleEntity description: tipoentrega: type: object allOf: – #/definitions/simpleEntity description: meiotransporte: type: object allOf: – #/definitions/simpleEntity description: aprovacaoCancelamentoReembolso: description: type: object properties: id: type: integer format: int64 description: observacao: type: string description: dsMotivoCancelamento: type: string description: tipoCarga: description: type: object required: – tipoCarga – descricao – ativo properties: id: type: integer format: int64 description: tipoCarga: type: string description: descricao: type: string description: ativo: type: boolean description: empresaMatriz: description: type: object required: – cdEmpresa – nmEmpresa properties: id: type: integer format: int64 description: cdEmpresa: type: integer format: int64 description: nmEmpresa: type: string description: funcionario: description: type: object required: – cdFuncionario – nmFuncionario – dsFuncao – situacao properties: id: type: integer format: int64 description: cdFuncionario: type: integer format: int64 description: nmFuncionario: type: string description: loginG7: type: string description: dsFuncao: type: string description: situacao: type: object allOf: – #/definitions/simpleEntity description: funcionarioEmpresa: description: type: object required: – empresa – funcionario properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: funcionario: type: integer format: int64 description: freteGratis: description: type: object required: – empresa – regiao – quantidadeItem – valorPedido – dataVigencia – dataFimVigencia – cepIniGratis – cepFimGratis properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: regiao: type: object allOf: – #/definitions/simpleEntity description: quantidadeItem: type: integer format: int64 description: valorPedido: type: number format: double description: dataVigencia: type: string format: date description: dataFimVigencia: type: string format: date description: cepIniGratis: type: string description: cepFimGratis: type: string description: parametrosGlobais: description: type: object properties: id: type: integer format: int64 description: hostSmtp: type: string description: portaSmtp: type: string description: usuarioSmtp: type: string description: senhaSmtp: type: string description: caminhoTmp: type: string description: emailPiCorreios: type: string description: emailRemetenteNotificacao: type: string description: qtTentativasEnvioEmail: type: integer format: int64 description: numDiasVigenciaVencer: type: integer format: int64 description: numDiasPedidoDesativado: type: integer format: int64 description: paginacaoDiasCalculoFrete: type: integer format: int64 description: tetoMaximoPedidoInvalido: type: integer format: int64 description: tabelaCotacaoMedia: description: type: object required: – empresa – tipoEntrega – cepInicial – cepFinal – vlrFrete – qtDiasEntrega properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: cepInicial: type: string description: cepFinal: type: string description: vlrFrete: type: number format: double description: qtDiasEntrega: type: integer format: int64 description: justificativaAceite: description: type: object properties: id: type: integer format: int64 description: justificativa: type: string description: layoutEmail: description: type: object required: – dsLayoutemail – empresa – tipoPedido – layout – categoriaProduto – assunto properties: id: type: integer format: int64 description: dsLayoutemail: type: string description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoPedido: type: object allOf: – #/definitions/simpleEntity description: motivoRetorno: type: integer format: int64 description: layout: type: string description: categoriaProduto: type: object allOf: – #/definitions/simpleEntity description: assunto: type: string description: tpAgendamento: type: string description: idFornecedor: type: boolean description: idTransportadoraColeta: type: boolean description: idTransportadoraDestino: type: boolean description: tipoVeiculo: description: type: object required: – empresa – tipoVeiculo – qtEixo – psCarga – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoVeiculo: type: string description: qtEixo: type: integer format: int64 description: psCarga: type: number format: double description: ativo: type: boolean description: empresaModulo: description: type: object required: – empresa – chave – descricao – ativo properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: chave: type: string description: descricao: type: string description: ativo: type: boolean description: rotaCliente: description: type: object required: – cliente – tipoVeiculo – qtKm – vlPedagio – prazoEntrega properties: id: type: integer format: int64 description: cliente: type: object allOf: – #/definitions/simpleEntity description: tipoVeiculo: type: object allOf: – #/definitions/simpleEntity description: qtKm: type: integer format: int64 description: vlPedagio: type: number format: double description: prazoEntrega: type: integer format: int64 description: cabFaixaKm: description: type: object required: – empresa – tipoPedido – tipoEntrega – tipoTabela – meioTransporte – tipoCargaLotacao – ativo – dtVigenciaIni – dtVigenciaFim properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: tipoPedido: type: object allOf: – #/definitions/simpleEntity description: tipoEntrega: type: object allOf: – #/definitions/simpleEntity description: tipoTabela: type: object allOf: – #/definitions/simpleEntity description: meioTransporte: type: object allOf: – #/definitions/simpleEntity description: tipoCargaLotacao: type: object allOf: – #/definitions/simpleEntity description: ativo: type: boolean description: dtVigenciaIni: type: string format: date description: dtVigenciaFim: type: string format: date description: detFaixaKm: description: type: object required: – cabFaixaKm – qtdeEixos – vlCargaDescarga – vlFreteKm – ativo properties: id: type: integer format: int64 description: cabFaixaKm: type: object allOf: – #/definitions/simpleEntity description: qtdeEixos: type: integer format: int64 description: vlCargaDescarga: type: number format: double description: vlFreteKm: type: number format: double description: ativo: type: boolean description: faixaHorasDiaria: description: type: object required: – idTabelafreteparam – horaInicial – horaFinal – idTipoTaxa – vlrTaxa properties: id: type: integer format: int64 description: idTabelafreteparam: type: integer format: int64 description: horaInicial: type: integer format: int64 description: horaFinal: type: integer format: int64 description: idTipoTaxa: type: string description: vlrTaxa: type: number format: double description: sugestaoTransporte: description: type: object required: – tpVeiculo – documentoFrete – peso – vlrFrete – qtde properties: id: type: integer format: int64 description: tpVeiculo: type: object allOf: – #/definitions/simpleEntity description: documentoFrete: type: object allOf: – #/definitions/simpleEntity description: peso: type: number format: double description: vlrFrete: type: number format: double description: qtde: type: integer format: int64 description: programacaoTransporte: description: type: object required: – tpVeiculo – documentoFrete properties: id: type: integer format: int64 description: idDet: type: integer format: int64 description: tpVeiculo: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: documentoFrete: type: object allOf: – #/definitions/simpleEntity description: previsaoEntrega: type: string format: date description: peso: type: number format: double description: vlrPedagio: type: number format: double description: vlrTotalFrete: type: number format: double description: vlrUnitarioFrete: type: number format: double description: vlrCargaDescarga: type: number format: double description: qtde: type: integer format: int64 description: status: type: string description: percTransp: type: number format: double description: dsPlaca: type: string description: userSchedullerJobs: description: type: object required: – jobName – jobStyle – startDate – endDate – lastStartDate – nextRunDate – repeatInterval – enabled – jobType – state – jobPriority – jobCreator – jobAction – scheduleOwner – scheculeType properties: jobName: type: string description: jobStyle: type: string description: startDate: type: string description: endDate: type: string description: lastStartDate: type: string description: nextRunDate: type: string description: repeatInterval: type: string description: enabled: type: string description: jobType: type: string description: state: type: string description: jobPriority: type: string description: jobCreator: type: string description: jobAction: type: string description: scheduleOwner: type: string description: scheculeType: type: string description: userSchedullerJobLog: description: type: object required: – logId – logDate – jobSubname – jobClass – operation – status – userName – clientId properties: logId: type: string description: logDate: type: string description: jobSubname: type: string description: jobClass: type: string description: operation: type: string description: status: type: string description: userName: type: string description: clientId: type: string description: parametroLgpd: description: type: object required: – dsTabela – dsCampo – idObrigatorio – descricao – configLgpd – ativo properties: id: type: integer format: int64 description: dsTabela: type: string description: dsCampo: type: string description: dsTextoPadrao: type: string description: idObrigatorio: type: string description: descricao: type: string description: configLgpd: type: string description: ativo: type: string description: faixaHorasDiariaKm: description: type: object required: – faixaKm – horaInicial – horaFinal – idTipoTaxa – vlrTaxa properties: id: type: integer format: int64 description: faixaKm: type: integer format: int64 description: horaInicial: type: integer format: int64 description: horaFinal: type: integer format: int64 description: idTipoTaxa: type: string description: vlrTaxa: type: number format: double description: generalidadeFaixaKm: description: type: object required: – tipoGeneralidade – faixaKm – percentualValor – taxa properties: id: type: integer format: int64 description: tipoGeneralidade: type: object allOf: – #/definitions/simpleEntity description: transportadora: type: object allOf: – #/definitions/simpleEntity description: faixaKm: type: integer format: int64 description: percentualValor: type: string description: tipoCalculoPercentual: type: string description: taxa: type: number format: double description: valorMinimo: type: number format: double description: tipoCargaLotacao: description: type: object required: – dsTipoCargaLotacao properties: id: type: integer format: int64 description: dsTipoCargaLotacao: type: string description: webServiceJobs: description: type: object properties: id: type: integer format: int64 description: jobClass: type: string description: interval: type: integer format: int64 description: enabled: type: boolean description: url: type: string description: userWs: type: string description: pass: type: string description: clientId: type: integer format: int64 description: clientSecret: type: string description: idBot: type: integer format: int64 description: agendamento: description: type: object required: – empresa – tpAgendamento properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: tpAgendamento: type: string description: fornecedor: type: object allOf: – #/definitions/simpleEntity description: transportadoraColeta: type: object allOf: – #/definitions/simpleEntity description: transportadoraDestino: type: object allOf: – #/definitions/simpleEntity description: qtNf: type: integer format: int64 description: qtVolume: type: integer format: int64 description: vlrCusto: type: number format: double description: dtAgendamento: type: string format: date description: dtAprovAgendamento: type: string format: date description: nmFuncG7AprovAgend: type: string description: urlAgendamento: description: type: object required: – url properties: id: type: integer format: int64 description: agendamento: type: object allOf: – #/definitions/simpleEntity description: url: type: string description: fornecedor: description: type: object required: – empresa – cdFornecedor – dsFornecedor – nuCnpj – pais – cdCep – dsEndereco – dsBairro – nuEndereco – email properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: cdFornecedor: type: integer format: int64 description: dsFornecedor: type: string description: nuCnpj: type: integer format: int64 description: pais: type: object allOf: – #/definitions/simpleEntity description: cidade: type: object allOf: – #/definitions/simpleEntity description: cdCep: type: string description: dsEndereco: type: string description: dsBairro: type: string description: nuEndereco: type: string description: email: type: string description: motorista: description: type: object required: – empresa – nmMotorista – placaVeiculo – cnh – cpf – rg properties: id: type: integer format: int64 description: empresa: type: object allOf: – #/definitions/simpleEntity description: idMotoristaTorre: type: integer format: int64 description: nmMotorista: type: string description: placaVeiculo: type: string description: cnh: type: string description: cpf: type: string description: rg: type: string description: ativarIntegracaoTorre: type: boolean description: motivoRetornoTorre: description: type: object required: – dsMotivoRetornoTorre properties: id: type: integer format: int64 description: dsMotivoRetornoTorre: type: string description: cdMotivoRetornoTorre: type: integer format: int64 description: transportadoraFilial: description: type: object required: – transportadora – cnpj – nomeTransportadoraFilial properties: id: type: integer format: int64 description: transportadora: type: object allOf: – #/definitions/simpleEntity description: cnpj: type: string description: nomeTransportadoraFilial: type: string description: controleFilaMonitoramento: description: type: object required: – id – usuario – codEmpresa – nomeEmpresa – statusProcessamento – rotinaExecucao – dtAddrow properties: id: type: integer format: int64 description: usuario: type: string description: codEmpresa: type: integer format: int64 description: nomeEmpresa: type: string description: statusProcessamento: type: string description: rotinaExecucao: type: string description: dtAddrow: type: string format: date description: dtUpdrow: type: string format: date description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE