2.0info: 6.14.0 Nota Fiscal description: Serviço de notas fiscais de entrada x-senior-domain: erpx_sup_rcb x-senior-domain-path: erpx_sup_rcb x-senior-service-path: nota_fiscal 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/erpx_sup_rcbsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /nota_fiscal/queries/obterSituacaoRecalculoNotaPolling: post: description: Polling obtenção sitação recálculo nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 200: description: Ok schema: type: object required: – notaFiscalId – sitNfs properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal sitNfs: type: string allOf: – #/definitions/enumSitNfs description: Status nota msgOpe: type: string maxLength: 500 description: Mensagem operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Polling obtenção sitação recálculo nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Id nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – notaFiscalId – sitNfs properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal sitNfs: type: string allOf: – #/definitions/enumSitNfs description: Status nota msgOpe: type: string maxLength: 500 description: Mensagem operação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getIncomingInvoiceAvailableByAccessKey: post: description: Primitiva que a partir da chave eletrônica verificar e retornar se a nota de entrada está disponível para incluir no MDF-e tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – accessKey properties: accessKey: type: string maxLength: 255 description: Chave eletrônica da NFe responses: 200: description: Ok schema: type: object required: – output properties: output: type: object allOf: – #/definitions/recIncomingInvoices description: Nota para emissão de MDF-e 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Primitiva que a partir da chave eletrônica verificar e retornar se a nota de entrada está disponível para incluir no MDF-e tags: – Queries x-senior-visibility: PRIVATE parameters: – name: accessKey description: Chave eletrônica da NFe in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – output properties: output: type: object allOf: – #/definitions/recIncomingInvoices description: Nota para emissão de MDF-e 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/obterSituacaoRecalculoItensNotaFiscalPolling: post: description: Polling para obtenção da situação dos itens da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 200: description: Ok schema: type: object required: – itensNotaFiscal properties: itensNotaFiscal: type: array items: type: object allOf: – #/definitions/recSituacaoItemNotaFiscal minimum: 1 description: Itens nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Polling para obtenção da situação dos itens da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Id nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – itensNotaFiscal properties: itensNotaFiscal: type: array items: type: object allOf: – #/definitions/recSituacaoItemNotaFiscal minimum: 1 description: Itens nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getDadosNotaPedido: post: description: Retorna dados Nota de Entrada x Pedido de Compra tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 200: description: Ok schema: type: object required: – dadosNF properties: dadosNF: type: object allOf: – #/definitions/recDadosNotaPedido description: Dados da Nota Fiscal x Pedido de Compra 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna dados Nota de Entrada x Pedido de Compra tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Id nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – dadosNF properties: dadosNF: type: object allOf: – #/definitions/recDadosNotaPedido description: Dados da Nota Fiscal x Pedido de Compra 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listNotasOrigemRetorno: post: description: Consulta de Notas de remessa – Origem tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – pageRequest properties: notaFiscal: type: string maxLength: 255 description: Id da nota fiscal de entrada pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – notasRelacionadas – totalElements properties: notasRelacionadas: type: array items: type: object allOf: – #/definitions/recNotaFiscalOrigem minimum: 1 description: Notas fiscais pesquisadas totalElements: type: integer format: int64 description: Total de notas fiscais localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listDadosGeraisNotaFiscal: post: description: Listar os dados gerais da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pageRequest properties: filtro: type: object allOf: – #/definitions/recFiltroDadosGeraisNotaFiscal description: Filtro de busca pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – itens – totalElements properties: itens: type: array items: type: object allOf: – #/definitions/recConsultaDadosGeraisNotaFiscal minimum: 1 description: Notas fiscais pesquisadas totalElements: type: integer format: int64 description: Total de notas fiscais localizadas 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 401: description: Usuário ou senha inválido 403: description: Permissão negada default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getDadosGeraisNotaFiscal: post: description: Obter dados gerais de uma nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – dadosGerais properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscal description: Dados gerais da nota fiscal informacoesCotacao: type: array items: type: object allOf: – #/definitions/recInformacoesCotacaoNotaFiscal description: Informações da cotação da moeda da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter dados gerais de uma nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Identificação da nota fiscal de entrada in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – dadosGerais properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscal description: Dados gerais da nota fiscal informacoesCotacao: type: array items: type: object allOf: – #/definitions/recInformacoesCotacaoNotaFiscal description: Informações da cotação da moeda da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/obterDetalhesNotaFiscal: post: description: Query para retornar os detalhes da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notafiscal_id properties: notafiscal_id: type: string maxLength: 255 description: Identificador do documento – Nota fiscal responses: 200: description: Ok schema: type: object properties: dadosResumo: type: object allOf: – #/definitions/recResumoDetalhesNf description: Dados do resumo da nota fiscal dadosNfEstornada: type: object allOf: – #/definitions/recNfEstornadaDetalhesNf description: Dados da nota fiscal estornada dadosNotaFiscalIntCpl: type: object allOf: – #/definitions/recResumoDetalhesIntCpl description: Dados da nota fiscal integrada controladoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para retornar os detalhes da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notafiscal_id description: Identificador do documento – Nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object properties: dadosResumo: type: object allOf: – #/definitions/recResumoDetalhesNf description: Dados do resumo da nota fiscal dadosNfEstornada: type: object allOf: – #/definitions/recNfEstornadaDetalhesNf description: Dados da nota fiscal estornada dadosNotaFiscalIntCpl: type: object allOf: – #/definitions/recResumoDetalhesIntCpl description: Dados da nota fiscal integrada controladoria 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getCabecalhoNotaFiscal: post: description: Obtém uma síntese da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – cabecalho properties: cabecalho: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Cabecalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obtém uma síntese da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Identificação da nota fiscal de entrada in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – cabecalho properties: cabecalho: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Cabecalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listItensNotaFiscal: post: description: Listar os itens da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – pageRequest properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada filtros: type: object allOf: – #/definitions/recFiltroItensNotaFiscal description: Record de filtros pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – itens – totalElements properties: itens: type: array items: type: object allOf: – #/definitions/recConsultaItemNotaFiscalEntrada minimum: 1 description: Itens da nota fiscal de entrada totalElements: type: integer format: int64 description: Total de notas fiscais localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listParcelasNotaFiscal: post: description: Listar as parcelas da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – pageRequest properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – parcelas – valorFinanceiro – condicaoPagamento – indicativoDataBase – totalElements properties: parcelas: type: array items: type: object allOf: – #/definitions/recParcelaNotaFiscal minimum: 1 description: Parcelas da nota fiscal de entrada valorFinanceiro: type: string description: Valor financeiro da nota fiscal condicaoPagamento: type: object allOf: – #/definitions/recGenerico description: Condição de pagamento indicativoDataBase: type: string allOf: – #/definitions/enumVencimentoParcela description: Indicativo de qual a data base para calcular o vencimento das parcelas totalElements: type: integer format: int64 description: Total de parcelas localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getItemNotaFiscal: post: description: Obter dados do item da notafiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação do item responses: 200: description: Ok schema: type: object required: – dados properties: dados: type: object allOf: – #/definitions/recItemNotaFiscalEntrada description: Item da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter dados do item da notafiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Identificação do item in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – dados properties: dados: type: object allOf: – #/definitions/recItemNotaFiscalEntrada description: Item da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getResumoNotaEntrada: post: description: Consultar resumo da nota de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id da nota fiscal responses: 200: description: Ok schema: type: object required: – valoresNota – impostos – outrosImpostos – outrosValores properties: valoresNota: type: object allOf: – #/definitions/recResumoValoresNota description: Valores da nota impostos: type: array items: type: object allOf: – #/definitions/recImposto minimum: 1 description: Impostos da nota outrosImpostos: type: array items: type: object allOf: – #/definitions/recImposto minimum: 1 description: Outros impostos da nota outrosValores: type: object allOf: – #/definitions/recResumoOutrosValores description: Outros valores da nota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consultar resumo da nota de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Id da nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – valoresNota – impostos – outrosImpostos – outrosValores properties: valoresNota: type: object allOf: – #/definitions/recResumoValoresNota description: Valores da nota impostos: type: array items: type: object allOf: – #/definitions/recImposto minimum: 1 description: Impostos da nota outrosImpostos: type: array items: type: object allOf: – #/definitions/recImposto minimum: 1 description: Outros impostos da nota outrosValores: type: object allOf: – #/definitions/recResumoOutrosValores description: Outros valores da nota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getInconsistenciasFechamentoNota: post: description: Obter inconsistências da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada responses: 200: description: Ok schema: type: object properties: inconsistencias: type: array items: type: object allOf: – #/definitions/recInconsistenciaNotaFiscal description: Cabecalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter inconsistências da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Identificação da nota fiscal de entrada in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object properties: inconsistencias: type: array items: type: object allOf: – #/definitions/recInconsistenciaNotaFiscal description: Cabecalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getNotasFiscaisComFalha: post: description: Retorna a quantidade de notas fiscais com falhas de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idFilial properties: idFilial: type: string maxLength: 255 description: Identificação da filial responses: 200: description: Ok schema: type: object required: – quantidade properties: quantidade: type: integer format: int64 description: Total de notas fiscais localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retorna a quantidade de notas fiscais com falhas de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: idFilial description: Identificação da filial in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – quantidade properties: quantidade: type: integer format: int64 description: Total de notas fiscais localizadas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listNotasParaLigacao: post: description: Listagem de notas fiscais de entrada/saída tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtro – pageRequest properties: filtro: type: object allOf: – #/definitions/recFiltroNotaFiscalParaLigacao description: Filtro da busca pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – notasFiscal – totalElementos properties: notasFiscal: type: array items: type: object allOf: – #/definitions/recNotaFiscalParaLigacao minimum: 1 description: Notas fiscais encontradas totalElementos: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listLigacaoNotasFiscais: post: description: Exibe notas fiscais de origem que foram ligadas à nota de frete tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tipoNota – notaFrete – pageRequest properties: tipoNota: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Tipo da Nota notaFrete: type: string maxLength: 255 description: Nota de frete pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – listagem properties: listagem: type: object allOf: – #/definitions/recListLigacaoNotas description: Lista de ligações de notas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listItensNotaProcessoDevolucao: post: description: Lista de itens de processo de devolução tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaProcessoDevolucao – pageRequest properties: notaProcessoDevolucao: type: string maxLength: 255 description: Identificação da nota fiscal no processo de devolução (ID da NotaProcessoDevolucao) pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – itens – totalElements properties: itens: type: array items: type: object allOf: – #/definitions/recListItemNotaProcessoDevolucao minimum: 1 description: Itens da nota fiscal de entrada totalElements: type: integer format: int64 description: Total de itens localizados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getDANFEByKey: post: description: Consulta a DANFE baseada na chave do documento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – key – documentType – filialId properties: key: type: string maxLength: 255 description: Chave do documento documentType: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo do documento filialId: type: string maxLength: 255 description: Id da filial responses: 200: description: Ok schema: type: object required: – fileURL properties: fileURL: type: string maxLength: 255 description: URL do documento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consulta a DANFE baseada na chave do documento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: key description: Chave do documento in: query required: true type: string maxLength: 255 – name: documentType description: Tipo do documento in: query required: true type: string allOf: – #/definitions/enumTipoDocumento – name: filialId description: Id da filial in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – fileURL properties: fileURL: type: string maxLength: 255 description: URL do documento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/healthcheck: post: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getDadosNotaFiscalEntrada: post: description: Busca dados da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 200: description: Ok schema: type: object required: – dadosNF properties: dadosNF: type: object allOf: – #/definitions/recDadosNotaEntrada description: Dados da Nota Fiscal Entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca dados da nota fiscal de entrada tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Id nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – dadosNF properties: dadosNF: type: object allOf: – #/definitions/recDadosNotaEntrada description: Dados da Nota Fiscal Entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/obterInformacoesGNRE: post: description: DEPRECADA – Query para retornar informações complementares para geração de guia GNRE tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – documentoId properties: documentoId: type: string maxLength: 255 description: Identificador do documento – Nota fiscal responses: 200: description: Ok schema: type: object properties: dados: type: object allOf: – #/definitions/dadosGNRE description: Dados para geração da GNRE 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: DEPRECADA – Query para retornar informações complementares para geração de guia GNRE tags: – Queries x-senior-visibility: PRIVATE parameters: – name: documentoId description: Identificador do documento – Nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object properties: dados: type: object allOf: – #/definitions/dadosGNRE description: Dados para geração da GNRE 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listItensNotaOrigem: post: description: Listagem de itens da nota fiscal de origem tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtro – pageRequest properties: filtro: type: object allOf: – #/definitions/recFiltroNotaComplementar description: Filtro da busca pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – itensNotaFiscal – totalElements properties: itensNotaFiscal: type: array items: type: object allOf: – #/definitions/recItemNotaFiscalOrigem minimum: 1 description: Itens encontrados totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listManifestacoesDestinatario: post: description: Obter manifestações de destinatário da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: Id da nota fiscal responses: 200: description: Ok schema: type: object properties: manifestacoes: type: array items: type: object allOf: – #/definitions/recManifestacaoDestinatario description: Lista de Manifestações de destinatário da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter manifestações de destinatário da nota fiscal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscal description: Id da nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object properties: manifestacoes: type: array items: type: object allOf: – #/definitions/recManifestacaoDestinatario description: Lista de Manifestações de destinatário da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listIncomingInvoicesAvailable: post: description: Lista de notas de entrada disponíveis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pageRequest properties: companyId: type: string maxLength: 255 description: Id do manifesto invoiceNumber: type: string maxLength: 255 description: Nota fiscal pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – incomingInvoices – totalElements properties: incomingInvoices: type: array items: type: object allOf: – #/definitions/recIncomingInvoices minimum: 1 description: Lista de notas fiscais totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/listMdfeIncomingInvoices: post: description: Lista de notas de entrada disponíveis tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: array items: type: string maxLength: 255 minimum: 1 description: Ids das notas fiscais responses: 200: description: Ok schema: type: object required: – mdfeIncomingInvoices properties: mdfeIncomingInvoices: type: array items: type: object allOf: – #/definitions/recMdfeIncomingInvoices minimum: 1 description: Informação das notas fiscais de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/eligibleToExclude: post: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string maxLength: 255 description: Nome da entidade id: type: string maxLength: 255 description: Id do registro responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string maxLength: 255 description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para verificar se um registro de uma tabela é elegível para exclusão tags: – Queries x-senior-visibility: PRIVATE parameters: – name: entityName description: Nome da entidade in: query required: true type: string maxLength: 255 – name: id description: Id do registro in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – eligible properties: eligible: type: boolean description: Indica se o registro é elegível para exclusão notEligibleMessage: type: string maxLength: 255 description: Mensagem quando o registro não estiver elegível para exclusão unkownEntity: type: boolean description: Indica se a entidade é desconhecida pelo serviço 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/getInformationForTaxFormsGeneration: post: description: Obter informações para geração do formulário de guias tributárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – documentId properties: documentId: type: string maxLength: 255 description: Identificador do documento – Nota fiscal responses: 200: description: Ok schema: type: object properties: informationTaxForms: type: object allOf: – #/definitions/informationTaxForms description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Obter informações para geração do formulário de guias tributárias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: documentId description: Identificador do documento – Nota fiscal in: query required: true type: string maxLength: 255 responses: 200: description: Ok schema: type: object properties: informationTaxForms: type: object allOf: – #/definitions/informationTaxForms description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/obterTabelaPrecoFornecedorItem: post: description: Busca a tabela de preco do item do fornecedor da nota tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId – tipoItem – itemId properties: notaFiscalId: type: string maxLength: 255 description: Identificador da nota fiscal tipoItem: type: string allOf: – #/definitions/enumTipoItem description: Tipo do item itemId: type: string maxLength: 255 description: Identificador do item (produto / serviço) tabelaPrecoId: type: string maxLength: 255 description: Identificador da tabela de preço unidadeMedidaId: type: string maxLength: 255 description: Identificador da unidade de medida do item responses: 200: description: Ok schema: type: object required: – tabela – precoUnitario properties: tabela: type: object allOf: – #/definitions/recGenerico description: Representação da tabela de preço precoUnitario: type: string description: Preço unitário 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca a tabela de preco do item do fornecedor da nota tags: – Queries x-senior-visibility: PRIVATE parameters: – name: notaFiscalId description: Identificador da nota fiscal in: query required: true type: string maxLength: 255 – name: tipoItem description: Tipo do item in: query required: true type: string allOf: – #/definitions/enumTipoItem – name: itemId description: Identificador do item (produto / serviço) in: query required: true type: string maxLength: 255 – name: tabelaPrecoId description: Identificador da tabela de preço in: query type: string maxLength: 255 – name: unidadeMedidaId description: Identificador da unidade de medida do item in: query type: string maxLength: 255 responses: 200: description: Ok schema: type: object required: – tabela – precoUnitario properties: tabela: type: object allOf: – #/definitions/recGenerico description: Representação da tabela de preço precoUnitario: type: string description: Preço unitário 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string maxLength: 255 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 maxLength: 255 responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070emp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE069gre: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070fil: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tns: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE006pai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE007ufs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE008rai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE012fam: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE075der: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE075derSupEst: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE032edc: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE020snf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE028cpg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE073pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE205dep: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE015med: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE012famSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE080ser: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE024msg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE024msd: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportProdutoServico: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscalReferenciada: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportValoresGeraisNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportImportacaoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE044ccu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE082tab: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE082tpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE210dxp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE095hfoSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE095fxs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filSupCpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE075derSupCpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportImpostoItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLote: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLoteItemNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportSerie: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportSerieItemNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE099usuSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE095pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE095hfoSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportTransporteNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportParcelaNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE002tpt: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE066fpg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE028icp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE020par: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE403fpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoItemFornecedor: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoItemFornecedorUnidadeMedida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE403ume: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE009ppeSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscalXML: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsCplImpEnt: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsCplImpSai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE091plf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE025fer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportIntegracaoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001int: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportAdicaoItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportDivergenciasImportacao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE075bar: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNcm: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE075derCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE080serCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNbs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLeiComplementar1162003: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLoteProcessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaLoteProcessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportPedidoOrigemItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE021mot: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoNotasFiscaisSup: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoNotasFiscaisCom: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportMensagemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscalSaida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportItemNotaFiscalSaida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportItemNotaProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNfDANFE: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportUnidadeMedidaFornecedor: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001pesCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070empCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE064seg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filCplCtb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070ine: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportHistoricoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportDocumentoEletronicoNf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoCFOPTransacao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070ent: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001end: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportLigacaoNotasFiscaisRetorno: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001ine: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001sxe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE067fin: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportDocumentoReferenciado: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsSupEst: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscalIntCpl: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportItemNotaFiscalCiap: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE001tnsCplTri: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE070filCplTriCiap: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportVolumeNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportDadosGeraisNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportItemNotaSaidaComissao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportMensagemFiscalItem: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportE031moe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportNotaFiscalCotacaoMoeda: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/queries/exportEnderecoDestinatarioNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 /nota_fiscal/actions/saveNotaFiscalEntrada: post: description: Salva a nota fiscal de entrada inteira tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – dadosGerais – transporte – itens properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscalBase description: Dados gerais da nota fiscal transporte: type: object allOf: – #/definitions/recInfoAdicionalTransporte description: Dados de transporte pagamento: type: object allOf: – #/definitions/recPagamentoNotaFiscal description: Dados de pagamento da nota fiscal itens: type: array items: type: object allOf: – #/definitions/recItemNotaFiscalEntradaExterno minimum: 1 description: Itens da nota fiscal transactionalId: type: string maxLength: 255 description: Id da transação documentosReferenciados: type: object allOf: – #/definitions/recDocumentosReferenciados description: Documentos referenciados informacoesCotacao: type: array items: type: object allOf: – #/definitions/recInformacoesCotacaoNotaFiscal description: Informações da cotação da moeda responses: 200: description: Ok schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal gerada 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 401: description: Usuário ou senha inválido default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/atualizaIntegracaoControladoria: post: description: Publica evento para atualizar a integração das notas fiscais informadas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recDadosEntradaAtualizacaoIntegracaoControladoria description: Dados de entrada responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string maxLength: 255 description: Indentificador de quem faz a chamada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveNotaFiscalRetorno: post: description: Salva dados principais da nota fiscal de retorno de remessa tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – dadosGerais – notaOrigem – origem properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscalBase description: Dados gerais da nota fiscal notaOrigem: type: object allOf: – #/definitions/recNotaFiscalOrigem description: Nota Fiscal de Saída Origem origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem responses: 200: description: Ok schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveDadosGeraisNotaFiscal: post: description: Grava os dados gerais da nota fiscal de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscal description: Dados gerais da nota fiscal responses: 200: description: Ok schema: type: object required: – cabecalhoNotaFiscal properties: cabecalhoNotaFiscal: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Dados do cabeçalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/recalculateParcelasNotaFiscal: post: description: Recalcular as parcelas da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getInformacoesAdicionaisNota: post: description: Consultar as informações adicionais da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Nota fiscal responses: 200: description: Ok schema: type: object required: – transporte – outrosValores – importacao properties: transporte: type: object allOf: – #/definitions/recInfoAdicionalTransporte description: Dados de transporte outrosValores: type: object allOf: – #/definitions/recInfoAdicionalOutrosValores description: Outros valores importacao: type: object allOf: – #/definitions/recInfoAdicionalImportacao description: Dados de importação 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveItemNotaFiscal: post: description: Salvar itens da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – dadosGerais properties: dadosGerais: type: object allOf: – #/definitions/recItemNotaFiscalEntrada description: Dados gerais do item responses: 200: description: Ok schema: type: object required: – id – sequencia – cabecalhoNotaFiscal properties: id: type: string maxLength: 255 description: Identificação do item sequencia: type: integer format: int64 description: Sequência cabecalhoNotaFiscal: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Dados do cabeçalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deletarNotaFiscal: post: description: Deleta a nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deletarItemNotaFiscal: post: description: Deleta os itens de uma mesma nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: array items: type: string maxLength: 255 minimum: 1 description: Identificação do item de nota fiscal responses: 200: description: Ok schema: type: object required: – cabecalhoNotaFiscal properties: cabecalhoNotaFiscal: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Dados do cabeçalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deleteXmlNotaFiscal: post: description: Deleta da nota fiscal importada com inconsistência tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveInformacoesAdicionaisNota: post: description: Salvar os dados adicionais da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – transporte – outrosValores – importacao properties: notaFiscal: type: object allOf: – #/definitions/recGenerico description: Nota fiscal transporte: type: object allOf: – #/definitions/recInfoAdicionalTransporte description: Dados de transporte outrosValores: type: object allOf: – #/definitions/recInfoAdicionalOutrosValores description: Outros valores importacao: type: object allOf: – #/definitions/recInfoAdicionalImportacao description: Dados de importação responses: 200: description: Ok schema: type: object required: – cabecalhoNotaFiscal properties: cabecalhoNotaFiscal: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Dados do cabeçalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarNotaEstorno: post: description: Gera nota fiscal de estorno de uma nota fiscal de compra tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notafiscalId – motivo properties: notafiscalId: type: string maxLength: 255 description: Identificador da nota fiscal que será estornada motivo: type: string maxLength: 2000 description: Motivo do estorno responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveParcelaNotaFiscal: post: description: Salvar a parcela da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – parcela properties: parcela: type: object allOf: – #/definitions/recParcelaNotaFiscal description: Parcela responses: 200: description: Ok schema: type: object required: – parcela properties: parcela: type: string maxLength: 255 description: ID parcela salva 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarParcelasNotaFiscal: post: description: Gerar parcelas da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId – condicaoPagamentoId properties: notaFiscalId: type: string maxLength: 255 description: Id da nota fiscal condicaoPagamentoId: type: string maxLength: 255 description: Id da condição de pagamento responses: 200: description: Ok schema: type: object required: – parcelas properties: parcelas: type: array items: type: object allOf: – #/definitions/recParcelaNotaFiscal minimum: 1 description: parcelas geradas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deletarParcelaNotaFiscal: post: description: Deleta a ultima parcela da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: array items: type: string maxLength: 255 minimum: 1 description: Identificador da parcela da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importarNotaFiscalEDocs: post: description: Importar a nota fiscal via integração com eDocs tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filialId – chaveNota – tipoDocumento properties: filialId: type: string maxLength: 255 description: ID da filial chaveNota: type: string maxLength: 255 description: Chave da nota eletrônica tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo documento responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importarNotasPendentesEDocs: post: description: Importar todas as notas ainda não recebidas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: codEmp: type: array items: type: integer format: int64 description: Lista de códigos de empresa codFil: type: array items: type: integer format: int64 description: Lista de códigos de filial responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getParametrosItemNotaFiscal: post: description: Retorna os parâmetros iniciais para inclusão do item tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – produtoServico properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal produtoServico: type: string maxLength: 255 description: Identificados do produto ou serviço responses: 200: description: Ok schema: type: object required: – transacao – uniMedEntrada – uniMedArmazenamento – quantidadeDecimaisEntrada – quantidadeDecimaisArmazenamento – produtoFornecedor – finalidadeCompra properties: transacao: type: object allOf: – #/definitions/recGenerico description: Transação uniMedEntrada: type: object allOf: – #/definitions/recGenerico description: Unidade Medida Entrada uniMedArmazenamento: type: object allOf: – #/definitions/recGenerico description: Unidade Medida Armazenamento quantidadeDecimaisEntrada: type: string description: Quantidade Casas Decimais Entrada quantidadeDecimaisArmazenamento: type: string description: Quantidade Casas Decimais Armazenamento produtoFornecedor: type: object allOf: – #/definitions/recGenerico description: Produto do Fornecedor finalidadeCompra: type: object allOf: – #/definitions/recGenerico description: Finalidade de Compra 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getParametrosFornecedorNotaFiscal: post: description: Retorna os parâmetros iniciais para inclusão da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filial – fornecedor – serie properties: filial: type: string maxLength: 255 description: Identificador da filial fornecedor: type: string maxLength: 255 description: Identificador do fornecedor serie: type: string maxLength: 255 description: Identificador da serie responses: 200: description: Ok schema: type: object required: – especieDocumento – transacaoProduto – transacaoServico – serieLegal – subSerieLegal – cepIssEnt properties: especieDocumento: type: object allOf: – #/definitions/recGenerico description: Espécie de documento transacaoProduto: type: object allOf: – #/definitions/recGenerico description: Transação de produto transacaoServico: type: object allOf: – #/definitions/recGenerico description: Transação de serviço serieLegal: type: string maxLength: 255 description: Código da série legal subSerieLegal: type: string maxLength: 255 description: Código da sub-série legal cepIssEnt: type: object allOf: – #/definitions/recGenerico description: CEP para emissão do ISS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getParametrosTransacao: post: description: Retorna os parâmetros da transação tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: transacaoId: type: string maxLength: 255 description: Id da transação empresaId: type: string maxLength: 255 description: Id da empresa codigoTransacao: type: string maxLength: 255 description: Código da transação responses: 200: description: Ok schema: type: object required: – mensagem1 – mensagem2 – mensagem3 – mensagem4 properties: mensagem1: type: object allOf: – #/definitions/recGenerico description: Mensagem 1 mensagem2: type: object allOf: – #/definitions/recGenerico description: Mensagem 2 mensagem3: type: object allOf: – #/definitions/recGenerico description: Mensagem 3 mensagem4: type: object allOf: – #/definitions/recGenerico description: Mensagem 4 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/savePagamentoNotaFiscal: post: description: Salva a condição de pagamento das parcelas tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – condicaoPagamento – indicativoDataBase properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal condicaoPagamento: type: string maxLength: 255 description: Identificador da condição de pagamento indicativoDataBase: type: string allOf: – #/definitions/enumVencimentoParcela description: Indicativo de qual a data base para calcular o vencimento das parcelas responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/retryCloseNotaFiscal: post: description: Refaz o processo de finalização da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: notaFiscal: type: array items: type: string maxLength: 255 description: Lista de identificadores de Notas Fiscais evento: type: string maxLength: 255 description: Identificadores do evento de integração responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/closeNotaFiscal: post: description: Finaliza a nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getEventosIntegracaoNotaFiscal: post: description: Obter eventos da integração da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal responses: 200: description: Ok schema: type: object required: – eventos properties: eventos: type: array items: type: object allOf: – #/definitions/recEventosIntegracaoNotaFiscal minimum: 1 description: Lista de eventos da integração da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/recalcularValoresNotaFiscal: post: description: Faz o recálculo dos itens e totaliza a nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/recRecalcularValoresNotaFiscal responses: 200: description: Ok schema: type: object required: – cabecalhoNotaFiscal properties: cabecalhoNotaFiscal: type: object allOf: – #/definitions/recCabecalhoNotaFiscal description: Dados do cabeçalho da nota fiscal de entrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/closeNotasFiscais: post: description: Finaliza um lote de notas fiscais tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notasFiscais properties: notasFiscais: type: array items: type: string maxLength: 255 minimum: 1 description: Lista de Notas Fiscais responses: 200: description: Ok schema: type: object required: – loteProcessamento properties: loteProcessamento: type: string maxLength: 255 description: Lote de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/reabilitarNotaFiscal: post: description: Reabilita a nota fiscal para a situação de em digitação tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal responses: 200: description: Ok schema: type: object required: – loteProcessamento properties: loteProcessamento: type: string maxLength: 255 description: Lote de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/reabilitarNotasFiscais: post: description: Reabilita um lote de notas fiscais para a situação de em digitação tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: array items: type: string maxLength: 255 minimum: 1 description: Identificador Nota Fiscal responses: 200: description: Ok schema: type: object required: – loteProcessamento properties: loteProcessamento: type: string maxLength: 255 description: Lote de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveSolucaoDivergencia: post: description: Define uma solução para a divergencia criada pelo recebimento eletrônico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – divergencia – solucao properties: divergencia: type: string maxLength: 255 description: Identificador da divergência solucao: type: string allOf: – #/definitions/enumTipoSolucao description: Solução da divergência registroSelecionado: type: string maxLength: 255 description: UUID do registro selecionado parametrosSolucao: type: string maxLength: 255 description: Parâmetros de solução da divergência responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarNotaFiscalComplementar: post: description: Gerar nota complementar tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal numero: type: integer format: int64 description: Número da nota fiscal responses: 200: description: Ok schema: type: object required: – notaFiscalComplementar properties: notaFiscalComplementar: type: string maxLength: 255 description: Identificador da nota complementar 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/cancelarNotaFiscal: post: description: Cancelar a nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – justificativa properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal motivo: type: string maxLength: 255 description: Motivo cancelamento justificativa: type: string maxLength: 225 description: Justificativa cancelamento responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveNotaLigada: post: description: Salva a lista de notas de origem selecionadas para nota de frete tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ligacaoNotas properties: ligacaoNotas: type: array items: type: object allOf: – #/definitions/recSaveListLigacaoNotas minimum: 1 description: Ligação de notas de frete e notas de origem responses: 200: description: Ok schema: type: object required: – listagem properties: listagem: type: array items: type: object allOf: – #/definitions/recListLigacaoNotas minimum: 1 description: Lista de ligações de notas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/compilarMensagemDinamica: post: description: Executa a compilação da mensagem tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idMensagem – idNotaItem – tipoMensagem properties: idMensagem: type: string maxLength: 255 description: Id da mensagem idNotaItem: type: string maxLength: 255 description: Id da Nota ou Item da mensagem tipoMensagem: type: string allOf: – #/definitions/enumTipoMensagemDinamica description: Tipo da da mensagem responses: 200: description: Ok schema: type: object required: – mensagem properties: mensagem: type: string maxLength: 255 description: Mensagem compilada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deleteNotasLigadas: post: description: Remove a ligação da nota de frete com as notas fiscais tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tipoNota – ligacaoId properties: tipoNota: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Identifica se é nota fiscal de entrada ou saída ligacaoId: type: string maxLength: 255 description: Identificador do registro de ligação da nota de frete com a nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveDadosGeraisNotaFrete: post: description: Salvar informações da nota de frete tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId – tipoNotaFrete – creditarImpostos properties: notaFiscalId: type: string maxLength: 255 description: Id da nota fiscal tipoNotaFrete: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Tipo da nota de frete creditarImpostos: type: boolean description: Creditar impostos conforme nota de origem responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/getDadosGeraisNotaFrete: post: description: Busca informações da nota de frete tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – tipoNotaFrete properties: tipoNotaFrete: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Tipo da nota de frete creditarImpostos: type: boolean description: Creditar impostos conforme nota de origem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarProcessoDevolucao: post: description: Gerar Processo Devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notas properties: notas: type: array items: type: string maxLength: 255 minimum: 1 description: Notas fiscais contidas no processo de devolução responses: 200: description: Ok schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação do processo de devolução que foi gerado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarNotaDevolucao: post: description: Gerar nota devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificação do processo responses: 200: description: Ok schema: type: object required: – id – serie – numero properties: id: type: string maxLength: 255 description: Nota fiscal de devolução gerada serie: type: string maxLength: 255 description: Código da série da nota fiscal gerada numero: type: integer format: int64 description: Número da nota fiscal gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveItemNotaProcessoDevolucao: post: description: Salvar item de nota de processo de devolução tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – itens properties: itens: type: array items: type: object allOf: – #/definitions/recItemNotaProcessoDevolucao minimum: 1 description: Itens em devolução responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/inutilizarNotaFiscal: post: description: Inutilização da nota fiscal de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – justificativa properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal justificativa: type: string maxLength: 255 description: justificativa Inutilização responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/retryReabilitacaoNotaFiscal: post: description: Refaz o processo de finalização da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – evento properties: evento: type: string maxLength: 255 description: Identificadores do evento de integração responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/saveLigacaoNotaRetorno: post: description: Primitiva que salva as ligações da nota de entrada com a nota de retorno tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idNotaFiscal – notaOrigem – origem properties: idNotaFiscal: type: string maxLength: 255 description: Id da nota Fiscal de entrada notaOrigem: type: object allOf: – #/definitions/recNotaFiscalOrigem description: Nota Fiscal de Saída origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem responses: 200: description: Ok schema: type: object required: – ligacaoNotasFiscaisRetorno properties: ligacaoNotasFiscaisRetorno: type: string maxLength: 255 description: Id ligacao nota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/gerarNotaRetorno: post: description: Gera nota fiscal de saída do tipo Retorno tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: ID da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – notaRetorno properties: notaRetorno: type: string maxLength: 255 description: ID da nota fiscal de saída gerada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/sugerirParcelasNotaFiscal: post: description: Sugerir parcelas para a nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: string maxLength: 255 description: ID da nota fiscal de entrada responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/abortarCalculoNotaFiscal: post: description: Aborta o cálculo da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/persistVolumesInformation: post: description: Ação que persiste o volume tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: volumeId: type: string maxLength: 255 description: ID do volume invoiceId: type: string maxLength: 255 description: Id da nota fiscal de entrada volumeQuantity: type: integer format: int64 description: Quantidade volumeType: type: string maxLength: 255 description: Espécie volumeBrand: type: string maxLength: 255 description: Marca volumeNumbering: type: string maxLength: 255 description: Numeração volumeGrossWeight: type: number format: double description: Peso bruto volumeNetWeight: type: number format: double description: Peso líquido responses: 200: description: Ok schema: type: object properties: volumeId: type: string maxLength: 255 description: Id do volume 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/atualizarInformacoesContabeisNotaFiscalEntrada: post: description: Atualizar informações contábeis das notas fiscais de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recAtualizarInformacoesContabeisNotaFiscalEntrada description: Parâmetros de entrada responses: 200: description: Ok schema: type: object required: – output properties: output: type: object allOf: – #/definitions/recBaseAtualizarInformacoesContabeisNotaFiscalEntrada description: Saída da primitiva 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/deleteVolumesInformation: post: description: Remover volumes da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ids properties: ids: type: array items: type: string maxLength: 255 minimum: 1 description: Lista de volumes a serem removidos responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/softExclude: post: description: Realiza a exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string maxLength: 255 description: Nome da entidade id: type: string maxLength: 255 description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string maxLength: 255 description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/undoSoftExclude: post: description: Realiza a compensação da exclusão lógica para o registro de uma tabela tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – entityName – id properties: entityName: type: string maxLength: 255 description: Nome da entidade id: type: string maxLength: 255 description: Id do registro responses: 200: description: Ok schema: type: object required: – deleted properties: deleted: type: boolean description: Indica se o registro está/foi excluído errorMessage: type: string maxLength: 255 description: Mensagem de erro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/vincularItemPedido: post: description: Vincular item do pedido tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idItemNotaFiscal – idItemPedidoCompra properties: idItemNotaFiscal: type: string maxLength: 255 description: Identificar do item nota fiscal idItemPedidoCompra: type: string maxLength: 255 description: Identificador do item do pedido de compra responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/desvincularItemPedido: post: description: Desvincular um item do pedido de compra a um item da nota fiscal tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – idItemNotaFiscal – idItemPedidoCompra properties: idItemNotaFiscal: type: string maxLength: 255 description: Identificar do item nota fiscal idItemPedidoCompra: type: string maxLength: 255 description: Identificador do item do pedido de compra responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/exportarItensNotaFiscal: post: description: Realizar a exportação dos itens da nota fiscal para um arquivo .CSV tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – invoiceId properties: invoiceId: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/extratoConferenciaItensNota: post: description: Exporta extrato de conferência dos itens da nota fiscal para um arquivo .CSV tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Identificador da nota fiscal responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 /nota_fiscal/actions/importE070emp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE069gre: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070fil: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tns: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE006pai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE007ufs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE008rai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE012fam: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE075der: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE075derSupEst: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE032edc: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE020snf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE028cpg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE073pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE205dep: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE015med: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE012famSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE080ser: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE024msg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE024msd: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importProdutoServico: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscalReferenciada: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importValoresGeraisNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importImportacaoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE044ccu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE082tab: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE082tpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE210dxp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE095hfoSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE095fxs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filSupCpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE075derSupCpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importImpostoItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLote: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLoteItemNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importSerie: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importSerieItemNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE099usuSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE095pes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE095hfoSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importTransporteNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importParcelaNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE002tpt: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE066fpg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE028icp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filSupGer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE020par: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE403fpr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoItemFornecedor: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoItemFornecedorUnidadeMedida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE403ume: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE009ppeSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscalXML: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsCplImpEnt: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsCplImpSai: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filSupRcb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE091plf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE025fer: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importIntegracaoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001int: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importAdicaoItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importDivergenciasImportacao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE075bar: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNcm: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE075derCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE080serCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNbs: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLeiComplementar1162003: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLoteProcessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaLoteProcessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importPedidoOrigemItemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE021mot: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoNotasFiscaisSup: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoNotasFiscaisCom: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importMensagemNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscalSaida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importItemNotaFiscalSaida: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importItemNotaProcessoDevolucao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNfDANFE: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importUnidadeMedidaFornecedor: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001pesCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070empCplImp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE064seg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filCplCtb: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070ine: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importHistoricoNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importDocumentoEletronicoNf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoCFOPTransacao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070ent: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001end: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importLigacaoNotasFiscaisRetorno: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001ine: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001sxe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE067fin: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importDocumentoReferenciado: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsSupEst: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscalIntCpl: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importItemNotaFiscalCiap: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE001tnsCplTri: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE070filCplTriCiap: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importVolumeNotaFiscal: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importDadosGeraisNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importItemNotaSaidaComissao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importMensagemFiscalItem: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importE031moe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importNotaFiscalCotacaoMoeda: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/actions/importEnderecoDestinatarioNota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/startAtualizacaoIntegracaoControladoria: post: description: Evento que inicia a atualização da integração da controladoria tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recDadosEntradaAtualizacaoIntegracaoControladoria description: Dados de entrada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/calcularCiap: post: description: Evento processamento cálculo de ciap tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/saveNotaFiscalImportada: post: description: Converte a nota importada do eDocs tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – notaFiscalXML properties: notaFiscalXML: type: string maxLength: 255 description: Identificador da nota fiscal XML responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/reabilitarNotasFiscaisAsync: post: description: Reabilita um lote de notas fiscais para a situação de em digitação tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – loteProcessamentoId properties: loteProcessamentoId: type: string maxLength: 255 description: Identificador Nota Fiscal responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/reprocessarRateioModulo: post: description: Reprocessar todo o rateio das requisições tags: – Signals parameters: – name: input in: body required: true schema: type: object properties: apenasNormal: type: boolean description: Apenas normal responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/vincularItensPedidoCallback: post: description: Callback do vinculo dos itens de pedido aos itens da nota tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId – itens properties: notaFiscalId: type: string maxLength: 255 description: Id da nota fiscal itens: type: array items: type: object allOf: – #/definitions/recVincularItensPedidoCallback minimum: 1 description: Itens do pedido retornados responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/signals/iniciarExportacaoItensNotaFiscal: post: description: Inicia o processo de exportação das informações do item da nota fiscal tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId – tipoRelatorio properties: notaFiscalId: type: string maxLength: 255 description: Identificador da nota fiscal tipoRelatorio: type: string allOf: – #/definitions/enumReportType description: Tipo do relatório a ser exportado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/calcularItem: post: description: Evento processamento cálculo item x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – itemId properties: itemId: type: string maxLength: 255 description: Id do item responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/integracaoRetencoesRecalcularNotaFiscal: post: description: Evento de recálculo a partir da integração com cálculo retenções x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/processarIntegracoesNota: post: description: Evento processamento integrações fechamento nota x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/integracaoControladoriaNotaFiscalEntradaAtualizado: post: description: Evento chamado após a atualização das notas fiscais de entrada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recDadosEventAtualizacaoIntegracaoControladoria description: Dados de entrada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/integracaoControladoriaNotaFiscalEntradaErro: post: description: Evento chamado quando houver algum erro na atualização da integração da controladoria x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – params properties: params: type: object allOf: – #/definitions/recDadosEventErroAtualizacaoIntegracaoControladoria description: Dados de entrada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/informacoesAdicionaisRecalcularNotaFiscal: post: description: Evento de recalculo a partir da informaçõees adicionais x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Id da nota responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/recalcularNotaFiscal: post: description: Evento de recalculo de nota fiscal x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/recRecalcularValoresNotaFiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalInutilizada: post: description: Evento de inutlizacao da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – origem – itens properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem Nota fiscal processoDevolucaoId: type: string maxLength: 255 description: Processo Devolucao tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origemId: type: string maxLength: 255 description: Identificador da nota fiscal origem responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalFechada: post: description: Evento de fechamento da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – numero – serie – tipoNota – codPes – itens – origem properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal numero: type: integer format: int64 description: Número da nota fiscal serie: type: string maxLength: 255 description: Série da nota fiscal tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal codPes: type: integer format: int64 description: Código Pessoa itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem nota fiscal chaveEletronica: type: string maxLength: 44 description: Chave eletrônica responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalIntegracaoGnre: post: description: Evento de integracao para guias gnre da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – numero – serie – tipoNota – codPes – itens – origem properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal numero: type: integer format: int64 description: Número da nota fiscal serie: type: string maxLength: 255 description: Série da nota fiscal tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal codPes: type: integer format: int64 description: Código Pessoa itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem nota fiscal chaveEletronica: type: string maxLength: 44 description: Chave eletrônica responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalReabilitada: post: description: Evento de reabilitação da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – itens – origem properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalCancelada: post: description: Evento de cancelamento da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – itens – origem – integracoesFinalizadas properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem nota fiscal tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo da nota fiscal integracoesFinalizadas: type: boolean description: Integrações processadas ao cancelar responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/notaFiscalExcluida: post: description: Evento de exclusão da nota fiscal finalizada com êxito x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – notaFiscal – origem – itens properties: notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNota description: Origem Nota fiscal itens: type: array items: type: object allOf: – #/definitions/recItemEvento minimum: 1 description: Itens da nota fiscal origemId: type: string maxLength: 255 description: Identificador da nota fiscal origem tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/geracaoNotaFiscalSucessoEvent: post: description: Geração nota fiscal – Sucesso x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – transactionalId – notaFiscalId properties: transactionalId: type: string maxLength: 255 description: Ticket notaFiscalId: type: string maxLength: 255 description: id da nota fiscal gerada tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo da nota fiscal gerada numero: type: string maxLength: 255 description: Número da nota fiscal gerada serie: type: string maxLength: 255 description: Código da serie da nota fiscal gerada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/geracaoNotaFiscalErroEvent: post: description: Geração Nota fiscal – Erro x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – transactionalId – message properties: transactionalId: type: string maxLength: 255 description: Ticket tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo da nota fiscal gerada message: type: string maxLength: 255 description: Mensagem de erro gerar uma nota stackTrace: type: string maxLength: 255 description: Stacktrace responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/atualizarInformacoesContabeisNotaFiscalEntradaEvent: post: description: Atualizar informações contábeis das notas fiscais de entrada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recAtualizarInformacoesContabeisNotaFiscalEntrada description: Parâmetros de entrada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/fimAtualizarInformacoesContabeisNotaFiscalEntradaEvent: post: description: Evento para indicar a atualização contábil foi realizada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – input properties: input: type: object allOf: – #/definitions/recDadosEventSucessoAtualizacaoIntegracaoControladoria description: Parâmetros de entrada responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/integracaoNotaFiscalAtualizado: post: description: Evento de integração atualizado x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/recEventosIntegracaoNotaFiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/situacaoItemNotaFiscalAtualizado: post: description: Evento quando a situação do item da nota é atualizado x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/recSituacaoItemNotaFiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/situacaoNotaFiscalAtualizado: post: description: Evento quando a nota fiscal é atualizada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/recSituacaoNotaFiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_fiscal/events/importE070empEvent: 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 /nota_fiscal/events/exportE070empEvent: 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 /nota_fiscal/events/importE069greEvent: 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 /nota_fiscal/events/exportE069greEvent: 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 /nota_fiscal/events/importE070filEvent: 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 /nota_fiscal/events/exportE070filEvent: 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 /nota_fiscal/events/importE001pesEvent: 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 /nota_fiscal/events/exportE001pesEvent: 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 /nota_fiscal/events/importE001tnsEvent: 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 /nota_fiscal/events/exportE001tnsEvent: 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 /nota_fiscal/events/importE006paiEvent: 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 /nota_fiscal/events/exportE006paiEvent: 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 /nota_fiscal/events/importE007ufsEvent: 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 /nota_fiscal/events/exportE007ufsEvent: 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 /nota_fiscal/events/importE008raiEvent: 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 /nota_fiscal/events/exportE008raiEvent: 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 /nota_fiscal/events/importE012famEvent: 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 /nota_fiscal/events/exportE012famEvent: 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 /nota_fiscal/events/importE075derEvent: 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 /nota_fiscal/events/exportE075derEvent: 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 /nota_fiscal/events/importE075derSupEstEvent: 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 /nota_fiscal/events/exportE075derSupEstEvent: 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 /nota_fiscal/events/importE032edcEvent: 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 /nota_fiscal/events/exportE032edcEvent: 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 /nota_fiscal/events/importE020snfEvent: 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 /nota_fiscal/events/exportE020snfEvent: 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 /nota_fiscal/events/importE028cpgEvent: 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 /nota_fiscal/events/exportE028cpgEvent: 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 /nota_fiscal/events/importE073pesEvent: 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 /nota_fiscal/events/exportE073pesEvent: 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 /nota_fiscal/events/importE205depEvent: 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 /nota_fiscal/events/exportE205depEvent: 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 /nota_fiscal/events/importE015medEvent: 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 /nota_fiscal/events/exportE015medEvent: 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 /nota_fiscal/events/importE012famSupGerEvent: 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 /nota_fiscal/events/exportE012famSupGerEvent: 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 /nota_fiscal/events/importE080serEvent: 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 /nota_fiscal/events/exportE080serEvent: 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 /nota_fiscal/events/importE024msgEvent: 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 /nota_fiscal/events/exportE024msgEvent: 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 /nota_fiscal/events/importE024msdEvent: 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 /nota_fiscal/events/exportE024msdEvent: 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 /nota_fiscal/events/importProdutoServicoEvent: 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 /nota_fiscal/events/exportProdutoServicoEvent: 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 /nota_fiscal/events/importNotaFiscalEvent: 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 /nota_fiscal/events/exportNotaFiscalEvent: 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 /nota_fiscal/events/importNotaFiscalReferenciadaEvent: 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 /nota_fiscal/events/exportNotaFiscalReferenciadaEvent: 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 /nota_fiscal/events/importValoresGeraisNotaFiscalEvent: 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 /nota_fiscal/events/exportValoresGeraisNotaFiscalEvent: 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 /nota_fiscal/events/importImportacaoNotaFiscalEvent: 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 /nota_fiscal/events/exportImportacaoNotaFiscalEvent: 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 /nota_fiscal/events/importItemNotaFiscalEvent: 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 /nota_fiscal/events/exportItemNotaFiscalEvent: 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 /nota_fiscal/events/importE044ccuEvent: 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 /nota_fiscal/events/exportE044ccuEvent: 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 /nota_fiscal/events/importE082tabEvent: 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 /nota_fiscal/events/exportE082tabEvent: 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 /nota_fiscal/events/importE082tprEvent: 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 /nota_fiscal/events/exportE082tprEvent: 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 /nota_fiscal/events/importE210dxpEvent: 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 /nota_fiscal/events/exportE210dxpEvent: 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 /nota_fiscal/events/importE095hfoSupRcbEvent: 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 /nota_fiscal/events/exportE095hfoSupRcbEvent: 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 /nota_fiscal/events/importE095fxsEvent: 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 /nota_fiscal/events/exportE095fxsEvent: 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 /nota_fiscal/events/importE001tnsSupRcbEvent: 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 /nota_fiscal/events/exportE001tnsSupRcbEvent: 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 /nota_fiscal/events/importE070filSupCprEvent: 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 /nota_fiscal/events/exportE070filSupCprEvent: 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 /nota_fiscal/events/importE075derSupCprEvent: 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 /nota_fiscal/events/exportE075derSupCprEvent: 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 /nota_fiscal/events/importImpostoItemNotaFiscalEvent: 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 /nota_fiscal/events/exportImpostoItemNotaFiscalEvent: 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 /nota_fiscal/events/importLoteEvent: 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 /nota_fiscal/events/exportLoteEvent: 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 /nota_fiscal/events/importLoteItemNotaEvent: 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 /nota_fiscal/events/exportLoteItemNotaEvent: 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 /nota_fiscal/events/importSerieEvent: 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 /nota_fiscal/events/exportSerieEvent: 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 /nota_fiscal/events/importSerieItemNotaEvent: 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 /nota_fiscal/events/exportSerieItemNotaEvent: 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 /nota_fiscal/events/importE099usuSupRcbEvent: 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 /nota_fiscal/events/exportE099usuSupRcbEvent: 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 /nota_fiscal/events/importE095pesEvent: 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 /nota_fiscal/events/exportE095pesEvent: 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 /nota_fiscal/events/importE095hfoSupGerEvent: 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 /nota_fiscal/events/exportE095hfoSupGerEvent: 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 /nota_fiscal/events/importE001tnsSupGerEvent: 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 /nota_fiscal/events/exportE001tnsSupGerEvent: 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 /nota_fiscal/events/importTransporteNotaFiscalEvent: 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 /nota_fiscal/events/exportTransporteNotaFiscalEvent: 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 /nota_fiscal/events/importParcelaNotaFiscalEvent: 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 /nota_fiscal/events/exportParcelaNotaFiscalEvent: 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 /nota_fiscal/events/importE002tptEvent: 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 /nota_fiscal/events/exportE002tptEvent: 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 /nota_fiscal/events/importE066fpgEvent: 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 /nota_fiscal/events/exportE066fpgEvent: 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 /nota_fiscal/events/importE028icpEvent: 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 /nota_fiscal/events/exportE028icpEvent: 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 /nota_fiscal/events/importE070filSupGerEvent: 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 /nota_fiscal/events/exportE070filSupGerEvent: 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 /nota_fiscal/events/importE020parEvent: 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 /nota_fiscal/events/exportE020parEvent: 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 /nota_fiscal/events/importE403fprEvent: 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 /nota_fiscal/events/exportE403fprEvent: 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 /nota_fiscal/events/importLigacaoItemFornecedorEvent: 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 /nota_fiscal/events/exportLigacaoItemFornecedorEvent: 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 /nota_fiscal/events/importLigacaoItemFornecedorUnidadeMedidaEvent: 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 /nota_fiscal/events/exportLigacaoItemFornecedorUnidadeMedidaEvent: 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 /nota_fiscal/events/importE403umeEvent: 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 /nota_fiscal/events/exportE403umeEvent: 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 /nota_fiscal/events/importE009ppeSupRcbEvent: 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 /nota_fiscal/events/exportE009ppeSupRcbEvent: 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 /nota_fiscal/events/importNotaFiscalXMLEvent: 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 /nota_fiscal/events/exportNotaFiscalXMLEvent: 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 /nota_fiscal/events/importE001tnsCplImpEntEvent: 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 /nota_fiscal/events/exportE001tnsCplImpEntEvent: 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 /nota_fiscal/events/importE001tnsCplImpSaiEvent: 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 /nota_fiscal/events/exportE001tnsCplImpSaiEvent: 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 /nota_fiscal/events/importE070filSupRcbEvent: 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 /nota_fiscal/events/exportE070filSupRcbEvent: 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 /nota_fiscal/events/importE091plfEvent: 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 /nota_fiscal/events/exportE091plfEvent: 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 /nota_fiscal/events/importE025ferEvent: 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 /nota_fiscal/events/exportE025ferEvent: 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 /nota_fiscal/events/importIntegracaoNotaFiscalEvent: 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 /nota_fiscal/events/exportIntegracaoNotaFiscalEvent: 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 /nota_fiscal/events/importE001intEvent: 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 /nota_fiscal/events/exportE001intEvent: 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 /nota_fiscal/events/importAdicaoItemNotaFiscalEvent: 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 /nota_fiscal/events/exportAdicaoItemNotaFiscalEvent: 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 /nota_fiscal/events/importDivergenciasImportacaoEvent: 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 /nota_fiscal/events/exportDivergenciasImportacaoEvent: 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 /nota_fiscal/events/importE075barEvent: 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 /nota_fiscal/events/exportE075barEvent: 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 /nota_fiscal/events/importE070filCplImpEvent: 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 /nota_fiscal/events/exportE070filCplImpEvent: 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 /nota_fiscal/events/importNcmEvent: 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 /nota_fiscal/events/exportNcmEvent: 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 /nota_fiscal/events/importE075derCplImpEvent: 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 /nota_fiscal/events/exportE075derCplImpEvent: 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 /nota_fiscal/events/importE080serCplImpEvent: 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 /nota_fiscal/events/exportE080serCplImpEvent: 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 /nota_fiscal/events/importNbsEvent: 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 /nota_fiscal/events/exportNbsEvent: 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 /nota_fiscal/events/importLeiComplementar1162003Event: 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 /nota_fiscal/events/exportLeiComplementar1162003Event: 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 /nota_fiscal/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 /nota_fiscal/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 /nota_fiscal/events/importLoteProcessamentoEvent: 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 /nota_fiscal/events/exportLoteProcessamentoEvent: 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 /nota_fiscal/events/importNotaLoteProcessamentoEvent: 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 /nota_fiscal/events/exportNotaLoteProcessamentoEvent: 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 /nota_fiscal/events/importPedidoOrigemItemNotaFiscalEvent: 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 /nota_fiscal/events/exportPedidoOrigemItemNotaFiscalEvent: 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 /nota_fiscal/events/importE021motEvent: 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 /nota_fiscal/events/exportE021motEvent: 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 /nota_fiscal/events/importLigacaoNotasFiscaisSupEvent: 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 /nota_fiscal/events/exportLigacaoNotasFiscaisSupEvent: 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 /nota_fiscal/events/importLigacaoNotasFiscaisComEvent: 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 /nota_fiscal/events/exportLigacaoNotasFiscaisComEvent: 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 /nota_fiscal/events/importMensagemNotaFiscalEvent: 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 /nota_fiscal/events/exportMensagemNotaFiscalEvent: 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 /nota_fiscal/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 /nota_fiscal/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 /nota_fiscal/events/importNotaFiscalSaidaEvent: 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 /nota_fiscal/events/exportNotaFiscalSaidaEvent: 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 /nota_fiscal/events/importItemNotaFiscalSaidaEvent: 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 /nota_fiscal/events/exportItemNotaFiscalSaidaEvent: 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 /nota_fiscal/events/importProcessoDevolucaoEvent: 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 /nota_fiscal/events/exportProcessoDevolucaoEvent: 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 /nota_fiscal/events/importNotaProcessoDevolucaoEvent: 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 /nota_fiscal/events/exportNotaProcessoDevolucaoEvent: 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 /nota_fiscal/events/importItemNotaProcessoDevolucaoEvent: 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 /nota_fiscal/events/exportItemNotaProcessoDevolucaoEvent: 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 /nota_fiscal/events/importNfDANFEEvent: 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 /nota_fiscal/events/exportNfDANFEEvent: 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 /nota_fiscal/events/importUnidadeMedidaFornecedorEvent: 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 /nota_fiscal/events/exportUnidadeMedidaFornecedorEvent: 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 /nota_fiscal/events/importE001pesCplImpEvent: 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 /nota_fiscal/events/exportE001pesCplImpEvent: 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 /nota_fiscal/events/importE070empCplImpEvent: 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 /nota_fiscal/events/exportE070empCplImpEvent: 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 /nota_fiscal/events/importE064segEvent: 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 /nota_fiscal/events/exportE064segEvent: 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 /nota_fiscal/events/importE070filCplCtbEvent: 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 /nota_fiscal/events/exportE070filCplCtbEvent: 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 /nota_fiscal/events/importE070ineEvent: 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 /nota_fiscal/events/exportE070ineEvent: 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 /nota_fiscal/events/importHistoricoNotaFiscalEvent: 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 /nota_fiscal/events/exportHistoricoNotaFiscalEvent: 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 /nota_fiscal/events/importDocumentoEletronicoNfEvent: 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 /nota_fiscal/events/exportDocumentoEletronicoNfEvent: 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 /nota_fiscal/events/importLigacaoCFOPTransacaoEvent: 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 /nota_fiscal/events/exportLigacaoCFOPTransacaoEvent: 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 /nota_fiscal/events/importE070entEvent: 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 /nota_fiscal/events/exportE070entEvent: 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 /nota_fiscal/events/importE001endEvent: 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 /nota_fiscal/events/exportE001endEvent: 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 /nota_fiscal/events/importLigacaoNotasFiscaisRetornoEvent: 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 /nota_fiscal/events/exportLigacaoNotasFiscaisRetornoEvent: 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 /nota_fiscal/events/importE001ineEvent: 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 /nota_fiscal/events/exportE001ineEvent: 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 /nota_fiscal/events/importE001sxeEvent: 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 /nota_fiscal/events/exportE001sxeEvent: 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 /nota_fiscal/events/importE067finEvent: 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 /nota_fiscal/events/exportE067finEvent: 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 /nota_fiscal/events/importDocumentoReferenciadoEvent: 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 /nota_fiscal/events/exportDocumentoReferenciadoEvent: 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 /nota_fiscal/events/importE001tnsSupEstEvent: 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 /nota_fiscal/events/exportE001tnsSupEstEvent: 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 /nota_fiscal/events/importNotaFiscalIntCplEvent: 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 /nota_fiscal/events/exportNotaFiscalIntCplEvent: 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 /nota_fiscal/events/importItemNotaFiscalCiapEvent: 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 /nota_fiscal/events/exportItemNotaFiscalCiapEvent: 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 /nota_fiscal/events/importE001tnsCplTriEvent: 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 /nota_fiscal/events/exportE001tnsCplTriEvent: 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 /nota_fiscal/events/importE070filCplTriCiapEvent: 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 /nota_fiscal/events/exportE070filCplTriCiapEvent: 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 /nota_fiscal/events/importVolumeNotaFiscalEvent: 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 /nota_fiscal/events/exportVolumeNotaFiscalEvent: 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 /nota_fiscal/events/importDadosGeraisNotaEvent: 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 /nota_fiscal/events/exportDadosGeraisNotaEvent: 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 /nota_fiscal/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 /nota_fiscal/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 /nota_fiscal/events/importItemNotaSaidaComissaoEvent: 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 /nota_fiscal/events/exportItemNotaSaidaComissaoEvent: 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 /nota_fiscal/events/importMensagemFiscalItemEvent: 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 /nota_fiscal/events/exportMensagemFiscalItemEvent: 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 /nota_fiscal/events/importE031moeEvent: 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 /nota_fiscal/events/exportE031moeEvent: 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 /nota_fiscal/events/importNotaFiscalCotacaoMoedaEvent: 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 /nota_fiscal/events/exportNotaFiscalCotacaoMoedaEvent: 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 /nota_fiscal/events/importEnderecoDestinatarioNotaEvent: 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 /nota_fiscal/events/exportEnderecoDestinatarioNotaEvent: 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 /nota_fiscal/entities/e070emp: 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: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070emp/{id}: 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/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e069gre: 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: array items: #/definitions/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e069gre/{id}: 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/e069gre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070fil: 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: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070fil/{id}: 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/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001pes: 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: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001pes/{id}: 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/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tns: 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: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tns/{id}: 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/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e006pai: 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: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e006pai/{id}: 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/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e007ufs: 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: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e007ufs/{id}: 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/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e008rai: 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: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e008rai/{id}: 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/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e012fam: 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: array items: #/definitions/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e012fam/{id}: 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/e012fam 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075der: 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: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075der/{id}: 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/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derSupEst: 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: array items: #/definitions/e075derSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derSupEst/{id}: 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/e075derSupEst 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e032edc: 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: array items: #/definitions/e032edc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e032edc/{id}: 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/e032edc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e020snf: 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: array items: #/definitions/e020snf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e020snf/{id}: 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/e020snf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e028cpg: 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: array items: #/definitions/e028cpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e028cpg/{id}: 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/e028cpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e073pes: 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: array items: #/definitions/e073pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e073pes/{id}: 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/e073pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e205dep: 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: array items: #/definitions/e205dep 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e205dep/{id}: 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/e205dep 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e015med: 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: array items: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e015med/{id}: 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/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e012famSupGer: 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: array items: #/definitions/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e012famSupGer/{id}: 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/e012famSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e080ser: 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: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e080ser/{id}: 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/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e024msg: 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: array items: #/definitions/e024msg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e024msg/{id}: 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/e024msg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e024msd: 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: array items: #/definitions/e024msd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e024msd/{id}: 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/e024msd 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/produtoServico: 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: array items: #/definitions/produtoServico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal: 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/notaFiscal responses: 200: description: The created resource schema: #/definitions/notaFiscal 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/notaFiscal responses: 200: description: The created resource schema: #/definitions/notaFiscal 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: array items: #/definitions/notaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{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/editNotaFiscal responses: 200: description: Ok schema: #/definitions/editNotaFiscal 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/notaFiscal responses: 200: description: Ok schema: #/definitions/notaFiscal 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/notaFiscal 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 /nota_fiscal/entities/notaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalReferenciada: 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/notaFiscalReferenciada responses: 200: description: The created resource schema: #/definitions/notaFiscalReferenciada 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/notaFiscalReferenciada responses: 200: description: The created resource schema: #/definitions/notaFiscalReferenciada 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: array items: #/definitions/notaFiscalReferenciada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalReferenciada/{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/editNotaFiscalReferenciada responses: 200: description: Ok schema: #/definitions/editNotaFiscalReferenciada 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/notaFiscalReferenciada responses: 200: description: Ok schema: #/definitions/notaFiscalReferenciada 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/notaFiscalReferenciada 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 /nota_fiscal/entities/notaFiscal/{parentId}/notaFiscalReferenciada: 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/notaFiscalReferenciada responses: 200: description: The created resources schema: type: array items: #/definitions/notaFiscalReferenciada 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/notaFiscalReferenciada responses: 200: description: The created resources schema: type: array items: #/definitions/notaFiscalReferenciada 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: array items: #/definitions/notaFiscalReferenciada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/notaFiscalReferenciada/{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/editNotaFiscalReferenciada responses: 200: description: Ok schema: #/definitions/editNotaFiscalReferenciada 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/notaFiscalReferenciada responses: 200: description: Ok schema: #/definitions/notaFiscalReferenciada 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/notaFiscalReferenciada 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 /nota_fiscal/entities/notaFiscalReferenciada/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscalReferenciada responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/valoresGeraisNotaFiscal: 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/valoresGeraisNotaFiscal responses: 200: description: The created resource schema: #/definitions/valoresGeraisNotaFiscal 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/valoresGeraisNotaFiscal responses: 200: description: The created resource schema: #/definitions/valoresGeraisNotaFiscal 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: array items: #/definitions/valoresGeraisNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/valoresGeraisNotaFiscal/{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/editValoresGeraisNotaFiscal responses: 200: description: Ok schema: #/definitions/editValoresGeraisNotaFiscal 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/valoresGeraisNotaFiscal responses: 200: description: Ok schema: #/definitions/valoresGeraisNotaFiscal 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/valoresGeraisNotaFiscal 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 /nota_fiscal/entities/notaFiscal/{parentId}/valoresGerais: 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: object allOf: – #/definitions/valoresGeraisNotaFiscal responses: 200: description: The created resource schema: #/definitions/valoresGeraisNotaFiscal 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: object allOf: – #/definitions/valoresGeraisNotaFiscal responses: 200: description: The created resource schema: #/definitions/valoresGeraisNotaFiscal 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: array items: #/definitions/valoresGeraisNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/valoresGerais/{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/editValoresGeraisNotaFiscal responses: 200: description: Ok schema: #/definitions/editValoresGeraisNotaFiscal 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/valoresGeraisNotaFiscal responses: 200: description: Ok schema: #/definitions/valoresGeraisNotaFiscal 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/valoresGeraisNotaFiscal 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 /nota_fiscal/entities/valoresGeraisNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/valoresGeraisNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/importacaoNotaFiscal: 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/importacaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/importacaoNotaFiscal 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/importacaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/importacaoNotaFiscal 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: array items: #/definitions/importacaoNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/importacaoNotaFiscal/{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/editImportacaoNotaFiscal responses: 200: description: Ok schema: #/definitions/editImportacaoNotaFiscal 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/importacaoNotaFiscal responses: 200: description: Ok schema: #/definitions/importacaoNotaFiscal 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/importacaoNotaFiscal 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 /nota_fiscal/entities/notaFiscal/{parentId}/importacaoNotaFiscal: 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: object allOf: – #/definitions/importacaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/importacaoNotaFiscal 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: object allOf: – #/definitions/importacaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/importacaoNotaFiscal 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: array items: #/definitions/importacaoNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/importacaoNotaFiscal/{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/editImportacaoNotaFiscal responses: 200: description: Ok schema: #/definitions/editImportacaoNotaFiscal 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/importacaoNotaFiscal responses: 200: description: Ok schema: #/definitions/importacaoNotaFiscal 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/importacaoNotaFiscal 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 /nota_fiscal/entities/importacaoNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/importacaoNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal: 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/itemNotaFiscal responses: 200: description: The created resource schema: #/definitions/itemNotaFiscal 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/itemNotaFiscal responses: 200: description: The created resource schema: #/definitions/itemNotaFiscal 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: array items: #/definitions/itemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{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/editItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editItemNotaFiscal 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/itemNotaFiscal responses: 200: description: Ok schema: #/definitions/itemNotaFiscal 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/itemNotaFiscal 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 /nota_fiscal/entities/itemNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e044ccu: 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: array items: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e044ccu/{id}: 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/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e082tab: 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: array items: #/definitions/e082tab 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e082tab/{id}: 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/e082tab 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e082tpr: 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: array items: #/definitions/e082tpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e082tpr/{id}: 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/e082tpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e210dxp: 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: array items: #/definitions/e210dxp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e210dxp/{id}: 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/e210dxp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095hfoSupRcb: 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/e095hfoSupRcb responses: 200: description: The created resource schema: #/definitions/e095hfoSupRcb 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/e095hfoSupRcb responses: 200: description: The created resource schema: #/definitions/e095hfoSupRcb 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: array items: #/definitions/e095hfoSupRcb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095hfoSupRcb/{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/editE095hfoSupRcb responses: 200: description: Ok schema: #/definitions/editE095hfoSupRcb 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/e095hfoSupRcb responses: 200: description: Ok schema: #/definitions/e095hfoSupRcb 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/e095hfoSupRcb 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 /nota_fiscal/entities/e095hfoSupRcb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e095hfoSupRcb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095fxs: 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/e095fxs responses: 200: description: The created resource schema: #/definitions/e095fxs 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/e095fxs responses: 200: description: The created resource schema: #/definitions/e095fxs 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: array items: #/definitions/e095fxs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095fxs/{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/editE095fxs responses: 200: description: Ok schema: #/definitions/editE095fxs 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/e095fxs responses: 200: description: Ok schema: #/definitions/e095fxs 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/e095fxs 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 /nota_fiscal/entities/e095fxs/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e095fxs responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsSupRcb: 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/e001tnsSupRcb responses: 200: description: The created resource schema: #/definitions/e001tnsSupRcb 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/e001tnsSupRcb responses: 200: description: The created resource schema: #/definitions/e001tnsSupRcb 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: array items: #/definitions/e001tnsSupRcb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsSupRcb/{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/editE001tnsSupRcb responses: 200: description: Ok schema: #/definitions/editE001tnsSupRcb 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/e001tnsSupRcb responses: 200: description: Ok schema: #/definitions/e001tnsSupRcb 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/e001tnsSupRcb 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 /nota_fiscal/entities/e001tnsSupRcb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e001tnsSupRcb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupCpr: 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: array items: #/definitions/e070filSupCpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupCpr/{id}: 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/e070filSupCpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derSupCpr: 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: array items: #/definitions/e075derSupCpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derSupCpr/{id}: 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/e075derSupCpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/impostoItemNotaFiscal: 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/impostoItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/impostoItemNotaFiscal 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/impostoItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/impostoItemNotaFiscal 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: array items: #/definitions/impostoItemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/impostoItemNotaFiscal/{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/editImpostoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editImpostoItemNotaFiscal 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/impostoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/impostoItemNotaFiscal 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/impostoItemNotaFiscal 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 /nota_fiscal/entities/itemNotaFiscal/{parentId}/impostoItemNotaFiscal: 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/impostoItemNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/impostoItemNotaFiscal 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/impostoItemNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/impostoItemNotaFiscal 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: array items: #/definitions/impostoItemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{parentId}/impostoItemNotaFiscal/{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/editImpostoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editImpostoItemNotaFiscal 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/impostoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/impostoItemNotaFiscal 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/impostoItemNotaFiscal 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 /nota_fiscal/entities/impostoItemNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/impostoItemNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/lote: 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/lote responses: 200: description: The created resource schema: #/definitions/lote 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/lote responses: 200: description: The created resource schema: #/definitions/lote 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: array items: #/definitions/lote 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/lote/{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/editLote responses: 200: description: Ok schema: #/definitions/editLote 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/lote responses: 200: description: Ok schema: #/definitions/lote 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/lote 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 /nota_fiscal/entities/lote/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/lote responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/loteItemNota: 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/loteItemNota responses: 200: description: The created resource schema: #/definitions/loteItemNota 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/loteItemNota responses: 200: description: The created resource schema: #/definitions/loteItemNota 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: array items: #/definitions/loteItemNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/loteItemNota/{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/editLoteItemNota responses: 200: description: Ok schema: #/definitions/editLoteItemNota 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/loteItemNota responses: 200: description: Ok schema: #/definitions/loteItemNota 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/loteItemNota 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 /nota_fiscal/entities/itemNotaFiscal/{parentId}/loteItemNota: 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/loteItemNota responses: 200: description: The created resources schema: type: array items: #/definitions/loteItemNota 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/loteItemNota responses: 200: description: The created resources schema: type: array items: #/definitions/loteItemNota 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: array items: #/definitions/loteItemNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{parentId}/loteItemNota/{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/editLoteItemNota responses: 200: description: Ok schema: #/definitions/editLoteItemNota 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/loteItemNota responses: 200: description: Ok schema: #/definitions/loteItemNota 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/loteItemNota 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 /nota_fiscal/entities/loteItemNota/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/loteItemNota responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/serie: 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/serie responses: 200: description: The created resource schema: #/definitions/serie 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/serie responses: 200: description: The created resource schema: #/definitions/serie 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: array items: #/definitions/serie 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/serie/{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/editSerie responses: 200: description: Ok schema: #/definitions/editSerie 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/serie responses: 200: description: Ok schema: #/definitions/serie 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/serie 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 /nota_fiscal/entities/serie/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/serie responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/serieItemNota: 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/serieItemNota responses: 200: description: The created resource schema: #/definitions/serieItemNota 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/serieItemNota responses: 200: description: The created resource schema: #/definitions/serieItemNota 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: array items: #/definitions/serieItemNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/serieItemNota/{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/editSerieItemNota responses: 200: description: Ok schema: #/definitions/editSerieItemNota 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/serieItemNota responses: 200: description: Ok schema: #/definitions/serieItemNota 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/serieItemNota 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 /nota_fiscal/entities/itemNotaFiscal/{parentId}/serieItemNota: 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/serieItemNota responses: 200: description: The created resources schema: type: array items: #/definitions/serieItemNota 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/serieItemNota responses: 200: description: The created resources schema: type: array items: #/definitions/serieItemNota 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: array items: #/definitions/serieItemNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{parentId}/serieItemNota/{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/editSerieItemNota responses: 200: description: Ok schema: #/definitions/editSerieItemNota 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/serieItemNota responses: 200: description: Ok schema: #/definitions/serieItemNota 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/serieItemNota 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 /nota_fiscal/entities/serieItemNota/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/serieItemNota responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e099usuSupRcb: 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/e099usuSupRcb responses: 200: description: The created resource schema: #/definitions/e099usuSupRcb 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/e099usuSupRcb responses: 200: description: The created resource schema: #/definitions/e099usuSupRcb 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: array items: #/definitions/e099usuSupRcb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e099usuSupRcb/{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/editE099usuSupRcb responses: 200: description: Ok schema: #/definitions/editE099usuSupRcb 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/e099usuSupRcb responses: 200: description: Ok schema: #/definitions/e099usuSupRcb 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/e099usuSupRcb 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 /nota_fiscal/entities/e099usuSupRcb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e099usuSupRcb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095pes: 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: array items: #/definitions/e095pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095pes/{id}: 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/e095pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095hfoSupGer: 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: array items: #/definitions/e095hfoSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e095hfoSupGer/{id}: 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/e095hfoSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsSupGer: 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: array items: #/definitions/e001tnsSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsSupGer/{id}: 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/e001tnsSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/transporteNotaFiscal: 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/transporteNotaFiscal responses: 200: description: The created resource schema: #/definitions/transporteNotaFiscal 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/transporteNotaFiscal responses: 200: description: The created resource schema: #/definitions/transporteNotaFiscal 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: array items: #/definitions/transporteNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/transporteNotaFiscal/{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/editTransporteNotaFiscal responses: 200: description: Ok schema: #/definitions/editTransporteNotaFiscal 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/transporteNotaFiscal responses: 200: description: Ok schema: #/definitions/transporteNotaFiscal 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/transporteNotaFiscal 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 /nota_fiscal/entities/notaFiscal/{parentId}/transporteNotaFiscal: 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: object allOf: – #/definitions/transporteNotaFiscal responses: 200: description: The created resource schema: #/definitions/transporteNotaFiscal 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: object allOf: – #/definitions/transporteNotaFiscal responses: 200: description: The created resource schema: #/definitions/transporteNotaFiscal 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: array items: #/definitions/transporteNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/transporteNotaFiscal/{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/editTransporteNotaFiscal responses: 200: description: Ok schema: #/definitions/editTransporteNotaFiscal 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/transporteNotaFiscal responses: 200: description: Ok schema: #/definitions/transporteNotaFiscal 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/transporteNotaFiscal 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 /nota_fiscal/entities/transporteNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transporteNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/parcelaNotaFiscal: 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/parcelaNotaFiscal responses: 200: description: The created resource schema: #/definitions/parcelaNotaFiscal 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/parcelaNotaFiscal responses: 200: description: The created resource schema: #/definitions/parcelaNotaFiscal 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: array items: #/definitions/parcelaNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/parcelaNotaFiscal/{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/editParcelaNotaFiscal responses: 200: description: Ok schema: #/definitions/editParcelaNotaFiscal 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/parcelaNotaFiscal responses: 200: description: Ok schema: #/definitions/parcelaNotaFiscal 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/parcelaNotaFiscal 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 /nota_fiscal/entities/parcelaNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/parcelaNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e002tpt: 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: array items: #/definitions/e002tpt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e002tpt/{id}: 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/e002tpt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e066fpg: 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: array items: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e066fpg/{id}: 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/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e028icp: 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: array items: #/definitions/e028icp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e028icp/{id}: 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/e028icp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupGer: 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/e070filSupGer responses: 200: description: The created resource schema: #/definitions/e070filSupGer 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/e070filSupGer responses: 200: description: The created resource schema: #/definitions/e070filSupGer 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: array items: #/definitions/e070filSupGer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupGer/{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/editE070filSupGer responses: 200: description: Ok schema: #/definitions/editE070filSupGer 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/e070filSupGer responses: 200: description: Ok schema: #/definitions/e070filSupGer 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/e070filSupGer 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 /nota_fiscal/entities/e070filSupGer/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filSupGer responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e020par: 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: array items: #/definitions/e020par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e020par/{id}: 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/e020par 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e403fpr: 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: array items: #/definitions/e403fpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e403fpr/{id}: 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/e403fpr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoItemFornecedor: 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: array items: #/definitions/ligacaoItemFornecedor 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoItemFornecedor/{id}: 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/ligacaoItemFornecedor 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoItemFornecedorUnidadeMedida: 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/ligacaoItemFornecedorUnidadeMedida responses: 200: description: The created resource schema: #/definitions/ligacaoItemFornecedorUnidadeMedida 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/ligacaoItemFornecedorUnidadeMedida responses: 200: description: The created resource schema: #/definitions/ligacaoItemFornecedorUnidadeMedida 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: array items: #/definitions/ligacaoItemFornecedorUnidadeMedida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoItemFornecedorUnidadeMedida/{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/editLigacaoItemFornecedorUnidadeMedida responses: 200: description: Ok schema: #/definitions/editLigacaoItemFornecedorUnidadeMedida 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/ligacaoItemFornecedorUnidadeMedida responses: 200: description: Ok schema: #/definitions/ligacaoItemFornecedorUnidadeMedida 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/ligacaoItemFornecedorUnidadeMedida 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 /nota_fiscal/entities/ligacaoItemFornecedorUnidadeMedida/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ligacaoItemFornecedorUnidadeMedida responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e403ume: 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/e403ume responses: 200: description: The created resource schema: #/definitions/e403ume 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/e403ume responses: 200: description: The created resource schema: #/definitions/e403ume 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: array items: #/definitions/e403ume 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e403ume/{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/editE403ume responses: 200: description: Ok schema: #/definitions/editE403ume 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/e403ume responses: 200: description: Ok schema: #/definitions/e403ume 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/e403ume 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 /nota_fiscal/entities/e403ume/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e403ume responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e009ppeSupRcb: 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/e009ppeSupRcb responses: 200: description: The created resource schema: #/definitions/e009ppeSupRcb 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/e009ppeSupRcb responses: 200: description: The created resource schema: #/definitions/e009ppeSupRcb 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: array items: #/definitions/e009ppeSupRcb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e009ppeSupRcb/{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/editE009ppeSupRcb responses: 200: description: Ok schema: #/definitions/editE009ppeSupRcb 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/e009ppeSupRcb responses: 200: description: Ok schema: #/definitions/e009ppeSupRcb 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/e009ppeSupRcb 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 /nota_fiscal/entities/e009ppeSupRcb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e009ppeSupRcb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalXML: 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/notaFiscalXML responses: 200: description: The created resource schema: #/definitions/notaFiscalXML 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/notaFiscalXML responses: 200: description: The created resource schema: #/definitions/notaFiscalXML 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: array items: #/definitions/notaFiscalXML 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalXML/{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/editNotaFiscalXML responses: 200: description: Ok schema: #/definitions/editNotaFiscalXML 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/notaFiscalXML responses: 200: description: Ok schema: #/definitions/notaFiscalXML 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/notaFiscalXML 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 /nota_fiscal/entities/notaFiscalXML/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscalXML responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplImpEnt: 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: array items: #/definitions/e001tnsCplImpEnt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplImpEnt/{id}: 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/e001tnsCplImpEnt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplImpSai: 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: array items: #/definitions/e001tnsCplImpSai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplImpSai/{id}: 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/e001tnsCplImpSai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupRcb: 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/e070filSupRcb responses: 200: description: The created resource schema: #/definitions/e070filSupRcb 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/e070filSupRcb responses: 200: description: The created resource schema: #/definitions/e070filSupRcb 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: array items: #/definitions/e070filSupRcb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filSupRcb/{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/editE070filSupRcb responses: 200: description: Ok schema: #/definitions/editE070filSupRcb 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/e070filSupRcb responses: 200: description: Ok schema: #/definitions/e070filSupRcb 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/e070filSupRcb 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 /nota_fiscal/entities/e070filSupRcb/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filSupRcb responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e091plf: 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: array items: #/definitions/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e091plf/{id}: 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/e091plf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e025fer: 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: array items: #/definitions/e025fer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e025fer/{id}: 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/e025fer 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/integracaoNotaFiscal: 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/integracaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/integracaoNotaFiscal 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/integracaoNotaFiscal responses: 200: description: The created resource schema: #/definitions/integracaoNotaFiscal 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: array items: #/definitions/integracaoNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/integracaoNotaFiscal/{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/editIntegracaoNotaFiscal responses: 200: description: Ok schema: #/definitions/editIntegracaoNotaFiscal 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/integracaoNotaFiscal responses: 200: description: Ok schema: #/definitions/integracaoNotaFiscal 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/integracaoNotaFiscal 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 /nota_fiscal/entities/integracaoNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/integracaoNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001int: 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: array items: #/definitions/e001int 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001int/{id}: 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/e001int 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/adicaoItemNotaFiscal: 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/adicaoItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/adicaoItemNotaFiscal 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/adicaoItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/adicaoItemNotaFiscal 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: array items: #/definitions/adicaoItemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/adicaoItemNotaFiscal/{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/editAdicaoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editAdicaoItemNotaFiscal 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/adicaoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/adicaoItemNotaFiscal 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/adicaoItemNotaFiscal 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 /nota_fiscal/entities/itemNotaFiscal/{parentId}/adicaoItemNotaFiscal: 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/adicaoItemNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/adicaoItemNotaFiscal 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/adicaoItemNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/adicaoItemNotaFiscal 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: array items: #/definitions/adicaoItemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{parentId}/adicaoItemNotaFiscal/{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/editAdicaoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editAdicaoItemNotaFiscal 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/adicaoItemNotaFiscal responses: 200: description: Ok schema: #/definitions/adicaoItemNotaFiscal 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/adicaoItemNotaFiscal 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 /nota_fiscal/entities/adicaoItemNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/adicaoItemNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/divergenciasImportacao: 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/divergenciasImportacao responses: 200: description: The created resource schema: #/definitions/divergenciasImportacao 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/divergenciasImportacao responses: 200: description: The created resource schema: #/definitions/divergenciasImportacao 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: array items: #/definitions/divergenciasImportacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/divergenciasImportacao/{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/editDivergenciasImportacao responses: 200: description: Ok schema: #/definitions/editDivergenciasImportacao 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/divergenciasImportacao responses: 200: description: Ok schema: #/definitions/divergenciasImportacao 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/divergenciasImportacao 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 /nota_fiscal/entities/divergenciasImportacao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/divergenciasImportacao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075bar: 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/e075bar responses: 200: description: The created resource schema: #/definitions/e075bar 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/e075bar responses: 200: description: The created resource schema: #/definitions/e075bar 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: array items: #/definitions/e075bar 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075bar/{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/editE075bar responses: 200: description: Ok schema: #/definitions/editE075bar 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/e075bar responses: 200: description: Ok schema: #/definitions/e075bar 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/e075bar 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 /nota_fiscal/entities/e075bar/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e075bar responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplImp: 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: array items: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplImp/{id}: 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/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ncm: 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: array items: #/definitions/ncm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ncm/{id}: 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/ncm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derCplImp: 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: array items: #/definitions/e075derCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e075derCplImp/{id}: 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/e075derCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e080serCplImp: 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: array items: #/definitions/e080serCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e080serCplImp/{id}: 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/e080serCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/nbs: 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: array items: #/definitions/nbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/nbs/{id}: 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/nbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/leiComplementar1162003: 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: array items: #/definitions/leiComplementar1162003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/leiComplementar1162003/{id}: 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/leiComplementar1162003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e027str: 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: array items: #/definitions/e027str 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e027str/{id}: 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/e027str 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/loteProcessamento: 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/loteProcessamento responses: 200: description: The created resource schema: #/definitions/loteProcessamento 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/loteProcessamento responses: 200: description: The created resource schema: #/definitions/loteProcessamento 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: array items: #/definitions/loteProcessamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/loteProcessamento/{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/editLoteProcessamento responses: 200: description: Ok schema: #/definitions/editLoteProcessamento 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/loteProcessamento responses: 200: description: Ok schema: #/definitions/loteProcessamento 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/loteProcessamento 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 /nota_fiscal/entities/loteProcessamento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/loteProcessamento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaLoteProcessamento: 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/notaLoteProcessamento responses: 200: description: The created resource schema: #/definitions/notaLoteProcessamento 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/notaLoteProcessamento responses: 200: description: The created resource schema: #/definitions/notaLoteProcessamento 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: array items: #/definitions/notaLoteProcessamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaLoteProcessamento/{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/editNotaLoteProcessamento responses: 200: description: Ok schema: #/definitions/editNotaLoteProcessamento 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/notaLoteProcessamento responses: 200: description: Ok schema: #/definitions/notaLoteProcessamento 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/notaLoteProcessamento 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 /nota_fiscal/entities/loteProcessamento/{parentId}/notaLoteProcessamento: 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/notaLoteProcessamento responses: 200: description: The created resources schema: type: array items: #/definitions/notaLoteProcessamento 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/notaLoteProcessamento responses: 200: description: The created resources schema: type: array items: #/definitions/notaLoteProcessamento 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: array items: #/definitions/notaLoteProcessamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/loteProcessamento/{parentId}/notaLoteProcessamento/{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/editNotaLoteProcessamento responses: 200: description: Ok schema: #/definitions/editNotaLoteProcessamento 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/notaLoteProcessamento responses: 200: description: Ok schema: #/definitions/notaLoteProcessamento 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/notaLoteProcessamento 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 /nota_fiscal/entities/notaLoteProcessamento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaLoteProcessamento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/pedidoOrigemItemNotaFiscal: 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/pedidoOrigemItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/pedidoOrigemItemNotaFiscal 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/pedidoOrigemItemNotaFiscal responses: 200: description: The created resource schema: #/definitions/pedidoOrigemItemNotaFiscal 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: array items: #/definitions/pedidoOrigemItemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/pedidoOrigemItemNotaFiscal/{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/editPedidoOrigemItemNotaFiscal responses: 200: description: Ok schema: #/definitions/editPedidoOrigemItemNotaFiscal 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/pedidoOrigemItemNotaFiscal responses: 200: description: Ok schema: #/definitions/pedidoOrigemItemNotaFiscal 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/pedidoOrigemItemNotaFiscal 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 /nota_fiscal/entities/pedidoOrigemItemNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/pedidoOrigemItemNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e021mot: 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: array items: #/definitions/e021mot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e021mot/{id}: 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/e021mot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisSup: 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/ligacaoNotasFiscaisSup responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisSup 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/ligacaoNotasFiscaisSup responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisSup 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: array items: #/definitions/ligacaoNotasFiscaisSup 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisSup/{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/editLigacaoNotasFiscaisSup responses: 200: description: Ok schema: #/definitions/editLigacaoNotasFiscaisSup 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/ligacaoNotasFiscaisSup responses: 200: description: Ok schema: #/definitions/ligacaoNotasFiscaisSup 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/ligacaoNotasFiscaisSup 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 /nota_fiscal/entities/ligacaoNotasFiscaisSup/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ligacaoNotasFiscaisSup responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisCom: 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/ligacaoNotasFiscaisCom responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisCom 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/ligacaoNotasFiscaisCom responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisCom 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: array items: #/definitions/ligacaoNotasFiscaisCom 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisCom/{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/editLigacaoNotasFiscaisCom responses: 200: description: Ok schema: #/definitions/editLigacaoNotasFiscaisCom 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/ligacaoNotasFiscaisCom responses: 200: description: Ok schema: #/definitions/ligacaoNotasFiscaisCom 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/ligacaoNotasFiscaisCom 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 /nota_fiscal/entities/ligacaoNotasFiscaisCom/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ligacaoNotasFiscaisCom responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/mensagemNotaFiscal: 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/mensagemNotaFiscal responses: 200: description: The created resource schema: #/definitions/mensagemNotaFiscal 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/mensagemNotaFiscal responses: 200: description: The created resource schema: #/definitions/mensagemNotaFiscal 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: array items: #/definitions/mensagemNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/mensagemNotaFiscal/{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/editMensagemNotaFiscal responses: 200: description: Ok schema: #/definitions/editMensagemNotaFiscal 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/mensagemNotaFiscal responses: 200: description: Ok schema: #/definitions/mensagemNotaFiscal 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/mensagemNotaFiscal 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 /nota_fiscal/entities/mensagemNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mensagemNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e027eqi: 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: array items: #/definitions/e027eqi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e027eqi/{id}: 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/e027eqi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalSaida: 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/notaFiscalSaida responses: 200: description: The created resource schema: #/definitions/notaFiscalSaida 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/notaFiscalSaida responses: 200: description: The created resource schema: #/definitions/notaFiscalSaida 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: array items: #/definitions/notaFiscalSaida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalSaida/{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/editNotaFiscalSaida responses: 200: description: Ok schema: #/definitions/editNotaFiscalSaida 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/notaFiscalSaida responses: 200: description: Ok schema: #/definitions/notaFiscalSaida 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/notaFiscalSaida 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 /nota_fiscal/entities/notaFiscalSaida/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscalSaida responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscalSaida: 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/itemNotaFiscalSaida responses: 200: description: The created resource schema: #/definitions/itemNotaFiscalSaida 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/itemNotaFiscalSaida responses: 200: description: The created resource schema: #/definitions/itemNotaFiscalSaida 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: array items: #/definitions/itemNotaFiscalSaida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscalSaida/{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/editItemNotaFiscalSaida responses: 200: description: Ok schema: #/definitions/editItemNotaFiscalSaida 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/itemNotaFiscalSaida responses: 200: description: Ok schema: #/definitions/itemNotaFiscalSaida 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/itemNotaFiscalSaida 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 /nota_fiscal/entities/itemNotaFiscalSaida/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemNotaFiscalSaida responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/processoDevolucao: 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/processoDevolucao responses: 200: description: The created resource schema: #/definitions/processoDevolucao 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/processoDevolucao responses: 200: description: The created resource schema: #/definitions/processoDevolucao 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: array items: #/definitions/processoDevolucao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/processoDevolucao/{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/editProcessoDevolucao responses: 200: description: Ok schema: #/definitions/editProcessoDevolucao 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/processoDevolucao responses: 200: description: Ok schema: #/definitions/processoDevolucao 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/processoDevolucao 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 /nota_fiscal/entities/processoDevolucao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/processoDevolucao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaProcessoDevolucao: 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/notaProcessoDevolucao responses: 200: description: The created resource schema: #/definitions/notaProcessoDevolucao 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/notaProcessoDevolucao responses: 200: description: The created resource schema: #/definitions/notaProcessoDevolucao 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: array items: #/definitions/notaProcessoDevolucao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaProcessoDevolucao/{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/editNotaProcessoDevolucao responses: 200: description: Ok schema: #/definitions/editNotaProcessoDevolucao 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/notaProcessoDevolucao responses: 200: description: Ok schema: #/definitions/notaProcessoDevolucao 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/notaProcessoDevolucao 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 /nota_fiscal/entities/notaProcessoDevolucao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaProcessoDevolucao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaProcessoDevolucao: 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/itemNotaProcessoDevolucao responses: 200: description: The created resource schema: #/definitions/itemNotaProcessoDevolucao 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/itemNotaProcessoDevolucao responses: 200: description: The created resource schema: #/definitions/itemNotaProcessoDevolucao 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: array items: #/definitions/itemNotaProcessoDevolucao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaProcessoDevolucao/{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/editItemNotaProcessoDevolucao responses: 200: description: Ok schema: #/definitions/editItemNotaProcessoDevolucao 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/itemNotaProcessoDevolucao responses: 200: description: Ok schema: #/definitions/itemNotaProcessoDevolucao 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/itemNotaProcessoDevolucao 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 /nota_fiscal/entities/itemNotaProcessoDevolucao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemNotaProcessoDevolucao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/nfDANFE: 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/nfDANFE responses: 200: description: The created resource schema: #/definitions/nfDANFE 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/nfDANFE responses: 200: description: The created resource schema: #/definitions/nfDANFE 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: array items: #/definitions/nfDANFE 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/nfDANFE/{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/editNfDANFE responses: 200: description: Ok schema: #/definitions/editNfDANFE 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/nfDANFE responses: 200: description: Ok schema: #/definitions/nfDANFE 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/nfDANFE 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 /nota_fiscal/entities/nfDANFE/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfDANFE responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/unidadeMedidaFornecedor: 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/unidadeMedidaFornecedor responses: 200: description: The created resource schema: #/definitions/unidadeMedidaFornecedor 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/unidadeMedidaFornecedor responses: 200: description: The created resource schema: #/definitions/unidadeMedidaFornecedor 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: array items: #/definitions/unidadeMedidaFornecedor 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/unidadeMedidaFornecedor/{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/editUnidadeMedidaFornecedor responses: 200: description: Ok schema: #/definitions/editUnidadeMedidaFornecedor 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/unidadeMedidaFornecedor responses: 200: description: Ok schema: #/definitions/unidadeMedidaFornecedor 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/unidadeMedidaFornecedor 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 /nota_fiscal/entities/unidadeMedidaFornecedor/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/unidadeMedidaFornecedor responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001pesCplImp: 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: array items: #/definitions/e001pesCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001pesCplImp/{id}: 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/e001pesCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070empCplImp: 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: array items: #/definitions/e070empCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070empCplImp/{id}: 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/e070empCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e064seg: 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: array items: #/definitions/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e064seg/{id}: 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/e064seg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplCtb: 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: array items: #/definitions/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplCtb/{id}: 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/e070filCplCtb 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070ine: 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: array items: #/definitions/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070ine/{id}: 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/e070ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/historicoNotaFiscal: 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/historicoNotaFiscal responses: 200: description: The created resource schema: #/definitions/historicoNotaFiscal 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/historicoNotaFiscal responses: 200: description: The created resource schema: #/definitions/historicoNotaFiscal 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: array items: #/definitions/historicoNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/historicoNotaFiscal/{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/editHistoricoNotaFiscal responses: 200: description: Ok schema: #/definitions/editHistoricoNotaFiscal 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/historicoNotaFiscal responses: 200: description: Ok schema: #/definitions/historicoNotaFiscal 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/historicoNotaFiscal 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 /nota_fiscal/entities/historicoNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/historicoNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/documentoEletronicoNf: 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/documentoEletronicoNf responses: 200: description: The created resource schema: #/definitions/documentoEletronicoNf 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/documentoEletronicoNf responses: 200: description: The created resource schema: #/definitions/documentoEletronicoNf 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: array items: #/definitions/documentoEletronicoNf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/documentoEletronicoNf/{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/editDocumentoEletronicoNf responses: 200: description: Ok schema: #/definitions/editDocumentoEletronicoNf 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/documentoEletronicoNf responses: 200: description: Ok schema: #/definitions/documentoEletronicoNf 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/documentoEletronicoNf 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 /nota_fiscal/entities/documentoEletronicoNf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/documentoEletronicoNf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoCFOPTransacao: 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/ligacaoCFOPTransacao responses: 200: description: The created resource schema: #/definitions/ligacaoCFOPTransacao 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/ligacaoCFOPTransacao responses: 200: description: The created resource schema: #/definitions/ligacaoCFOPTransacao 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: array items: #/definitions/ligacaoCFOPTransacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoCFOPTransacao/{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/editLigacaoCFOPTransacao responses: 200: description: Ok schema: #/definitions/editLigacaoCFOPTransacao 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/ligacaoCFOPTransacao responses: 200: description: Ok schema: #/definitions/ligacaoCFOPTransacao 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/ligacaoCFOPTransacao 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 /nota_fiscal/entities/ligacaoCFOPTransacao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ligacaoCFOPTransacao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070ent: 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: array items: #/definitions/e070ent 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070ent/{id}: 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/e070ent 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001end: 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: array items: #/definitions/e001end 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001end/{id}: 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/e001end 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisRetorno: 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/ligacaoNotasFiscaisRetorno responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisRetorno 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/ligacaoNotasFiscaisRetorno responses: 200: description: The created resource schema: #/definitions/ligacaoNotasFiscaisRetorno 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: array items: #/definitions/ligacaoNotasFiscaisRetorno 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/ligacaoNotasFiscaisRetorno/{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/editLigacaoNotasFiscaisRetorno responses: 200: description: Ok schema: #/definitions/editLigacaoNotasFiscaisRetorno 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/ligacaoNotasFiscaisRetorno responses: 200: description: Ok schema: #/definitions/ligacaoNotasFiscaisRetorno 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/ligacaoNotasFiscaisRetorno 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 /nota_fiscal/entities/ligacaoNotasFiscaisRetorno/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ligacaoNotasFiscaisRetorno responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001ine: 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: array items: #/definitions/e001ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001ine/{id}: 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/e001ine 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001sxe: 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: array items: #/definitions/e001sxe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001sxe/{id}: 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/e001sxe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e067fin: 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: array items: #/definitions/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e067fin/{id}: 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/e067fin 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/documentoReferenciado: 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/documentoReferenciado responses: 200: description: The created resource schema: #/definitions/documentoReferenciado 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/documentoReferenciado responses: 200: description: The created resource schema: #/definitions/documentoReferenciado 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: array items: #/definitions/documentoReferenciado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/documentoReferenciado/{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/editDocumentoReferenciado responses: 200: description: Ok schema: #/definitions/editDocumentoReferenciado 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/documentoReferenciado responses: 200: description: Ok schema: #/definitions/documentoReferenciado 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/documentoReferenciado 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 /nota_fiscal/entities/notaFiscal/{parentId}/documentosReferenciados: 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/documentoReferenciado responses: 200: description: The created resources schema: type: array items: #/definitions/documentoReferenciado 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/documentoReferenciado responses: 200: description: The created resources schema: type: array items: #/definitions/documentoReferenciado 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: array items: #/definitions/documentoReferenciado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/documentosReferenciados/{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/editDocumentoReferenciado responses: 200: description: Ok schema: #/definitions/editDocumentoReferenciado 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/documentoReferenciado responses: 200: description: Ok schema: #/definitions/documentoReferenciado 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/documentoReferenciado 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 /nota_fiscal/entities/documentoReferenciado/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/documentoReferenciado responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalIntCpl: 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/notaFiscalIntCpl responses: 200: description: The created resource schema: #/definitions/notaFiscalIntCpl 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/notaFiscalIntCpl responses: 200: description: The created resource schema: #/definitions/notaFiscalIntCpl 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: array items: #/definitions/notaFiscalIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalIntCpl/{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/editNotaFiscalIntCpl responses: 200: description: Ok schema: #/definitions/editNotaFiscalIntCpl 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/notaFiscalIntCpl responses: 200: description: Ok schema: #/definitions/notaFiscalIntCpl 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/notaFiscalIntCpl 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 /nota_fiscal/entities/notaFiscal/{parentId}/notaFiscalIntCpl: 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: object allOf: – #/definitions/notaFiscalIntCpl responses: 200: description: The created resource schema: #/definitions/notaFiscalIntCpl 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: object allOf: – #/definitions/notaFiscalIntCpl responses: 200: description: The created resource schema: #/definitions/notaFiscalIntCpl 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: array items: #/definitions/notaFiscalIntCpl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/notaFiscalIntCpl/{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/editNotaFiscalIntCpl responses: 200: description: Ok schema: #/definitions/editNotaFiscalIntCpl 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/notaFiscalIntCpl responses: 200: description: Ok schema: #/definitions/notaFiscalIntCpl 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/notaFiscalIntCpl 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 /nota_fiscal/entities/notaFiscalIntCpl/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscalIntCpl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscalCiap: 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/itemNotaFiscalCiap responses: 200: description: The created resource schema: #/definitions/itemNotaFiscalCiap 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/itemNotaFiscalCiap responses: 200: description: The created resource schema: #/definitions/itemNotaFiscalCiap 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: array items: #/definitions/itemNotaFiscalCiap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscalCiap/{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/editItemNotaFiscalCiap responses: 200: description: Ok schema: #/definitions/editItemNotaFiscalCiap 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/itemNotaFiscalCiap responses: 200: description: Ok schema: #/definitions/itemNotaFiscalCiap 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/itemNotaFiscalCiap 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 /nota_fiscal/entities/itemNotaFiscalCiap/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemNotaFiscalCiap responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplTri: 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: array items: #/definitions/e001tnsCplTri 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e001tnsCplTri/{id}: 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/e001tnsCplTri 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplTriCiap: 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: array items: #/definitions/e070filCplTriCiap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e070filCplTriCiap/{id}: 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/e070filCplTriCiap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/volumeNotaFiscal: 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/volumeNotaFiscal responses: 200: description: The created resource schema: #/definitions/volumeNotaFiscal 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/volumeNotaFiscal responses: 200: description: The created resource schema: #/definitions/volumeNotaFiscal 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: array items: #/definitions/volumeNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/volumeNotaFiscal/{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/editVolumeNotaFiscal responses: 200: description: Ok schema: #/definitions/editVolumeNotaFiscal 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/volumeNotaFiscal responses: 200: description: Ok schema: #/definitions/volumeNotaFiscal 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/volumeNotaFiscal 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 /nota_fiscal/entities/notaFiscal/{parentId}/volumeNotaFiscal: 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/volumeNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/volumeNotaFiscal 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/volumeNotaFiscal responses: 200: description: The created resources schema: type: array items: #/definitions/volumeNotaFiscal 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: array items: #/definitions/volumeNotaFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/volumeNotaFiscal/{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/editVolumeNotaFiscal responses: 200: description: Ok schema: #/definitions/editVolumeNotaFiscal 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/volumeNotaFiscal responses: 200: description: Ok schema: #/definitions/volumeNotaFiscal 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/volumeNotaFiscal 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 /nota_fiscal/entities/volumeNotaFiscal/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/volumeNotaFiscal responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/beneficioFiscal: 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: array items: #/definitions/beneficioFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/beneficioFiscal/{id}: 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/beneficioFiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaSaidaComissao: 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/itemNotaSaidaComissao responses: 200: description: The created resource schema: #/definitions/itemNotaSaidaComissao 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/itemNotaSaidaComissao responses: 200: description: The created resource schema: #/definitions/itemNotaSaidaComissao 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: array items: #/definitions/itemNotaSaidaComissao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaSaidaComissao/{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/editItemNotaSaidaComissao responses: 200: description: Ok schema: #/definitions/editItemNotaSaidaComissao 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/itemNotaSaidaComissao responses: 200: description: Ok schema: #/definitions/itemNotaSaidaComissao 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/itemNotaSaidaComissao 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 /nota_fiscal/entities/itemNotaFiscalSaida/{parentId}/itemNotaSaidaComissao: 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/itemNotaSaidaComissao responses: 200: description: The created resources schema: type: array items: #/definitions/itemNotaSaidaComissao 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/itemNotaSaidaComissao responses: 200: description: The created resources schema: type: array items: #/definitions/itemNotaSaidaComissao 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: array items: #/definitions/itemNotaSaidaComissao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscalSaida/{parentId}/itemNotaSaidaComissao/{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/editItemNotaSaidaComissao responses: 200: description: Ok schema: #/definitions/editItemNotaSaidaComissao 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/itemNotaSaidaComissao responses: 200: description: Ok schema: #/definitions/itemNotaSaidaComissao 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/itemNotaSaidaComissao 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 /nota_fiscal/entities/itemNotaSaidaComissao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemNotaSaidaComissao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/mensagemFiscalItem: 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/mensagemFiscalItem responses: 200: description: The created resource schema: #/definitions/mensagemFiscalItem 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/mensagemFiscalItem responses: 200: description: The created resource schema: #/definitions/mensagemFiscalItem 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: array items: #/definitions/mensagemFiscalItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/mensagemFiscalItem/{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/editMensagemFiscalItem responses: 200: description: Ok schema: #/definitions/editMensagemFiscalItem 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/mensagemFiscalItem responses: 200: description: Ok schema: #/definitions/mensagemFiscalItem 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/mensagemFiscalItem 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 /nota_fiscal/entities/itemNotaFiscal/{parentId}/mensagemFiscalItem: 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/mensagemFiscalItem responses: 200: description: The created resources schema: type: array items: #/definitions/mensagemFiscalItem 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/mensagemFiscalItem responses: 200: description: The created resources schema: type: array items: #/definitions/mensagemFiscalItem 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: array items: #/definitions/mensagemFiscalItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/itemNotaFiscal/{parentId}/mensagemFiscalItem/{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/editMensagemFiscalItem responses: 200: description: Ok schema: #/definitions/editMensagemFiscalItem 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/mensagemFiscalItem responses: 200: description: Ok schema: #/definitions/mensagemFiscalItem 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/mensagemFiscalItem 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 /nota_fiscal/entities/mensagemFiscalItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/mensagemFiscalItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e031moe: 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/e031moe responses: 200: description: The created resource schema: #/definitions/e031moe 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/e031moe responses: 200: description: The created resource schema: #/definitions/e031moe 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: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/e031moe/{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/editE031moe responses: 200: description: Ok schema: #/definitions/editE031moe 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/e031moe responses: 200: description: Ok schema: #/definitions/e031moe 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/e031moe 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 /nota_fiscal/entities/e031moe/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e031moe responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalCotacaoMoeda: 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/notaFiscalCotacaoMoeda responses: 200: description: The created resource schema: #/definitions/notaFiscalCotacaoMoeda 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/notaFiscalCotacaoMoeda responses: 200: description: The created resource schema: #/definitions/notaFiscalCotacaoMoeda 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: array items: #/definitions/notaFiscalCotacaoMoeda 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscalCotacaoMoeda/{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/editNotaFiscalCotacaoMoeda responses: 200: description: Ok schema: #/definitions/editNotaFiscalCotacaoMoeda 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/notaFiscalCotacaoMoeda responses: 200: description: Ok schema: #/definitions/notaFiscalCotacaoMoeda 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/notaFiscalCotacaoMoeda 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 /nota_fiscal/entities/notaFiscalCotacaoMoeda/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/notaFiscalCotacaoMoeda responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/enderecoDestinatarioNota: 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/enderecoDestinatarioNota responses: 200: description: The created resource schema: #/definitions/enderecoDestinatarioNota 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/enderecoDestinatarioNota responses: 200: description: The created resource schema: #/definitions/enderecoDestinatarioNota 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: array items: #/definitions/enderecoDestinatarioNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/enderecoDestinatarioNota/{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/editEnderecoDestinatarioNota responses: 200: description: Ok schema: #/definitions/editEnderecoDestinatarioNota 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/enderecoDestinatarioNota responses: 200: description: Ok schema: #/definitions/enderecoDestinatarioNota 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/enderecoDestinatarioNota 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 /nota_fiscal/entities/notaFiscal/{parentId}/enderecoDestinatarioNota: 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: object allOf: – #/definitions/enderecoDestinatarioNota responses: 200: description: The created resource schema: #/definitions/enderecoDestinatarioNota 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: object allOf: – #/definitions/enderecoDestinatarioNota responses: 200: description: The created resource schema: #/definitions/enderecoDestinatarioNota 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: array items: #/definitions/enderecoDestinatarioNota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_fiscal/entities/notaFiscal/{parentId}/enderecoDestinatarioNota/{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/editEnderecoDestinatarioNota responses: 200: description: Ok schema: #/definitions/editEnderecoDestinatarioNota 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/enderecoDestinatarioNota responses: 200: description: Ok schema: #/definitions/enderecoDestinatarioNota 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/enderecoDestinatarioNota 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 /nota_fiscal/entities/enderecoDestinatarioNota/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/enderecoDestinatarioNota responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: enumTipoAtualizacaoIntCpl: description: Tipo de atualização da integração da controladoria type: string enum: – ATUALIZAR – DESATUALIZAR enumTipoIntegracaoControladoria: description: Tipo de integração da controladoria type: string enum: – CONTABILIDADE – TRIBUTOS – PATRIMONIO enumSitItem: description: Situação item da nota fiscal de entrada type: string enum: – PendenteOperacao – Processado – ErroOperacao enumTipImpParaEstornar: description: Impostos de Notas de Devolução type: string enum: – PIS – COFINS – IPI – ICMS – ICMS_SIMPLES – ICMS_FUTURO – ICMS_DIFERIDO – ICMS_DESONERADO – ICMS_ST – ICMS_CREDITADO – FCP – FCP_UF_DESTINO – ICMS_UF_DESTINO – FCP_ST – IPI_PRESUMIDO – ICMS_ISENTAS_OUTRAS enumRegEst: description: Regime Especial de Tributação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumTipoDocumentoReferenciado: description: Tipo documento referenciado type: string enum: – ESTORNO enumTipoNotaFiscal: description: Enum para dizer se é nota fiscal de entrada ou saída type: string enum: – NotaEntrada – NotaSaida enumRatVal: description: Tipo Rateio de valor item nota fiscal type: string enum: – VV – VB – VP – VQ enumEntidadeMensagemDinamica: description: Tipo da entidade da mensagem dinâmica type: string enum: – NF_ENTRADA – NF_SAIDA – ITEM_NF_ENTRADA – ITEM_NF_SAIDA enumTipCte: description: Tipo de CTe type: string enum: – V0 – V1 – V2 – V3 enumTipSrv: description: Tipo de serviço type: string enum: – V0 – V1 – V2 – V3 – V4 – V6 – V7 – V8 enumTipMer: description: Tipo de mercado type: string enum: – VI – VE enumUtiImp: description: Indicativo se a série é utilizada para impostos type: string enum: – VS – VN – VR – VM – VO enumTipoMensagemDinamica: description: Tipo da entidade na mensagem dinamica type: string enum: – NOTA_FISCAL – NOTA_FISCAL_ITEM – NOTA_FISCAL_ITEM_DEVOLUCAO – NOTA_FISCAL_ITEM_EXTERNO – NOTA_FISCAL_ORIGEM enumAplNop: description: Aplicação da natureza de operação type: string enum: – VN – VS – VI – VR – VO – VT – VD – VA – VB – VE – VC – VF – VG – VV – VX enumSitReg: description: Enumeração da Situação Registro type: string enum: – VA – VI enumAplMsg: description: Rotina de aplicação da mensagem type: string enum: – V0 – V1 – V2 – V99 enumIntMsg: description: Interesse da mensagem type: string enum: – VF – VC – VN – VP enumClaPro: description: Enumeração da Classe de Produto type: string enum: – V1 – V3 – V4 enumTipPro: description: Enumeração tipo de produto type: string enum: – VP – VC – VM – VS enumDisAut: description: Dispositivo autorizado type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 enumAplSnf: description: Aplicação type: string enum: – VS – VM – VE – VF – VD enumAplCpg: description: Aplicação da condição de pagamento type: string enum: – VV – VC – VA enumJurFis: description: Tipo da pessoa type: string enum: – VJ – VF enumLisMod: description: Módulo da transação type: string enum: – VVEP – VVEF – VVES – VESN – VCRE – VCRP – VCRB – VCOO – VCOF – VCOS – VCPE – VCPP – VCPB – VCPM – VCBC – VCBM enumTipoItem: description: Tipo de item type: string enum: – Produto – Servico enumTipEmi: description: Tipo de emissão de nota fiscal type: string enum: – EmissaoTerceiro – EmissaoPropria enumTipNfe: description: Tipos de nota fiscal de entrada type: string enum: – V1 – V2 – V4 – V6 – V8 – V9 – V10 – V12 enumCifFob: description: Tipo de cobrança de frete type: string enum: – V0 – V1 – V2 – V3 – V4 – V9 enumSitNfs: description: Situação da nota fiscal de entrada type: string enum: – V0 – V2 – V3 – V4 – V5 – InutilizacaoProcessamento – Inutilizada – Estornada – ProcessandoCalculo – Inconsistente enumTipNdi: description: Tipo de documento de importação type: string enum: – VI – VS enumTipItd: description: Forma de importação quanto à intermediação type: string enum: – V1 – V2 – V3 enumTipVii: description: Tipo de via internacional type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumOrigemNota: description: Origem da nota fiscal de entrada type: string enum: – PedidoCompra – NotaSaida – NotaEntrada – Externo enumTypeOrder: description: Enumeração para o tipo de ordenação type: string enum: – asc – desc enumSitImp: description: Enumeração para a situação da importação da nota fiscal type: string enum: – EmImportacao – ImportadaInconsistencia – XmlRecebido enumSitNfsConsulta: description: Situação da nota fiscal de entrada type: string enum: – V0 – V2 – V3 – V4 – V5 – EmImportacao – ImportadaInconsistencia – InutilizacaoProcessamento – Inutilizada – Estornada – ProcessandoCalculo – Inconsistente – XmlRecebido enumModulo: description: Módulo da integração type: string enum: – INTEGRACAO_RETENCOES – INTEGRACAO_PEPS – INTEGRACAO_DOCS_FISCAIS – INTEGRACAO_FINANCEIRO – INTEGRACAO_DEMANDAS_ESTOQUES – INTEGRACAO_RATEIO_PRODUTO – INTEGRACAO_RATEIO_SERVICO – INTEGRACAO_GUIAS_IMPOSTOS – INTEGRACAO_ESTORNO – INTEGRACAO_COMISSOES enumSituacaoIntegracao: description: Situação da integração da nota fiscal type: string enum: – INTEGRACAO_NAO_REALIZADA – INTEGRACAO_INICIADA – INTEGRACAO_FINALIZADA_SUCESSO – INTEGRACAO_FINALIZADA_ERRO – INTEGRACAO_NAO_NECESSARIA – INTEGRACAO_EM_REPROCESSAMENTO enumSituacaoIntegracaoConsulta: description: Situação das integrações da nota fiscal type: string enum: – SUCESSO – ERRO – PENDENTE enumCepIssEnt: description: Município de tributação ISS sobre compras type: string enum: – VFO – VFI enumTipImpDoc: description: Tipo de imposto documento type: string enum: – IPI – IPI_CREDITADO – ISS – ISS_RETIDO – PIS_RECUPERAR – PIS_DEVOLVIDO – COFINS_RECUPERAR – COFINS_DEVOLVIDO – PIS_RETIDO – COFINS_RETIDO – CSLL – IRRF – INSS – IMPOSTO_IMPORTACAO – PIS_RECUPERAR_IMPORTACAO – COFINS_RECUPERAR_IMPORTACAO – ICMS – ICMS_CREDITADO – FCP – ICMS_DIFERIDO – ICMS_DESONERADO – DIFAL – ICMS_ST – FCP_ST – ICMS_COBRADO_ANTERIORMENTE_ST – FCP_COBRADO_ANTERIORMENTE_ST – ICMS_FUTURO – ICMS_SIMPLES – FCP_UF_DESTINO – PIS – COFINS – IPI_PRESUMIDO – IPI_DEVOLVIDO – CIDE_TECNOLOGIA – INSS_PATRONAL – ICMS_ST_SOLIDARIO – FCP_ST_RETIDO_ANT – ICMS_ST_FUTURO – ICMS_ST_RETIDO_ANT – ICMS_UF_DESTINO_DEVOLVIDO – FCP_UF_DESTINO_DEVOLVIDO – ICMS_EFETIVO – ICMS_ISENTAS_OUTRAS – FUNRURAL_INSS – FUNRURAL_RAT – FUNRURAL_SENAR – FUNRURAL_TOTAL – IPI_OUTRAS_DESPESAS enumTipPar: description: Enumeração do tipo de parcela type: string enum: – V1 – V2 – V3 enumDiaEsp: description: Enumeração de dia especial type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – VA – VS – VD – VQ – VM enumAntPos: description: Critério Dia Vencimento type: string enum: – VA – VS – VN – VU enumIndPag: description: Forma de pagamento type: string enum: – V0 – V1 enumCalcularValorLiquido: description: Cálculo de valor líquido type: string enum: – SOMAR – SUBTRAIR – NENHUMA enumAnaSin: description: Analítico ou Sintético type: string enum: – VA – VS enumVencimentoParcela: description: Vencimento da Parcela type: string enum: – DataEmissao – DataEntrada enumInconsistencias: description: Enumeração inconsistências nota fiscal type: string enum: – FALTAITEM – RATEIOPARCELASINCONSISTENTE – LOTESINCONSISTENTES – LOTESINFORMACAOFALTANTE – NOTA_FRETE_INCONSISTENTE – ITEMINCONSISTENTE – FILIALINCONSISTENTE – PESSOAINCONSISTENTE – FALTAENQUADRAMENTOIPI – IMPORTACAOINCONSISTENTE – INCONSISTENCIAIMPOSTOSITEM – INCONSISTENCIAENTREGA – INCONSISTENCIACOLETA – INCONSISTENCIAFORMAPAGAMENTO – INCONSISTENCIAGERALITEM – INCONSISTENCIAMENSAGEMDINAMICA – INCONSISTENCIAOBSERVACOES – NOTA_INCONSISTENTE – INCONSISTENCIAFRETEOBRIGATORIO – INCONSISTENCIADADOSFISCAIS – INCONSISTENCIACIDADEREMETENTE – INCONSISTENCIACIDADEDESTINATARIO – INCONSISTENCIAPARCELAMENTO – INCONSISTENCIACOMPLEMENTO – INCONSISTENCIACONTRANOTA enumSitDivergencia: description: Enumeração para o status da divergencia type: string enum: – PENDENTE – CONCLUIDO enumTipoDivergencia: description: Enumeração para o tipo de divergencia type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V15 – V16 – V17 – V18 – V19 – V20 – V21 – V22 – V23 – V24 – V25 – V26 – V27 – V28 – V31 – V32 – V33 – V34 enumDetImp: description: type: string enum: – VS – VB – VN enumCepIss: description: Tipo de tributação ISS type: string enum: – VC – VF enumProImp: description: Tipo Produto para Impostos type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V99 enumOriMer: description: Origem fiscal da mercadoria type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumTipImpCst: description: Tipo de imposto documento type: string enum: – PIS_COFINS – IPI – ICMS – ISS enumRegimeTributarioCst: description: Regime tributário para a CST type: string enum: – NORMAL – SIMPLES_NACIONAL enumTipoOperacao: description: Tipo de operação type: string enum: – VSAIDA – VENTRADA – VAMBOS enumSituacao: description: Situação type: string enum: – VATIVO – VINATIVO enumSituacaoLoteProcessamento: description: Situação lote de processamento type: string enum: – FINALIZADO – EM_PROCESSAMENTO enumSituacaoNotaLoteProcessamento: description: Situação nota lote de processamento type: string enum: – NAO_PROCESSADA – SUCESSO – FALHA enumTipoSolucao: description: Situação nota lote de processamento type: string enum: – CADASTRAR – IGNORAR – SELECIONAR enumTipFpg: description: Tipo pagamento type: string enum: – V01 – V02 – V03 – V04 – V05 – V10 – V11 – V12 – V13 – V15 – V16 – V17 – V18 – V19 – V90 – V99 enumAplMot: description: Aplicação dos motivos das situações das tabelas type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V11 – V12 – V13 – V14 – V20 – V36 – V40 – V42 – V43 – V44 – V45 – V46 – V49 – V51 – V52 – V99 enumViaTransp: description: Tipo de vias de transporte type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumTipoDocumento: description: Tipo de documento – eDocs type: string enum: – V1 – V2 – V3 – V5 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 enumSituacaoProcessoDevolucao: description: Situações do processo de devolução de nota fiscal de entrada type: string enum: – Iniciado – EmAndamento – Finalizado – Falha enumMotDes: description: Motivo da desoneração type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V16 – V90 upDown: description: Up or down type: string enum: – UP – DOWN enumAgrupadorDinamicoObservacao: description: Agrupador dos campos para mensagens dinamicas com observação type: string enum: – REFERENCIADO – PROPRIO enumCodCrt: description: Código do Regime Tributário type: string enum: – V1 – V2 – V3 enumTipSeg: description: Código do segmento type: string enum: – VA – VB – VC – VD – VE – VF – VG – VH – VI – VJ – VK – VL – VM – VN – VO – VP – VQ – VR – VS – VT – VU enumCtrVld: description: Indicativo de tipo de controle de validade type: string enum: – VO – VD – VL enumTipLancTrans: description: Tipo de item type: string enum: – COMPRAS_OUTRAS_ENTRADAS – DEVOLUCAO – RETORNO_TERCEIROS enumTipEnd: description: Tipo de endereço type: string enum: – V3 – V4 enumDescontaICMSST: description: Desconta ICMS ST – EFD ICMS IPI type: string enum: – NAO – SOMENTE_FINANCEIRO – SOMENTE_DO_VALOR_LIQUIDO enumTipoParticipanteGNRE: description: Enumeração com o tipo de participante type: string enum: – EMITENTE – DESTINATARIO enumImpostosGuia: description: Impostos guia type: string enum: – CSRF – IRRF – INSS – ISS – FCP – DIFAL – ICMS_ST – FCP_ST enumSituacaoEmissao: description: Tipo de documento – eDocs type: string enum: – AUTORIZADA – REJEITADA – SOLICITADO_INUTILIZACAO – SOLICITADO_CANCELAMENTO – INUTILIZADA – CANCELADA – ERRO_GERACAO – ERRO_SOLICITACAO_CANCELAMENTO – ERRO_SOLICITACAO_INUTILIZACAO enumFinSnf: description: Finalidade type: string enum: – EMISSAO_PROPRIA – EMISSAO_TERCEIRO enumRegControleRet: description: Regime de controle retido type: string enum: – CAIXA – COMPETENCIA enumEstMov: description: Tipo do estoque movimentado pela transação type: string enum: – VNO – VNR – VNB – VRE – VBL – VCC – VCF – VET – VPT – VCO – VCQ enumEntSai: description: Enumeração de entrada e saída type: string enum: – VE – VS enumTipoEvento: description: Tipo do Evento da manifestação do destinatario type: string enum: – ConfirmacaoOperacao – CienciaEmissao – DesconhecimentoOperacao – OperacaoNaoRealizada enumTipoRetornoEvento: description: Situação do evento da manifestação do destinatario type: string enum: – SUCESSO – ERRO – PROCESSANDO enumTipoCreditoRecuperado: description: Tipo de crédito recuperado type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 enumRegimeTributarioPISCOFINS: description: Regime tributário para o PIS type: string enum: – CUMULATIVO – NAO_CUMULATIVO enumTipoRegistroNotaEntrada: description: Tipo Registro Nota Entrada type: string enum: – NOTA_FISCAL – NOTA_FISCAL_XML enumSimNao: description: Enumeração com opção de Sim e Não type: string enum: – SIM – NAO enumFunruralIndicativoAquisicao: description: Indicativo de aquisição para o FUNRURAL type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 enumTaxFormsParticipantType: description: Enumeração com o tipo de participante type: string enum: – EMITENTE – DESTINATARIO enumReportType: description: Enumeração com o tipo de relatório a ser exportado type: string enum: – RESUMIDO – DETALHADO enumProEpe: description: Enquadramento de produto específico type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V9 enumOrigemCotacaoMoeda: description: Origem da cotação da moeda da nota fiscal type: string enum: – PEDIDO_COMPRA – NOTA_SAIDA – NOTA_ENTRADA – EXTERNO userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR recRecalcularValoresNotaFiscal: description: Record dados das notas de entrada type: object required: – notaFiscal – forcaRecalculo properties: notaFiscal: type: string maxLength: 255 description: Identificador Nota Fiscal forcaRecalculo: type: boolean description: Indicador de força o recálculo itensNotaFiscal: type: array items: type: string maxLength: 255 description: Itens da nota fiscal recIncomingInvoices: description: Record dados das notas de entrada type: object required: – id – number – loadingCity – loadingState – customer – serie – netValue – volumeQuantity – issueDateTime – state – city – postalCode properties: id: type: string maxLength: 255 description: Identificar da nota fiscal number: type: integer format: int64 description: Número da nota fiscal loadingCity: type: object allOf: – #/definitions/recGenerico description: Identificador da cidade da coleta loadingState: type: object allOf: – #/definitions/recGenerico description: Identificador do Estado da coleta customer: type: object allOf: – #/definitions/recCustomer description: Cliente da nota fiscal serie: type: object allOf: – #/definitions/recGenerico description: Série da nota fiscal netValue: type: string description: Valor líquido da nota fiscal volumeQuantity: type: integer format: int64 description: Quantidade de volumes issueDateTime: type: string format: date-time description: Data e hora de emissão da nota fiscal state: type: object allOf: – #/definitions/recGenerico description: UF da filial city: type: object allOf: – #/definitions/recGenerico description: Cidade da filial postalCode: type: object allOf: – #/definitions/recPostalCode description: CEP da filial recMdfeIncomingInvoices: description: Record dados das notas de entrada type: object required: – id – number – serie – netValue – grossWeight – accessKey – shippingCompany – provider – collectAddress – volumesAmount – totalNetWeight – branch – issueDateTime properties: id: type: string maxLength: 255 description: Identificar da nota fiscal number: type: integer format: int64 description: Número da nota fiscal serie: type: string maxLength: 255 description: Série da nota fiscal netValue: type: string description: Valor líquido da nota fiscal grossWeight: type: number format: double description: Peso bruto da nota accessKey: type: string maxLength: 255 description: Chave da nota fiscal shippingCompany: type: string maxLength: 255 description: Transportadora provider: type: string maxLength: 255 description: Fornecedor collectAddress: type: string maxLength: 255 description: Endereço de coleta volumesAmount: type: integer format: int64 description: Quantidade total de volumes totalNetWeight: type: number format: double description: Peso líquido total dos volumes branch: type: string maxLength: 255 description: Filial da nota fiscal issueDateTime: type: string format: date-time description: Data de emissão da nota fiscal recCustomer: description: Record dados do cliente type: object required: – id – taxNumber properties: id: type: string maxLength: 255 description: Identificador do registro code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome traderName: type: string maxLength: 255 description: Nome Fantasia taxNumber: type: string maxLength: 255 description: CPF/CNPJ recPostalCode: description: Record dados CEP cliente type: object required: – id – cepIni – baiEnd – logEnd – excluido properties: id: type: string maxLength: 255 description: Identificador do registro cepIni: type: integer format: int64 description: CEP inicial baiEnd: type: string maxLength: 255 description: Bairro logEnd: type: string maxLength: 255 description: Logradouro excluido: type: boolean description: Excluido recNotaFiscalOrigem: description: Record para nota de origem do Retorno type: object required: – idNotaOrigem – filial – pessoa – serie – numeroNota – dataEmissao properties: idNotaOrigem: type: string maxLength: 255 description: Identificador da nota fiscal filial: type: object allOf: – #/definitions/recGenerico description: Filial pessoa: type: object allOf: – #/definitions/recGenerico description: Destinatário serie: type: object allOf: – #/definitions/recGenerico description: Série numeroNota: type: integer format: int64 description: Número da nota fiscal dataEmissao: type: string format: date-time description: Data emissão chaveEletronica: type: string maxLength: 44 description: Chave eletronica valorLiquido: type: string description: Valor Liquido minimum: 0.00 maximum: 9999999999999.99 default: 0.0 recDocumentoReferenciadoEstorno: description: Record documento referenciado estorno type: object properties: docRelacId: type: string maxLength: 255 description: Identificador do documento relacionado chaveEletronica: type: string maxLength: 44 description: Chave eletronica numero: type: string maxLength: 255 description: Número serie: type: string maxLength: 255 description: Série complemento: type: string maxLength: 255 description: Complemento dataEmissao: type: string format: date description: Data de emissão recDocumentosReferenciados: description: Record documentos referenciados type: object properties: documentoReferenciadoEstorno: type: object allOf: – #/definitions/recDocumentoReferenciadoEstorno description: Documento referenciado estorno notaFiscalReferenciada: type: array items: type: object allOf: – #/definitions/notaFiscalReferenciada description: Nota fiscal referenciada recDadosNotaPedido: description: Dados Nota Fiscal x Pedido Compra type: object required: – dadosGerais properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscal description: Dados gerais Nota Fiscal dadosItens: type: array items: type: object allOf: – #/definitions/recDadosItensPedidoNota description: Itens da Nota relacionados a Pedidos recDadosItensPedidoNota: description: Dados Itens Nota Fiscal x Pedido Compra type: object required: – itemNotaFiscalId – quantidade properties: itemNotaFiscalId: type: string maxLength: 255 description: Id Item Nota Fiscal itemPedidoCompraId: type: string maxLength: 255 description: Id Item Pedido Compra pedidoCompraId: type: string maxLength: 255 description: Id do Pedido Compra relacionado ao item quantidade: type: number format: double description: Quantidade recListItemNotaProcessoDevolucao: description: Item da nota fiscal de entrada type: object required: – itemId – sequencia – unidadeMedida – quantidadeRecebida – quantidadeJaDevolvida – quantidadeDevolver – quantidadeDecimais properties: itemId: type: string maxLength: 36 description: Id do item sequencia: type: integer format: int64 description: Sequência do item na nota fiscal de entrada produto: type: object allOf: – #/definitions/recGenerico description: Produto servico: type: object allOf: – #/definitions/recGenerico description: Serviço unidadeMedida: type: object allOf: – #/definitions/recGenerico description: Unidade de medida de compra quantidadeRecebida: type: string description: Quantidade recebida quantidadeJaDevolvida: type: string description: Quantidade já devolvida quantidadeDevolver: type: string description: Quantidade a devolver para o item no processo de devolução itemNotaProcessoDevolucaoId: type: string maxLength: 36 description: Identificação do item do processo de devolução quantidadeDecimais: type: integer format: int64 description: Quantidade decimais recItemNotaProcessoDevolucao: description: Itens de uma nota de processo de devolução type: object properties: notaProcessoDevolucao: type: string maxLength: 255 description: Identificação da nota do processo de devolução itemNotaFiscal: type: string maxLength: 255 description: Item da nota fiscal que está sendo devolvida quantidade: type: number format: double description: Quantidade a devolver na unidade de medida de compra do item minimum: 0 recImpItemNotaFiscalDevolucao: description: Imposto de Item de Nota Fiscal de Devolução type: object required: – tipoImposto properties: id: type: string maxLength: 255 description: Id da entidade tipoImposto: type: string allOf: – #/definitions/enumTipImpParaEstornar description: Tipo de imposto baseCalculo: type: string description: Base de cálculo do imposto minimum: 0.00 maximum: 9999999999999.99 aliquota: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 valor: type: string description: Valor do imposto minimum: 0.00 maximum: 9999999999999.99 percentualReducao: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 percentualMargemValorAdicionado: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 valorOutras: type: number format: double description: Valor outras minimum: 0.00 maximum: 99999999999.9999 valorIsentas: type: number format: double description: Valor isentas minimum: 0.00 maximum: 99999999999.9999 impostoManual: type: boolean description: Indica se o imposto é manual calculo: type: string allOf: – #/definitions/enumCalcularValorLiquido description: Cálculo de valor líquido situacaoTributaria: type: object allOf: – #/definitions/recGenerico description: Situação tributária enquadramentoIpi: type: object allOf: – #/definitions/recGenerico description: Enquadramento IPI origem: type: string maxLength: 255 description: Origem aliquotaDestino: type: number format: double description: Alíquota interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 motivoDesoneracao: type: string allOf: – #/definitions/enumMotDes description: Motivo da desoneração percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial do ICMS minimum: 0 maximum: 100.0000 recResumoDetalhesNf: description: Record com informações do resumo da nota fiscal type: object properties: empresa: type: object allOf: – #/definitions/recGenerico description: Empresa da nota fiscal filial: type: object allOf: – #/definitions/recGenerico description: Filial da nota fiscal tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão da nota tipoNotaFiscal: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal pessoa: type: object allOf: – #/definitions/recGenerico description: Fornecedor/cliente serie: type: object allOf: – #/definitions/recGenerico description: Série de nota fiscal numero: type: integer format: int64 description: Número da nota fiscal situacaoNota: type: string allOf: – #/definitions/enumSitNfs description: Situação da nota fiscal recNfEstornadaDetalhesNf: description: Record com informações da nota fiscal estornada relacionada à nota de estorno type: object properties: serie: type: object allOf: – #/definitions/recGenerico description: Série de nota fiscal numero: type: integer format: int64 description: Número da nota fiscal dataEmissao: type: string format: date-time description: Data da emissão da nota estornada recResumoDetalhesIntCpl: description: Record com informações do resumo da nota fiscal integrada com a controladoria type: object properties: intCtb: type: boolean description: Indicativo de integração contábil intTri: type: boolean description: Indicativo de integração de tributo intPat: type: boolean description: Indicativo de integração de patrimônio numLot: type: integer format: int64 description: Número do lote recDadosEntradaAtualizacaoIntegracaoControladoria: description: Record do input padrão na chamada da action de atualização de integração da controladoria allOf: – #/definitions/recDadosGeraisAtualizacaoIntegracaoControladoria – type: object required: – notaFiscalId properties: notaFiscalId: type: array items: type: string maxLength: 255 minimum: 1 description: Lista de identificadores de nota fiscal de entrada recDadosEventAtualizacaoIntegracaoControladoria: description: Record do payload do evento de sucesso da integração da controladoria allOf: – #/definitions/recDadosGeraisAtualizacaoIntegracaoControladoria – type: object properties: notaFiscalInvalidaId: type: array items: type: string maxLength: 255 description: Lista de identificadores de nota fiscal de entrada recDadosEventErroAtualizacaoIntegracaoControladoria: description: Record do payload do evento de erro da integração da controladoria allOf: – #/definitions/recDadosGeraisAtualizacaoIntegracaoControladoria – type: object required: – msgErro properties: msgErro: type: string maxLength: 255 description: Mensagem de erro stackTrace: type: string maxLength: 255 description: Stack Trace recDadosGeraisAtualizacaoIntegracaoControladoria: description: Record do input dos dados padrões utilizados em todos os eventos de integração da controladoria discriminator: _discriminator type: object required: – ticket – tipoIntegracao – tipoAtualizacao – _discriminator properties: ticket: type: string maxLength: 255 description: Indentificador de quem faz a chamada tipoIntegracao: type: string allOf: – #/definitions/enumTipoIntegracaoControladoria description: Tipo de integração tipoAtualizacao: type: string allOf: – #/definitions/enumTipoAtualizacaoIntCpl description: Tipo de atualização _discriminator: type: string maxLength: 255 description: recOrigemItemNota: description: Origem dos itens da nota type: object required: – idNotaFiscalSaida – pessoa – filial – serie – datEmi – vlrLiq – numNfc – idItemNotaFiscal – seqItem – quantidade – vlrItem properties: idNotaFiscalSaida: type: string maxLength: 255 description: Id da nota fiscal pessoa: type: string maxLength: 255 description: Id da pessoa da nota fiscal filial: type: object allOf: – #/definitions/recGenerico description: Id da filial serie: type: object allOf: – #/definitions/recGenerico description: Id série da nota fiscal datEmi: type: string format: date-time description: Data de emissão da nota fiscal vlrLiq: type: string description: Valor líquido da nota fiscal numNfc: type: integer format: int64 description: Número da nota fiscal idItemNotaFiscal: type: string maxLength: 255 description: Id item da nota fiscal seqItem: type: integer format: int64 description: Sequencia do item da nota fiscal quantidade: type: number format: double description: Quantidade de itens da nota fiscal vlrItem: type: string description: Valor do item na nota fiscal chaveEletronica: type: string maxLength: 44 description: Chave eletrônica da nota relacionada processoDevolucaoId: type: string maxLength: 255 description: Id processo devoluçao commissionValue: type: string description: Valor de comissão do item representativeId: type: string maxLength: 255 description: Id do representante comissoes: type: array items: type: object allOf: – #/definitions/recOrigemItemNotaComissao description: Origem das comissões dos itens da nota recSaveListLigacaoNotas: description: Salvar ligação de notas de frete com nota de origem type: object required: – tipoNota – notaFrete – notaOrigem properties: tipoNota: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Tipo da Nota notaFrete: type: string maxLength: 255 description: Nota de frete notaOrigem: type: string maxLength: 255 description: Nota de Origem filial: type: string maxLength: 255 description: Filial cliente: type: string maxLength: 255 description: Cliente serie: type: string maxLength: 255 description: Série numeroNota: type: integer format: int64 description: Número da nota fiscal dataEmissao: type: string format: date-time description: Data Emissao valorLiquido: type: string description: Valor Líquido recListLigacaoNotas: description: Ligação das notas de frete com notas de origem type: object required: – ligacoes – totalElementos properties: ligacoes: type: array items: type: object allOf: – #/definitions/recLigacaoNotas minimum: 1 description: Lista de ligações de notas totalElementos: type: integer format: int64 description: Total de Elementos recLigacaoNotas: description: Ligação das notas de frete com notas de origem type: object required: – id – filial – pessoa – serie – numNfc – datEmiss – dataEntrada – valorLiq properties: id: type: string maxLength: 255 description: Id do registro na tabela de ligação filial: type: object allOf: – #/definitions/recGenerico description: Código e Descrição da Filial pessoa: type: object allOf: – #/definitions/recGenerico description: Código e nome de pessoa serie: type: object allOf: – #/definitions/recGenerico description: Série da nota numNfc: type: integer format: int64 description: Número da nota datEmiss: type: string format: date-time description: Data de Emissão dataEntrada: type: string format: date-time description: Data de Entrada valorLiq: type: string description: Valor Líquido recFiltroNotaFiscalParaLigacao: description: Record para listagem das notas fiscais para frete type: object required: – notaFreteId – tipoNota – filial – pessoa properties: notaFreteId: type: string maxLength: 255 description: Identificador da nota de frete tipoNota: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Identifica se é nota fiscal de entrada ou saída filial: type: string maxLength: 255 description: Filial na nota fiscal pessoa: type: string maxLength: 255 description: Fornecedor na nota fiscal serie: type: string maxLength: 255 description: Série na nota fiscal numeroNota: type: integer format: int64 description: Número da nota fiscal de origem pessoaNotaOrigem: type: string maxLength: 255 description: Fornecedor de origem dataEntradaInicial: type: string format: date description: Data entrada inicial dataEntradaFinal: type: string format: date description: Data entrada final dataEmissaoInicial: type: string format: date description: Data emissão icinial dataEmissaoFinal: type: string format: date description: Data emissão final recNotaFiscalParaLigacao: description: Record para listagem das notas fiscais para frete type: object required: – tipoNota – notaFiscal – filial – pessoa – serie – transportadora – transportadoraRedespacho – valorLiquido – ultimaNotaFreteLigada properties: tipoNota: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Identifica se é nota fiscal de entrada ou saída notaFiscal: type: string maxLength: 255 description: Identificador da nota fiscal filial: type: object allOf: – #/definitions/recGenerico description: Filial pessoa: type: object allOf: – #/definitions/recGenerico description: Fornecedor serie: type: object allOf: – #/definitions/recGenerico description: Série numeroNota: type: integer format: int64 description: Número da nota fiscal dataEntrada: type: string format: date-time description: Data entrada dataEmissao: type: string format: date-time description: Data emissão transportadora: type: object allOf: – #/definitions/recGenerico description: Transportadora transportadoraRedespacho: type: object allOf: – #/definitions/recGenerico description: Transportadora de redespacho valorLiquido: type: string description: Valor líquido ultimaNotaFreteLigada: type: string maxLength: 255 description: Última nota de frete em que a nota de origem já está ligada recItemEvento: description: Record utilizado nos eventos da nota type: object required: – item – quantidadeRecebida – quantidadeUnidadeEstoque – unidadeCompra – idOrigem properties: item: type: string maxLength: 255 description: Itentificador do item da nota fiscal quantidadeRecebida: type: number format: double description: Quantidade recebida quantidadeUnidadeEstoque: type: number format: double description: Quantidade na unidade de armazenamento unidadeCompra: type: string maxLength: 255 description: Unidade de medida de compra idOrigem: type: string maxLength: 255 description: Identificador do item de origem recFiltroItensNotaFiscal: description: Record de filtros para listagem de notas fiscais de entrada type: object properties: sequenciaInicial: type: integer format: int64 description: Sequência Inicial sequenciaFinal: type: integer format: int64 description: Sequência Final transacoesId: type: array items: type: string maxLength: 255 description: Lista de identificadores de transação itensId: type: array items: type: string maxLength: 255 description: Lista de identificadores de item tipoItem: type: string allOf: – #/definitions/enumTipoItem description: Tipo de Item ncmIds: type: array items: type: string maxLength: 255 description: Lista de identificadores de ncm situacoes: type: array items: type: string allOf: – #/definitions/enumSitItem description: Lista de Situação recInformacoesCotacaoNotaFiscal: description: Record para receber as informações da moeda ao salvar a nota fiscal type: object required: – moedaCotacao – valorCotacao – dataCotacao – origemCotacao – cotacaoFechada properties: moedaCotacao: type: object allOf: – #/definitions/recGenerico description: Moeda da cotação valorCotacao: type: string description: Valor da cotação dataCotacao: type: string format: date description: Data da cotação origemCotacao: type: string allOf: – #/definitions/enumOrigemCotacaoMoeda description: Origem da cotação origemId: type: string maxLength: 255 description: Id da origem cotacaoFechada: type: boolean description: Cotação fechada recPageRequest: description: Record de paginação e ordenação de registros type: object required: – offset – size – orderBy properties: offset: type: integer format: int64 description: Página atual size: type: integer format: int64 description: Total de páginas orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy minimum: 1 description: Campos da ordenação dos registros a serem pesquisados recFieldsOrderBy: description: Definição de campo a ser ordenado type: object required: – field – order properties: field: type: string maxLength: 255 description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) recProdutoServico: description: Dados Produto/Serviço allOf: – #/definitions/recGenerico – type: object properties: familia: type: string maxLength: 255 description: Identificador Família controlaLote: type: boolean description: Indicativo se controla lote controlaSerie: type: boolean description: Indicativo se controla serie pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 99999999.99999 pesoLiquido: type: number format: double description: Peso líquido minimum: 0.00 maximum: 99999999.99999 recUnidadeMedida: description: Dados Unidade Medida allOf: – #/definitions/recGenerico – type: object properties: quantidadeDecimais: type: integer format: int64 description: Quantidade de casas decimais recDadosSerie: description: Dados Serie allOf: – #/definitions/recGenerico – type: object properties: tamanho: type: integer format: int64 description: Tamanho emiExt: type: boolean description: Emitida em sistema terceiro recGenerico: description: Dados consultas genericas discriminator: _discriminator type: object required: – id – _discriminator properties: id: type: string maxLength: 255 description: Identificação do registro codigo: type: string maxLength: 255 description: Código descricao: type: string maxLength: 255 description: Descrição abreviacao: type: string maxLength: 255 description: Descricao abreviada _discriminator: type: string maxLength: 255 description: recInGenerico: description: Parâmetros para pesquisar por empresa type: object properties: id: type: string maxLength: 255 description: Identificação da empresa codigo: type: string maxLength: 255 description: Código recFiltroDadosGeraisNotaFiscal: description: Filtro para obter dados gerais de nota fiscal type: object required: – empresa properties: empresa: type: object allOf: – #/definitions/recInGenerico description: Empresa filial: type: array items: type: object allOf: – #/definitions/recInGenerico description: Filial tipoEmissao: type: array items: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão de nota fiscal tipoNota: type: array items: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal pessoa: type: array items: type: object allOf: – #/definitions/recInGenerico description: Fornecedor/cliente serie: type: array items: type: object allOf: – #/definitions/recInGenerico description: Série de nota fiscal numeroNota: type: integer format: int64 description: Número da nota fiscal situacaoNota: type: array items: type: string allOf: – #/definitions/enumSitNfsConsulta description: Situação da nota fiscal dataEmissaoInial: type: string format: date description: Data de emissão inicial dataEmissaoFinal: type: string format: date description: Data de emissão final transacaoItem: type: array items: type: object allOf: – #/definitions/recInGenerico description: Transação do item produtoServico: type: array items: type: object allOf: – #/definitions/recInGenerico description: Item de produto/serviço situacaoIntegracoes: type: string allOf: – #/definitions/enumSituacaoIntegracaoConsulta description: Situação das integrações dataEntradaInicial: type: string format: date description: Data de entrada inicial dataEntradaFinal: type: string format: date description: Data de entrada final chaveEletronica: type: string maxLength: 44 description: Chave eletrônica da nota fiscal recebimentoEletronico: type: string allOf: – #/definitions/enumSimNao description: Recebimento Eletronico recConsultaDadosGeraisNotaFiscal: description: Dados gerais da nota fiscal de entrada type: object required: – id – tipoEmissao – disAut properties: id: type: string maxLength: 255 description: Identificador filial: type: object allOf: – #/definitions/recGenerico description: Dados da filial pessoa: type: object allOf: – #/definitions/recGenerico description: Dados da pessoa serie: type: object allOf: – #/definitions/recDadosSerie description: Dados da série de nota fiscal numeroNota: type: integer format: int64 description: Número da nota fiscal dataEmissao: type: string format: date-time description: Data de emissão da nota fiscal condicaoPagamento: type: object allOf: – #/definitions/recGenerico description: Dados da condição de pagamento valorLiquido: type: string description: Valor líquido situacaoNota: type: string allOf: – #/definitions/enumSitNfsConsulta description: Situação da nota fiscal tipoNotaFiscal: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissao disAut: type: string allOf: – #/definitions/enumDisAut description: Serie eletronica temErroIntegracao: type: boolean description: Indicativo erro integração recebimentoEletronico: type: boolean description: Indicativo importação pelo Recebimento eletrônico tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo de documento chaveNFe: type: string maxLength: 44 description: Chave eletrônica da nota fiscal transacaoProduto: type: object allOf: – #/definitions/recGenerico description: Transação de produto transacaoServico: type: object allOf: – #/definitions/recGenerico description: Transação de serviço recDadosGeraisNotaFiscal: description: Dados gerais da nota fiscal de entrada allOf: – #/definitions/recDadosGeraisNotaFiscalBase – type: object properties: id: type: string maxLength: 255 description: Identificador notaViaRecebimentoEletronico: type: boolean description: Indicativo se a nota foi gerada via importação eDocs tipoNotaFrete: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Indicativo de tipo de nota de entrada ou saída creditarConformeNfOrigem: type: boolean description: Indicativo se considera item da nota de origem para formar valores de impostos creditados disAut: type: string allOf: – #/definitions/enumDisAut description: Dispositivo autorizado codCrt: type: string allOf: – #/definitions/enumCodCrt description: Regime Tributário remetente tipMer: type: string allOf: – #/definitions/enumTipMer description: Tipo de mercado moedaEmpresa: type: object allOf: – #/definitions/recGenerico description: Informações da moeda padrão da empresa recDadosGeraisNotaFiscalBase: description: Dados gerais da nota fiscal de entrada discriminator: _discriminator type: object required: – filial – tipoEmissao – tipoNotaFiscal – pessoa – origemNota – _discriminator properties: empresa: type: object allOf: – #/definitions/recGenerico description: Empresa da nota fiscal filial: type: object allOf: – #/definitions/recGenerico description: Filial da nota fiscal tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão da nota tipoNotaFiscal: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal pessoa: type: object allOf: – #/definitions/recGenerico description: Fornecedor/cliente serie: type: object allOf: – #/definitions/recGenerico description: Série de nota fiscal numero: type: integer format: int64 description: Número da nota fiscal dataEntrada: type: string format: date-time description: Data de entrada da nota dataEmissao: type: string format: date-time description: Data de saída da nota transacaoProduto: type: object allOf: – #/definitions/recGenerico description: Transação de produto transacaoServico: type: object allOf: – #/definitions/recGenerico description: Transação de serviço origemNota: type: string allOf: – #/definitions/enumOrigemNota description: Origem da nota fiscal chaveAcesso: type: string maxLength: 44 description: Chave de acesso à nota na SEFAZ serieLegal: type: string maxLength: 3 description: Código da série legal subSerieLegal: type: string maxLength: 2 description: Código da sub-série legal cidadeIss: type: object allOf: – #/definitions/recGenerico description: Cidade para ISS especieDocumento: type: object allOf: – #/definitions/recGenerico description: Espécie de documento numeroDocumentoFiscalServico: type: string maxLength: 15 description: Número do documento fiscal de serviço observacao: type: string maxLength: 1000 description: Observação mensagem: type: object allOf: – #/definitions/recGenerico description: Mensagem 1 mensagem2: type: object allOf: – #/definitions/recGenerico description: Mensagem 2 mensagem3: type: object allOf: – #/definitions/recGenerico description: Mensagem 3 mensagem4: type: object allOf: – #/definitions/recGenerico description: Mensagem 4 situacaoNota: type: string allOf: – #/definitions/enumSitNfs description: Situação da nota fiscal fatoContabil: type: string maxLength: 255 description: Fato Contábil origem: type: string maxLength: 255 description: Identificador da origem da nota fiscal cprNfo: type: boolean description: Indicativo se deve ser considerada a parametrização dos itens das notas fiscais numeroOrigem: type: integer format: int64 description: Numero da nota fiscal de origem justificativaEstorno: type: string maxLength: 2000 description: Justificativa do estorno opConsFin: type: boolean description: Operação com consumidor final default: false enderecoDestinatario: type: object allOf: – #/definitions/recEnderecoDestinatario description: Endereço Fiscal _discriminator: type: string maxLength: 255 description: recCabecalhoNotaFiscal: description: Cabecalho da nota fiscal de entrada type: object required: – disAut – tipoNotaFiscal properties: id: type: string maxLength: 255 description: Identificador empresa: type: object allOf: – #/definitions/recGenerico description: Empresa filial: type: object allOf: – #/definitions/recGenerico description: Filial pessoa: type: object allOf: – #/definitions/recGenerico description: Pessoa serie: type: string maxLength: 255 description: Série da nota numero: type: integer format: int64 description: Número da nota fiscal situacaoNota: type: string allOf: – #/definitions/enumSitNfsConsulta description: Situação da nota fiscal quantidadeProduto: type: integer format: int64 description: Quantidade de produtos quantidadeServico: type: integer format: int64 description: Quantidade de serviços pesoBruto: type: number format: double description: Soma do peso bruto dos itens pesoLiquido: type: number format: double description: Soma do peso líquido dos itens valorLiquido: type: string description: Valor líquido da nota fiscal tipEmi: type: string allOf: – #/definitions/enumTipEmi description: Tipo de Emissão disAut: type: string allOf: – #/definitions/enumDisAut description: Serie eletronica recebimentoEletronico: type: boolean description: Indicativo importação pelo Recebimento eletrônico tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo de documento chaveNFe: type: string maxLength: 44 description: Chave eletrônica da nota fiscal tipoNotaFiscal: type: string allOf: – #/definitions/enumTipNfe description: Tipo Nota Fiscal dataEmissao: type: string format: date-time description: Data de emissão recConsultaItemNotaFiscalEntrada: description: Item da nota fiscal de entrada type: object required: – id – sequencia – transacao – unidadeMedida – quantidade – valorLiquido – quantidadeDecimaisEntrada – situacao – precoUnitario – valorBruto – valorDesconto – valorSeguro – valorOutrasDespesas – valorFrete – valorTotal properties: id: type: string maxLength: 36 description: Id do item sequencia: type: integer format: int64 description: Sequência produto: type: object allOf: – #/definitions/recGenerico description: Produto servico: type: object allOf: – #/definitions/recGenerico description: Serviço transacao: type: object allOf: – #/definitions/recGenerico description: Transação unidadeMedida: type: object allOf: – #/definitions/recGenerico description: Unidade de medida quantidade: type: number format: double description: Quantidade recebida deposito: type: object allOf: – #/definitions/recGenerico description: Depósito valorLiquido: type: string description: Valor líquido do item quantidadeDecimaisEntrada: type: string description: Quantidade Casas Decimais Entrada situacao: type: string allOf: – #/definitions/enumSitItem description: Situação do item existeItemPedidoVinculado: type: boolean description: Indicativo para mostrar se existe um item do pedido de compra vinculado precoUnitario: type: string description: Preço unitário valorBruto: type: string description: Valor bruto valorDesconto: type: string description: Valor de desconto valorSeguro: type: string description: Valor do seguro valorOutrasDespesas: type: string description: Valor de outras despesas valorFrete: type: string description: Valor do frete valorTotal: type: string description: Valor total recComplementoItemNotaFiscalEntrada: description: Valores complementares do item da nota discriminator: _discriminator type: object required: – _discriminator properties: pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 99999999.99999 pesoLiquido: type: number format: double description: Peso líquido minimum: 0.00 maximum: 99999999.99999 valorSeguro: type: string description: Valor de seguro valorOutras: type: string description: Valor de outras despesas valorFrete: type: string description: Valor de frete valorizacaoEstoque: type: string description: valor a ser adicionado ao valor do estoque codigoFCI: type: string maxLength: 36 description: Código FCI finalidadeCompra: type: object allOf: – #/definitions/recGenerico description: Finalidade de compra ncm: type: object allOf: – #/definitions/recGenerico description: NCM beneficioFiscal: type: object allOf: – #/definitions/recGenerico description: Beneficio fiscal _discriminator: type: string maxLength: 255 description: recComplementoItemNotaFiscalEntradaExterno: description: Valores complementares do item da nota allOf: – #/definitions/recComplementoItemNotaFiscalEntrada – type: object properties: valorEmbalagens: type: string description: Valor de embalagens valorEncargos: type: string description: Valor de encargos valorDespesasDestacado: type: string description: Valor de outras despesas destacado valorDescontoAdicional: type: string description: Valor de desconto adicional valorArredondamento: type: string description: Valor de arredondamento valorFreteDestacado: type: string description: Valor de frete destacado valorFreteImportacao: type: string description: Valor de frete de importação valorPedagio: type: string description: Valor de pedágio valorAfrmm: type: string description: Valor de AFRMM valorOutrasDespesasImportacao: type: string description: Valor total de outras despesas de importação valorSeguroImportacao: type: string description: Valor total do seguro de importação recImpostoItemNotaFiscal: description: Valores de impostos do item da nota type: object required: – tipoImposto properties: id: type: string maxLength: 255 description: Id da entidade tipoImposto: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto baseCalculo: type: string description: Base de cálculo do imposto minimum: 0.00 maximum: 9999999999999.99 aliquota: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 valor: type: string description: Valor do imposto minimum: 0.00 maximum: 9999999999999.99 percentualReducao: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 percentualMargemValorAdicionado: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 valorOutras: type: number format: double description: Valor outras minimum: 0.00 maximum: 99999999999.9999 valorIsentas: type: number format: double description: Valor isentas minimum: 0.00 maximum: 99999999999.9999 impostoManual: type: boolean description: Indica se o imposto é manual calculo: type: string allOf: – #/definitions/enumCalcularValorLiquido description: Cálculo de valor líquido situacaoTributaria: type: object allOf: – #/definitions/recGenerico description: Situação tributária enquadramentoIpi: type: object allOf: – #/definitions/recGenerico description: Enquadramento IPI origem: type: string maxLength: 255 description: Origem da mercadoria desoneracaoIcms: type: string allOf: – #/definitions/enumMotDes description: Motivo desoneração percentualSuportadoConsumidorFinal: type: number format: double description: Percentual suportado consumidor final minimum: 0.00 maximum: 999.99999 valorRecolhidoIcmsSt: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 9999999999999.99 valorIcmsStRetido: type: string description: Valor ICMS ST retido minimum: 0.00 maximum: 9999999999999.99 aliquotaInternaDestino: type: number format: double description: Alíquota interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 codigoTributacao: type: string maxLength: 6 description: Código de Tributação baseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Tipo de base de cálculo de crédito regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário parametroStCalculoImpostos: type: string maxLength: 255 description: Id de retorno do motor de impostos – ST parametroCalculoImpostos: type: string maxLength: 255 description: Id de retorno do motor de impostos perfilTributarioCalculoImpostos: type: string maxLength: 255 description: Id do perfil tributário que contem os parametros de cálculo indicativoAquisicao: type: string allOf: – #/definitions/enumFunruralIndicativoAquisicao description: Indicativo de aquisição para o FUNRURAL paramStEstadoCalculoImpostos: type: string maxLength: 255 description: Id de retorno do motor de impostos – ST percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial do ICMS minimum: 0 maximum: 100.0000 recPagamentoNotaFiscal: description: Condição de pagamento da nota fiscal type: object properties: condicaoPagamento: type: string maxLength: 255 description: Identificador da condição de pagamento indicativoDataBase: type: string allOf: – #/definitions/enumVencimentoParcela description: Indicativo de qual a data base para calcular o vencimento das parcelas parcelas: type: array items: type: object allOf: – #/definitions/recParcelaNotaFiscal description: Parcelamento da nota fiscal recItemNotaFiscalEntrada: description: Item da nota fiscal de entrada allOf: – #/definitions/recItemNotaFiscalEntradaBase – type: object required: – notaFiscalId properties: notaFiscalId: type: string maxLength: 255 description: Identificação da nota fiscal de entrada id: type: string maxLength: 255 description: Identificação do item unidadeMedidaEstocagem: type: object allOf: – #/definitions/recUnidadeMedida description: Unidade de medida de estocagem valorEstoque: type: number format: double description: Valor conforme unidade de armazenamento pesoLiquido: type: number format: double description: Peso líquido do produto minimum: 0.00 maximum: 99999999.99999 pesoBruto: type: number format: double description: Peso bruto do produto minimum: 0.00 maximum: 99999999.99999 complemento: type: object allOf: – #/definitions/recComplementoItemNotaFiscalEntrada description: Dados complementares do item itemNotaOrigem: type: object allOf: – #/definitions/recOrigemItemNota description: Dados Origem Item Nota Fiscal Saída idItemPedido: type: string maxLength: 255 description: Identificação do item do pedido quantidadeDevolvida: type: number format: double description: Quantidade Devolvida descricaoComplementar: type: string maxLength: 250 description: Complemento do item ncm: type: object allOf: – #/definitions/recGenerico description: Id do NCM cest: type: string maxLength: 7 description: Código especificador da substituição tributária CEST itemOrigemId: type: string maxLength: 255 description: Id de origem do item recItemNotaFiscalEntradaExterno: description: Item da nota fiscal de entrada allOf: – #/definitions/recItemNotaFiscalEntradaBase – type: object properties: complemento: type: object allOf: – #/definitions/recComplementoItemNotaFiscalEntradaExterno description: Dados complementares do item itemOrigem: type: string maxLength: 255 description: Identificação do item de pedido que originou este item origemNfSaida: type: object allOf: – #/definitions/recOrigemItemNota description: Origem dos itens da nota impostosParaEstornar: type: array items: type: object allOf: – #/definitions/recImpItemNotaFiscalDevolucao description: Impostos para estornar em devolução de itens pedidoCompra: type: string maxLength: 255 description: Id do pedido de compra filialPedido: type: object allOf: – #/definitions/recGenerico description: Filial numeroPedido: type: integer format: int64 description: Numero Pedido Compra sequenciaItemPedido: type: integer format: int64 description: Sequencia Item Pedido Compra quantidadeItemPedido: type: number format: double description: Quantidade item pedido compra unidadeMedidaItemPedido: type: object allOf: – #/definitions/recUnidadeMedida description: Unidade de medida do item do pedido de compra valorEstoque: type: number format: double description: Valor conforme unidade de armazenamento pesoLiquido: type: number format: double description: Peso líquido do produto minimum: 0.00 maximum: 99999999.99999 pesoBruto: type: number format: double description: Peso bruto do produto minimum: 0.00 maximum: 99999999.99999 recItemNotaFiscalEntradaBase: description: Item da nota fiscal de entrada discriminator: _discriminator type: object required: – quantidade – _discriminator properties: produto: type: object allOf: – #/definitions/recProdutoServico description: Produto servico: type: object allOf: – #/definitions/recProdutoServico description: Serviço transacao: type: object allOf: – #/definitions/recGenerico description: Transação unidadeMedida: type: object allOf: – #/definitions/recUnidadeMedida description: Unidade de medida quantidade: type: number format: double description: Quantidade recebida tabelaPreco: type: object allOf: – #/definitions/recGenerico description: Tabela de preço valorUnitario: type: number format: double description: Valor unitário percentualDesconto: type: number format: double description: Percentual de desconto valorDesconto: type: string description: Valor de desconto quantidadeEstoque: type: number format: double description: Quantidade conforme unidade de armazenamento deposito: type: object allOf: – #/definitions/recGenerico description: Depósito para recebimento centroCusto: type: object allOf: – #/definitions/recGenerico description: Centro de custo valorLiquido: type: string description: Valor líquido do item (valor total) valorBruto: type: string description: Valor bruto do item impostos: type: array items: type: object allOf: – #/definitions/recImpostoItemNotaFiscal description: Dados dos impostos do item lotes: type: array items: type: object allOf: – #/definitions/recDistribuicaoLote description: Distribuição de lotes series: type: array items: type: object allOf: – #/definitions/recDistribuicaoSerie description: Distribuição de séries produtoFornecedor: type: object allOf: – #/definitions/recGenerico description: Código do produto no fornecedor contaFinanceira: type: object allOf: – #/definitions/recGenerico description: Conta Financeira sequencia: type: integer format: int64 description: Sequencia do item adicoesImportacao: type: array items: type: object allOf: – #/definitions/recAdicaoItemNotaFiscal description: Adições Importações mensagensFiscais: type: array items: type: object allOf: – #/definitions/recMensagemFiscal description: Mensagens fiscais quantidadeOrigem: type: number format: double description: Quantidade origem do item _discriminator: type: string maxLength: 255 description: recDistribuicaoLote: description: Distribuição de lotes type: object required: – codigo – quantidade properties: id: type: string maxLength: 255 description: Identificação do lote codigo: type: string maxLength: 50 description: Código do lote quantidade: type: string description: Quantidade dataFabricacao: type: string format: date description: Data de fabricação do lote dataValidade: type: string format: date description: Data de validade do lote recDistribuicaoSerie: description: Distribuição de séries type: object required: – codigo properties: id: type: string maxLength: 255 description: Identificação da série codigo: type: string maxLength: 50 description: Código da série dataFabricacao: type: string format: date description: Data de fabricação da série dataValidade: type: string format: date description: Data de validade da série recInfoAdicionalTransporte: description: Informações Adicionais – Transporte type: object properties: cidadeRemetente: type: object allOf: – #/definitions/recGenerico description: Cidade do remetente cidadeDestinatario: type: object allOf: – #/definitions/recGenerico description: Cidade do destinatário transportadora: type: object allOf: – #/definitions/recGenerico description: Transportadora transportadoraRedespacho: type: object allOf: – #/definitions/recGenerico description: Transportadora para redespacho viaTransporte: type: string allOf: – #/definitions/enumViaTransp description: Via de transporte placaVeiculo: type: string maxLength: 10 description: Placa do veículo ufVeiculo: type: object allOf: – #/definitions/recGenerico description: UF do veículo tipoCte: type: string allOf: – #/definitions/enumTipCte description: Tipo de CTe tipoServico: type: string allOf: – #/definitions/enumTipSrv description: Tipo de serviço somarFrete: type: boolean description: Somar frete tipoFrete: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete valorFrete: type: string description: Valor de frete valorFreteDestacado: type: string description: Valor de frete destacado valorFreteImportacao: type: string description: Valor de frete de importação valorIcmsFrete: type: number format: double description: Valor de ICMS sobre o frete percentualIcmsFrete: type: number format: double description: Percentual de ICMS sobre o frete valorPedagio: type: string description: Valor de pedágio valorAfrmm: type: string description: Valor de AFRMM e001endSeqCol: type: object allOf: – #/definitions/recGenerico description: Sequência do endereço de coleta do fornecedor e070entSeqEnt: type: object allOf: – #/definitions/recGenerico description: Sequência do endereço de entrega da filial recInfoAdicionalOutrosValores: description: Informações Adicionais – Outros Valores type: object properties: valorSeguro: type: string description: Valor de seguro valorEmbalagens: type: string description: Valor de embalagens valorEncargos: type: string description: Valor de encargos valorTerceiros: type: string description: Valor cobrado em node de terceiros valorOutrasDespesas: type: string description: Valor de outras despesas valorDespesasDestacado: type: string description: Valor de outras despesas destacado valorDescontoAdicional: type: string description: Valor de desconto adicional percentualDescontoAdicional: type: number format: double description: Pecentual de desconto adicional valorArredondamento: type: string description: Valor de arredondamento recInfoAdicionalImportacao: description: Informações Adicionais – Importação type: object properties: tipoDocumento: type: string allOf: – #/definitions/enumTipNdi description: Tipo de documento numeroDocumento: type: string maxLength: 255 description: Número do documento dataRegistro: type: string format: date description: Data de registro do documento localDesembaraco: type: string maxLength: 255 description: local de Desembaraço dataDesembaraco: type: string format: date description: Data do desembaraço ufDesembaraco: type: object allOf: – #/definitions/recGenerico description: UF do desembaraço viaTransporte: type: string allOf: – #/definitions/enumTipVii description: Via de transporte formaImportacao: type: string allOf: – #/definitions/enumTipItd description: Forma de importação cnpjAdqEnc: type: string maxLength: 18 description: CNPJ do adquirente ou encomendante ufAdqEnc: type: object allOf: – #/definitions/recGenerico description: UF do adquirente ou encomendante dataPermanencia: type: string format: date description: Data de permanência exportador: type: object allOf: – #/definitions/recGenerico description: Exportador valorSeguroImportacao: type: string description: Valor de seguro de importação valorOutrasDespesas: type: string description: Valor de outras despesas de importação recParcelaNotaFiscal: description: Parcela da nota fiscal type: object required: – percentual – valor properties: id: type: string maxLength: 255 description: Id da entidade notaFiscal: type: object allOf: – #/definitions/recGenerico description: Nota fiscal de entrada sequencia: type: integer format: int64 description: Sequência numero: type: string maxLength: 255 description: Número do título/parcela tipoTitulo: type: object allOf: – #/definitions/recGenerico description: Código do tipo de título quantidadeDia: type: integer format: int64 description: Quantidade de dias para a parcela vencimento: type: string format: date description: Data de vencimento da parcela percentual: type: number format: double description: Percentual do valor da parcela minimum: 0 maximum: 100 valor: type: string description: Valor da parcela minimum: 0 maximum: 9999999999999.99 formaPagamento: type: object allOf: – #/definitions/recGenerico description: Forma de pagamento da parcela observacao: type: string maxLength: 255 description: Observação da parcela codigoBarras: type: string maxLength: 48 description: Código de barras da parcela recResumoValoresNota: description: Valores da nota do resumo type: object required: – valorProdutos – valorServicos – valorDescontos – valorDescontoAdicional – valorEncargos – valorOutrasDespesas – valorOutrasDespesasImportacao – valorEmbalagens – valorFrete – valorSeguros – valorFreteImportacao – valorSeguroImportacao – valorDespesasImportacao – valorAfrmm – valorArredondamento properties: valorProdutos: type: string description: Valor total dos produtos valorServicos: type: string description: Valor total dos serviços valorDescontos: type: string description: Valor total dos descontos valorDescontoAdicional: type: string description: Valor total dos descontos adicionais valorEncargos: type: string description: Valor total dos encargos valorOutrasDespesas: type: string description: Valor total de outras despesas valorOutrasDespesasImportacao: type: string description: Valor total de outras despesas de importação valorEmbalagens: type: string description: Valor total de embalagens valorFrete: type: string description: Valor total do frete valorSeguros: type: string description: Valor total dos seguros valorFreteImportacao: type: string description: Valor total do frete de importação valorSeguroImportacao: type: string description: Valor total do seguro de importação valorDespesasImportacao: type: string description: Valor total das despesas de importação valorAfrmm: type: string description: Valor total de AFRMM valorArredondamento: type: string description: Valor total dos arredondamentos recResumoOutrosValores: description: Outros valores do resumo type: object required: – valorOutrasDespesasDestacado – valorFreteDestacado properties: valorOutrasDespesasDestacado: type: string description: Valor total de outras despesas destacadas valorFreteDestacado: type: string description: Valor total do frete destacado recImposto: description: Imposto da nota do resumo type: object required: – nome – valor – baseCalculo properties: nome: type: string maxLength: 255 description: Nome do imposto valor: type: string description: Valor do imposto baseCalculo: type: string description: Base de cálculo do imposto sinal: type: string maxLength: 255 description: Sinal de Soma ou Diminuição recInconsistenciaNotaFiscal: description: Inconsistências da Nota Fiscal type: object required: – codigo – mensagem properties: codigo: type: string allOf: – #/definitions/enumInconsistencias description: Código da mensagem de inconsistência mensagem: type: string maxLength: 255 description: Mensagem de inconsistência itens: type: array items: type: object allOf: – #/definitions/recItemInconsistenteNotaFiscal description: Itens inconsistentes recItemInconsistenteNotaFiscal: description: Itens das inconsistências da Nota Fiscal type: object required: – id – mensagem properties: id: type: string maxLength: 255 description: Código do item inconsistente mensagem: type: string maxLength: 255 description: Mensagem de inconsistência tipoItem: type: string allOf: – #/definitions/enumTipoItem description: Tipo do item recEventosIntegracaoNotaFiscal: description: Recorda da listagem de eventos da integração da nota fiscal type: object required: – id – evento – situacao – mensagemErro properties: id: type: string maxLength: 255 description: Identificador do evento de integração evento: type: string maxLength: 255 description: Nome do evento de integração situacao: type: string maxLength: 255 description: Situação do evento de integração mensagemErro: type: string maxLength: 255 description: Mensagem de erro do evento de integração recAdicaoItemNotaFiscal: description: Valores de impostos do item da nota type: object properties: id: type: string maxLength: 255 description: Id da entidade numeroAdicao: type: integer format: int64 description: Número da adição minimum: 0 maximum: 999 sequenciaAdicao: type: integer format: int64 description: Número seq. item adição minimum: 0 maximum: 999 valorDesconto: type: string description: Valor desconto item DI minimum: 0.00 maximum: 9999999999999.99 codigoFabricante: type: object allOf: – #/definitions/recGenerico description: Código fabricante estrangeiro numeroDrawback: type: integer format: int64 description: Num. Ato Drawback minimum: 0 maximum: 99999999999 recDivergenciaImportacao: description: Record para representar as divergências de importação type: object required: – id – chave – codigo – descricao – notaFiscalXML – status properties: id: type: string maxLength: 255 description: Id da divergencia chave: type: string maxLength: 255 description: Chave codigo: type: string allOf: – #/definitions/enumTipoDivergencia description: Codigo (Tipo divergência) descricao: type: string maxLength: 255 description: Descricao notaFiscalXML: type: object allOf: – #/definitions/recNotaFiscalXML description: Id da Nota Fiscal XML status: type: string allOf: – #/definitions/enumSitDivergencia description: Status da divergência solucao: type: string allOf: – #/definitions/enumTipoSolucao description: Solução da divergência registrosSelecionadoId: type: string maxLength: 255 description: Registro selecionado recNotaFiscalXML: description: Record para representar a entidade notaFiscalXML type: object required: – id – e070empId – e070filId properties: id: type: string maxLength: 255 description: Id da entidade e070empId: type: string maxLength: 255 description: Empresa da nota e070filId: type: string maxLength: 255 description: Filial da nota checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string maxLength: 255 description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recDadosNotaEntrada: description: Dados Nota Fiscal Entrada type: object required: – dadosGerais properties: dadosGerais: type: object allOf: – #/definitions/recDadosGeraisNotaFiscal description: Dados gerais Nota Fiscal dadosItens: type: array items: type: object allOf: – #/definitions/recDadosItensNota description: Itens da Nota existeNFS: type: boolean description: Indicativo se possui notas de saída relacionadas recDadosItensNota: description: Dados Itens Nota Fiscal type: object required: – itemNotaFiscalId – quantidade properties: itemNotaFiscalId: type: string maxLength: 255 description: Id Item Nota Fiscal itemNotaFiscalSaidaOrigem: type: string maxLength: 255 description: Id Item nota fiscal Saida Origem notaFiscalSaidaOrigemId: type: string maxLength: 255 description: Id da nota fiscal de saída origem quantidade: type: number format: double description: Quantidade dadosGNRE: description: Record com os dados para geração da GNRE type: object required: – documentoId – chaveEletronica – numeroDocumento – filialId – codigoSerieDocumento – descricaoTipoDocumento – emitente – destinatario – dataEmissao – dataEntrada properties: documentoId: type: string maxLength: 255 description: Identificador do documento – Nota fiscal chaveEletronica: type: string maxLength: 255 description: Chave do documento eletrônico numeroDocumento: type: string maxLength: 255 description: Número do documento – Nota fiscal filialId: type: string maxLength: 255 description: Filial do documento codigoSerieDocumento: type: string maxLength: 255 description: Código da série do documento – Nota fiscal descricaoTipoDocumento: type: string maxLength: 255 description: Descrição do tipo do documento – Nota fiscal (Entrada / Venda / Remessa / etc) emitente: type: object allOf: – #/definitions/recDadosParticipanteGNRE description: Informações do emitente destinatario: type: object allOf: – #/definitions/recDadosParticipanteGNRE description: Informações do destinatário dataEmissao: type: string format: date-time description: Data da emissão do documento dataEntrada: type: string format: date-time description: Data entrada do documento itens: type: array items: type: object allOf: – #/definitions/recItemGuiaGNRE description: Itens do do documento modeloDocumento: type: string maxLength: 255 description: Modelo de Documento recDadosParticipanteGNRE: description: Record com os dados do participante – Emitente / Destinatário type: object required: – tipoParticipante – participanteId – tipPes – razaoSocial properties: tipoParticipante: type: string allOf: – #/definitions/enumTipoParticipanteGNRE description: Tipo do participante: Emitente / Destinatário participanteId: type: string maxLength: 255 description: Identificador do emitente / destinatário codigoCidadeIbge: type: string maxLength: 255 description: Código do IBGE relacionado a cidade do participante endereco: type: string maxLength: 255 description: Endereço participante enderecoNumero: type: string maxLength: 60 description: Número do endereço do participante enderecoComplemento: type: string maxLength: 255 description: Complemento do endereço do participante enderecoUF: type: string maxLength: 255 description: Unidade federativa do endereço do participante enderecoCep: type: string maxLength: 255 description: CEP do endereço do participante cgc: type: string maxLength: 255 description: CGC do participante ie: type: string maxLength: 255 description: Inscrição estadual do participante tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa razaoSocial: type: string maxLength: 255 description: Razão social recItemGuiaGNRE: description: Record com itens do documento para geração de guia GNRE type: object required: – itemDocumentoId – produtoId properties: itemDocumentoId: type: string maxLength: 255 description: Identificador do item do documento – Item nota fiscal produtoId: type: string maxLength: 255 description: Identificador do produto – e075der impostos: type: array items: type: object allOf: – #/definitions/recImpostoItemGNRE description: Impostos relacionados ao item do documento – Item nota fiscal recImpostoItemGNRE: description: Record com os impostos relacionados ao item do documento – Item nota fiscal type: object required: – impostoId – imposto – valor properties: impostoId: type: string maxLength: 255 description: Identificador do imposto imposto: type: string allOf: – #/definitions/enumImpostosGuia description: Imposto valor: type: string description: Valor recFiltroNotaComplementar: description: Dados filtro da nota complementar type: object required: – idNotaFiscalComp properties: idNotaFiscalComp: type: string maxLength: 255 description: Id da nota fiscal complementar codigo: type: string maxLength: 255 description: Código do produto/servico descricao: type: string maxLength: 255 description: Descrição do produto/servico codigoFamilia: type: string maxLength: 255 description: Código da família autoComplete: type: string maxLength: 255 description: Pesquisa recItemNotaFiscalOrigem: description: Dados consulta de itens da nota complementar type: object required: – idItemOrigem – id – tipIte properties: idItemOrigem: type: string maxLength: 255 description: Id do item na nota de origem id: type: string maxLength: 255 description: Id do Item (e075der ou e080serId) tipIte: type: string allOf: – #/definitions/enumTipoItem description: Tipo do item codIte: type: string maxLength: 255 description: Código do item desIte: type: string maxLength: 255 description: Descrição do item descCpl: type: string maxLength: 255 description: Descrição complementar do item claPro: type: string allOf: – #/definitions/enumClaPro description: Classificação do item e012fam: type: object allOf: – #/definitions/recGenerico description: Família do produto pesBru: type: number format: double description: Peso bruto do item minimum: 0.00 maximum: 99999999.99999 pesLiq: type: number format: double description: Peso líquido do item minimum: 0.00 maximum: 99999999.99999 indCpr: type: boolean description: Indicativo compra uniMed: type: object allOf: – #/definitions/recUnidadeMedida description: Unidade de medida ctrSep: type: boolean description: Controla por Série? ctrLot: type: boolean description: Controla por Lote? codigoFCI: type: string maxLength: 36 description: Código FCI recManifestacaoDestinatario: description: Informações da Manifestação de destinatário type: object required: – tipoEvento properties: sequencia: type: integer format: int64 description: Sequencia do evento situacao: type: string allOf: – #/definitions/enumTipoRetornoEvento description: Situacao tipoEvento: type: string allOf: – #/definitions/enumTipoEvento description: Tipo Evento dataAutorizacao: type: string format: date-time description: Data Autorização protocoloAutorizacao: type: string maxLength: 255 description: Protocolo autorização detalhesCritica: type: string maxLength: 255 description: Detalhes critica recSituacaoItemNotaFiscal: description: Dados da situação do item da nota fiscal type: object required: – id – sitItem properties: id: type: string maxLength: 255 description: Id sitItem: type: string allOf: – #/definitions/enumSitItem description: Situação do item da nota fiscal de entrada recSituacaoNotaFiscal: description: Situação da nota fiscal type: object required: – id – sitNfs – msgOpe properties: id: type: string maxLength: 255 description: id nota sitNfs: type: string allOf: – #/definitions/enumSitNfs description: situação msgOpe: type: string maxLength: 255 description: Mensagem recBaseAtualizarInformacoesContabeisNotaFiscalEntrada: description: Parametros para Atualizar discriminator: _discriminator type: object required: – ticket – e640lotId – e640lotNum – _discriminator properties: ticket: type: string maxLength: 255 description: Ticket identificador do processo e640lotId: type: string maxLength: 255 description: Identificador do lote contábil e640lotNum: type: integer format: int64 description: Numero do lote contábil _discriminator: type: string maxLength: 255 description: recAtualizarInformacoesContabeisNotaFiscalEntrada: description: Parametros para Atualizar allOf: – #/definitions/recBaseAtualizarInformacoesContabeisNotaFiscalEntrada – type: object required: – notaFiscalId properties: notaFiscalId: type: array items: type: string maxLength: 255 minimum: 1 description: Identificador de nota fiscal a serer atualizada recDadosEventSucessoAtualizacaoIntegracaoControladoria: description: Record do payload do evento de sucesso da integração da controladoria allOf: – #/definitions/recBaseAtualizarInformacoesContabeisNotaFiscalEntrada – type: object properties: notaFiscalInvalidaId: type: array items: type: string maxLength: 255 description: Lista de identificadores de nota fiscal de entrada recOrigemItemNotaComissao: description: Origem das comissões dos itens da nota type: object properties: representanteId: type: string maxLength: 255 description: Id do representante vlrCom: type: string description: Valor de comissão do item recMensagemFiscal: description: Dados da mensagem fiscal do item allOf: – #/definitions/recGenerico – type: object properties: intMsg: type: string allOf: – #/definitions/enumIntMsg description: Interesse da mensagem mensagemFiscalItemId: type: string maxLength: 255 description: Id da mensagem fiscal do item textoMensagemFiscalItem: type: string maxLength: 255 description: Texto da mensagem fiscal do item recVincularItensPedidoCallback: description: Dados do da primitiva vincularItemsPedidoCallback type: object required: – itemNotaFiscalId – itemPedidoId properties: itemNotaFiscalId: type: string maxLength: 255 description: Identificador do item na nota itemPedidoId: type: string maxLength: 255 description: Identificador do item no pedido msgErro: type: string maxLength: 255 description: Mensagens de erro informationTaxForms: description: Informações para geração das guias tributárias type: object required: – documentId – documentKey – branchId – invoiceNumber – serieCode – documentType – issuer – customer – issueDate properties: documentId: type: string maxLength: 255 description: Identificador do documento – Nota fiscal documentKey: type: string maxLength: 255 description: Chave do documento eletrônico branchId: type: string maxLength: 255 description: Filial do documento invoiceNumber: type: string maxLength: 255 description: Numero do documento – Nota fiscal serieCode: type: string maxLength: 255 description: Código da série do documento – Nota fiscal documentType: type: string maxLength: 255 description: Descrição do tipo do documento – Nota fiscal (Entrada / Venda / Remessa / etc) issuer: type: object allOf: – #/definitions/recTaxFormsParticipant description: Informações do emitente customer: type: object allOf: – #/definitions/recTaxFormsParticipant description: Informações do destinatário issueDate: type: string format: date-time description: Data da emissão do documento items: type: array items: type: object allOf: – #/definitions/recItemTaxForms description: Itens do do documento modeloDocumento: type: string maxLength: 255 description: Modelo de documento recTaxFormsParticipant: description: Record com os dados do participante – Emitente / Destinatário type: object required: – type – id properties: type: type: string allOf: – #/definitions/enumTaxFormsParticipantType description: Tipo do participante: Emitente / Destinatário id: type: string maxLength: 255 description: Identificador do emitente / destinatário cityIbgeCode: type: string maxLength: 255 description: Código do IBGE relacionado a cidade do participante address: type: string maxLength: 255 description: Endereço participante addressNumber: type: string maxLength: 60 description: Número do endereço do participante complement: type: string maxLength: 255 description: Complemento do endereço do participante state: type: string maxLength: 255 description: Unidade federativa do endereço do participante cep: type: string maxLength: 255 description: CEP do endereço do participante cgc: type: string maxLength: 255 description: CGC do participante ie: type: string maxLength: 255 description: Inscrição estadual do participante personKind: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa corporateName: type: string maxLength: 255 description: Razão social recItemTaxForms: description: Record de itens do documento para geração de guia tributárias type: object required: – itemId – productId – serviceId properties: itemId: type: string maxLength: 255 description: Identificador do item do documento – Item nota fiscal productId: type: string maxLength: 255 description: Identificador do produto – e075der serviceId: type: string maxLength: 255 description: Identificacao do serviço – e080ser taxes: type: array items: type: object allOf: – #/definitions/recItemTaxFormsValue description: Impostos relacionados ao item do documento – Item nota fiscal recItemTaxFormsValue: description: Record com os impostos e valores relacionados ao item do documento fiscal type: object required: – id – tax – value – controlTaxRegime properties: id: type: string maxLength: 255 description: Identificador do imposto tax: type: string allOf: – #/definitions/enumTipImpDoc description: Imposto value: type: string description: Valor controlTaxRegime: type: string allOf: – #/definitions/enumRegControleRet description: Controle do regime tributário recEnderecoDestinatario: description: Endereço Fiscal Nota type: object properties: endereco: type: object allOf: – #/definitions/recEnderecoDestinatarioDetalhe description: Endereço Detalhado do fornecedor e001end: type: object allOf: – #/definitions/recGenerico description: Identificador do endereço cadastrado, com base nesse ID serão criados os registros de endereço do destinatário recEnderecoDestinatarioDetalhe: description: Detalhes do endereço do destinatário type: object properties: postalCode: type: string maxLength: 20 description: Código Postal endPes: type: string maxLength: 100 description: Endereço nenEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento baiEnd: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/recGenerico description: Pais e007ufs: type: object allOf: – #/definitions/recGenerico description: Estado e008rai: type: object allOf: – #/definitions/recGenerico description: Cidade insEst: type: string maxLength: 25 description: Inscrição estadual codSuf: type: string maxLength: 10 description: Código do SUFRAMA datSuf: type: string format: date description: Validade do registro do SUFRAMA fone: type: string maxLength: 20 description: Fone email: type: string maxLength: 100 description: email insMun: type: string maxLength: 25 description: Incrição Municipal e070emp: description: Cadastros – Empresas type: object required: – codEmp – nomEmp – sigEmp properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa e069gre: type: object allOf: – #/definitions/e069gre description: Grupo Empresas e006pai: type: object allOf: – #/definitions/e006pai description: País e031moe: type: string format: uuid description: Id da moeda e070empCplImp: type: object allOf: – #/definitions/e070empCplImp description: Especialização excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e069gre: description: Cadastros – Grupos de Empresas type: object required: – codGre – nomGre properties: id: type: string format: uuid description: Id da entidade codGre: type: integer format: int64 description: Grupo Empresa minimum: 0 maximum: 999999999 nomGre: type: string maxLength: 100 description: Nome excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070fil: description: Cadastros – Filiais type: object required: – codFil – nomFil – sigFil – insEst – insMun – filMat – endFil – cplEnd – baiFil properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070filSupCpr: type: object allOf: – #/definitions/e070filSupCpr description: Especialização e070filSupGer: type: object allOf: – #/definitions/e070filSupGer description: Especialização e070filSupRcb: type: object allOf: – #/definitions/e070filSupRcb description: Especialização e070filCplImp: type: object allOf: – #/definitions/e070filCplImp description: Especialização Contabilidade – Filial e070filCplCtb: type: object allOf: – #/definitions/e070filCplCtb description: Especialização e070filCplTriCiap: type: object allOf: – #/definitions/e070filCplTriCiap description: Especialização ciap integração de notas codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 99999 nomFil: type: string maxLength: 100 description: Nome sigFil: type: string maxLength: 100 description: Nome Fantasia da Filial da Empresa tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa numCgc: type: string maxLength: 18 description: Número do CPNJ/CPF da Filial da Empresa numIdf: type: string maxLength: 40 description: Número de identificação Fiscal insEst: type: string maxLength: 25 description: Inscrição estadual da filial da empresa insMun: type: string maxLength: 16 description: Inscrição municipal da filial da empresa filMat: type: boolean description: Indicativo que a filial é matriz endFil: type: string maxLength: 100 description: Endereço da Filial da Empresa cplEnd: type: string maxLength: 200 description: Complemento do Endereço da Filial da Empresa (Sala, Andar, etc.) baiFil: type: string maxLength: 75 description: Bairro da Filial da Empresa e008rai: type: object allOf: – #/definitions/e008rai description: Cidade da Filial da Empresa e007ufsSigUfs: type: object allOf: – #/definitions/e007ufs description: Estado da Filial excluido: type: boolean description: Indica se o registro foi excluído default: false insNfs: type: string maxLength: 16 description: Inscrição municipal NFS nenFil: type: string maxLength: 60 description: Número postalCodeFil: type: string maxLength: 20 description: Código Postal cidFil: type: string maxLength: 60 description: Cidade endEnt: type: string maxLength: 100 description: Endereço entrega nenEnt: type: string maxLength: 60 description: Número entrega cplEnt: type: string maxLength: 200 description: Complemento entrega postalCodeEnt: type: string maxLength: 20 description: Código Postal cidEnt: type: string maxLength: 60 description: Cidade entrega e007ufsEstEnt: type: object allOf: – #/definitions/e007ufs description: Estado entrega endCob: type: string maxLength: 100 description: Endereço cobrança nenCob: type: string maxLength: 60 description: Número cobrança postalCodeCob: type: string maxLength: 20 description: Código Postal baiCob: type: string maxLength: 75 description: Bairro cobrança cidCob: type: string maxLength: 60 description: Cidade cobrança e007ufsEstCob: type: object allOf: – #/definitions/e007ufs description: Estado cobrança numFon: type: string maxLength: 20 description: Telefone intNet: type: string maxLength: 100 description: E-mail codSuf: type: string maxLength: 10 description: Código da empresa/filial junto a Suframa extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001pes: description: Pessoa type: object required: – codPes – nomPes – apePes – tipPes – sitPes properties: id: type: string format: uuid description: Id da entidade codPes: type: integer format: int64 description: Código minimum: 0 maximum: 999999999 nomPes: type: string maxLength: 100 description: Nome apePes: type: string maxLength: 50 description: Nome fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa cnpCpf: type: string maxLength: 14 description: CNPJ/CPF insEst: type: string maxLength: 25 description: Inscrição estadual insMun: type: string maxLength: 16 description: Inscrição municipal endPes: type: string maxLength: 100 description: Endereço numEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento nomBai: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade e073pes: type: object allOf: – #/definitions/e073pes description: motorista e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor sitPes: type: string allOf: – #/definitions/enumSitReg description: Situação tipMer: type: string allOf: – #/definitions/enumTipMer description: Tipo de mercado numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) codSuf: type: string maxLength: 10 description: Código do SUFRAMA postalCode: type: string maxLength: 20 description: Código Postal fonPes: type: string maxLength: 20 description: Telefone intNet: type: string maxLength: 500 description: E-mail emaNfe: type: string maxLength: 100 description: E-mail para envio de documentos eletrônicos e001pesCplImp: type: object allOf: – #/definitions/e001pesCplImp description: Especialização excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração datSuf: type: string format: date description: Validade do registro do SUFRAMA usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001tns: description: Tabelas – Transações type: object required: – codTns – desTns – lisMod – aceMan properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTns: type: string maxLength: 5 description: Transação desTns: type: string maxLength: 60 description: Descrição lisMod: type: string allOf: – #/definitions/enumLisMod description: Módulo aceMan: type: boolean description: Aceita Manual sitTns: type: string allOf: – #/definitions/enumSitReg description: Situação e001tnsSupRcb: type: object allOf: – #/definitions/e001tnsSupRcb description: Especialização e001tnsSupGer: type: object allOf: – #/definitions/e001tnsSupGer description: Especialização e001tnsCplImpEnt: type: object allOf: – #/definitions/e001tnsCplImpEnt description: Especialização e001tnsSupEst: type: object allOf: – #/definitions/e001tnsSupEst description: Especialização transações suprimentos estoque e001tnsCplImpSai: type: object allOf: – #/definitions/e001tnsCplImpSai description: Transação complience impostos de saída e001tnsCplTri: type: object allOf: – #/definitions/e001tnsCplTri description: Especialização tributária da transação e047ntg: type: string format: uuid description: Natureza de gasto excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e006pai: description: Tabelas – Países type: object required: – codPai – nomPai properties: id: type: string format: uuid description: Id da entidade codPai: type: string maxLength: 4 description: Código nomPai: type: string maxLength: 150 description: Nome e031moe: type: string format: uuid description: Id da moeda excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e007ufs: description: Tabelas – Estados type: object required: – sigUfs – nomUfs properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 255 description: Nome e006pai: type: object allOf: – #/definitions/e006pai description: País excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e008rai: description: Tabelas – Cidades para RAIS – SIG type: object required: – codRai – nomCid properties: id: type: string format: uuid description: Id da entidade codRai: type: integer format: int64 description: Código Cidade minimum: 0 maximum: 9999999 nomCid: type: string maxLength: 60 description: Nome Cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado codIbg: type: integer format: int64 description: Código IBGE do município minimum: 0 maximum: 9999999 excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e012fam: description: Cadastros – Famílias type: object required: – id – codFam – desFam – tipPro properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Código da empresa codFam: type: string maxLength: 6 description: Código da família de produto desFam: type: string maxLength: 50 description: Descrição da família de produto tipPro: type: string allOf: – #/definitions/enumTipPro description: Tipo de produto (C=Comprado, P=Produzido, S=Serviço) e012famSupGer: type: object allOf: – #/definitions/e012famSupGer description: Família excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e075der: description: Cadastros – Produtos – Derivações type: object required: – codDer – sitDer – claPro properties: id: type: string format: uuid description: Id da entidade codDer: type: string maxLength: 23 description: Derivação e070emp: type: object allOf: – #/definitions/e070emp description: Empresa desDer: type: string maxLength: 120 description: Descrição sitDer: type: string allOf: – #/definitions/enumSitReg description: Situação e012fam: type: object allOf: – #/definitions/e012fam description: Família claPro: type: string allOf: – #/definitions/enumClaPro description: Classe de produto desCpl: type: string maxLength: 255 description: Descrição complementar pesBru: type: number format: double description: Peso bruto minimum: 0.00 maximum: 99999999.99999 pesLiq: type: number format: double description: Peso líquido minimum: 0.00 maximum: 99999999.99999 codBar: type: string maxLength: 14 description: Código de barras e075derSupCpr: type: object allOf: – #/definitions/e075derSupCpr description: Especialização derivação e075derCplImp: type: object allOf: – #/definitions/e075derCplImp description: Especialização e075derSupEst: type: object allOf: – #/definitions/e075derSupEst description: Especialização estoques codGtn: type: string maxLength: 14 description: Gtin uni. trib excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração proEpe: type: string allOf: – #/definitions/enumProEpe description: Enquadramento de produto específico usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e075derSupEst: description: Produtos – Estoque type: object required: – e015med properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto ctrSep: type: boolean description: Controla p/ Série? ctrLot: type: boolean description: Controla por Lote? ctrVld: type: string allOf: – #/definitions/enumCtrVld description: Controle Validade e015med: type: object allOf: – #/definitions/e015med description: Unidade de medida (estoque) excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e032edc: description: Modelo de documento type: object required: – codEdc – desEdc – abrEdc properties: id: type: string format: uuid description: Id da entidade codEdc: type: string maxLength: 3 description: Modelo de documento desEdc: type: string maxLength: 30 description: Descrição abrEdc: type: string maxLength: 5 description: Abreviatura excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e020snf: description: Tabelas – séries de notas fiscais type: object required: – codSnf – desSnf – abrSnf – aplSnf – qtdPar – qtdPos – finSnf properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial codSnf: type: string maxLength: 3 description: Código desSnf: type: string maxLength: 30 description: Descrição abrSnf: type: string maxLength: 10 description: Abreviatura aplSnf: type: string allOf: – #/definitions/enumAplSnf description: Aplicação e032edc: type: object allOf: – #/definitions/e032edc description: Modelo do documento codSel: type: string maxLength: 3 description: Série codSsl: type: string maxLength: 2 description: Subsérie qtdPar: type: integer format: int64 description: Quantidade máxima de parcelas minimum: 1 maximum: 999 disAut: type: string allOf: – #/definitions/enumDisAut description: Dispositivo autorizado qtdPos: type: integer format: int64 description: Quantidade de números da nota fiscal minimum: 6 maximum: 9 utiImp: type: string allOf: – #/definitions/enumUtiImp description: Indicativo se a serie é utilizada para impostos finSnf: type: string allOf: – #/definitions/enumFinSnf description: Finalidade excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração emiExt: type: boolean description: Emitida em sistema terceiro usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e028cpg: description: Condição de pagamento type: object required: – codCpg – desCpg – abrCpg – aplCpg – sitCpg – qtdPar – diaEsp – tipPar – frePar – segPar – embPar – outPar – ipiPar – icmPar – subPar – encPar properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Código da empresa codCpg: type: string maxLength: 6 description: Código da condição de pagamento desCpg: type: string maxLength: 50 description: Descrição da condição de pagamento abrCpg: type: string maxLength: 10 description: Abreviatura da condição de pagamento aplCpg: type: string allOf: – #/definitions/enumAplCpg description: Aplicação da condição de pagamento sitCpg: type: string allOf: – #/definitions/enumSitReg description: Situação da condição de pagamento excluido: type: boolean description: Indica se o registro foi excluído default: false przMed: type: integer format: int64 description: Prazo Médio minimum: 0 maximum: 999 qtdPar: type: integer format: int64 description: Quantidade Parcelas minimum: 0 maximum: 999 diaEsp: type: string allOf: – #/definitions/enumDiaEsp description: Dia Vencimento Semana tipPar: type: string allOf: – #/definitions/enumTipPar description: Tipo Parcela diaMe1: type: integer format: int64 description: Primeiro dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 diaMe2: type: integer format: int64 description: Segundo dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 diaMe3: type: integer format: int64 description: Terceiro dia especial do mês para vencimento das parcelas minimum: 0 maximum: 31 frePar: type: boolean description: Indicativo se o valor total do frete deve estar na 1ª parcela segPar: type: boolean description: Indicativo se o valor total do seguro deve estar na 1ª parcela embPar: type: boolean description: Indicativo se o valor total das embalagens deve estar na 1ª parcela outPar: type: boolean description: Indicativo se o valor total das outras despesas deve estar na 1ª parcela ipiPar: type: boolean description: Indicativo se o valor total do IPI deve estar na 1ª parcela icmPar: type: boolean description: Indicativo se o valor total do ICMS deve estar na 1ª parcela subPar: type: boolean description: Indicativo se o valor total do ICMS substituído deve estar na 1ª parcela encPar: type: boolean description: Indicativo se o valor total dos encargos deve estar na 1ª parcela issPar: type: boolean description: Indicativo se o valor total do ISS deve estar na 1ª parcela perEnc: type: number format: double description: Percentual de encargos maximum: 100.00 retIss: type: boolean description: Indicativo se o valor total do ISS retido deve ser descontado da 1ª parcela irfPar: type: boolean description: Indicativo se o valor total do irrf deve estar na 1ª parcela diaFix: type: boolean description: Indicativo se o dia do vencimento é fixo para períodos de 30 em 30 dias venDsc: type: number format: double description: Percentual a acrescentar ou diminuir para formação do preço de venda minimum: -999.99 maximum: 999.99 perCom: type: number format: double description: Percentual a acrescentar ou diminuir à comissão do representante minimum: -999.99 maximum: 999.99 redCom: type: number format: double description: Percentual redutor do valor base comissão minimum: 0.00 maximum: 999.99 inssPrimeiraParcela: type: boolean description: Deduzir INSS da 1ª parcela default: false csrfPrimeiraParcela: type: boolean description: Deduzir CSRF da 1ª parcela default: false funruralPrimeiraParcela: type: boolean description: Deduzir FUNRURAL da 1ª parcela default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e073pes: description: Transportadora type: object required: – sitTra properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa cifFob: type: string allOf: – #/definitions/enumCifFob description: Indicativo se o frete da transportadora é CIF ou FOB nomCto: type: string maxLength: 150 description: Nome da pessoa de contato na transportadora nrnTrc: type: string maxLength: 14 description: Registro nacional de transportadores rodoviários de carga – RNTRC codTaf: type: string maxLength: 12 description: Termo de autorização dos serviços em regime de fretamento – TAF nroRes: type: string maxLength: 25 description: Número de registro adquirido junto a administração estadual sitTra: type: string allOf: – #/definitions/enumSitReg description: Situação da transportadora excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e205dep: description: Estoques – Depósitos – Cadastro type: object required: – codDep – desDep – abrDep – sitDep properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial Localização codDep: type: string maxLength: 10 description: Depósito desDep: type: string maxLength: 30 description: Descrição abrDep: type: string maxLength: 10 description: Abreviatura depCpr: type: boolean description: Utiliza para compra default: false obsDep: type: string maxLength: 250 description: Observações sitDep: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false depositoTerceiro: type: boolean description: Indica se o depósito é de terceiro default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e015med: description: Cadastros – Unidades de Medida type: object required: – uniMed – desMed properties: id: type: string format: uuid description: Id da entidade uniMed: type: string maxLength: 6 description: Unidade Medida desMed: type: string maxLength: 10 description: Descrição qtdDec: type: integer format: int64 description: Quantidade Decimais minimum: 0 maximum: 5 excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e012famSupGer: description: Cadastros – Famílias type: object required: – ctrLot – ctrSep properties: id: type: string format: uuid description: Id da entidade ctrLot: type: boolean description: Controla p/ Lote? ctrSep: type: boolean description: Controla p/ Série? e012fam: type: object allOf: – #/definitions/e012fam description: Família excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e080ser: description: Cadastros – serviços type: object required: – codSer – desSer – sitSer properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e012fam: type: object allOf: – #/definitions/e012fam description: Família codSer: type: string maxLength: 14 description: Serviço desSer: type: string maxLength: 70 description: Descrição cplSer: type: string maxLength: 250 description: Complemento obsSer: type: string maxLength: 999 description: Observação do serviço sitSer: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false e080serCplImp: type: object allOf: – #/definitions/e080serCplImp description: Especialização cadastro de serviço extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração e015med: type: object allOf: – #/definitions/e015med description: Unidade medida usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e024msg: description: Mensagem type: object properties: id: type: string format: uuid description: Id da entidade codMsg: type: integer format: int64 description: Código mensagem minimum: 0 maximum: 9999 desMsg: type: string maxLength: 1000 description: Descrição mensagem rotApl: type: string allOf: – #/definitions/enumAplMsg description: Rotina de aplicação da mensagem msgFis: type: boolean description: Mensagem fiscal msgDin: type: boolean description: Mensagem especial entDin: type: string allOf: – #/definitions/enumEntidadeMensagemDinamica description: Entidade dinâmica desMsd: type: string maxLength: 1000 description: Descrição intMsg: type: string allOf: – #/definitions/enumIntMsg description: Interesse da mensagem excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e024msd: description: Mensagens – campos dinâmicos type: object required: – nomMsg properties: id: type: string format: uuid description: Id da entidade e024msg: type: object allOf: – #/definitions/e024msg description: Código mensagem nomMsg: type: string maxLength: 150 description: Nome da váriavel cmpRes: type: string maxLength: 255 description: Campo resultante vlrSim: type: string maxLength: 255 description: Valor simulado infMsg: type: string maxLength: 150 description: Informações da mensagem tipoNota: type: string allOf: – #/definitions/enumAgrupadorDinamicoObservacao description: Referência (observação) para nota fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: produtoServico: description: Unifica produtos e serviços type: object required: – id – tipIte – codIte properties: id: type: string format: uuid description: Id do registro tipIte: type: string allOf: – #/definitions/enumTipoItem description: Identificação se é produto ou serviço codIte: type: string maxLength: 255 description: Código do item desIte: type: string maxLength: 255 description: Descrição do item desCpl: type: string maxLength: 255 description: Descrição complementar do item claPro: type: string allOf: – #/definitions/enumClaPro description: Classe de produto/serviço e012fam: type: object allOf: – #/definitions/e012fam description: Família indCpr: type: boolean description: Indicativo se pode ser comprado pesBru: type: number format: double description: Peso bruto de produto pesLiq: type: number format: double description: Peso liquido de produto e015med: type: object allOf: – #/definitions/e015med description: Unidade do medida usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: notaFiscal: description: Nota fiscal de entrada type: object required: – id – e070fil – e001pes – sitNfc – oriNfc – notaViaRecebimentoEletronico properties: id: type: string format: uuid description: Identificação da nota fiscal e070fil: type: object allOf: – #/definitions/e070fil description: Filial e001pes: type: object allOf: – #/definitions/e001pes description: Fornecedor ou cliente da nota fiscal numNfc: type: integer format: int64 description: Número da nota fiscal minimum: 0 maximum: 999999999999999 e020snf: type: object allOf: – #/definitions/e020snf description: Série da nota fiscal tipEmi: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão de nota tipNfe: type: string allOf: – #/definitions/enumTipNfe description: Tipo da nota fiscal e032edc: type: object allOf: – #/definitions/e032edc description: Espécie Documento datEnt: type: string format: date-time description: Data Entrada e001tnsTnsPro: type: object allOf: – #/definitions/e001tns description: Transação Produto e001tnsTnsSer: type: object allOf: – #/definitions/e001tns description: Transação Serviço datEmi: type: string format: date-time description: Data Emissão e028cpg: type: object allOf: – #/definitions/e028cpg description: Condição Pagamento e024msg: type: object allOf: – #/definitions/e024msg description: Mensagem obsNfc: type: string maxLength: 1000 description: Observação sitNfc: type: string allOf: – #/definitions/enumSitNfs description: Situação oriNfc: type: string allOf: – #/definitions/enumOrigemNota description: Origem da nota fiscal chvNel: type: string maxLength: 51 description: Chave de acesso à nota na SEFAZ codSel: type: string maxLength: 3 description: Série legal codSsl: type: string maxLength: 2 description: Código da sub-série legal e008rai: type: object allOf: – #/definitions/e008rai description: Cidade para ISS numDfs: type: string maxLength: 15 description: Número do documento fiscal de serviço fatoContabil: type: string format: uuid description: Fato Contábil valoresGerais: type: object allOf: – #/definitions/valoresGeraisNotaFiscal description: Valores gerais da nota fiscal importacaoNotaFiscal: type: object allOf: – #/definitions/importacaoNotaFiscal description: Informações de Importação transporteNotaFiscal: type: object allOf: – #/definitions/transporteNotaFiscal description: Informações de Transporte notaViaRecebimentoEletronico: type: boolean description: Indicador se a nota foi gerada através do recebimento eletrônico e024msg2: type: object allOf: – #/definitions/e024msg description: Mensagem 2 e024msg3: type: object allOf: – #/definitions/e024msg description: Mensagem 3 e024msg4: type: object allOf: – #/definitions/e024msg description: Mensagem 4 datVcp: type: string allOf: – #/definitions/enumVencimentoParcela description: Data base para cálculo de vencimento dos títulos nopPro: type: string maxLength: 5 description: Natureza de operação para produtos recalculoNecessario: type: boolean description: Indicativo de é necessário executar o recálculo da nota fiscal default: false origem: type: string format: uuid description: Identificador da origem da nota fiscal e021mot: type: object allOf: – #/definitions/e021mot description: Motivo do cancelamento jstCan: type: string maxLength: 225 description: Justificativa do cancelamento tipoNotaFrete: type: string allOf: – #/definitions/enumTipoNotaFiscal description: Indicativo de tipo de nota de entrada ou saída creditarConformeNfOrigem: type: boolean description: Indicativo se considera item da nota de origem para formar valores de impostos creditados codCrt: type: string allOf: – #/definitions/enumCodCrt description: Regime Tributário integracaoFinalizada: type: boolean description: Indica se as integrações foram finalizadas com sucesso default: false documentosReferenciados: type: array items: type: object allOf: – #/definitions/documentoReferenciado description: Documentos referenciados msgOpe: type: string maxLength: 500 description: Mensagem Operação notaFiscalIntCpl: type: object allOf: – #/definitions/notaFiscalIntCpl description: Integração controladoria – dados gerais volumeNotaFiscal: type: array items: type: object allOf: – #/definitions/volumeNotaFiscal description: Volume da nota fiscal dataRecebimentoXml: type: string format: date-time description: Data recebimento XML notaFiscalReferenciada: type: array items: type: object allOf: – #/definitions/notaFiscalReferenciada description: Notas fiscais refenciadas integracaoFinalizadaAntesCancelamento: type: boolean description: Indica se as integrações foram finalizadas no momento da solicitação do cancelamento da nota opConsFin: type: boolean description: Operação com consumidor final enderecoDestinatarioNota: type: object allOf: – #/definitions/enderecoDestinatarioNota description: Endereço Fiscal do Fornecedor usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscal: type: object required: – id allOf: – #/definitions/notaFiscal notaFiscalReferenciada: description: Notas referenciadas type: object properties: id: type: string format: uuid description: Identificador notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa numNfe: type: string maxLength: 255 description: Número da nota fiscal serie: type: string maxLength: 255 description: Série do Documento Fiscal e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado datEmi: type: string format: date-time description: Data emissão insEst: type: string maxLength: 25 description: IE do emitente e032edc: type: object allOf: – #/definitions/e032edc description: Modelo do Documento Fiscal chvNel: type: string maxLength: 51 description: Chave do Documento Eletrônico codSsl: type: string maxLength: 255 description: Subsérie usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscalReferenciada: type: object required: – id allOf: – #/definitions/notaFiscalReferenciada valoresGeraisNotaFiscal: description: Valores gerais da nota fiscal de entrada type: object required: – id properties: id: type: string format: uuid description: Identificação do registro notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal vlrSeg: type: string description: Valor Seguro minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrEmb: type: string description: Valor Embalagem minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrEnc: type: string description: Valor Encargos minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrOut: type: string description: Valor Outras Despesas minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrFrd: type: string description: Valor Frete Destacado minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrOud: type: string description: Valor Outras Despesas Destacado minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrBru: type: string description: Valor/Desconto Produto minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrLiq: type: string description: Valor Líquido minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.00 vlrFin: type: string description: Valor para Financeiro minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.00 vlrFei: type: string description: Valor Frete Importação minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrSei: type: string description: Valor Seguro Importação minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrOui: type: string description: Valor Outras Despesas Importação minimum: 0.00 maximum: 9999999999999.99 default: 0.00 perIcf: type: number format: double description: % ICMS Frete minimum: 0.00 maximum: 999.99 default: 0.00 icmFre: type: number format: double description: Valor ICMS de Frete minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrTer: type: string description: Valor em Nome Terceiros minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrDsc: type: string description: Valor de desconto minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrFre: type: string description: Valor/Percentual/CIF ou FOB Frete minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrPdg: type: string description: Valor do pedágio minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrAfm: type: string description: Valor da AFRMM minimum: 0.00 maximum: 9999999999999.99 default: 0.00 vlrDad: type: string description: Valor de descontos adicionais minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.00 vlrDar: type: string description: Valor de arredondamento minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.00 perDad: type: number format: double description: Percentual de descontos adicionais minimum: 0.00 maximum: 100.00 default: 0.00 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editValoresGeraisNotaFiscal: type: object required: – id allOf: – #/definitions/valoresGeraisNotaFiscal importacaoNotaFiscal: description: Contém detalhes da importação da nota fiscal type: object required: – id properties: id: type: string format: uuid description: Identificação do registro notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal de entrada numDoi: type: string maxLength: 20 description: Número DI datDoi: type: string format: date description: Data Registro DI locDes: type: string maxLength: 60 description: Local de desembaraço datDes: type: string format: date description: Data do desembaraço aduaneiro e007ufsDes: type: object allOf: – #/definitions/e007ufs description: Estado desembaraço tipNdi: type: string allOf: – #/definitions/enumTipNdi description: Documento Importação e001pesCodExp: type: object allOf: – #/definitions/e001pes description: Código do exportador numDfs: type: string maxLength: 20 description: Número DFS tipItd: type: string allOf: – #/definitions/enumTipItd description: Intermediação Importação ideAdq: type: string maxLength: 18 description: CPF/CNPJ Adquirente/Encomendante e007ufsAdq: type: object allOf: – #/definitions/e007ufs description: UF Adquirente/Encomendante codVii: type: string allOf: – #/definitions/enumTipVii description: Via transp. inter. DI datPta: type: string format: date description: Data de permanência usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editImportacaoNotaFiscal: type: object required: – id allOf: – #/definitions/importacaoNotaFiscal itemNotaFiscal: description: Item de nota fiscal de entrada type: object required: – id – e001tns properties: id: type: string format: uuid description: Identificação do registro notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal de entrada e075der: type: object allOf: – #/definitions/e075der description: Produto e080ser: type: object allOf: – #/definitions/e080ser description: Serviço e001tns: type: object allOf: – #/definitions/e001tns description: Transação e015medUniNfc: type: object allOf: – #/definitions/e015med description: Unidade de compra e205dep: type: object allOf: – #/definitions/e205dep description: Depósito qtdRec: type: number format: double description: Recebida Nota Fiscal minimum: 0.00 maximum: 999999999.99999 seqIte: type: integer format: int64 description: Sequencia do item vlrLiq: type: string description: Valor Líquido minimum: -9999999999999.99 maximum: 9999999999999.99 preUni: type: number format: double description: Preço unitário minimum: 0.00 maximum: 99999999999.9999999999 perDsc: type: number format: double description: % Desconto minimum: 0.00 maximum: 100.00 vlrDsc: type: string description: Valor de desconto minimum: 0.00 maximum: 9999999999999.99 qtdEst: type: number format: double description: Quantidade na unidade de estocagem minimum: 0.00 maximum: 999999999.99999 preEst: type: number format: double description: Preço conforme unidade de armazenamento minimum: 0.00 maximum: 99999999999.9999999999 e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo e082tab: type: object allOf: – #/definitions/e082tab description: Tabela de preço pesBru: type: number format: double description: Peso bruto minimum: 0.00 maximum: 99999999.99999 pesLiq: type: number format: double description: Peso líquido minimum: 0.00 maximum: 99999999.99999 vlrFre: type: string description: Valor do frete minimum: 0.00 maximum: 9999999999999.99 vlrSeg: type: string description: Valor do seguro minimum: 0.00 maximum: 9999999999999.99 vlrOut: type: string description: Valor de outras despesas minimum: 0.00 maximum: 9999999999999.99 vlrFin: type: string description: Valor para Financeiro minimum: -9999999999999.99 maximum: 9999999999999.99 vlrFrd: type: string description: Valor de frete destacado minimum: -9999999999999.99 maximum: 9999999999999.99 vlrFei: type: string description: Valor de frete de importação minimum: -9999999999999.99 maximum: 9999999999999.99 vlrPdg: type: string description: Valor de pedágio minimum: -9999999999999.99 maximum: 9999999999999.99 vlrAfm: type: string description: Valor de AFRMM minimum: -9999999999999.99 maximum: 9999999999999.99 vlrEmb: type: string description: Valor de embalagens minimum: -9999999999999.99 maximum: 9999999999999.99 vlrEnc: type: string description: Valor de encargos minimum: -9999999999999.99 maximum: 9999999999999.99 vlrOud: type: string description: Valor de outras despesas destacado minimum: -9999999999999.99 maximum: 9999999999999.99 vlrSei: type: string description: Valor Seguro Importação minimum: -9999999999999.99 maximum: 9999999999999.99 vlrOui: type: string description: Valor Outras Despesas Importação minimum: -9999999999999.99 maximum: 9999999999999.99 vlrDad: type: string description: Valor de desconto adicional minimum: -9999999999999.99 maximum: 9999999999999.99 vlrDar: type: string description: Valor de arredondamento minimum: -9999999999999.99 maximum: 9999999999999.99 impostoItemNotaFiscal: type: array items: type: object allOf: – #/definitions/impostoItemNotaFiscal description: Impostos do item ligacaoItemFornecedor: type: object allOf: – #/definitions/ligacaoItemFornecedor description: Tabelas – Ligação produto do fornecedor X produto do ERP vlrBru: type: string description: Valor bruto minimum: -9999999999999.99 maximum: 9999999999999.99 e091plf: type: object allOf: – #/definitions/e091plf description: Conta financeira movEst: type: boolean description: Indica se o produto movimentou estoque default: false adicaoItemNotaFiscal: type: array items: type: object allOf: – #/definitions/adicaoItemNotaFiscal description: Informações adicionais do documento de importação itemOrigemNotaSaida: type: object allOf: – #/definitions/itemNotaFiscalSaida description: Item de origem qtdDev: type: number format: double description: Quantidade devolvida minimum: 0.00 maximum: 999999999.99999 descontaIcmsst: type: string allOf: – #/definitions/enumDescontaICMSST description: Desconta ICMS ST – EFD ICMS IPI vlrEst: type: string description: Valor a ser adicionado estoque minimum: -9999999999999.99 maximum: 9999999999999.99 complemento: type: string maxLength: 250 description: complemento do item ncm: type: object allOf: – #/definitions/ncm description: Id do NCM cest: type: string maxLength: 7 description: Especificador substituição tributária – CEST itemOrigemId: type: string format: uuid description: Id de origem do item vlrIte: type: string description: Valor do Item minimum: -9999999999999.99 maximum: 9999999999999.99 msgOpe: type: string maxLength: 500 description: Mensagem Operacional sitItem: type: string allOf: – #/definitions/enumSitItem description: Situação do Item codigoFCI: type: string maxLength: 36 description: Código FCI e067fin: type: object allOf: – #/definitions/e067fin description: Finalidade de compra loteItemNota: type: array items: type: object allOf: – #/definitions/loteItemNota description: Lote Item Nota serieItemNota: type: array items: type: object allOf: – #/definitions/serieItemNota description: Serie Item Nota beneficioFiscal: type: object allOf: – #/definitions/beneficioFiscal description: Benefício Fiscal mensagemFiscalItem: type: array items: type: object allOf: – #/definitions/mensagemFiscalItem description: Mensagem fiscal item qtdOrigem: type: number format: double description: Quantidade origem do item minimum: 0.00 maximum: 999999999.99999 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editItemNotaFiscal: type: object required: – id allOf: – #/definitions/itemNotaFiscal e044ccu: description: Cadastros – Centros de Custos type: object required: – codCcu – desCcu – anaSin properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codCcu: type: string maxLength: 9 description: Centro de custos desCcu: type: string maxLength: 80 description: Descrição anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e082tab: description: Tabelas – Tabelas de preços de fornecedores type: object required: – codTpr – desTpr – abrTpr properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codTpr: type: string maxLength: 4 description: Tabela desTpr: type: string maxLength: 30 description: Descrição abrTpr: type: string maxLength: 10 description: Abreviatura e095for: type: object allOf: – #/definitions/e001pes description: Fornecedor excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e082tpr: description: Tabelas – Tabelas de Preços de Fornecedores – Validades type: object required: – datIni – datFim – sitReg properties: id: type: string format: uuid description: Id da entidade e082tab: type: object allOf: – #/definitions/e082tab description: Tabela Preço datIni: type: string format: date description: Validade inicial datFim: type: string format: date description: Validade final sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e210dxp: description: Estoques – Ligação de produtos por depósito type: object required: – sitEst properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e075der: type: object allOf: – #/definitions/e075der description: Derivação e205dep: type: object allOf: – #/definitions/e205dep description: Depósito sitEst: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e095hfoSupRcb: description: Cadastros – Fornecedores – Históricos type: object required: – rvlDar properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e001pes: type: object allOf: – #/definitions/e001pes description: Fornecedor e032edc: type: object allOf: – #/definitions/e032edc description: Espécie Documento rvlDar: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de arredondamento excluido: type: boolean description: Indica se o registro foi excluído rvlCfr: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor do conhecimento de frete para efetuar movimento de estoque(acerto) usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE095hfoSupRcb: type: object required: – id allOf: – #/definitions/e095hfoSupRcb e095fxs: description: Cadastros – Fornecedores – Ligação Fornecedor X Série type: object required: – e001pes – e070emp – e070fil – e020snf properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial e020snf: type: object allOf: – #/definitions/e020snf description: Série da nota fiscal codSel: type: string maxLength: 3 description: Série codSsl: type: string maxLength: 2 description: Subsérie usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE095fxs: type: object required: – id allOf: – #/definitions/e095fxs e001tnsSupRcb: description: Especialização de transações para o processo de recebimento type: object required: – e002tpt properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação conNnf: type: boolean description: Indicativo se deve consistir a natureza de operação na nota fiscal default: true cprDev: type: boolean description: NFE de devolução e002tpt: type: object allOf: – #/definitions/e002tpt description: Código do tipo de título para nota de entrada tipoLancamento: type: string allOf: – #/definitions/enumTipLancTrans description: Tipo de lançamento para nota de entrada indPref: type: boolean description: Indicativo Transação preferencial para recebimento eletrônico default: false tnsEstorno: type: boolean description: Indica se a transação é utilizada para estorno default: false excluido: type: boolean description: Indica se o registro foi excluído default: false indAtualizaValorEstoque: type: boolean description: Indica se deve atualizar valor de estoque default: true usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE001tnsSupRcb: type: object required: – id allOf: – #/definitions/e001tnsSupRcb e070filSupCpr: description: Cadastros – Filiais – Parâmetros compras type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial cprPdi: type: string format: date description: Período inicial para compras cprPdf: type: string format: date description: Período final para compras excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e075derSupCpr: description: Especialização de produtos para compras type: object properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto indCpr: type: boolean description: Indicativo se pode ser comprado excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: impostoItemNotaFiscal: description: Nota fiscal – Itens da nota – Impostos type: object required: – tipImp – e027str – e027eqi properties: id: type: string format: uuid description: Id da entidade itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal tipImp: type: string allOf: – #/definitions/enumTipImpDoc description: Tipo de imposto basImp: type: string description: Base de cálculo do imposto minimum: 0.00 maximum: 9999999999999.99 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 vlrImp: type: string description: Valor do imposto minimum: 0.00 maximum: 9999999999999.99 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 vlrOut: type: number format: double description: Valor outras minimum: 0.00 maximum: 99999999999.9999 vlrIst: type: number format: double description: Valor isentas minimum: 0.00 maximum: 99999999999.9999 calLiq: type: string allOf: – #/definitions/enumCalcularValorLiquido description: Indicativo de como deve computar o imposto no valor líquido da nota impMan: type: boolean description: Indica se o imposto é manual default: false e027str: type: object allOf: – #/definitions/e027str description: Situação tributária recuperavel: type: boolean description: Indica se o imposto é recuperável default: false e027eqi: type: object allOf: – #/definitions/e027eqi description: Tabelas – Enquadramento de IPI oriMer: type: string maxLength: 255 description: Origem fiscal da mercadoria motDes: type: string allOf: – #/definitions/enumMotDes description: Motivo Desoneração perCnf: type: number format: double description: Percentual suportado consumidor final minimum: 0.00 maximum: 999.99999 vlrRst: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 9999999999999.99 vlrIsr: type: string description: Valor ICMS ST retido minimum: 0.00 maximum: 9999999999999.99 vlrRec: type: number format: double 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: number format: double description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 guiaPorDocumento: type: boolean description: Gerar 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 regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime de controle de retenção codigoTributacao: type: string maxLength: 6 description: Código de Tributação tipoBaseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Tipo de base de cálculo de crédito regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário parametroStCalculoImpostos: type: string format: uuid description: Id de retorno do motor de impostos – ST parametroCalculoImpostos: type: string format: uuid description: Id de retorno do motor de impostos perfilTributarioCalculoImpostos: type: string format: uuid description: Id do perfil tributário que contem os parametros de cálculo basImpDest: type: string description: Valor da Base destacada a ser enviada no XML minimum: 0.00 maximum: 9999999999999.99 indicativoAquisicao: type: string allOf: – #/definitions/enumFunruralIndicativoAquisicao description: Indicativo de aquisição para o FUNRURAL paramStEstadoCalculoImpostos: type: string format: uuid description: Id de retorno do motor de impostos – ST percentualSuspensaoParcial: type: number format: double description: Percentual de suspensão parcial do ICMS minimum: 0 maximum: 100.0000 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editImpostoItemNotaFiscal: type: object required: – id allOf: – #/definitions/impostoItemNotaFiscal lote: description: Lote de produtos type: object required: – id – e075der – codigo properties: id: type: string format: uuid description: Identificação do lote e075der: type: object allOf: – #/definitions/e075der description: Identificação do produto codigo: type: string maxLength: 50 description: Código do lote dataFabricacao: type: string format: date description: Data de fabricação do lote dataValidade: type: string format: date description: Data de validade do lote usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLote: type: object required: – id allOf: – #/definitions/lote loteItemNota: description: Item do lote type: object required: – id – lote – quantidade properties: id: type: string format: uuid description: Identificação do item da nota fiscal itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal lote: type: object allOf: – #/definitions/lote description: Identificação do lote quantidade: type: string description: Quantidade usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLoteItemNota: type: object required: – id allOf: – #/definitions/loteItemNota serie: description: Série de produtos type: object required: – id – e075der – codigo properties: id: type: string format: uuid description: Identificação da série e075der: type: object allOf: – #/definitions/e075der description: Identificação do produto codigo: type: string maxLength: 50 description: Código da série dataFabricacao: type: string format: date description: Data de fabricação da série dataValidade: type: string format: date description: Data de validade da série usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editSerie: type: object required: – id allOf: – #/definitions/serie serieItemNota: description: Item da série type: object required: – id – serie properties: id: type: string format: uuid description: Identificação do item da nota fiscal itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal serie: type: object allOf: – #/definitions/serie description: Identificação da série usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editSerieItemNota: type: object required: – id allOf: – #/definitions/serieItemNota e099usuSupRcb: description: Usuários do recebimento type: object required: – id – codUsu – nomUsu – e070emp properties: id: type: string format: uuid description: Id do usuário codUsu: type: string maxLength: 255 description: Código do usuário nomUsu: type: string maxLength: 255 description: Nome do usuário e070emp: type: object allOf: – #/definitions/e070emp description: Id da empresa cprApd: type: boolean description: Indicativo se o usuário pode aprovar entrada de NF entrada com diferença default: true cprVno: type: number format: double description: Percentual de diferença aceito no preço unitário do item entre a OC x NFE minimum: 0.00 maximum: 999.99 cprQno: type: number format: double description: Percentual de diferença aceito na quantidade do item da OC x NFE minimum: 0.00 maximum: 999.99 cprPdn: type: number format: double description: Percentual de diferença aceito entre o valor líquido da OC x NFE minimum: 0.00 maximum: 999.99 cprVdn: type: number format: double description: Diferença de valor aceito entre o valor líquido da OC x NFE minimum: 0.00 maximum: 999999999.99 cprAne: type: boolean description: Indicativo se o usuário pode alterar a situação da NF de Entrada default: true cprAdg: type: boolean description: Indicativo se o usuário pode alterar os dados gerais da NF Entrada default: true cprRca: type: boolean description: Indicativo se o usuário tem permissão de reabilitar/cancelar uma nota fiscal de entrada default: false cleQtd: type: boolean description: Indicativo se usuário pode alterar peso e quantidade recebida na coleta de produtos em fornecedores default: false clePrc: type: boolean description: Indicativo se o usuário pode alterar a coleta de produtos em fornecedores processada default: false cprIgc: type: boolean description: Indicativo se o usuário pode gerar uma nova contagem default: true cprAsc: type: boolean description: Indicativo se o usuário pode alterar a situação de uma contagem na própria tela default: true cprAqc: type: boolean description: Indicativo se o usuário pode alterar a quantidade em uma contagem default: true simFec: type: boolean description: Indicativo se o usuário tem permissão simular o fechamento da nota fiscal de entrada default: true excluido: type: boolean description: Indicativo de exclusão lógica do registro default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE099usuSupRcb: type: object required: – id allOf: – #/definitions/e099usuSupRcb e095pes: description: Tabelas – Fornecedores type: object required: – sitFor properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Código da pessoa sitFor: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e095hfoSupGer: description: Informações adicionais – Rateio de valores type: object required: – rvlFre – rvlFei – rvlFrd – rvlSeg – rvlEmb – rvlEnc – rvlOut – rvlOud – rvlDad – rvlSei – rvlOui – rvlAfm properties: id: type: string format: uuid description: Id da entidade e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor e070fil: type: object allOf: – #/definitions/e070fil description: Filial rvlFre: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de frete rvlFei: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de frete de importação rvlFrd: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de frete destacado rvlSeg: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de seguro rvlEmb: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de embalagens rvlEnc: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de encargos rvlOut: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de outras despesas rvlOud: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de outras despesas destacado rvlDad: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de desconto adicional rvlSei: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de seguro importação rvlOui: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de outras despesas de importação rvlAfm: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor de AFRMM e082tab: type: object allOf: – #/definitions/e082tab description: Tabela de preço padrão e028cpg: type: object allOf: – #/definitions/e028cpg description: Condição de pagamento padrão cifFob: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete criEdv: type: string allOf: – #/definitions/enumAntPos description: Critério Dia Vencimento rvlCfr: type: string allOf: – #/definitions/enumRatVal description: Tipo de rateio do valor do conhecimento de frete para efetuar movimento de estoque(acerto) excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração e067fin: type: object allOf: – #/definitions/e067fin description: Finalidade de compra usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001tnsSupGer: description: Transação type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação cprTnf: type: boolean description: Transação soma o valor do item no valor total do financeiro default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: transporteNotaFiscal: description: Detalhes de transporte da nota fiscal type: object required: – id – cifFob properties: id: type: string format: uuid description: Identificação do registro notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal e008raiCodRem: type: object allOf: – #/definitions/e008rai description: Cidade do remetente e008raiCodDes: type: object allOf: – #/definitions/e008rai description: Cidade do destinatário e073traCodTra: type: object allOf: – #/definitions/e073pes description: Transportadora e073traCodRed: type: object allOf: – #/definitions/e073pes description: Transportadora para redespacho e074via: type: string allOf: – #/definitions/enumViaTransp description: Via de transporte plaVei: type: string maxLength: 10 description: Placa do veículo e007ufsVei: type: object allOf: – #/definitions/e007ufs description: UF do veículo tipCte: type: string allOf: – #/definitions/enumTipCte description: Tipo de CTe tipSer: type: string allOf: – #/definitions/enumTipSrv description: Tipo de serviço somFre: type: boolean description: Somar frete no valor líquido cifFob: type: string allOf: – #/definitions/enumCifFob description: Tipo de frete e001endSeqCol: type: object allOf: – #/definitions/e001end description: Sequência do endereço de coleta do fornecedor e070entSeqEnt: type: object allOf: – #/definitions/e070ent description: Sequência do endereço de entrega da filial usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editTransporteNotaFiscal: type: object required: – id allOf: – #/definitions/transporteNotaFiscal parcelaNotaFiscal: description: Parcelas da nota fiscal de entrada type: object properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal de entrada seqPar: type: integer format: int64 description: Sequência minimum: 0 maximum: 9999 default: 0 numPar: type: string maxLength: 15 description: Número do título/parcela e002tpt: type: object allOf: – #/definitions/e002tpt description: Código do tipo de título diaPar: type: integer format: int64 description: Quantidade de dias para a parcela minimum: 0 maximum: 9999 default: 0 vctPar: type: string format: date description: Data de vencimento da parcela perPar: type: number format: double description: Percentual do valor da parcela minimum: 0.0000 maximum: 999.9999 default: 0.0 vlrPar: type: string description: Valor da parcela minimum: 0.00 maximum: 9999999999999.99 default: 0.0 e066fpg: type: object allOf: – #/definitions/e066fpg description: Forma de pagamento da parcela obsPar: type: string maxLength: 250 description: Observação da parcela codigoBarras: type: string maxLength: 48 description: Código de barras da parcela usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editParcelaNotaFiscal: type: object required: – id allOf: – #/definitions/parcelaNotaFiscal e002tpt: description: Tipo de título type: object required: – codTpt – desTpt – abrTpt properties: id: type: string format: uuid description: Id da entidade codTpt: type: string maxLength: 3 description: Tipo de título desTpt: type: string maxLength: 40 description: Descrição do tipo de título abrTpt: type: string maxLength: 5 description: Abreviatura do tipo de título sitTpt: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e066fpg: description: Tabelas – Formas de Pagamento type: object required: – codFpg – desFpg – sitFpg – tipFpg properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFpg: type: integer format: int64 description: Código Forma Pagamento minimum: 0 maximum: 99 desFpg: type: string maxLength: 30 description: Descrição sitFpg: type: string allOf: – #/definitions/enumSitReg description: Situação tipFpg: type: string allOf: – #/definitions/enumTipFpg description: Tipo pagamento excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e028icp: description: Tabelas – condição de pagamento – parcelas type: object required: – seqIcp – qtdPar properties: id: type: string format: uuid description: Id da entidade e028cpg: type: object allOf: – #/definitions/e028cpg description: Código da condição de pagamento seqIcp: type: integer format: int64 description: Ordem sequencial para controle das parcelas maximum: 99 qtdPar: type: integer format: int64 description: Quantidade de parcelas maximum: 999 diaPar: type: integer format: int64 description: Quantidade de dias de intervalo entre as parcelas maximum: 999 perRat: type: number format: double description: Percentual do total a ser considera para a condição de pagamento maximum: 100.00 indPag: type: string allOf: – #/definitions/enumIndPag description: Indicativo da forma de pagamento e066fpg: type: object allOf: – #/definitions/e066fpg description: Código da forma de pagamento excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070filSupGer: description: Cadastros – Filiais – Parâmetros do comercial type: object required: – excluido properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial pagAvs: type: string allOf: – #/definitions/enumAntPos description: Critério Vencimento excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE070filSupGer: type: object required: – id allOf: – #/definitions/e070filSupGer e020par: description: Tabelas – séries de notas fiscais – parcelas type: object required: – codPar – desPar properties: id: type: string format: uuid description: Id da entidade e020snf: type: object allOf: – #/definitions/e020snf description: Série codPar: type: integer format: int64 description: Código minimum: 0 maximum: 999 desPar: type: string maxLength: 4 description: Descrição excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e403fpr: description: Tabelas – Ligação produto do fornecedor X produto do ERP type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor e075der: type: object allOf: – #/definitions/e075der description: Produto no ERP e080ser: type: object allOf: – #/definitions/e080ser description: Id do serviço e015med: type: object allOf: – #/definitions/e015med description: Unidade de medida de entrada padrão e001tnsPro: type: object allOf: – #/definitions/e001tns description: Id da transação padrão para produtos da nota fiscal de entrada e001tnsSer: type: object allOf: – #/definitions/e001tns description: id da transação padrão de serviços da nota fiscal de entrada bloFpr: type: boolean description: Bloqueio da entrada deste produto do fornecedor default: false excluido: type: boolean description: Indica se o registro foi excluído default: false e070fil: type: object allOf: – #/definitions/e070fil description: Filial preferencial: type: boolean description: Preferencial default: false e067fin: type: object allOf: – #/definitions/e067fin description: Id da finalidade de compra extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: ligacaoItemFornecedor: description: Ligação produto do fornecedor X produto do ERP type: object required: – iteFor – situacao properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor e075der: type: object allOf: – #/definitions/e075der description: Produto no ERP e080ser: type: object allOf: – #/definitions/e080ser description: Serviço no ERP iteFor: type: string maxLength: 60 description: Código do produto para o fornecedor desFor: type: string maxLength: 250 description: Descrição do produto para o fornecedor situacao: type: string allOf: – #/definitions/enumSitReg description: Situação da ligação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: ligacaoItemFornecedorUnidadeMedida: description: Ligação produto do fornecedor X produto do ERP – Unidades de medidas type: object required: – ligacaoItemFornecedor – uniMed – uniMe2 properties: id: type: string format: uuid description: Id da entidade ligacaoItemFornecedor: type: object allOf: – #/definitions/ligacaoItemFornecedor description: Produto fornecedor uniMed: type: string maxLength: 6 description: Unidade de medida do produto no XML uniMe2: type: object allOf: – #/definitions/e015med description: Unidade de medida do produto no ERP excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLigacaoItemFornecedorUnidadeMedida: type: object required: – id allOf: – #/definitions/ligacaoItemFornecedorUnidadeMedida e403ume: description: Conversões de unidade de medida de um produto type: object required: – e095pes – e075der – e015medUniMe1 – e015medUniMe2 properties: id: type: string format: uuid description: Id da entidade e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor e075der: type: object allOf: – #/definitions/e075der description: Produto e015medUniMe1: type: object allOf: – #/definitions/e015med description: Unidade de medida e015medUniMe2: type: object allOf: – #/definitions/e015med description: Unidade de medida vlrCnv: type: number format: double description: Valor para converter entre as unidades de medida 1 e 2 minimum: 0.00 maximum: 9999999.999999 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE403ume: type: object required: – id allOf: – #/definitions/e403ume e009ppeSupRcb: description: Tabelas – Parâmetros de recebimento por estado e filial type: object required: – e070fil – e007ufs – excluido properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial da entrada e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado do fornecedor e001tnsCprTnp: type: object allOf: – #/definitions/e001tns description: Transação padrão para nota fiscal de entrada de produtos adquiridos e001tnsCprTns: type: object allOf: – #/definitions/e001tns description: Transação padrão para nota fiscal de entrada de serviços e001tnsCprTdp: type: object allOf: – #/definitions/e001tns description: Transação padrão para devolução de produtos e001tnsCprTds: type: object allOf: – #/definitions/e001tns description: Transação padrão para devolução de serviços excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE009ppeSupRcb: type: object required: – id allOf: – #/definitions/e009ppeSupRcb notaFiscalXML: description: Representa a nota (XML) importado do eDocs type: object required: – e070fil – cnpjEmitente – nomeEmitente – siglaUF – dataEmissao – modeloNota – numeroNota – serieNota – arquivoXML – situacaoImportacao – tipoDocumento – tipoNota properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial da nota cnpjEmitente: type: string maxLength: 14 description: CNPJ do emissor nomeEmitente: type: string maxLength: 60 description: Nome do emissor siglaUF: type: string maxLength: 2 description: UF dataEmissao: type: string format: date-time description: Data de emissao modeloNota: type: integer format: int64 description: Modelo da nota no XML numeroNota: type: integer format: int64 description: Número da nota no XML serieNota: type: integer format: int64 description: Série da nota no XML valorNota: type: string description: Valor total da nota minimum: 0.00 maximum: 9999999999999.99 versaoNota: type: string maxLength: 5 description: Versão da nota fiscal arquivoXML: type: string maxLength: 999999999 description: XML completo situacaoImportacao: type: string allOf: – #/definitions/enumSitImp description: Situação da importação da nota tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo documento chaveEletronica: type: string maxLength: 44 description: Chave de acesso à nota na SEFAZ e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa atribuída ao documento em importação tipoNota: type: string allOf: – #/definitions/enumTipNfe description: Tipo de nota fiscal usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscalXML: type: object required: – id allOf: – #/definitions/notaFiscalXML e001tnsCplImpEnt: description: Transação complience impostos de entrada type: object required: – obrigaDrawback properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação e024msgCprMs1: type: object allOf: – #/definitions/e024msg description: 1ª mensagem padrão da nota fiscal de entrada e024msgCprMs2: type: object allOf: – #/definitions/e024msg description: 2ª mensagem padrão da nota fiscal de entrada e024msgCprMs3: type: object allOf: – #/definitions/e024msg description: 3ª mensagem padrão da nota fiscal de entrada e024msgCprMs4: type: object allOf: – #/definitions/e024msg description: 4ª mensagem padrão da nota fiscal de entrada cprNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) cprTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da operação e001tnsEstorno: type: object allOf: – #/definitions/e001tns description: Transação padrão para estorno excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração obrigaDrawback: type: boolean description: Obriga drawback usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001tnsCplImpSai: description: Transação complience impostos de saída type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação venTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operação e024msgVenMs1: type: object allOf: – #/definitions/e024msg description: 1ª mensagem padrão da nota fiscal de entrada e024msgVenMs2: type: object allOf: – #/definitions/e024msg description: 2ª mensagem padrão da nota fiscal de entrada e024msgVenMs3: type: object allOf: – #/definitions/e024msg description: 3ª mensagem padrão da nota fiscal de entrada e024msgVenMs4: type: object allOf: – #/definitions/e024msg description: 4ª mensagem padrão da nota fiscal de entrada venNat: type: string maxLength: 5 description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002) e001tnsEstorno: type: object allOf: – #/definitions/e001tns description: Transação padrão para estorno excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070filSupRcb: description: Cadastros – Filiais type: object required: – datVcp – e001tnsCmpQtd – e001tnsCmpVlr – e001tnsVlrFre properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e020snf: type: object allOf: – #/definitions/e020snf description: Série padrão para notas de emissão de terceiro e020snfEmisProp: type: object allOf: – #/definitions/e020snf description: Série padrão para notas de emissão própria e020snfFrete: type: object allOf: – #/definitions/e020snf description: Série padrão para notas de frete herObs: type: boolean description: Herdar as observações do pedido de compra para nota de entrada datVcp: type: string allOf: – #/definitions/enumVencimentoParcela description: Data base para cálculo de vencimento dos títulos busPed: type: boolean description: Buscar pedidos de compras ao executar o recebimento eletrônico excluido: type: boolean description: Indica se o registro foi excluído default: false e001tnsCmpQtd: type: object allOf: – #/definitions/e001tns description: Transação para complemento de quantidade e001tnsCmpVlr: type: object allOf: – #/definitions/e001tns description: Transação para complemento de valor e001tnsVlrFre: type: object allOf: – #/definitions/e001tns description: Transação para valorização de frete e080ser: type: object allOf: – #/definitions/e080ser description: Serviço padrão para a nota de frete difMax: type: string description: Diferença máxima do imposto a recuperar calculado e da NF-e minimum: 0.00 maximum: 99.99999 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE070filSupRcb: type: object required: – id allOf: – #/definitions/e070filSupRcb e091plf: description: Tabelas – Plano Financeiro – Contas type: object required: – ctaFin – desCta – abrCta – claFin – sitFin – anaSin properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaFin: type: integer format: int64 description: Conta Financeira Reduzida minimum: 0 maximum: 9999999 desCta: type: string maxLength: 80 description: Nomenclatura abrCta: type: string maxLength: 20 description: Abreviatura claFin: type: string maxLength: 30 description: Classificação sitFin: type: string allOf: – #/definitions/enumSitReg description: Situação anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e025fer: description: Feriado type: object required: – diaFer – mesFer – anoFer – desFer properties: id: type: string format: uuid description: Id da entidade diaFer: type: integer format: int64 description: Dia do feriado minimum: 0 maximum: 99 mesFer: type: integer format: int64 description: Mês do feriado minimum: 0 maximum: 99 anoFer: type: integer format: int64 description: Ano do feriado minimum: 0 maximum: 9999 e006pai: type: object allOf: – #/definitions/e006pai description: País e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade desFer: type: string maxLength: 30 description: Descrição ferBan: type: boolean description: É apenas feriado bancário excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: integracaoNotaFiscal: description: Integração da nota fiscal type: object required: – modulo – situacao properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal modulo: type: string allOf: – #/definitions/enumModulo description: Módulo da integração transacaoId: type: string format: uuid description: Id da transação da nota situacao: type: string allOf: – #/definitions/enumSituacaoIntegracao description: Situação da integração msgErro: type: string maxLength: 255 description: Mensagme de erro excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editIntegracaoNotaFiscal: type: object required: – id allOf: – #/definitions/integracaoNotaFiscal e001int: description: Tabelas – transações – integrações type: object properties: id: type: string format: uuid description: Id da entidade e001tnsCodTns: type: object allOf: – #/definitions/e001tns description: Transação e001tnsTnsInt: type: object allOf: – #/definitions/e001tns description: Transação integrada modInt: type: string allOf: – #/definitions/enumLisMod description: Módulo transação integrada excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: adicaoItemNotaFiscal: description: Informações adicionais do documento de importação type: object properties: id: type: string format: uuid description: Id da entidade itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal numAdi: type: integer format: int64 description: Número da adição minimum: 0 maximum: 999 seqAdi: type: integer format: int64 description: Número seq. item adição minimum: 0 maximum: 999 dscAdi: type: string description: Valor desconto item DI minimum: 0.00 maximum: 9999999999999.99 e001pesFabEst: type: object allOf: – #/definitions/e001pes description: Código fabricante estrangeiro numDrb: type: string maxLength: 11 description: Num. Ato Drawback usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editAdicaoItemNotaFiscal: type: object required: – id allOf: – #/definitions/adicaoItemNotaFiscal divergenciasImportacao: description: Inconsistencias na importação type: object required: – chave – notaFiscalXML – status – sequencia properties: id: type: string format: uuid description: Id da entidade chave: type: string maxLength: 255 description: Chave da divergência codigo: type: string allOf: – #/definitions/enumTipoDivergencia description: Código da inconsistencia descricao: type: string maxLength: 250 description: Descricao da inconsistencia notaFiscalXML: type: object allOf: – #/definitions/notaFiscalXML description: Nota fiscal XML status: type: string allOf: – #/definitions/enumSitDivergencia description: Status da inconsitência solucao: type: string allOf: – #/definitions/enumTipoSolucao description: Solução registroSelecionadoId: type: string format: uuid description: ID entidade selecionada sequencia: type: integer format: int64 description: Sequencia parametrosSolucao: type: string maxLength: 255 description: Parâmetros de solução da divergência usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editDivergenciasImportacao: type: object required: – id allOf: – #/definitions/divergenciasImportacao e075bar: description: Códigos de barras type: object required: – e070emp – codBar – e075der properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Código empresa codBar: type: string maxLength: 20 description: Código barras e075der: type: object allOf: – #/definitions/e075der description: Derivação e015med: type: object allOf: – #/definitions/e015med description: Unidade medida codEmb: type: integer format: int64 description: Embalagem minimum: 0 maximum: 9999 codGtn: type: string maxLength: 14 description: Gtin uni. trib excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE075bar: type: object required: – id allOf: – #/definitions/e075bar e070filCplImp: description: Filial especialização compliance impostos type: object required: – id properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial detImp: type: string allOf: – #/definitions/enumDetImp description: Detalhar impostos nos documentos fiscais de venda a consumidor cprNfo: type: boolean description: Indicativo se deve ser considerada a parametrização dos itens das notas fiscais dos itens de origem no fechamento das notas fiscais de frete para crédito de IPI, ICMS, PIS e COFINS e024msgCodMs1: type: object allOf: – #/definitions/e024msg description: Código da 1ª mensagem padrão da nota fiscal de saída e024msgCodMs2: type: object allOf: – #/definitions/e024msg description: Código da 2ª mensagem padrão da nota fiscal de saída e024msgCodMs3: type: object allOf: – #/definitions/e024msg description: Código da 3ª mensagem padrão da nota fiscal de saída e024msgCodMs4: type: object allOf: – #/definitions/e024msg description: Código da 4ª mensagem padrão da nota fiscal de saída icmEfe: type: boolean description: Indicativo se gera informações do ICMS Efetivo (ICMS60 e ICMS500) na NF-e 4.00 default: false cepIss: type: string allOf: – #/definitions/enumCepIss description: Município onde o ISS é tributado calFci: type: boolean description: Filial se beneficiará da resolução SF 13/2012 fatFci: type: boolean description: Permite faturar o produto sem que haja o cálculo de FCI apurado para o mesmo fciInt: type: boolean description: Listar código do FCI em operações internas cepIssEnt: type: string allOf: – #/definitions/enumCepIssEnt description: Município de tributação ISS sobre compras excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração codRtr: type: string allOf: – #/definitions/enumCodCrt description: Código do regime tributário usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: ncm: description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos type: object required: – codigo – descricao – aliquotaIPI – vigenciaInicial properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 8 description: Nomenclatura comum do Mercosul (NCM) descricao: type: string maxLength: 250 description: Descrição aliquotaIPI: type: number format: double description: Alíquota IPI minimum: 0 maximum: 999.9999 excecaoIPI: type: boolean description: Exceção de IPI default: false excecaoIPICodigo: type: integer format: int64 description: Código da exceção de IPI minimum: 0 maximum: 999 uTrib: type: object allOf: – #/definitions/e015med description: Unidade de medida tributável codigoCest: type: string maxLength: 7 description: Código especificador da substituição tributária vigenciaInicial: type: string format: date description: Vigência inicial vigenciaFinal: type: string format: date description: Vigência final excluido: type: boolean description: Sinaliza se o registro foi excluido default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e075derCplImp: description: Especialização cadastro de produto type: object properties: id: type: string format: uuid description: Id da entidade e075der: type: object allOf: – #/definitions/e075der description: Produto iteFis: type: string maxLength: 60 description: Código fiscal desFis: type: string maxLength: 255 description: Descrição fiscal ncm: type: object allOf: – #/definitions/ncm description: NCM proImp: type: string allOf: – #/definitions/enumProImp description: Tipo Produto para Impostos codAnp: type: integer format: int64 description: Código de produto ANP desAnp: type: string maxLength: 95 description: Descrição do produto conforme ANP oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria codCes: type: string maxLength: 7 description: Especificador substituição tributária gruIst: type: boolean description: Gerar grupo de repasse de ICMS ST na NF-e mesmo com CST 60 default: false controlaPEPs: type: boolean description: controla PEPs default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e080serCplImp: description: Especialização cadastro de serviço type: object properties: id: type: string format: uuid description: Id da entidade e080ser: type: object allOf: – #/definitions/e080ser description: Serviço iteFis: type: string maxLength: 60 description: Código fiscal desFis: type: string maxLength: 255 description: Descrição fiscal codClf: type: object allOf: – #/definitions/ncm description: NCM serImp: type: object allOf: – #/definitions/leiComplementar1162003 description: Tipo de serviço baseado LC116/2003 codNbs: type: object allOf: – #/definitions/nbs description: Nomenclatura brasileira de serviços codAtv: type: string maxLength: 16 description: Código da atividade do item de serviço codDfs: type: string format: uuid description: Código do dispositivo fiscal oriMer: type: string allOf: – #/definitions/enumOriMer description: Origem fiscal da mercadoria codCes: type: string maxLength: 7 description: Especificador substituição tributária excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: nbs: description: Nomenclatura brasileira de serviços type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 300 description: Descriçã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 maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: leiComplementar1162003: description: Lei complementar 116/2003 type: object required: – codigo – descricao – situacao properties: id: type: string format: uuid description: Id da entidade codigo: type: string maxLength: 10 description: Código descricao: type: string maxLength: 500 description: Descriçã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 maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e027str: description: Cadastro de Situação tributária type: object required: – codStr – desStr – tipImp – tipOpe – situacao 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 maxLength: 255 description: Abreviatura tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação regTri: type: string allOf: – #/definitions/enumRegimeTributarioCst description: Regime tributário para CST de ICMS codCid: type: object allOf: – #/definitions/e008rai description: Cidade 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 maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: loteProcessamento: description: Lote de processamento type: object required: – id – situacao properties: id: type: string format: uuid description: Identificação do lote situacao: type: string allOf: – #/definitions/enumSituacaoLoteProcessamento description: Situação do lote de processamento notaLoteProcessamento: type: array items: type: object allOf: – #/definitions/notaLoteProcessamento description: Lista de notas usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLoteProcessamento: type: object required: – id allOf: – #/definitions/loteProcessamento notaLoteProcessamento: description: Nota lote de processamento type: object required: – id – notaFiscal – situacao properties: id: type: string format: uuid description: Identificação do registro lote: type: object allOf: – #/definitions/loteProcessamento description: Lote de processamento notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal situacao: type: string allOf: – #/definitions/enumSituacaoNotaLoteProcessamento description: Situação do processamento mensagem: type: string maxLength: 255 description: Mensagem de processamento usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaLoteProcessamento: type: object required: – id allOf: – #/definitions/notaLoteProcessamento pedidoOrigemItemNotaFiscal: description: Tabela de ligação do item da nota fiscal com o pedido de compra type: object required: – id – itemNotaFiscal – itemPedidoCompra – quantidadeItemPedido properties: id: type: string format: uuid description: identificação do registro itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Identificação do item itemPedidoCompra: type: string format: uuid description: Identificação do item de pedido de compra que originou o item na nota fiscal pedidoCompra: type: string format: uuid description: Id do pedido de compra do item origem e070fil: type: object allOf: – #/definitions/e070fil description: Filial do item do pedido de comprado item do pedido de compra numeroPedido: type: integer format: int64 description: Número do pedido de compra que originou o item da nota fiscal sequenciaItemPedido: type: integer format: int64 description: Sequência do item no pedido de compra que originou o item da nota fiscal quantidadeItemPedido: type: number format: double description: Quantidade do item do pedido que originou a nota fiscal minimum: 0.00 maximum: 9999999999999.99 e015med: type: object allOf: – #/definitions/e015med description: Unidade de medida do item do pedido de compra e015medFor: type: object allOf: – #/definitions/e015med description: Unidade de medida do item do pedido de compra na unidade de compra quantidadeCompraItemPedido: type: number format: double description: Quantidade de compra do item do pedido que originou a nota fiscal minimum: 0.00 maximum: 9999999999999.99 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editPedidoOrigemItemNotaFiscal: type: object required: – id allOf: – #/definitions/pedidoOrigemItemNotaFiscal e021mot: description: Motivo das situações das tabelas type: object required: – codMot – desMot properties: id: type: string format: uuid description: Id da entidade codMot: type: integer format: int64 description: Código do motivo da observação ou situação maximum: 999999 desMot: type: string maxLength: 30 description: Descrição do motivo da observação ou situação aplMot: type: string allOf: – #/definitions/enumAplMot description: Aplicação dos motivos das situações das tabelas excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: ligacaoNotasFiscaisSup: description: Tabela de ligação de notas de entrada com a nota de frete type: object required: – id – notaFiscal – notaOrigem properties: id: type: string format: uuid description: Id da ligação de notas fiscais de entrada com nota de frete notaFiscal: type: object allOf: – #/definitions/notaFiscal description: ID da nota fiscal de frete notaOrigem: type: object allOf: – #/definitions/notaFiscal description: Id da nota nota de origem usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLigacaoNotasFiscaisSup: type: object required: – id allOf: – #/definitions/ligacaoNotasFiscaisSup ligacaoNotasFiscaisCom: description: Tabela de ligação de notas de saída com a nota de frete type: object required: – id – notaFiscal – notaOrigem properties: id: type: string format: uuid description: Id da ligação de notas fiscais de saida com nota de frete notaFiscal: type: object allOf: – #/definitions/notaFiscal description: ID da nota fiscal de frete notaOrigem: type: object allOf: – #/definitions/notaFiscalSaida description: Id da nota nota de origem itemProdutoObtido: type: boolean description: Indicador de obtenção do item da nota fiscal usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLigacaoNotasFiscaisCom: type: object required: – id allOf: – #/definitions/ligacaoNotasFiscaisCom mensagemNotaFiscal: description: Armazena mensagens fiscais compiladas type: object required: – id – e024msg – sequencia properties: id: type: string format: uuid description: Identificação do registro notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal e024msg: type: object allOf: – #/definitions/e024msg description: Identificação da mensagem sequencia: type: integer format: int64 description: Sequência da mensagem fiscal mensagem: type: string maxLength: 1000 description: Mensagem compilada usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editMensagemNotaFiscal: type: object required: – id allOf: – #/definitions/mensagemNotaFiscal 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/enumSituacao description: situacao excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: notaFiscalSaida: description: Nota fiscal de saída type: object required: – id – e070fil – e001pes – e020snf properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e020snf: type: object allOf: – #/definitions/e020snf description: Série numNfs: type: integer format: int64 description: Número da nota fiscal de saída minimum: 0 maximum: 9999999 datEmi: type: string format: date-time description: Data Emissão vlrLiq: type: string description: Valor Líquido minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 codSel: type: string maxLength: 3 description: Série codSsl: type: string maxLength: 2 description: Subsérie chaveEletronica: type: string maxLength: 44 description: Chave Eletrônica processoDevolucaoId: type: string format: uuid description: processo devolucao notaFiscalEntradaId: type: string format: uuid description: Id da nota fiscal de saída notaSaidaOrigemId: type: string format: uuid description: Id da nota fiscal de saída do faturamento usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscalSaida: type: object required: – id allOf: – #/definitions/notaFiscalSaida itemNotaFiscalSaida: description: Item nota fiscal de saída type: object required: – id – notaFiscal – sequencia – qtdeSaida properties: id: type: string format: uuid description: ID do item da nota fiscal de saída notaFiscal: type: object allOf: – #/definitions/notaFiscalSaida description: ID da nota de saída sequencia: type: integer format: int64 description: Sequencia do item na nota fiscal de saída qtdeSaida: type: number format: double description: Quantidade original do item na nota de saida minimum: 0.00 maximum: 9999999999999.99 vlrItem: type: string description: Valor do item na nota de saída minimum: -9999999999999.99 maximum: 9999999999999.99 default: 0.0 vlrCom: type: string description: Valor da comissão representanteId: type: string format: uuid description: Id do representante itemNotaSaidaOrigemId: type: string format: uuid description: Id do item da nota fiscal de saída do faturamento itemNotaSaidaComissao: type: array items: type: object allOf: – #/definitions/itemNotaSaidaComissao description: Comissões do item da nota fiscal de saída usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editItemNotaFiscalSaida: type: object required: – id allOf: – #/definitions/itemNotaFiscalSaida processoDevolucao: description: Processo de devolução type: object required: – id – situacao properties: id: type: string format: uuid description: Identificação do processo de devolução situacao: type: string allOf: – #/definitions/enumSituacaoProcessoDevolucao description: Situação do processo de devolução mensagem: type: string maxLength: 255 description: Mensagem de geração da nota fiscal de entrada notaDevolucao: type: string format: uuid description: Identificação da nota fiscal de devolução gerada serie: type: string maxLength: 255 description: Código da série da nota fiscal de devolução gerada numero: type: integer format: int64 description: Número da nota fiscal de devolução gerada usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editProcessoDevolucao: type: object required: – id allOf: – #/definitions/processoDevolucao notaProcessoDevolucao: description: Notas do processo de devolução type: object required: – id – processoDevolucao – notaFiscal properties: id: type: string format: uuid description: Identificação do registro processoDevolucao: type: object allOf: – #/definitions/processoDevolucao description: Identificação do processo de devolução notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal contida na devolução usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaProcessoDevolucao: type: object required: – id allOf: – #/definitions/notaProcessoDevolucao itemNotaProcessoDevolucao: description: Itens de um processo de devolução type: object required: – id – notaProcessoDevolucao – itemNotaFiscal properties: id: type: string format: uuid description: Identificação do item notaProcessoDevolucao: type: object allOf: – #/definitions/notaProcessoDevolucao description: Identificação da nota do processo de devolução itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal que está sendo devolvida quantidade: type: number format: double description: Quantidade a devolver minimum: 0.00 maximum: 999999999.99999 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editItemNotaProcessoDevolucao: type: object required: – id allOf: – #/definitions/itemNotaProcessoDevolucao nfDANFE: description: Armazena a referencia da DANFE e seu caminho para download type: object required: – id – key – url properties: id: type: string format: uuid description: ID da DANFE key: type: string maxLength: 255 description: Chave do documento url: type: string maxLength: 255 description: Caminho do documento usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNfDANFE: type: object required: – id allOf: – #/definitions/nfDANFE unidadeMedidaFornecedor: description: Unidade de medida do fornecedor type: object required: – e095pes – uniMed – uniMed2 properties: id: type: string format: uuid description: Identificação do item e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor uniMed: type: string maxLength: 6 description: Unidade de medida do item do fornecedor uniMed2: type: object allOf: – #/definitions/e015med description: Unidade de medida do item no ERP usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editUnidadeMedidaFornecedor: type: object required: – id allOf: – #/definitions/unidadeMedidaFornecedor e001pesCplImp: description: Especialização cadastro de pessoa type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa codRtr: type: string allOf: – #/definitions/enumCodCrt description: Código do Regime Tributário regEst: type: string allOf: – #/definitions/enumRegEst description: Regime Especial de Tributação cliCon: type: boolean description: Indicativo se o cliente é contribuinte de ICMS default: false indInd: type: boolean description: Indicativo se o fornecedor é indústria ou equiparado a industrial para IPI presumido default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070empCplImp: description: Especialização Compliance Contábil – Empresa type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Id da empresa utiFis: type: boolean description: Utiliza código fiscal default: false excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e064seg: description: Segmento e cadastro CNAE type: object properties: id: type: string format: uuid description: Id da entidade codCna: type: integer format: int64 description: Código CNAE minimum: 0 desCna: type: string maxLength: 150 description: Descrição do CNAE codSeg: type: string allOf: – #/definitions/enumTipSeg description: Código do segmento excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070filCplCtb: description: Especialização Contabilidade – Filial type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Id da filial e064seg: type: object allOf: – #/definitions/e064seg description: Classificação Nacional de Atividade Econômica da Empresa (CNAE Fiscal) numCgc: type: string maxLength: 255 description: Número do cadastro nacional de pessoa jurídica do escritório de contabilidade excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070ine: description: Ligação inscrição estadual por estado na filial type: object required: – insEst properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado insEst: type: string maxLength: 25 description: Inscrição estadual usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: historicoNotaFiscal: description: Histórico da nota fiscal de entrada type: object properties: id: type: string format: uuid description: ID da tabela notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota Fiscal de Entrada relacionada sequencia: type: integer format: int64 description: Sequência descricao: type: string maxLength: 255 description: Texto do histórico codRejeicao: type: integer format: int64 description: Código da Rejeição minimum: 0 maximum: 999999 msgRejeicao: type: string maxLength: 255 description: Mensagem da rejeição usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editHistoricoNotaFiscal: type: object required: – id allOf: – #/definitions/historicoNotaFiscal documentoEletronicoNf: description: Informações referentes a emissão/cancelamento/inutilização da Nota fiscal type: object properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Dados da Nota fiscal protocoloAtendimento: type: string maxLength: 100 description: Número do protocolo de atendimento autorização do documento eletrônico dthAut: type: string format: date-time description: Data e hora de autorização do documento eletrônico usuEmiNFe: type: string maxLength: 255 description: Usuário que realizou a emissão do documento eletrônico protocoloInutilizacao: type: string maxLength: 100 description: Número do protocolo de inutilização do documento eletrônico dthInutilizacao: type: string format: date-time description: Data e hora de inutilização do documento eletrônico usuInutilizacao: type: string maxLength: 255 description: Usuário que solicitou a intulização do documento eletrônico justificativaInutilizacao: type: string maxLength: 255 description: Justificativa Inutilização codRejInutilizacao: type: integer format: int64 description: Codigo da Rejeição de inutilização minimum: 0 maximum: 999999 msgRejInutilizacao: type: string maxLength: 255 description: Mensagem de Rejeição de Inutilização protocoloCancelamento: type: string maxLength: 100 description: Número do protocolo de cancelamento do documento eletrônico dthCancelamento: type: string format: date-time description: Data e hora de cancelamento do documento eletrônico usuCancelamento: type: string maxLength: 255 description: Usuário que solicitou o cancelamento do documento eletrônico situacaoEmissao: type: string allOf: – #/definitions/enumSituacaoEmissao description: Situação de emissao do documento eletrônico usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editDocumentoEletronicoNf: type: object required: – id allOf: – #/definitions/documentoEletronicoNf ligacaoCFOPTransacao: description: Ligação entre CFOP de saída e transações de entrada type: object required: – e070emp – cfop – e001tns properties: id: type: string format: uuid description: ID da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa cfop: type: string maxLength: 4 description: CFOP saída e001tns: type: object allOf: – #/definitions/e001tns description: Transação entrada usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLigacaoCFOPTransacao: type: object required: – id allOf: – #/definitions/ligacaoCFOPTransacao e070ent: description: Endereço de entrega type: object required: – endEnt – cidEnt – e007ufsEstEnt – sitReg properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial indEnt: type: boolean description: Indicativo se o endereço é utilizado para entrega default: true indCob: type: boolean description: Indicativo se o endereço é utilizado para cobrança default: false postalCode: type: string maxLength: 20 description: Código Postal endEnt: type: string maxLength: 100 description: Endereço nenEnt: type: string maxLength: 60 description: Número cplEnt: type: string maxLength: 200 description: Complemento baiEnt: type: string maxLength: 75 description: Bairro cidEnt: type: string maxLength: 60 description: Cidade e008raiCidEnt: type: object allOf: – #/definitions/e008rai description: Identificador da Cidade e007ufsEstEnt: type: object allOf: – #/definitions/e007ufs description: Estado e006paiPaiEnt: type: object allOf: – #/definitions/e006pai description: País sitReg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001end: description: Endereço da pessoa type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa indEnt: type: boolean description: Indicativo se o endereço é utilizado para entrega default: true indCob: type: boolean description: Indicativo se o endereço é utilizado para cobrança default: false postalCode: type: string maxLength: 20 description: Código Postal endPes: type: string maxLength: 100 description: Endereço nenEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento baiEnd: type: string maxLength: 75 description: Bairro prxEnd: type: string maxLength: 200 description: Ponto de referência e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade tipLoc: type: string allOf: – #/definitions/enumTipEnd description: Tipo do local sitEnd: type: string allOf: – #/definitions/enumSitReg description: Situação insEst: type: string maxLength: 25 description: Inscrição estadual excluido: type: boolean description: Indica se o registro foi excluído default: false indCol: type: boolean description: Indica se o endereço é utilizado para coleta default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação codSuf: type: string maxLength: 10 description: Código do SUFRAMA datSuf: type: string format: date description: Validade do registro do SUFRAMA fonRes: type: string maxLength: 21 description: Telefone emaRes: type: string maxLength: 100 description: E-mail indFis: type: boolean description: Indicativo se o endereço é utilizado para endereço fiscal default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: ligacaoNotasFiscaisRetorno: description: Tabela de ligação de notas de saída com a nota de retorno de remessa type: object required: – notaFiscal – notaOrigem properties: id: type: string format: uuid description: Id da ligação de notas fiscais de saida com nota de retorno notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota Fiscal de Retorno notaOrigem: type: object allOf: – #/definitions/notaFiscalSaida description: Nota de origem usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editLigacaoNotasFiscaisRetorno: type: object required: – id allOf: – #/definitions/ligacaoNotasFiscaisRetorno e001ine: description: Ligação inscrição estadual por estado na pessoa type: object required: – insEst properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado insEst: type: string maxLength: 25 description: Inscrição estadual extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e001sxe: description: Cadastro de transação de transação saída x transação de entrada type: object required: – e070emp – e001tnsOrigem – e001tnsDestino properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e001tnsOrigem: type: object allOf: – #/definitions/e001tns description: Transação Origem e001tnsDestino: type: object allOf: – #/definitions/e001tns description: transação destino Respectiva excluido: type: boolean description: excluido extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e067fin: description: Finalidade de compra type: object required: – codFin – desFin – sitFin – excluido properties: id: type: string format: uuid description: Id da entidade codFin: type: integer format: int64 description: Código da Finalidade minimum: 0 maximum: 9999 desFin: type: string maxLength: 80 description: Descrição finTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação Operação sitFin: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: documentoReferenciado: description: Documento referenciado type: object required: – id – docRelacId – tipoDocumento properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Entidade nota fiscal docRelacId: type: string format: uuid description: Identificador do documento relacionado chaveEletronica: type: string maxLength: 44 description: Chave eletronica numero: type: string maxLength: 255 description: Número da nota serie: type: string maxLength: 255 description: Série da nota complemento: type: string maxLength: 255 description: Complemento da nota dataEmissao: type: string format: date-time description: Data de emissão tipoDocumento: type: string allOf: – #/definitions/enumTipoDocumentoReferenciado description: Tipo do documento referenciado usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editDocumentoReferenciado: type: object required: – id allOf: – #/definitions/documentoReferenciado e001tnsSupEst: description: Transação – Especilização de estoque type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação estEos: type: string allOf: – #/definitions/enumEntSai description: Entrada ou Saída estMov: type: string allOf: – #/definitions/enumEstMov description: Estoque Movimentado excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: notaFiscalIntCpl: description: Integração Controladoria – Dados Gerais type: object properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota Fiscal intCtb: type: boolean description: Indicativo de integração do contábil default: false intTri: type: boolean description: Indicativo de integração de tributo default: false intPat: type: boolean description: Indicativo de integração de patrimonio default: false numLot: type: integer format: int64 description: Nº Lote minimum: 0 maximum: 999999999 e640lotId: type: string format: uuid description: Identificador do lote usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscalIntCpl: type: object required: – id allOf: – #/definitions/notaFiscalIntCpl itemNotaFiscalCiap: description: Nota de entrada cálculo proporção ciap type: object required: – id properties: id: type: string format: uuid description: Id da entidade itemNotaFiscalFreteId: type: object allOf: – #/definitions/itemNotaFiscal description: Item nota fiscal frete itemNfTrasportadaOrigemId: type: string format: uuid description: Item da nota fiscal transportada valorIcmsCreditado: type: string description: valor do Icms Creditado minimum: 0.00 maximum: 9999999999999.99 valorIcmsSt: type: string description: valor do Icms ST minimum: 0.00 maximum: 9999999999999.99 valorDifal: type: string description: valor do Difal minimum: 0.00 maximum: 9999999999999.99 valorProporcaoCiap: type: string description: Proporção do cálculo para ciap minimum: 0.00 maximum: 9999999999999.99 usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editItemNotaFiscalCiap: type: object required: – id allOf: – #/definitions/itemNotaFiscalCiap e001tnsCplTri: description: Especialização tributária da transação type: object properties: id: type: string format: uuid description: Id e001tns: type: object allOf: – #/definitions/e001tns description: Transação somRct: type: boolean description: Soma valor da retenção ao valor contábil e não tributadas default: false excluido: type: boolean description: Indica se o registro foi excluído default: false recupDifCIAP: type: boolean description: Recuperar Difal no CIAP recupSitCIAP: type: boolean description: Recuperar ICMS ST no CIAP zerarValorMercCont: type: boolean description: Zerar valor contábil e mercadoria das notas fiscais na integração para tributos default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: e070filCplTriCiap: description: Especialização ciap integração de notas type: object required: – difCiap properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial mesesCiap: type: integer format: int64 description: meses CIAP minimum: 0 maximum: 9999 difCiap: type: boolean description: dif CIAP usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: volumeNotaFiscal: description: Volume da nota fiscal type: object required: – id properties: id: type: string format: uuid description: Id da entidade notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Id da nota fiscal de entrada quantidade: type: integer format: int64 description: Quantidade de volumes especie: type: string maxLength: 255 description: Espécie dos volumes marca: type: string maxLength: 255 description: Marca dos volumes numeracao: type: string maxLength: 255 description: Numeração dos volumes pesoLiquido: type: number format: double description: Peso líquido (em kg) pesoBruto: type: number format: double description: Peso bruto (em kg) usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editVolumeNotaFiscal: type: object required: – id allOf: – #/definitions/volumeNotaFiscal dadosGeraisNota: description: Entidade que representa a view v_sup_rcb_dados_gerais_nota type: object required: – tipoRegistro – e070emp – e070fil – notaNumero – notaDataEmissao – notaDataEntrada – notaSituacao – notaTipo – notaTipoEmissao – integracaoNotaErro – notaViaRecebimentoEletronico – notaChaveEletronica – valorLiquidoNota properties: id: type: string format: uuid description: Identificador nota tipoRegistro: type: string allOf: – #/definitions/enumTipoRegistroNotaEntrada description: Tipo registro e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e070fil: type: object allOf: – #/definitions/e070fil description: Filial pessoaIdentificador: type: string format: uuid description: Identificador Pessoa pessoaCodigo: type: integer format: int64 description: Código pessoa pessoaNomeFantasia: type: string maxLength: 255 description: Nome fantasia pessoa e020snf: type: object allOf: – #/definitions/e020snf description: Série serieCodigo: type: string maxLength: 255 description: Código série e028cpg: type: object allOf: – #/definitions/e028cpg description: Condição pagamento notaNumero: type: integer format: int64 description: Número nota notaDataEmissao: type: string format: date-time description: Data emissão nota notaDataEntrada: type: string format: date-time description: Data entrada nota notaSituacao: type: string maxLength: 255 description: Situação nota notaTipo: type: string maxLength: 255 description: Tipo da nota notaTipoEmissao: type: string maxLength: 255 description: Tipo emissão integracaoNotaErro: type: boolean description: Integração com erro notaViaRecebimentoEletronico: type: boolean description: Via recebimento eletrônico? notaChaveEletronica: type: string maxLength: 255 description: Chave eletrônica valorLiquidoNota: type: string description: Valor líquido nota e001tnsServ: type: object allOf: – #/definitions/e001tns description: Transação serviço e001tnsProd: type: object allOf: – #/definitions/e001tns description: Transação produto usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: beneficioFiscal: description: Tabela de cadastro de benefício fiscal type: object properties: id: type: string format: uuid description: Identificador codigo: type: string maxLength: 255 description: Código descricao: type: string maxLength: 255 description: Descrição abreviatura: type: string maxLength: 255 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 maxLength: 255 description: Observação excluido: type: boolean description: Indica se o registro foi excluido default: false extIntSts: type: string maxLength: 255 description: Estado de integração com a entidade externa extIntMsg: type: string maxLength: 255 description: Mensagem do resultado da integração usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: itemNotaSaidaComissao: description: Comissões do item da nota fiscal de saída type: object properties: id: type: string format: uuid description: Id da entidade itemNotaFiscalSaida: type: object allOf: – #/definitions/itemNotaFiscalSaida description: Id do item da nota de saída representanteId: type: string format: uuid description: Id do representante vlrCom: type: string description: Valor da comissão usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editItemNotaSaidaComissao: type: object required: – id allOf: – #/definitions/itemNotaSaidaComissao mensagemFiscalItem: description: Mensagem fiscal do item type: object required: – id – e024msg properties: id: type: string format: uuid description: Identificador da mensagem itemNotaFiscal: type: object allOf: – #/definitions/itemNotaFiscal description: Item da nota fiscal e024msg: type: object allOf: – #/definitions/e024msg description: Mensagem texto: type: string maxLength: 255 description: Texto usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editMensagemFiscalItem: type: object required: – id allOf: – #/definitions/mensagemFiscalItem e031moe: description: Moedas type: object required: – codMoe – desMoe – sigMoe – tipMoe properties: id: type: string format: uuid description: Id codMoe: type: string maxLength: 3 description: Codigo da moeda desMoe: type: string maxLength: 30 description: Descrição da moeda sigMoe: type: string maxLength: 5 description: Sigla da moeda tipMoe: type: string maxLength: 255 description: Tipo da moeda tipCot: type: string maxLength: 255 description: Tipo de cotação diaBas: type: integer format: int64 description: Dia base de cotação qtdInt: type: integer format: int64 description: Quatidade de inteiros qtdDec: type: integer format: int64 description: Quantidade de decimais codBac: type: integer format: int64 description: Código BACEN excluido: type: boolean description: Indica se o registro foi excluído usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editE031moe: type: object required: – id allOf: – #/definitions/e031moe notaFiscalCotacaoMoeda: description: Nota fiscal – Cotação moeda type: object required: – sequencia – origem – moedaCotacao – dataCotacao – valorCotacao properties: id: type: string format: uuid description: Identificador sequencia: type: integer format: int64 description: Sequência notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota fiscal origem: type: string allOf: – #/definitions/enumOrigemCotacaoMoeda description: Origem da cotação da moeda origemId: type: string format: uuid description: Identificador da origem da cotação da moeda moedaCotacao: type: object allOf: – #/definitions/e031moe description: Moeda da cotação dataCotacao: type: string format: date description: Data da cotação valorCotacao: type: string description: Valor da cotação da moeda fechada: type: boolean description: Indicativo de cotaçãofechada default: false usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editNotaFiscalCotacaoMoeda: type: object required: – id allOf: – #/definitions/notaFiscalCotacaoMoeda enderecoDestinatarioNota: description: Endereço Fiscal Fornecedor type: object properties: id: type: string format: uuid description: ID notaFiscal: type: object allOf: – #/definitions/notaFiscal description: Nota Fiscal e001end: type: object allOf: – #/definitions/e001end description: Endereço postalCode: type: string maxLength: 20 description: Código Postal endPes: type: string maxLength: 100 description: Endereço nenEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento baiEnd: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade insEst: type: string maxLength: 25 description: Inscrição estadual codSuf: type: string maxLength: 10 description: Código do SUFRAMA datSuf: type: string format: date description: Validade do registro do SUFRAMA fone: type: string maxLength: 20 description: Fone email: type: string maxLength: 100 description: email insMun: type: string maxLength: 16 description: Inscrição Municipal usuger: type: string maxLength: 255 description: dthger: type: string format: date-time description: usualt: type: string maxLength: 255 description: dthalt: type: string format: date-time description: editEnderecoDestinatarioNota: type: object required: – id allOf: – #/definitions/enderecoDestinatarioNota 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 maxLength: 255 description: Class of notification notificationOrigin: type: string maxLength: 255 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 maxLength: 255 description: Notification subject. notificationContent: type: string maxLength: 255 description: Notification content. sourceDomain: type: string maxLength: 255 description: Domain that generates the notification. sourceService: type: string maxLength: 255 description: Service that generates the notification. destinationUser: type: string maxLength: 255 description: Username of the destination user. link: type: string maxLength: 255 description: Notification link _discriminator: type: string maxLength: 255 description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string maxLength: 255 description: Email sender address sendTo: type: array items: type: string maxLength: 255 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 maxLength: 255 description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string maxLength: 255 description: The domain the blob belongs to. serviceName: type: string maxLength: 255 description: The service the blob belongs to. targetObjectId: type: string maxLength: 255 description: The basic id of the blob. targetCopyId: type: string maxLength: 255 description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string maxLength: 255 description: The user-facing error message, if any. errorCode: type: string maxLength: 255 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 maxLength: 255 description: message: type: string maxLength: 255 description: exceptionClass: type: string maxLength: 255 description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string maxLength: 255 description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string maxLength: 255 description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string maxLength: 255 description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string maxLength: 255 description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string maxLength: 255 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 maxLength: 255 description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string maxLength: 255 description: beanClass: type: string maxLength: 255 description: serviceClass: type: string maxLength: 255 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 maxLength: 255 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 maxLength: 255 description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string maxLength: 255 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 maxLength: 255 description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string maxLength: 255 description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string maxLength: 255 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 maxLength: 255 description: Domain of the dependency service service: type: string maxLength: 255 description: Name of the dependency service type: string maxLength: 255 description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE