2.0info: 0.2.0 auditoria_frete x-senior-domain: tmsx_fin x-senior-domain-path: tmsx_fin x-senior-service-path: auditoria_frete contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/tmsx_finsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /auditoria_frete/queries/buscarPrioridadeResolucao: post: description: Retorna o conjunto de prioridade de resolução ativo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – conjunto properties: conjunto: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto description: Conjunto de prioridade ativo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna o conjunto de prioridade de resolução ativo tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – conjunto properties: conjunto: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto description: Conjunto de prioridade ativo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/listarDocumentosTransporte: post: description: Listagem de documentos de transporte com filtros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: situacaoAuditoria: type: string allOf: – #/definitions/enumSituacaoAuditoria description: Filtro por situação da auditoria categoriaSituacaoAuditoria: type: string allOf: – #/definitions/enumCategoriaSituacaoAuditoria description: Filtro por categoria do resultado da auditoria liberacaoPagamento: type: string allOf: – #/definitions/enumLiberacaoPagamento description: Filtro por estado de liberação do pagamento situacaoPagamento: type: string allOf: – #/definitions/enumSituacaoPagamento description: Filtro por estado do pagamento transportadoraId: type: string description: Filtro por ID da transportadora empresaId: type: string description: Filtro por ID da empresa filialId: type: string description: Filtro por ID da filial dataEmissaoInicio: type: string format: date-time description: Início do período de emissão dataEmissaoFim: type: string format: date-time description: Fim do período de emissão responses: 200: description: Ok schema: type: object required: – documentos properties: documentos: type: array items: type: object allOf: – #/definitions/auditoriaDocTransporte minimum: 1 description: Lista de documentos encontrados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Listagem de documentos de transporte com filtros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: situacaoAuditoria description: Filtro por situação da auditoria in: query type: string allOf: – #/definitions/enumSituacaoAuditoria – name: categoriaSituacaoAuditoria description: Filtro por categoria do resultado da auditoria in: query type: string allOf: – #/definitions/enumCategoriaSituacaoAuditoria – name: liberacaoPagamento description: Filtro por estado de liberação do pagamento in: query type: string allOf: – #/definitions/enumLiberacaoPagamento – name: situacaoPagamento description: Filtro por estado do pagamento in: query type: string allOf: – #/definitions/enumSituacaoPagamento – name: transportadoraId description: Filtro por ID da transportadora in: query type: string – name: empresaId description: Filtro por ID da empresa in: query type: string – name: filialId description: Filtro por ID da filial in: query type: string – name: dataEmissaoInicio description: Início do período de emissão in: query type: string format: date-time – name: dataEmissaoFim description: Fim do período de emissão in: query type: string format: date-time responses: 200: description: Ok schema: type: object required: – documentos properties: documentos: type: array items: type: object allOf: – #/definitions/auditoriaDocTransporte minimum: 1 description: Lista de documentos encontrados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/buscarAuditoriaDocTransporte: post: description: Busca completa de auditoria de documento de transporte por ID tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID do registro de auditoria do documento responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Auditoria do documento completo com componentes, apurações e histórico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca completa de auditoria de documento de transporte por ID tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: ID do registro de auditoria do documento in: query required: true type: string responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Auditoria do documento completo com componentes, apurações e histórico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/listarPreFaturas: post: description: Listagem de pré-faturas com filtros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: transportadoraId: type: string description: Filtro por ID da transportadora empresaId: type: string description: Filtro por ID da empresa filialId: type: string description: Filtro por ID da filial statusPreFatura: type: string allOf: – #/definitions/enumStatusPreFatura description: Filtro por status da pré-fatura responses: 200: description: Ok schema: type: object required: – preFaturas properties: preFaturas: type: array items: type: object allOf: – #/definitions/preFatura minimum: 1 description: Lista de pré-faturas encontradas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Listagem de pré-faturas com filtros tags: – Queries x-senior-visibility: PRIVATE parameters: – name: transportadoraId description: Filtro por ID da transportadora in: query type: string – name: empresaId description: Filtro por ID da empresa in: query type: string – name: filialId description: Filtro por ID da filial in: query type: string – name: statusPreFatura description: Filtro por status da pré-fatura in: query type: string allOf: – #/definitions/enumStatusPreFatura responses: 200: description: Ok schema: type: object required: – preFaturas properties: preFaturas: type: array items: type: object allOf: – #/definitions/preFatura minimum: 1 description: Lista de pré-faturas encontradas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/buscarPreFatura: post: description: Busca de pré-fatura por ID com documentos vinculados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID da pré-fatura responses: 200: description: Ok schema: type: object required: – preFatura properties: preFatura: type: object allOf: – #/definitions/preFatura description: Pré-fatura completa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca de pré-fatura por ID com documentos vinculados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: ID da pré-fatura in: query required: true type: string responses: 200: description: Ok schema: type: object required: – preFatura properties: preFatura: type: object allOf: – #/definitions/preFatura description: Pré-fatura completa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/listarAuditoriaHistorico: post: description: Histórico de eventos de um documento de transporte em ordem cronológica tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – auditoriaDocTransporteId properties: auditoriaDocTransporteId: type: string description: ID do registro de auditoria do documento responses: 200: description: Ok schema: type: object required: – historico properties: historico: type: array items: type: object allOf: – #/definitions/auditoriaHistorico minimum: 1 description: Lista de eventos em ordem cronológica crescente 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Histórico de eventos de um documento de transporte em ordem cronológica tags: – Queries x-senior-visibility: PRIVATE parameters: – name: auditoriaDocTransporteId description: ID do registro de auditoria do documento in: query required: true type: string responses: 200: description: Ok schema: type: object required: – historico properties: historico: type: array items: type: object allOf: – #/definitions/auditoriaHistorico minimum: 1 description: Lista de eventos em ordem cronológica crescente 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/buscarSaldoTransportadora: post: description: Saldo atual da conta corrente de uma transportadora por filial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – transportadoraId – filialId properties: transportadoraId: type: string description: ID da transportadora filialId: type: string description: ID da filial responses: 200: description: Ok schema: type: object required: – contaCorrente properties: contaCorrente: type: object allOf: – #/definitions/contaCorrenteTransportadora description: Conta corrente com saldo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Saldo atual da conta corrente de uma transportadora por filial tags: – Queries x-senior-visibility: PRIVATE parameters: – name: transportadoraId description: ID da transportadora in: query required: true type: string – name: filialId description: ID da filial in: query required: true type: string responses: 200: description: Ok schema: type: object required: – contaCorrente properties: contaCorrente: type: object allOf: – #/definitions/contaCorrenteTransportadora description: Conta corrente com saldo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/listarLancamentosContaCorrente: post: description: Extrato de lançamentos da conta corrente de uma transportadora tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – transportadoraId – filialId properties: transportadoraId: type: string description: ID da transportadora filialId: type: string description: ID da filial dataInicio: type: string format: date-time description: Início do período de lançamento dataFim: type: string format: date-time description: Fim do período de lançamento responses: 200: description: Ok schema: type: object required: – lancamentos properties: lancamentos: type: array items: type: object allOf: – #/definitions/contaCorrenteLancamento minimum: 1 description: Lista de lançamentos no período 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Extrato de lançamentos da conta corrente de uma transportadora tags: – Queries x-senior-visibility: PRIVATE parameters: – name: transportadoraId description: ID da transportadora in: query required: true type: string – name: filialId description: ID da filial in: query required: true type: string – name: dataInicio description: Início do período de lançamento in: query type: string format: date-time – name: dataFim description: Fim do período de lançamento in: query type: string format: date-time responses: 200: description: Ok schema: type: object required: – lancamentos properties: lancamentos: type: array items: type: object allOf: – #/definitions/contaCorrenteLancamento minimum: 1 description: Lista de lançamentos no período 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE 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: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPolitica: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPoliticaProcesso: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPoliticaProcessoToleranciaDocumento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPoliticaRegraAplicacao: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPoliticaPrioridadeResolucaoItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaPoliticaPrioridadeResolucaoConjunto: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaDocTransporte: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaComponenteFrete: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportApuracaoAuditoria: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportAuditoriaHistorico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportPreFatura: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportContaCorrenteTransportadora: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportContaCorrenteLancamento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportPessoa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportBeneficioFiscal: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportComponenteFrete: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportE027eqi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportE027str: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportClassificacaoTributaria: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportTipoDocumentoEmbarque: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportModeloDocumentoTransporte: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportNaturezaReceitaPISCOFINS: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportPais: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportEmpresa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportEstado: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportVariavelEntidade: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportCidade: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportVariavel: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportOperacoes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportDocumentoEmbarque: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportFilial: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportClassificacaoOperacaoTransporte: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportDocumentoEmbarqueDadosTransporte: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportConhecimentoTransporteEletronico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportDocumentoTransporte: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportE140imi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportDocumentoTransporteComponenteFrete: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportComponenteFreteNaoEncontrado: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/exportDocumentoTransporteEmbarqueNaoEncontrado: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE 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 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/queries/healthcheck: post: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/migrateSchema: post: description: Realiza a migração do schema do banco de dados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/forceMigrateSchema: post: description: Executa o migrateSchema já removendo o tenant atual do cache da migração do schema do banco de dados, sem necessidade de reiniciar o serviço tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/initialLoadDefaultBase: post: description: Carga inicial de dados da base padrão tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: wizardCall: type: boolean description: Indica se quem está chamando a carga inicial é o Wizard na preparação de ambiente responses: 200: description: Ok schema: type: object properties: migrationVersion: type: string description: Indica a versão do migration migrated: type: boolean description: Indica se já foi migrado ou não 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/ativarAuditoriaPolitica: post: description: Ativa a política informada e desativa qualquer outra política ativa (RN-POL-01) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID da política a ser ativada responses: 200: description: Ok schema: type: object required: – politica properties: politica: type: object allOf: – #/definitions/auditoriaPolitica description: Política atualizada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/copiarDesativarAuditoriaPolitica: post: description: Cria uma cópia da política e desativa a original (RN-POL-02) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID da política a ser copiada responses: 200: description: Ok schema: type: object required: – politica properties: politica: type: object allOf: – #/definitions/auditoriaPolitica description: Nova política criada como cópia 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/atualizarTolerancia: post: description: Atualiza os valores de tolerância de um documento (valida RN-TOL-01) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – toleranciaMonetaria – toleranciaPercentual properties: id: type: string description: ID da tolerância a ser atualizada toleranciaMonetaria: type: number format: double description: Valor de tolerância monetária ( = 0) toleranciaPercentual: type: number format: double description: Valor de tolerância percentual ( = 0) responses: 200: description: Ok schema: type: object required: – tolerancia properties: tolerancia: type: object allOf: – #/definitions/auditoriaPoliticaProcessoToleranciaDocumento description: Tolerância atualizada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/adicionarRegraAplicacao: post: description: Adiciona uma regra de aplicação a um processo de política tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – politicaProcessoId properties: politicaProcessoId: type: string description: ID do processo de política empresaId: type: string description: ID da empresa (opcional) filialId: type: string description: ID da filial (opcional) transportadorId: type: string description: ID do transportador (opcional) scoreBonus: type: integer format: int64 description: Score bônus da regra responses: 200: description: Ok schema: type: object required: – regra properties: regra: type: object allOf: – #/definitions/auditoriaPoliticaRegraAplicacao description: Regra de aplicação criada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/removerRegraAplicacao: post: description: Remove uma regra de aplicação tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID da regra a ser removida responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/executarAuditoriaAutomatica: post: description: Dispara a auditoria automática de um documento de transporte tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – auditoriaDocTransporteId properties: auditoriaDocTransporteId: type: string description: ID do registro de auditoria do documento de transporte responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/aprovarDocumento: post: description: Aprovação integral de um documento pelo analista tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID do registro de auditoria do documento responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Documento atualizado após aprovação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/aplicarDivergencia: post: description: Aplicação de divergência (desconto) em um documento auditado tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – valorDesconto properties: id: type: string description: ID do registro de auditoria do documento valorDesconto: type: number format: double description: Valor do desconto a aplicar justificativa: type: string description: Justificativa da divergência (opcional) responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Documento atualizado após aplicação da divergência 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/recusarDocumento: post: description: Recusa de um documento com justificativa obrigatória (mínimo 20 caracteres) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – justificativa properties: id: type: string description: ID do registro de auditoria do documento justificativa: type: string description: Justificativa da recusa (mínimo 20 caracteres) responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Documento atualizado após recusa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/recalcularDocumento: post: description: Recálculo manual de um documento auditado ou em pendência técnica tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID do registro de auditoria do documento responses: 200: description: Ok schema: type: object required: – documento properties: documento: type: object allOf: – #/definitions/auditoriaDocTransporte description: Documento atualizado após recálculo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/gerarPreFatura: post: description: Geração de pré-fatura agrupando documentos aprovados para pagamento tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – documentoIds properties: documentoIds: type: array items: type: string minimum: 1 description: Lista de IDs dos documentos a incluir na pré-fatura responses: 200: description: Ok schema: type: object required: – preFaturas properties: preFaturas: type: array items: type: object allOf: – #/definitions/preFatura minimum: 1 description: Pré-faturas geradas (uma por grupo de agrupamento) 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPolitica: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPoliticaProcesso: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPoliticaProcessoToleranciaDocumento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPoliticaRegraAplicacao: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPoliticaPrioridadeResolucaoItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaPoliticaPrioridadeResolucaoConjunto: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaDocTransporte: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaComponenteFrete: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importApuracaoAuditoria: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importAuditoriaHistorico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importPreFatura: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importContaCorrenteTransportadora: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importContaCorrenteLancamento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importPessoa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importBeneficioFiscal: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importComponenteFrete: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importE027eqi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importE027str: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importClassificacaoTributaria: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importTipoDocumentoEmbarque: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importModeloDocumentoTransporte: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importNaturezaReceitaPISCOFINS: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importPais: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importEmpresa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importEstado: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importVariavelEntidade: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importCidade: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importVariavel: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importOperacoes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importDocumentoEmbarque: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importFilial: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importClassificacaoOperacaoTransporte: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importDocumentoEmbarqueDadosTransporte: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importConhecimentoTransporteEletronico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importDocumentoTransporte: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importE140imi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importDocumentoTransporteComponenteFrete: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importComponenteFreteNaoEncontrado: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/actions/importDocumentoTransporteEmbarqueNaoEncontrado: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaProcessoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaProcessoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaProcessoToleranciaDocumentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaProcessoToleranciaDocumentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaRegraAplicacaoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaRegraAplicacaoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaPrioridadeResolucaoItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaPrioridadeResolucaoItemEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaPoliticaPrioridadeResolucaoConjuntoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaPoliticaPrioridadeResolucaoConjuntoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaDocTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaDocTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importApuracaoAuditoriaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportApuracaoAuditoriaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importAuditoriaHistoricoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportAuditoriaHistoricoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importPreFaturaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportPreFaturaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importContaCorrenteTransportadoraEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportContaCorrenteTransportadoraEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importContaCorrenteLancamentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportContaCorrenteLancamentoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importPessoaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportPessoaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportBeneficioFiscalEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportE027eqiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportE027strEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importClassificacaoTributariaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportClassificacaoTributariaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importTipoDocumentoEmbarqueEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportTipoDocumentoEmbarqueEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importModeloDocumentoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportModeloDocumentoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportNaturezaReceitaPISCOFINSEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importPaisEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportPaisEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importEmpresaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportEmpresaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importEstadoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportEstadoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importVariavelEntidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportVariavelEntidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importCidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportCidadeEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importVariavelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportVariavelEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importOperacoesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportOperacoesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importDocumentoEmbarqueEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportDocumentoEmbarqueEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportFilialEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importClassificacaoOperacaoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportClassificacaoOperacaoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importDocumentoEmbarqueDadosTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportDocumentoEmbarqueDadosTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importConhecimentoTransporteEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportConhecimentoTransporteEletronicoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importDocumentoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportDocumentoTransporteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importE140imiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportE140imiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importDocumentoTransporteComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportDocumentoTransporteComponenteFreteEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importComponenteFreteNaoEncontradoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportComponenteFreteNaoEncontradoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/importDocumentoTransporteEmbarqueNaoEncontradoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/events/exportDocumentoTransporteEmbarqueNaoEncontradoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPolitica: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPolitica responses: 200: description: The created resource schema: #/definitions/auditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPolitica responses: 200: description: The created resource schema: #/definitions/auditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPolitica/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPolitica responses: 200: description: Ok schema: #/definitions/editAuditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPolitica responses: 200: description: Ok schema: #/definitions/auditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPolitica 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPolitica/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPolitica responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaProcesso responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaProcesso responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaProcesso responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaProcesso responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPolitica/{parentId}/processos: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcesso responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcesso responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPolitica/{parentId}/processos/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaProcesso responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaProcesso responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcesso responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcessoToleranciaDocumento: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcessoToleranciaDocumento/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/{parentId}/tolerancias: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/{parentId}/tolerancias/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcessoToleranciaDocumento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaProcessoToleranciaDocumento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaRegraAplicacao: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaRegraAplicacao/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaRegraAplicacao responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/{parentId}/regrasAplicacao: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaProcesso/{parentId}/regrasAplicacao/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaRegraAplicacao responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaRegraAplicacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaRegraAplicacao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaRegraAplicacao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoItem responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoItem responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaPrioridadeResolucaoItem responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaPrioridadeResolucaoItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoConjunto: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto responses: 200: description: The created resource schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoConjunto/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaPoliticaPrioridadeResolucaoConjunto responses: 200: description: Ok schema: #/definitions/editAuditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaPoliticaPrioridadeResolucaoConjunto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaDocTransporte responses: 200: description: The created resource schema: #/definitions/auditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaDocTransporte responses: 200: description: The created resource schema: #/definitions/auditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaDocTransporte responses: 200: description: Ok schema: #/definitions/editAuditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaDocTransporte responses: 200: description: Ok schema: #/definitions/auditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaDocTransporte 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaDocTransporte responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaComponenteFrete: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaComponenteFrete responses: 200: description: The created resource schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaComponenteFrete responses: 200: description: The created resource schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaComponenteFrete/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaComponenteFrete responses: 200: description: Ok schema: #/definitions/editAuditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaComponenteFrete responses: 200: description: Ok schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/componentesFrete: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaComponenteFrete responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaComponenteFrete responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/componentesFrete/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaComponenteFrete responses: 200: description: Ok schema: #/definitions/editAuditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaComponenteFrete responses: 200: description: Ok schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaComponenteFrete 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaComponenteFrete/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaComponenteFrete responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/apuracaoAuditoria: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apuracaoAuditoria responses: 200: description: The created resource schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/apuracaoAuditoria responses: 200: description: The created resource schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/apuracaoAuditoria/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editApuracaoAuditoria responses: 200: description: Ok schema: #/definitions/editApuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/apuracaoAuditoria responses: 200: description: Ok schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/apuracoes: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/apuracaoAuditoria responses: 200: description: The created resources schema: type: array items: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/apuracaoAuditoria responses: 200: description: The created resources schema: type: array items: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/apuracoes/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editApuracaoAuditoria responses: 200: description: Ok schema: #/definitions/editApuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/apuracaoAuditoria responses: 200: description: Ok schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/apuracaoAuditoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/apuracaoAuditoria/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/apuracaoAuditoria responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaHistorico: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaHistorico responses: 200: description: The created resource schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/auditoriaHistorico responses: 200: description: The created resource schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaHistorico/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaHistorico responses: 200: description: Ok schema: #/definitions/editAuditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaHistorico responses: 200: description: Ok schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/historico: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaHistorico responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/auditoriaHistorico responses: 200: description: The created resources schema: type: array items: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaDocTransporte/{parentId}/historico/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editAuditoriaHistorico responses: 200: description: Ok schema: #/definitions/editAuditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/auditoriaHistorico responses: 200: description: Ok schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/auditoriaHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/auditoriaHistorico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/auditoriaHistorico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/preFatura: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/preFatura responses: 200: description: The created resource schema: #/definitions/preFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/preFatura responses: 200: description: The created resource schema: #/definitions/preFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/preFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/preFatura/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editPreFatura responses: 200: description: Ok schema: #/definitions/editPreFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/preFatura responses: 200: description: Ok schema: #/definitions/preFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/preFatura 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/preFatura/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/preFatura responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteTransportadora: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contaCorrenteTransportadora responses: 200: description: The created resource schema: #/definitions/contaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contaCorrenteTransportadora responses: 200: description: The created resource schema: #/definitions/contaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/contaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteTransportadora/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editContaCorrenteTransportadora responses: 200: description: Ok schema: #/definitions/editContaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/contaCorrenteTransportadora responses: 200: description: Ok schema: #/definitions/contaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/contaCorrenteTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteTransportadora/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/contaCorrenteTransportadora responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteLancamento: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contaCorrenteLancamento responses: 200: description: The created resource schema: #/definitions/contaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/contaCorrenteLancamento responses: 200: description: The created resource schema: #/definitions/contaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/contaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteLancamento/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/editContaCorrenteLancamento responses: 200: description: Ok schema: #/definitions/editContaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/contaCorrenteLancamento responses: 200: description: Ok schema: #/definitions/contaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/contaCorrenteLancamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /auditoria_frete/entities/contaCorrenteLancamento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/contaCorrenteLancamento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: enumUpDown: type: string enum: – UP – DOWN description: Up or down: * `UP` – Up * `DOWN` – Down enumTipoProcessoAuditoria: type: string enum: – PRE_AUDITORIA – AUDITORIA description: Tipo de Processo de Auditoria: * `PRE_AUDITORIA` – Pré-Auditoria: validação prévia ao pagamento * `AUDITORIA` – Auditoria: conferência após pagamento enumMetodoApuracao: type: string enum: – POR_COMPONENTE – POR_TOTAL description: Métodh de Apuração de divergência: * `POR_COMPONENTE` – Apuração por componente de frete * `POR_TOTAL` – Apuração pelo valor total enumTipoDocumentoReferenciaAuditoriaPolitica: type: string enum: – DOCUMENTO_TRANSPORTE – FATURA description: Tipo de Documento de Referência para tolerância: * `DOCUMENTO_TRANSPORTE` – Documento de Transporte (CT-e) * `FATURA` – Fatura de cobrança enumDimensaoPrioridadeResolucaoAuditoriaPolitica: type: string enum: – TRANSPORTADOR – FILIAL – EMPRESA description: Dimensão de Prioridade de Resolução de Política: * `TRANSPORTADOR` – Dimensão Transportador (peso padrão 4) * `FILIAL` – Dimensão Filial (peso padrão 2) * `EMPRESA` – Dimensão Empresa (peso padrão 1) enumSituacaoAuditoria: type: string enum: – NAO_AUDITADO – EM_AUDITORIA – AUDITADO – PENDENCIA_TECNICA description: Situação da auditoria do documento de transporte (Eixo 1): * `NAO_AUDITADO` – Documento recebido, aguardando auditoria * `EM_AUDITORIA` – Auditoria em execução (mutex) * `AUDITADO` – Auditoria concluída * `PENDENCIA_TECNICA` – Pendência técnica impeditiva (ex: tabela de preço não localizada) enumCategoriaSituacaoAuditoria: type: string enum: – SEM_DIVERGENCIA – DENTRO_TOLERANCIA – DIVERGENCIA_VALORES_ACIMA – DIVERGENCIA_VALORES_ABAIXO – PENDENCIA_IMPEDITIVA description: Categoria do resultado da auditoria (Eixo 2): * `SEM_DIVERGENCIA` – Valor cobrado igual ao valor calculado * `DENTRO_TOLERANCIA` – Diferença dentro dos limites de tolerância da política * `DIVERGENCIA_VALORES_ACIMA` – Valor cobrado maior que o valor calculado, fora da tolerância * `DIVERGENCIA_VALORES_ABAIXO` – Valor cobrado menor que o valor calculado, fora da tolerância * `PENDENCIA_IMPEDITIVA` – Pendência que impede a conclusão da auditoria enumLiberacaoPagamento: type: string enum: – LIBERACAO_BLOQUEADA – AGUARDANDO_LIBERACAO_MANUAL – APROVADO_AUTOMATICAMENTE – APROVADO_MANUALMENTE – RECUSADO_MANUALMENTE description: Estado de liberação do pagamento (Eixo 3): * `LIBERACAO_BLOQUEADA` – Pagamento bloqueado — aguardando auditoria * `AGUARDANDO_LIBERACAO_MANUAL` – Divergência detectada — aguardando decisão manual do analista * `APROVADO_AUTOMATICAMENTE` – Aprovado automaticamente pela auditoria (sem divergência ou dentro da tolerância) * `APROVADO_MANUALMENTE` – Aprovado manualmente pelo analista * `RECUSADO_MANUALMENTE` – Recusado manualmente pelo analista enumSituacaoPagamento: type: string enum: – PREFATURAMENTO_BLOQUEADO – LIBERADO_PARA_PREFATURAMENTO – PRE_FATURADO – COBRANCA_RECUSADA description: Estado do pagamento / pré-faturamento (Eixo 4): * `PREFATURAMENTO_BLOQUEADO` – Pré-faturamento bloqueado — documento não aprovado * `LIBERADO_PARA_PREFATURAMENTO` – Documento aprovado e liberado para inclusão em pré-fatura * `PRE_FATURADO` – Documento incluído em pré-fatura * `COBRANCA_RECUSADA` – Cobrança recusada — documento não será pago enumTipoDocumentoEletronicoBrasil: type: string enum: – CTE – NFSE description: Tipo de documento eletrônico fiscal brasileiro: * `CTE` – Conhecimento de Transporte Eletrônico * `NFSE` – Nota Fiscal de Serviços Eletrônica enumModalTransporte: type: string enum: – RODOVIARIO – AEREO – AQUAVIARIO – FERROVIARIO – DUTOVIARIO – MULTIMODAL description: Modal de transporte: * `RODOVIARIO` – Transporte rodoviário * `AEREO` – Transporte aéreo * `AQUAVIARIO` – Transporte aquaviário * `FERROVIARIO` – Transporte ferroviário * `DUTOVIARIO` – Transporte dutoviário * `MULTIMODAL` – Transporte multimodal enumNaturezaApuracao: type: string enum: – CREDITO_PARA_CONTRATANTE – CREDITO_PARA_CONTRATADO description: Natureza da apuração financeira: * `CREDITO_PARA_CONTRATANTE` – Crédito a favor do contratante (transportadora cobrou a mais) * `CREDITO_PARA_CONTRATADO` – Crédito a favor do contratado (transportadora cobrou a menos) enumTipoEventoApuracao: type: string enum: – COBRANCA_A_MAIOR – COBRANCA_A_MENOR description: Tipo de evento de apuração financeira: * `COBRANCA_A_MAIOR` – Cobrança acima do valor calculado * `COBRANCA_A_MENOR` – Cobrança abaixo do valor calculado enumStatusApuracao: type: string enum: – ABERTO – APROVADO – CANCELADO – PARCIAL – COMPENSADO – DESDOBRADO description: Status do ciclo de vida de uma apuração de auditoria: * `ABERTO` – Apuração aberta — aguardando resolução * `APROVADO` – Apuração aprovada * `CANCELADO` – Apuração cancelada * `PARCIAL` – Apuração parcialmente resolvida (uso futuro) * `COMPENSADO` – Apuração compensada (uso futuro) * `DESDOBRADO` – Apuração desdobrada em outras apurações (uso futuro) enumTipoEventoGovernanciaAuditoriaHistorico: type: string enum: – RECEBIMENTO_DOCTRANSP – RECEBIMENTO_DOCEMB – VINCULACAO_DOCEMB – AUDITORIA_AUTOMATICA – APROVACAO_AUTOMATICA – APROVACAO_MANUAL – RECUSA_MANUAL – APLICACAO_DIVERGENCIA – DIVERGENCIA_TOTAL_RECUSA – RECALCULO_OFICIAL – INCLUSAO_PRE_FATURA description: Tipo de evento registrado na trilha de auditoria (AuditoriaHistorico): * `RECEBIMENTO_DOCTRANSP` – Recebimento de documento de transporte (CT-e / NFS-e) * `RECEBIMENTO_DOCEMB` – Recebimento de documento de embarque (NF-e) * `VINCULACAO_DOCEMB` – Vinculação de documento de embarque ao documento de transporte * `AUDITORIA_AUTOMATICA` – Conclusão da auditoria automática * `APROVACAO_AUTOMATICA` – Aprovação automática pelo sistema * `APROVACAO_MANUAL` – Aprovação manual pelo analista * `RECUSA_MANUAL` – Recusa manual pelo analista * `APLICACAO_DIVERGENCIA` – Aplicação de divergência (desconto parcial) * `DIVERGENCIA_TOTAL_RECUSA` – Divergência total — recusa por desconto de 100% * `RECALCULO_OFICIAL` – Recálculo oficial do documento * `INCLUSAO_PRE_FATURA` – Inclusão do documento em pré-fatura enumStatusPreFatura: type: string enum: – GERADA – ENVIADA – CANCELADA description: Status do ciclo de vida de uma pré-fatura: * `GERADA` – Pré-fatura gerada e aguardando envio * `ENVIADA` – Pré-fatura enviada à transportadora * `CANCELADA` – Pré-fatura cancelada enumOrigemComponenteFrete: type: string enum: – DOCUMENTO_TRANSPORTE – CALCULO_TABELA_PRECO description: Origem do componente de frete registrado na auditoria: * `DOCUMENTO_TRANSPORTE` – Componente extraído do documento de transporte (CT-e) * `CALCULO_TABELA_PRECO` – Componente calculado pela tabela de preço (Motor_Calculo + Matriz_Frete) enumTipoLancamentoContaCorrente: type: string enum: – COBRANCA – AUDITORIA – DESCONTO description: Tipo de lançamento na conta corrente da transportadora: * `COBRANCA` – Lançamento de cobrança (valor cobrado pela transportadora) * `AUDITORIA` – Lançamento de auditoria (valor calculado / aprovado) * `DESCONTO` – Lançamento de desconto (divergência aplicada) enumTipoPessoa: type: string enum: – PESSOA_JURIDICA – PESSOA_FISICA description: Tipo da pessoa: * `PESSOA_JURIDICA` – Pessoa Jurídica * `PESSOA_FISICA` – Pessoa Física enumSitReg: type: string enum: – VA – VI description: Situação registro: * `VA` – Ativo * `VI` – Inativo enumSituacaoErpx: type: string enum: – VATIVO – VINATIVO description: Situação: * `VATIVO` – Ativo * `VINATIVO` – Inativo enumTipImpCst: type: string enum: – PIS_COFINS – IPI – ICMS – ISS – CBS_IBS – IS description: Tipo de imposto documento: * `PIS_COFINS` – PIS/COFINS * `IPI` – IPI * `ICMS` – ICMS * `ISS` – ISS * `CBS_IBS` – CBS/IBS Estadual e Municipal * `IS` – Imposto seletivo enumTipoOperacaoErpx: type: string enum: – VSAIDA – VENTRADA – VAMBOS description: Tipo de operação do ERPx: * `VSAIDA` – Saída * `VENTRADA` – Entrada * `VAMBOS` – Ambos enumTipoOperacao: type: string enum: – OPERACAO_NORMAL – COMPLEMENTO_VALORES – SUBSTITUICAO description: Tipo Operação: * `OPERACAO_NORMAL` – Operação Normal * `COMPLEMENTO_VALORES` – Complemento Valores * `SUBSTITUICAO` – Substituição enumSituacao: type: string enum: – VATIVO – VINATIVO description: Situação: * `VATIVO` – Ativo * `VINATIVO` – Inativo enumSituacaoClassificacaoTributariaErpx: type: string enum: – ATIVO – INATIVO description: Situação Classificação Tributária do ERPx: * `ATIVO` – Ativo * `INATIVO` – Inativo enumTipoOrigemErpx: type: string enum: – USUARIO – SENIOR – PARCEIRO description: Tipo da origem da entidade do ERPx: * `USUARIO` – Usuário * `SENIOR` – Senior * `PARCEIRO` – Parceiro enumTipoDocumentoFiscal: type: string enum: – CONHECIMENTO – NF_SERVICO description: Documento Fiscal: * `CONHECIMENTO` – Conhecimento * `NF_SERVICO` – Nota fiscal de serviço modeloDocumentoCarga: type: string enum: – NF – NFE – DECLARACAO – DUTOVIARIO – CFE_SAT – NFCE – OUTROS description: Enum Modelo documento de carga: * `NF` – Nota Fiscal * `NFE` – Nota Fiscal Eletrônica * `DECLARACAO` – Declaração * `DUTOVIARIO` – Dutoviário * `CFE_SAT` – Cupons Fiscais Eletrônicos SAT * `NFCE` – Nota Fiscal de Consumidor Eletrônica * `OUTROS` – Outros Documentos enumIntegracao: type: string enum: – ELETRONICA – ARQUIVO – SEM_INTEGRACAO description: Integração: * `ELETRONICA` – Eletrônica * `ARQUIVO` – Arquivo * `SEM_INTEGRACAO` – Sem integração enumEntidade: type: string enum: – DOCUMENTO_TRANSPORTE – DOCUMENTO_EMBARQUE description: Enum Entidade: * `DOCUMENTO_TRANSPORTE` – Documento Transporte * `DOCUMENTO_EMBARQUE` – Documento Embarque enumTipoServico: type: string enum: – SERVICO_NORMAL – SUBCONTRATACAO – REDESPACHO – REDESPACHO_INTERMEDIARIO – SERVICO_VINCULADO_MULTIMODAL description: Tipo Serviço: * `SERVICO_NORMAL` – Normal * `SUBCONTRATACAO` – Subcontratação * `REDESPACHO` – Redespacho * `REDESPACHO_INTERMEDIARIO` – Redespacho intermediário * `SERVICO_VINCULADO_MULTIMODAL` – Serviço vinculado Multimodal enumTipoPagador: type: string enum: – EMITENTE – DESTINATARIO – CONSIGNATARIO – TRANSPORTADOR description: Tipo do pagador: * `EMITENTE` – Emitente * `DESTINATARIO` – Destinatário * `CONSIGNATARIO` – Consignatário * `TRANSPORTADOR` – Transportador enumSituacaoDocumentoTransporte: type: string enum: – EM_DIGITACAO – AGUARDANDO_EMISSAO – PROCESSANDO_EMISSAO – ERRO_EMISSAO – REJEITADO – AUTORIZADO – ERRO_DIGITACAO – PROCESSANDO_CANCELAMENTO – CANCELADO description: Situação do documento de transporte: * `EM_DIGITACAO` – Em digitação * `AGUARDANDO_EMISSAO` – Aguardando a emissão * `PROCESSANDO_EMISSAO` – Processando a emissão * `ERRO_EMISSAO` – Erro na emissão * `REJEITADO` – Rejeitado * `AUTORIZADO` – Autorizado * `ERRO_DIGITACAO` – Erro Digitação * `PROCESSANDO_CANCELAMENTO` – Processando Cancelamento * `CANCELADO` – Cancelado enumTipoIcms: type: string enum: – ICMS00 – ICMS20 – ICMS45 – ICMS60 – ICMS90 – ICMSSN – ICMS_OUTRA_UF description: Tipo de ICMS: * `ICMS00` – ICMS00 * `ICMS20` – ICMS20 * `ICMS45` – ICMS45 * `ICMS60` – ICMS60 * `ICMS90` – ICMS90 * `ICMSSN` – ICMSSN * `ICMS_OUTRA_UF` – ICMS de outra UF enumTipoAmbiente: type: string enum: – PRODUCAO – HOMOLOGACAO description: Tipo de ambiente: * `PRODUCAO` – Produção * `HOMOLOGACAO` – Homologação enumTipImpDoc: type: string enum: – IPI – IPI_PRESUMIDO – IPI_DEVOLVIDO – IPI_CREDITADO – ICMS – ICMS_SIMPLES – ICMS_FUTURO – ICMS_DIFERIDO – ICMS_DESONERADO – ICMS_ST – ICMS_UF_DESTINO – ICMS_ISENTAS_OUTRAS – ICMS_CREDITADO – ICMS_EFETIVO – ICMS_ST_RETIDO_ANT – ICMS_ST_FUTURO – ICMS_ST_SOLIDARIO – ICMS_IMPORTACAO – ICMS_DESTINO – FCP – FCP_ST – FCP_UF_DESTINO – FCP_ST_RETIDO_ANT – ISS – COFINS – COFINS_RETIDO – COFINS_RECUPERAR_IMPORTACAO – COFINS_RECUPERAR – COFINS_DEVOLVIDO – PIS – PIS_RETIDO – PIS_RECUPERAR_IMPORTACAO – PIS_RECUPERAR – PIS_DEVOLVIDO – CSLL – ISS_RETIDO – IRRF – INSS – INSS_PATRONAL – IMPOSTO_IMPORTACAO – DIFAL – DIFAL_DEVOLVIDO – CIDE_TECNOLOGIA – FUNRURAL_TOTAL – FUNRURAL_INSS – FUNRURAL_RAT – FUNRURAL_SENAR – ICMS_CREDITO_PRESUMIDO – CBS – IBS_ESTADUAL – IBS_MUNICIPAL – IS – CBS_DIFERIDO – CBS_CREDITO_PRESUMIDO – CBS_TRIBUTACAO_REGULAR – IBS_MUNICIPAL_DIFERIDO – IBS_MUNICIPAL_TRIBUTACAO_REGULAR – IBS_ESTADUAL_DIFERIDO – IBS_ESTADUAL_CREDITO_PRESUMIDO – IBS_ESTADUAL_TRIBUTACAO_REGULAR description: Tipo de imposto: * `IPI` – IPI * `IPI_PRESUMIDO` – IPI presumido * `IPI_DEVOLVIDO` – IPI devolvido * `IPI_CREDITADO` – IPI efetivamente creditado * `ICMS` – ICMS Normal * `ICMS_SIMPLES` – ICMS Simples Nacional * `ICMS_FUTURO` – ICMS Futuro * `ICMS_DIFERIDO` – ICMS Diferido * `ICMS_DESONERADO` – ICMS Desonerado * `ICMS_ST` – ICMS ST * `ICMS_UF_DESTINO` – ICMS na UF de destino (DIFAL) * `ICMS_ISENTAS_OUTRAS` – ICMS Isentas/Outras * `ICMS_CREDITADO` – ICMS Creditado * `ICMS_EFETIVO` – ICMS efetivo * `ICMS_ST_RETIDO_ANT` – ICMS ST retido anteriormente * `ICMS_ST_FUTURO` – ICMS ST futuro * `ICMS_ST_SOLIDARIO` – ICMS ST solidário * `ICMS_IMPORTACAO` – ICMS na importação * `ICMS_DESTINO` – ICMS destino * `FCP` – Fundo de Combate à Pobreza * `FCP_ST` – Fundo de Combate à Pobreza retido por Substituição Tributária * `FCP_UF_DESTINO` – Fundo de Combate à Pobreza na UF de destino (DIFAL) * `FCP_ST_RETIDO_ANT` – Fundo de Combate à Pobreza retido anteriormente por Substituição Tributária * `ISS` – ISS * `COFINS` – COFINS Faturamento * `COFINS_RETIDO` – COFINS Retido * `COFINS_RECUPERAR_IMPORTACAO` – COFINS a recuperar na importação * `COFINS_RECUPERAR` – COFINS a recuperar (devolução de compra) * `COFINS_DEVOLVIDO` – COFINS estornado na devolução * `PIS` – PIS Faturamento * `PIS_RETIDO` – PIS Retido * `PIS_RECUPERAR_IMPORTACAO` – PIS a recuperar na importação * `PIS_RECUPERAR` – PIS a recuperar (devolução de compra) * `PIS_DEVOLVIDO` – PIS estornado na devolução * `CSLL` – CSLL * `ISS_RETIDO` – ISS Retido * `IRRF` – IRRF * `INSS` – INSS * `INSS_PATRONAL` – INSS Patronal * `IMPOSTO_IMPORTACAO` – Imposto de importação * `DIFAL` – Diferencial de alíquota (devolução de compra) * `DIFAL_DEVOLVIDO` – DIFAL estornado na devolução * `CIDE_TECNOLOGIA` – CIDE Tecnologia * `FUNRURAL_TOTAL` – Total do FUNRURAL * `FUNRURAL_INSS` – FUNRURAL INSS * `FUNRURAL_RAT` – FUNRURAL RAT * `FUNRURAL_SENAR` – FUNRURAL SENAR * `ICMS_CREDITO_PRESUMIDO` – ICMS – Crédito presumido * `CBS` – CBS * `IBS_ESTADUAL` – IBS Estadual * `IBS_MUNICIPAL` – IBS Municipal * `IS` – IS * `CBS_DIFERIDO` – CBS Diferido * `CBS_CREDITO_PRESUMIDO` – CBS Credito Presumido * `CBS_TRIBUTACAO_REGULAR` – CBS Tributação Regular * `IBS_MUNICIPAL_DIFERIDO` – IBS Municipal Diferido * `IBS_MUNICIPAL_TRIBUTACAO_REGULAR` – IBS Municipal Tributação Regular * `IBS_ESTADUAL_DIFERIDO` – IBS Estadual Diferido * `IBS_ESTADUAL_CREDITO_PRESUMIDO` – IBS Estadual Credito Presumido * `IBS_ESTADUAL_TRIBUTACAO_REGULAR` – IBS Estadual Tributação Regular enumMotDes: type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V16 – V90 description: Motivo desoneração ICMS: * `V0` – Nenhum * `V1` – Táxi * `V2` – Deficiente físico (Revogada) * `V3` – Produtor agropecuário * `V4` – Frotista/Locadora * `V5` – Diplomático/Consultar * `V6` – Utilitários e Motocicletas da Amazônia Ocidental e Áreas de Livre Comércio (Resolução 714/88 e 790/94 – CONTRAN e suas alterações) * `V7` – SUFRAMA * `V8` – Venda a Órgãos Públicos * `V9` – Outros * `V10` – Condutor Deficiente * `V11` – Deficiente Não Condutor * `V12` – Órgão de fomento e desenvolvimento agropecuário * `V16` – Olimpíadas Rio 2016 * `V90` – Solicitado pelo fisco enumOriMer: type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 description: Origem fiscal da mercadoria: * `V0` – 0 – Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8 * `V1` – 1 – Estrangeira – Importação direta, exceto a indicada no código 6 * `V2` – 2 – Estrangeira – Adquirida no mercado interno, exceto a indicada no código 7 * `V3` – 3 – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% (quarenta por cento) e inferior ou igual a 70% (setenta por cento) * `V4` – 4 – Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam o Decreto-Lei nº 288/67, e as Leis nºs 8.248/91, 8.387/91, 10.176/01 e 11.484/07 * `V5` – 5 – Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40% (quarenta por cento) * `V6` – 6 – Estrangeira – Importação direta, sem similar nacional, constante em lista de Resolução CAMEX e gás natural * `V7` – 7 – Estrangeira – Adquirida no mercado interno, sem similar nacional, constante em lista de Resolução CAMEX e gás natural * `V8` – 8 – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70% (setenta por cento) enumAplLiq: type: string enum: – VA – VS – VN description: Tipo de aplicação do valor do imposto: * `VA` – Adiciona * `VS` – Subtrai * `VN` – Neutro enumTipoDiferimento: type: string enum: – BASE – VALOR description: Tipo de diferimento: * `BASE` – Tipo de diferimento por base * `VALOR` – Tipo de diferimento por valor enumRegControleRet: type: string enum: – CAIXA – COMPETENCIA description: Regime de controle de retenção: * `CAIXA` – Caixa * `COMPETENCIA` – Competência enumRegimeTributarioPisCofins: type: string enum: – CUMULATIVO – NAO_CUMULATIVO description: Regime tributário para o Pis e Cofins: * `CUMULATIVO` – Cumulativo * `NAO_CUMULATIVO` – Não cumulativo enumFunruralIndicativoAquisicao: type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 description: Indicativo de aquisição para o FUNRURAL: * `V1` – Aquisição de produção de produtor rural pessoa física ou segurado especial em geral. * `V2` – Aquisição de produção de produtor rural pessoa física ou segurado especial em geral por entidade executora do Programa de Aquisição de Alimentos PAA. * `V3` – Aquisição de produção de produtor rural pessoa jurídica por entidade executora do PAA. * `V4` – Aquisição de produção de produtor rural pessoa física ou segurado especial em geral Produção isenta (Lei 13.606/2018). * `V5` – Aquisição de produção de produtor rural pessoa física ou segurado especial em geral por entidade executora do PAA Produção isenta (Lei 13.606/2018). * `V6` – Aquisição de produção de produtor rural pessoa jurídica por entidade executora do PAA Produção isenta (Lei 13.606/2018). * `V7` – Aquisição de produção de produtor rural pessoa física ou segurado especial para fins de exportação. enumTipoCalculoImposto: type: string enum: – CALCULADO – HERDADO – MANUAL description: Tipo de calculo para o imposto: * `CALCULADO` – Calculado * `HERDADO` – Herdado * `MANUAL` – Manual userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error healthcheckDTO: type: string enum: – UP – DOWN description: Status do healthcheck: * `UP` – Saudável * `DOWN` – Ruim recCheckData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/enumUpDown description: Status do healthcheck auditoriaPolitica: description: Política de auditoria de frete type: object required: – nome – ativa properties: id: type: string format: uuid description: ID da política nome: type: string description: Nome da política ativa: type: boolean description: Indica se a política está ativa processos: type: array items: type: object allOf: – #/definitions/auditoriaPoliticaProcesso description: Processos de auditoria vinculados createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPolitica: type: object required: – id allOf: – #/definitions/auditoriaPolitica auditoriaPoliticaProcesso: description: Processo de auditoria vinculado a uma política type: object required: – processoAuditoria – metodoApuracao – exigeConfirmacaoManual – liberarAutomaticamenteDivergenciaAbaixo – bloqueiaAprovacaoParcial properties: id: type: string format: uuid description: ID do processo auditoriaPolitica: type: object allOf: – #/definitions/auditoriaPolitica description: Política pai processoAuditoria: type: string allOf: – #/definitions/enumTipoProcessoAuditoria description: Tipo do processo (PRE_AUDITORIA ou AUDITORIA) metodoApuracao: type: string allOf: – #/definitions/enumMetodoApuracao description: Métodh de apuração de divergência exigeConfirmacaoManual: type: boolean description: Indica se exige confirmação manual para liberar liberarAutomaticamenteDivergenciaAbaixo: type: boolean description: Indica se divergências abaixo da tolerância são liberadas automaticamente bloqueiaAprovacaoParcial: type: boolean description: Indica se bloqueia aprovação parcial tolerancias: type: array items: type: object allOf: – #/definitions/auditoriaPoliticaProcessoToleranciaDocumento description: Tolerâncias por tipo de documento regrasAplicacao: type: array items: type: object allOf: – #/definitions/auditoriaPoliticaRegraAplicacao description: Regras de aplicação do processo createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPoliticaProcesso: type: object required: – id allOf: – #/definitions/auditoriaPoliticaProcesso auditoriaPoliticaProcessoToleranciaDocumento: description: Tolerância monetária e percentual por tipo de documento de referência type: object required: – tipoDocumentoReferencia – toleranciaMonetaria – toleranciaPercentual properties: id: type: string format: uuid description: ID da tolerância auditoriaPoliticaProcesso: type: object allOf: – #/definitions/auditoriaPoliticaProcesso description: Processo pai tipoDocumentoReferencia: type: string allOf: – #/definitions/enumTipoDocumentoReferenciaAuditoriaPolitica description: Tipo de documento de referência toleranciaMonetaria: type: number format: double description: Tolerância monetária (valor absoluto em R$) toleranciaPercentual: type: number format: double description: Tolerância percentual createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPoliticaProcessoToleranciaDocumento: type: object required: – id allOf: – #/definitions/auditoriaPoliticaProcessoToleranciaDocumento auditoriaPoliticaRegraAplicacao: description: Regra de aplicação de política por empresa, filial e/ou transportador type: object properties: id: type: string format: uuid description: ID da regra auditoriaPoliticaProcesso: type: object allOf: – #/definitions/auditoriaPoliticaProcesso description: Processo pai empresaId: type: string description: ID da empresa (opcional) filialId: type: string description: ID da filial (opcional) transportadorId: type: string description: ID do transportador (opcional) scoreBonus: type: integer format: int64 description: Score bônus para desempate default: 0 createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPoliticaRegraAplicacao: type: object required: – id allOf: – #/definitions/auditoriaPoliticaRegraAplicacao auditoriaPoliticaPrioridadeResolucaoItem: description: Item de dimensão de prioridade de resolução de conflito de política type: object required: – dimensao – ordem – peso properties: id: type: string format: uuid description: ID do item dimensao: type: string allOf: – #/definitions/enumDimensaoPrioridadeResolucaoAuditoriaPolitica description: Dimensão de prioridade ordem: type: integer format: int64 description: Ordem de prioridade (1 = maior prioridade) peso: type: integer format: int64 description: Peso calculado (2^(3-ordem)) createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPoliticaPrioridadeResolucaoItem: type: object required: – id allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoItem auditoriaPoliticaPrioridadeResolucaoConjunto: description: Snapshot versionado do conjunto de prioridade de resolução type: object required: – prioridadeItens – ativo properties: id: type: string format: uuid description: ID do conjunto prioridadeItens: type: string description: Snapshot dos itens de prioridade serializado em JSON ativo: type: boolean description: Indica se este é o conjunto ativo inativadoEm: type: string format: date-time description: Data e hora de inativação inativadoPor: type: string description: Usuário que inativou createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaPoliticaPrioridadeResolucaoConjunto: type: object required: – id allOf: – #/definitions/auditoriaPoliticaPrioridadeResolucaoConjunto auditoriaDocTransporte: description: Dossiê de auditoria de um documento de transporte (CT-e / NFS-e) type: object required: – documentoTransporteId – chaveUnica – situacaoAuditoria – liberacaoPagamento – situacaoPagamento – valorCobrado properties: id: type: string format: uuid description: ID do registro de auditoria documentoTransporteId: type: string format: uuid description: ID do documento de transporte no exp-doc-transp chaveUnica: type: string description: Chave única do documento fiscal (44 dígitos para CT-e / NFS-e) hashPayload: type: string description: Hash do payload recebido para controle de idempotência tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumentoEletronicoBrasil description: Tipo do documento eletrônico (CT-e ou NFS-e) modal: type: string allOf: – #/definitions/enumModalTransporte description: Modal de transporte empresaId: type: string format: uuid description: ID da empresa tomadora do serviço filialId: type: string format: uuid description: ID da filial tomadora do serviço transportadoraId: type: string format: uuid description: ID da transportadora emissora do documento dataEmissao: type: string format: date-time description: Data de emissão do documento fiscal competenciaFatura: type: string description: Competência de faturamento no formato YYYY-MM condicaoPagamento: type: string description: Condição de pagamento acordada moeda: type: string description: Moeda do documento (ex: BRL) pesoKg: type: number format: double description: Peso total da carga em kg volumes: type: integer format: int64 description: Quantidade de volumes situacaoAuditoria: type: string allOf: – #/definitions/enumSituacaoAuditoria description: Situação da auditoria — Eixo 1 categoriaSituacaoAuditoria: type: string allOf: – #/definitions/enumCategoriaSituacaoAuditoria description: Categoria do resultado da auditoria — Eixo 2 detalhamentoCategoriaAuditoria: type: string description: Detalhamento textual da categoria (ex: motivo da pendência técnica) liberacaoPagamento: type: string allOf: – #/definitions/enumLiberacaoPagamento description: Estado de liberação do pagamento — Eixo 3 situacaoPagamento: type: string allOf: – #/definitions/enumSituacaoPagamento description: Estado do pagamento / pré-faturamento — Eixo 4 valorCobrado: type: number format: double description: Valor cobrado pela transportadora no documento valorDevidoCalculado: type: number format: double description: Valor calculado pelo Motor_Calculo + Matriz_Frete valorAprovado: type: number format: double description: Valor aprovado para pagamento (persistido, não derivado) politicaAuditoriaAplicadaId: type: string format: uuid description: ID da política de auditoria aplicada (rastreabilidade) regraAplicacaoPoliticaId: type: string format: uuid description: ID da regra de aplicação da política utilizada (rastreabilidade) preFaturaId: type: string format: uuid description: ID da pré-fatura à qual este documento foi vinculado componentesFrete: type: array items: type: object allOf: – #/definitions/auditoriaComponenteFrete description: Componentes de frete do documento e do cálculo apuracoes: type: array items: type: object allOf: – #/definitions/apuracaoAuditoria description: Apurações financeiras vinculadas ao documento historico: type: array items: type: object allOf: – #/definitions/auditoriaHistorico description: Trilha de eventos do ciclo de vida do documento createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaDocTransporte: type: object required: – id allOf: – #/definitions/auditoriaDocTransporte auditoriaComponenteFrete: description: Snapshot de componente de frete — do CT-e ou do cálculo da tabela de preço type: object required: – auditoriaDocTransporteId – nomeComponente – origem – valor properties: id: type: string format: uuid description: ID do componente auditoriaDocTransporteId: type: string format: uuid description: ID do registro de auditoria pai auditoriaDocTransporte: type: object allOf: – #/definitions/auditoriaDocTransporte description: Referência ao registro de auditoria pai nomeComponente: type: string description: Nome do componente de frete abreviacaoComponente: type: string description: Abreviação do componente (opcional) origem: type: string allOf: – #/definitions/enumOrigemComponenteFrete description: Origem do componente: documento de transporte ou cálculo valor: type: number format: double description: Valor do componente percentualBase: type: number format: double description: Percentual sobre a base de cálculo (quando aplicável) createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaComponenteFrete: type: object required: – id allOf: – #/definitions/auditoriaComponenteFrete apuracaoAuditoria: description: Achado financeiro formal da auditoria — divergência, desconto ou recusa type: object required: – auditoriaDocTransporteId – naturezaApuracao – tipoEventoApuracao – statusApuracao properties: id: type: string format: uuid description: ID da apuração auditoriaDocTransporteId: type: string format: uuid description: ID do registro de auditoria pai auditoriaDocTransporte: type: object allOf: – #/definitions/auditoriaDocTransporte description: Referência ao registro de auditoria pai naturezaApuracao: type: string allOf: – #/definitions/enumNaturezaApuracao description: Natureza da apuração (crédito para contratante ou contratado) tipoEventoApuracao: type: string allOf: – #/definitions/enumTipoEventoApuracao description: Tipo do evento de apuração statusApuracao: type: string allOf: – #/definitions/enumStatusApuracao description: Status do ciclo de vida da apuração valorOriginal: type: number format: double description: Valor original antes do ajuste valorApuracao: type: number format: double description: Valor da apuração (divergência ou desconto) justificativa: type: string description: Justificativa da apuração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editApuracaoAuditoria: type: object required: – id allOf: – #/definitions/apuracaoAuditoria auditoriaHistorico: description: Log imutável de eventos do ciclo de vida do documento (apenas INSERT) type: object required: – auditoriaDocTransporteId – dataHora – tipoEvento properties: id: type: string format: uuid description: ID do evento auditoriaDocTransporteId: type: string format: uuid description: ID do registro de auditoria pai auditoriaDocTransporte: type: object allOf: – #/definitions/auditoriaDocTransporte description: Referência ao registro de auditoria pai dataHora: type: string format: date-time description: Data e hora do evento tipoEvento: type: string allOf: – #/definitions/enumTipoEventoGovernanciaAuditoriaHistorico description: Tipo do evento registrado ator: type: string description: Usuário ou sistema que gerou o evento detalhes: type: string description: Detalhes adicionais do evento (JSON serializado) situacaoAuditoriaResultante: type: string allOf: – #/definitions/enumSituacaoAuditoria description: Snapshot do Eixo 1 após o evento categoriaResultante: type: string allOf: – #/definitions/enumCategoriaSituacaoAuditoria description: Snapshot do Eixo 2 após o evento liberacaoPagamentoResultante: type: string allOf: – #/definitions/enumLiberacaoPagamento description: Snapshot do Eixo 3 após o evento situacaoPagamentoResultante: type: string allOf: – #/definitions/enumSituacaoPagamento description: Snapshot do Eixo 4 após o evento createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editAuditoriaHistorico: type: object required: – id allOf: – #/definitions/auditoriaHistorico preFatura: description: Agrupamento de documentos aprovados para pré-faturamento type: object required: – numero – transportadoraId – empresaId – filialId – competenciaFatura – moeda – quantidadeDocumentos – valorTotal – statusPreFatura properties: id: type: string format: uuid description: ID da pré-fatura numero: type: string description: Número sequencial único da pré-fatura transportadoraId: type: string format: uuid description: ID da transportadora empresaId: type: string format: uuid description: ID da empresa filialId: type: string format: uuid description: ID da filial competenciaFatura: type: string description: Competência de faturamento (formato YYYY-MM) moeda: type: string description: Moeda da pré-fatura (ex: BRL) condicaoPagamento: type: string description: Condição de pagamento (opcional) quantidadeDocumentos: type: integer format: int64 description: Quantidade de documentos incluídos valorTotal: type: number format: double description: Valor total (soma dos valorAprovado dos documentos) statusPreFatura: type: string allOf: – #/definitions/enumStatusPreFatura description: Status do ciclo de vida da pré-fatura createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editPreFatura: type: object required: – id allOf: – #/definitions/preFatura contaCorrenteTransportadora: description: Saldo acumulado da conta corrente por transportadora e filial type: object required: – transportadoraId – filialId – saldo properties: id: type: string format: uuid description: ID da conta corrente transportadoraId: type: string format: uuid description: ID da transportadora filialId: type: string format: uuid description: ID da filial saldo: type: number format: double description: Saldo atual (negativo = transportadora cobrou a mais; positivo = cobrou a menos) dataUltimaAtualizacao: type: string format: date-time description: Data e hora da última atualização do saldo createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editContaCorrenteTransportadora: type: object required: – id allOf: – #/definitions/contaCorrenteTransportadora contaCorrenteLancamento: description: Movimentação individual da conta corrente da transportadora type: object required: – contaCorrenteId – tipoLancamento – valor – saldoAnterior – saldoPosterior – dataLancamento properties: id: type: string format: uuid description: ID do lançamento contaCorrenteId: type: string format: uuid description: ID da conta corrente pai contaCorrenteTransportadora: type: object allOf: – #/definitions/contaCorrenteTransportadora description: Referência à conta corrente pai auditoriaDocTransporteId: type: string format: uuid description: ID do registro de auditoria que originou o lançamento (opcional) tipoLancamento: type: string allOf: – #/definitions/enumTipoLancamentoContaCorrente description: Tipo do lançamento valor: type: number format: double description: Valor do lançamento saldoAnterior: type: number format: double description: Saldo da conta corrente antes do lançamento saldoPosterior: type: number format: double description: Saldo da conta corrente após o lançamento dataLancamento: type: string format: date-time description: Data e hora do lançamento createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: editContaCorrenteLancamento: type: object required: – id allOf: – #/definitions/contaCorrenteLancamento pessoa: description: Entidade de Pessoa type: object required: – codigo – nome – nomeFantasia – tipoPessoa properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código pessoa nome: type: string description: Nome pessoa nomeFantasia: type: string description: Nome fantasia pessoa tipoPessoa: type: string allOf: – #/definitions/enumTipoPessoa description: Tipo de pessoa cnpjCpf: type: string description: CNPJ/CPF cepCodigo: type: string description: Código Postal endereco: type: string description: Endereço enderecoNumero: type: string description: Número enderecoComplemento: type: string description: Complemento bairro: type: string description: Bairro pais: type: object allOf: – #/definitions/pais description: Pais estado: type: object allOf: – #/definitions/estado description: Estado cidade: type: object allOf: – #/definitions/cidade description: Cidade ativo: type: boolean description: Situação default: true excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: beneficioFiscal: description: Tabela de cadastro de benefício fical type: object properties: id: type: string format: uuid description: Identificador codigo: type: string description: Código descricao: type: string description: Descrição abreviatura: type: string description: Abreviatura vigenciaInicial: type: string format: date description: Vigência Inicial vigenciaFinal: type: string format: date description: Vigência Final situacao: type: string allOf: – #/definitions/enumSitReg description: Situação observacao: type: string description: Observação excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: componenteFrete: description: Entidade de componente de frete type: object required: – nome – abreviacao – descricao properties: id: type: string format: uuid description: Id da entidade nome: type: string maxLength: 255 description: Nome abreviacao: type: string maxLength: 15 description: Abreviação descricao: type: string description: Descrição ativo: type: boolean description: Situação default: true extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: e027eqi: description: Tabelas – Enquadramento de IPI type: object required: – codEnq – desEnq – situacao properties: id: type: string format: uuid description: Id entidade codEnq: type: integer format: int64 description: Código do enquadramento minimum: 0 maximum: 999 desEnq: type: string maxLength: 499 description: Descrição enquadramento situacao: type: string allOf: – #/definitions/enumSituacaoErpx description: situacao excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: e027str: description: Cadastro de Situação tributária type: object properties: id: type: string format: uuid description: Id da entidade codStr: type: string maxLength: 3 description: Código interno da situação desStr: type: string maxLength: 250 description: Descrição da situação tributária abrStr: type: string description: Abreviatura tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacaoErpx description: Tipo de operação situacao: type: string allOf: – #/definitions/enumSituacao description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: classificacaoTributaria: description: Cadastro de classificação tributária type: object required: – codigo – descricao – vigenciaInicial – situacao properties: id: type: string format: uuid description: Identificação única da classificação tributária e027str: type: object allOf: – #/definitions/e027str description: Situação tributária codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 2000 description: Descrição leiComplementar: type: string maxLength: 500 description: Lei complementar leiComplementarDescricao: type: string maxLength: 2000 description: Descrição da lei complementar perRedAliquota: type: number format: double description: Percentual de redução da alíquota minimum: 0.00 maximum: 999.9999 exigeNbsNcm: type: boolean description: Exige NBS ou NCM default: false exigeCodigoServico: type: boolean description: Exige código do serviço default: false vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final situacao: type: string allOf: – #/definitions/enumSituacaoClassificacaoTributariaErpx description: Situação tipoOrigem: type: string allOf: – #/definitions/enumTipoOrigemErpx description: Tipo da origem do cadastro origem: type: string maxLength: 150 description: Tenant de origem do cadastro extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: tipoDocumentoEmbarque: description: Tipo Documento Embarque type: object required: – codigo – abreviacao – descricao – modeloDocumentoCarga – exigeChaveAcesso properties: id: type: string format: uuid description: Identificador único codigo: type: string maxLength: 255 description: Código abreviacao: type: string maxLength: 15 description: Abreviação descricao: type: string maxLength: 255 description: Descrição modeloDocumentoCarga: type: string allOf: – #/definitions/modeloDocumentoCarga description: Modelo documento carga chaveAcessoTamanho: type: integer format: int64 description: Chave acesso tamanho chaveAcessoExpressao: type: string description: Chave acesso expressão chaveAcessoGrupoEmitente: type: integer format: int64 description: Chave acesso grupo emitente chaveAcessoGrupoNumero: type: integer format: int64 description: Chave acesso grupo número chaveAcessoGrupoSerie: type: integer format: int64 description: Chave acesso grupo série chaveAcessoGrupoEmissao: type: integer format: int64 description: Chave acesso grupo emissão serieNumerica: type: boolean description: Série numérica default: true exigeChaveAcesso: type: boolean description: Exige chave acesso ativo: type: boolean description: Situação default: true padrao: type: boolean description: Padrão default: false createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: modeloDocumentoTransporte: description: Entidade modelo documento Transporte type: object required: – codigo – descricao – abreviacao – tipoDocumentoFiscal – integracao properties: id: type: string format: uuid description: Id codigo: type: integer format: int64 description: Código descricao: type: string maxLength: 255 description: Descrição abreviacao: type: string maxLength: 15 description: Abreviação tipoDocumentoFiscal: type: string allOf: – #/definitions/enumTipoDocumentoFiscal description: Tipo do documento fiscal integracao: type: string allOf: – #/definitions/enumIntegracao description: Integração ativo: type: boolean description: Status default: true createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: naturezaReceitaPISCOFINS: description: Natureza de receita para PIS/COFINS type: object properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código minimum: 0 maximum: 9999 descricao: type: string maxLength: 500 description: Descrição vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final csts: type: string maxLength: 100 description: CSTs excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: pais: description: País type: object required: – codigo – codigoIso – nome – mercosul properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código codigoIso: type: string description: Código ISO do país nome: type: string description: Nome codigoMoeda: type: string description: Código moeda mercosul: type: boolean description: Mercosul excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: empresa: description: Empresa type: object required: – codigo – nome – sigla properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código da empresa nome: type: string description: Nome da empresa sigla: type: string description: Nome fantasia da empresa pais: type: object allOf: – #/definitions/pais description: País excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: estado: description: Estado type: object required: – codigo – nome – pais properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código sigla: type: string description: Sigla nome: type: string description: Nome pais: type: object allOf: – #/definitions/pais description: País excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: variavelEntidade: description: Entidade Variavel Entidade type: object required: – id – variavel – idEntidade – valor – entidade properties: id: type: string format: uuid description: Id da entidade variavel: type: object allOf: – #/definitions/variavel description: Entidade variável idEntidade: type: string format: uuid description: Código identidade Entidade valor: type: string description: Valor variável entidade: type: string allOf: – #/definitions/enumEntidade description: Enum Entidade createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: cidade: description: Cidade type: object required: – codigo – nome – estado properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código cidade nome: type: string description: Nome cidade estado: type: object allOf: – #/definitions/estado description: Estado codigoIbge: type: integer format: int64 description: Código IBGE município excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: variavel: description: Entidade Variavel type: object required: – nome properties: id: type: string format: uuid description: Id da entidade nome: type: string description: Nome da variável createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: operacoes: description: Operações type: object properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 5 description: Código saida: type: string maxLength: 512 description: Saída excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: documentoEmbarque: description: Documentos de embarque type: object required: – numero – serie – emitente – tipo – documentoEmbarqueDadosTransporte – valorDocumento properties: id: type: string format: uuid description: Id da entidade numero: type: string description: Numero serie: type: string maxLength: 3 description: Série emitente: type: object allOf: – #/definitions/pessoa description: Emitente tipo: type: object allOf: – #/definitions/tipoDocumentoEmbarque description: Tipo do documento destinatario: type: object allOf: – #/definitions/pessoa description: Destinatário origemCep: type: string maxLength: 20 description: Cep origem origemLogradouro: type: string description: Logradouro endereço origem origemNumero: type: string maxLength: 255 description: Numero endereço origem origemComplemento: type: string description: Complemento endereço origem origemBairro: type: string description: Bairro complemento origem origemCidade: type: string description: Cidade complemento origem origemEstado: type: string description: Estado complemento origem documentoEmbarqueDadosTransporte: type: object allOf: – #/definitions/documentoEmbarqueDadosTransporte description: Dados do transporte origemPais: type: string description: Pais complemento origem destinoCep: type: string maxLength: 20 description: Cep destino destinoLogradouro: type: string description: Logradouro endereço destino destinoNumero: type: string maxLength: 255 description: Numero endereço destino destinoComplemento: type: string description: Complemento endereço destino destinoBairro: type: string description: Bairro endereço destino destinoCidade: type: string description: Cidade endereço destino destinoEstado: type: string description: Estado endereço destino destinoPais: type: string description: Pais endereço destino dataEmissao: type: string format: date-time description: Data de emissão chave: type: string description: Chave valorDocumento: type: number format: double description: Valor documento observacao: type: string maxLength: 2000 description: Observação documentoTransporte: type: array items: type: object allOf: – #/definitions/documentoTransporte description: Documento de Transporte createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: filial: description: Entidade filial type: object required: – empresa – codigo – nome – sigla properties: id: type: string format: uuid description: Id da entidade empresa: type: object allOf: – #/definitions/empresa description: Empresa codigo: type: integer format: int64 description: Filial nome: type: string description: Nome sigla: type: string description: Fantasia numeroCgc: type: string description: CPF/CNPJ inscricaoEstadual: type: string description: Inscrição estadual inscricaoMunicipal: type: string description: Inscrição municipal cepCodigo: type: string description: Código Postal endereco: type: string description: Endereço enderecoNumero: type: string description: Número enderecoComplemento: type: string description: Complemento bairro: type: string description: Bairro estado: type: object allOf: – #/definitions/estado description: Estado cidade: type: object allOf: – #/definitions/cidade description: Cidade telefone: type: string description: Telefone matriz: type: boolean description: Filial matriz excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: classificacaoOperacaoTransporte: description: type: object required: – codigo – descricao – abreviacao – tipoOperacao – modalTransporte – tipoServico properties: id: type: string format: uuid description: Id da entidade codigo: type: integer format: int64 description: Código da classificação operação transporte descricao: type: string maxLength: 255 description: Descrição da classificação operação transporte abreviacao: type: string maxLength: 15 description: Abreviação da classificação operação transporte tipoOperacao: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo operação modalTransporte: type: string allOf: – #/definitions/enumModalTransporte description: Modal transporte tipoServico: type: string allOf: – #/definitions/enumTipoServico description: Tipo serviço createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: documentoEmbarqueDadosTransporte: description: Dados do transporte type: object required: – pagador – tipoPagador properties: id: type: string format: uuid description: Id da entidade documentoEmbarque: type: object allOf: – #/definitions/documentoEmbarque description: Documento de embarque pagador: type: object allOf: – #/definitions/pessoa description: Pagador tipoPagador: type: string allOf: – #/definitions/enumTipoPagador description: Tipo de pagador quantidadeVolumes: type: integer format: int64 description: Quantidade de volumes pesoFisico: type: number format: double description: Peso físico pesoCubadoCalculado: type: number format: double description: Peso cubado calculado pesoCubadoOperacional: type: number format: double description: Peso cubado operacional fatorCubagem: type: number format: double description: Fator cubagem metrosCubicos: type: number format: double description: Metros cúbidos createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: conhecimentoTransporteEletronico: description: Entidade Conhecimento De Transporte Eletrônico type: object required: – operacao properties: id: type: string format: uuid description: Id da entidade documentoTransporte: type: object allOf: – #/definitions/documentoTransporte description: Documento Transporte cfop: type: integer format: int64 description: CFOP icmsValor: type: number format: double description: ICMS icmsValorBaseCalculo: type: number format: double description: ICMS Base Cálculo icmsPercentual: type: number format: double description: ICMS Alíquota Cálculo icmsPercentualDestino: type: number format: double description: ICMS Alíqutota Destino icmsPercentualInterestadual: type: number format: double description: ICMS Percentual Interestadual Destino icmsValorCreditoPresumido: type: number format: double description: ICMS Crédito Pesumido icmsTipo: type: string allOf: – #/definitions/enumTipoIcms description: ICMS Tipo cst: type: string maxLength: 4 description: CST icmsPercentualReducaoBaseCalculo: type: number format: double description: Redução Base Percentual icmsPercentualFcpDestino: type: number format: double description: FCP Alíquota protocolo: type: string maxLength: 255 description: Protocolo dataProtocolo: type: string format: date-time description: Data do protocolo tipoAmbiente: type: string allOf: – #/definitions/enumTipoAmbiente description: Tipo do ambiente operacao: type: object allOf: – #/definitions/operacoes description: Operação icmsValorBaseCalculoDestino: type: number format: double description: ICMS Valor Base Calculo Destino icmsValorUfOrigem: type: number format: double description: ICMS Valor UF Origem icmsValorFcpDestino: type: number format: double description: ICMS Valor FCP Destino icmsValorUfDestino: type: number format: double description: ICMS Valor UF Destino numeroFiscalAutorizado: type: string description: Numero Fiscal Autorizado createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: documentoTransporte: description: Entidade documento Transporte type: object required: – numero – serie – situacao – modeloDocumentoTransporte properties: id: type: string format: uuid description: Id da entidade numeroInterno: type: integer format: int64 description: Número interno numero: type: string maxLength: 255 description: Número serie: type: string maxLength: 3 description: Série situacao: type: string allOf: – #/definitions/enumSituacaoDocumentoTransporte description: Situação filial: type: object allOf: – #/definitions/filial description: Filial remetente: type: object allOf: – #/definitions/pessoa description: Remetente destinatario: type: object allOf: – #/definitions/pessoa description: Destinatário expedidor: type: object allOf: – #/definitions/pessoa description: Expedidor recebedor: type: object allOf: – #/definitions/pessoa description: Recebedor pagador: type: object allOf: – #/definitions/pessoa description: Pagador classificacaoOperacaoTransporte: type: object allOf: – #/definitions/classificacaoOperacaoTransporte description: Classificação operação transporte tipoPagador: type: string allOf: – #/definitions/enumTipoPagador description: Tipo Pagador origemCep: type: string maxLength: 20 description: Cep origemLogradouro: type: string maxLength: 255 description: Logradouro origemNumero: type: string maxLength: 255 description: Número origemComplemento: type: string maxLength: 255 description: Complemento origemBairro: type: string maxLength: 255 description: Bairro destinoCep: type: string maxLength: 20 description: Cep Destino destinoLogradouro: type: string maxLength: 255 description: Logradouro Destino destinoNumero: type: string maxLength: 255 description: Número Destino destinoComplemento: type: string maxLength: 255 description: Complemento Destino destinoBairro: type: string maxLength: 255 description: Bairro Destino modeloDocumentoTransporte: type: object allOf: – #/definitions/modeloDocumentoTransporte description: Modelo Documento Transporte conhecimentoTransporteEletronico: type: object allOf: – #/definitions/conhecimentoTransporteEletronico description: Conhecimento Transporte eletrônico dataEmissao: type: string format: date-time description: Data Emissão chave: type: string maxLength: 255 description: Chave quantidadeVolumes: type: integer format: int64 description: Quantidade Volume pesoFisico: type: number format: double description: Peso Físico pesoCubadoCalculado: type: number format: double description: Peso Cubado Calculado pesoCubadoOperacional: type: number format: double description: Peso Cubado Operacional fatorCubagem: type: number format: double description: Fator Cubagem metrosCubicos: type: number format: double description: Metros Cúbicos valorTotal: type: number format: double description: Valor Total valorTotalMercadoria: type: number format: double description: Valor Total da Mercadoria valorLiquido: type: number format: double description: Valor Líquido observacao: type: string maxLength: 255 description: Observação dataPrevisaoEntrega: type: string format: date-time description: Data Previsão Entrega origemCidade: type: object allOf: – #/definitions/cidade description: Cidade complemento origem destinoCidade: type: object allOf: – #/definitions/cidade description: Cidade destino documentoEmbarque: type: array items: type: object allOf: – #/definitions/documentoEmbarque description: Documento de Embarque motivoCancelamento: type: string description: Motivo Cancelamento dataCancelamento: type: string format: date-time description: Data Cancelamento documentosTransporteOrigem: type: array items: type: object allOf: – #/definitions/documentoTransporte description: Documento Transporte Origem tributos: type: array items: type: object allOf: – #/definitions/e140imi description: Impostos Vinculados numeroFiscalAutorizado: type: string description: Numero Fiscal Autorizado emissaoPropria: type: boolean description: Indica se a emissão do documento de transporte é própria (TMSX) ou o documento veio de terceiros default: true componenteFreteNaoEncontrados: type: array items: type: object allOf: – #/definitions/componenteFreteNaoEncontrado description: Componentes de Frete Não Encontrados createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: e140imi: description: Dados do imposto type: object properties: id: type: string format: uuid description: Id da entidade tipImp: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 vlrImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0 vlrOut: type: string description: Valor Outras minimum: 0.00 maximum: 9999999999999.99 default: 0 vlrIse: type: string description: Valor Isentas minimum: 0.00 maximum: 9999999999999.99 default: 0 perRed: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 perMva: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 motDes: type: string allOf: – #/definitions/enumMotDes description: Motivo desoneração ICMS oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria aplLiq: type: string allOf: – #/definitions/enumAplLiq description: Aplicação do imposto impMan: type: boolean description: Aplicação manual de imposto guiDoc: type: boolean description: Guia por Documento default: false aliDes: type: number format: double description: Alíquota de ICMS interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 default: 0.00 vlrRec: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 99999999999.9999 supCon: type: number format: double description: Suportado consumidor final minimum: 0.00 maximum: 99999999999.9999 vlrRet: type: string description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 tipDif: type: string allOf: – #/definitions/enumTipoDiferimento description: Tipo de diferimento regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime do contrle de retenção codigoTributacao: type: string maxLength: 6 description: Código de Tributação regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPisCofins description: Regime tributário parametroCalculoImpostos: type: string description: Id do parametro utilizado no cáculo do imposto perfilTributarioCalculoImpostos: type: string description: Id do perfil tributário que contem os parametros de cálculo parametroStCalculoImpostos: type: string description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos indicativoAquisicao: type: string allOf: – #/definitions/enumFunruralIndicativoAquisicao description: Indicativo de aquisição para o FUNRURAL paramStEstadoCalculoImpostos: type: string description: Id do parâmetro de Substituição Tributária usado no cálculo dos impostos por estado percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial minimum: 0 maximum: 999.9999 taxRateReduction: type: number format: double description: Percentual de redução da alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 effectiveTaxRate: type: number format: double description: Alíquota efetiva minimum: 0.00 maximum: 99999999999.9999 valorImpostoBruto: type: string description: Valor imposto bruto minimum: 0.00 maximum: 9999999999999.99 default: 0 tipoCalculoImposto: type: string allOf: – #/definitions/enumTipoCalculoImposto description: Tipo do calculo do imposto e027str: type: object allOf: – #/definitions/e027str description: Situação Tributária ICMS e027eqi: type: object allOf: – #/definitions/e027eqi description: Enquadramento de IPI classificacaoTributaria: type: object allOf: – #/definitions/classificacaoTributaria description: Classificação tributária naturezaReceitaPisCofins: type: object allOf: – #/definitions/naturezaReceitaPISCOFINS description: Natureza de receita para PIS/COFINS beneficioFiscal: type: object allOf: – #/definitions/beneficioFiscal description: Benefício fiscal documentoTransporte: type: object allOf: – #/definitions/documentoTransporte description: Documento Transporte createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: documentoTransporteComponenteFrete: description: Documento transporte componente frete type: object required: – documentoTransporte – componenteFrete – valor properties: id: type: string format: uuid description: Id da entidade documentoTransporte: type: object allOf: – #/definitions/documentoTransporte description: Id do documento de transporte componenteFrete: type: object allOf: – #/definitions/componenteFrete description: Id do componente de frete valor: type: number format: double description: Valor createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: componenteFreteNaoEncontrado: description: Componente de Frete Não Encontrado type: object required: – nome – valor properties: id: type: string format: uuid description: Id da entidade documentoTransporte: type: object allOf: – #/definitions/documentoTransporte description: Documento Transporte nome: type: string maxLength: 255 description: Nome do componente de frete valor: type: number format: double description: Valor do componente de frete extIntSts: type: string description: Status da integração extIntMsg: type: string description: Mensagem recebida via integração createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: documentoTransporteEmbarqueNaoEncontrado: description: Entidade de Documento de Transporte de Embarque Não Encontrado type: object required: – documentoTransporte – chaveAcesso – numero – serie – dataEmissao – cnpjEmitente properties: id: type: string format: uuid description: Id da entidade documentoTransporte: type: object allOf: – #/definitions/documentoTransporte description: Documento Transporte chaveAcesso: type: string maxLength: 44 description: Chave de acesso do CT-e numero: type: string maxLength: 255 description: Número do CT-e serie: type: string maxLength: 3 description: Série do CT-e dataEmissao: type: string format: date-time description: Data de emissão do CT-e cnpjEmitente: type: string maxLength: 14 description: CNPJ do emitente do CT-e createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification 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. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: 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 checkDTO: description: Retorno status usados de retorno type: object required: – status – name properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status name: type: string description: Status genericError: properties: message: type: string description: Messaging describing the error. reason: type: string enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage