2.0info: 2.0.0 nota_entrada description: Controladoria – Tributos – Nota de Entrada x-senior-domain: erpx_cpl_tri x-senior-domain-path: erpx_cpl_tri x-senior-service-path: nota_entrada 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_cpl_trisecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /nota_entrada/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_entrada/queries/consultStatusTicket: post: description: Consulta de staus do ticket de processamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ticket properties: ticket: type: string description: Ticket de processamento responses: 200: description: Ok schema: type: object required: – status – message properties: status: type: string description: Status do ticket de processamento message: type: string description: Mensagem do ticket de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consulta de staus do ticket de processamento tags: – Queries x-senior-visibility: PRIVATE parameters: – name: ticket description: Ticket de processamento in: query required: true type: string responses: 200: description: Ok schema: type: object required: – status – message properties: status: type: string description: Status do ticket de processamento message: type: string description: Mensagem do ticket de processamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/gerarSequencialItem: post: description: Consultar qual o próximo sequencial do item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nfEntradaId properties: nfEntradaId: type: string description: Identificador da nota responses: 200: description: Ok schema: type: object required: – sequencia properties: sequencia: type: integer format: int64 description: Próxima sequência do item 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consultar qual o próximo sequencial do item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: nfEntradaId description: Identificador da nota in: query required: true type: string responses: 200: description: Ok schema: type: object required: – sequencia properties: sequencia: type: integer format: int64 description: Próxima sequência do item 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/consultarDocumentosReferenciados: post: description: Query para consultar os documentos referenciados da controladoria tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pageRequest properties: nfEntradaId: type: string description: Filtro pelo identificador da nota fiscal de entrada nfEntradaItemId: type: string description: Filtro pelo identificador do item da nota fiscal de entrada pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação e ordenação responses: 200: description: Ok schema: type: object required: – totalElements properties: nfEntradaDocRefItem: type: array items: type: object allOf: – #/definitions/recNfEntradaDocRefItem description: Informações da nota fiscal de entrada totalElements: type: integer format: int64 description: Total de notas fiscais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/listDadosNfEntrada: post: description: Listagem das notas 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/recFiltroNfEntrada description: Filtro de busca pageRequest: type: object allOf: – #/definitions/recPageRequest description: Definição de paginação responses: 200: description: Ok schema: type: object required: – notas – totalElements properties: notas: type: array items: type: object allOf: – #/definitions/recDadosNfEntrada minimum: 1 description: Lista de notas fiscais de entrada totalElements: type: integer format: int64 description: Total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/obterTotalizadorNotaEntradaDetalhado: post: description: Buscar totalizadores da nota fiscal por esfera federal/estadual/municipal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nfEntradaId properties: nfEntradaId: type: string description: Identificador da nota fiscal de entrada responses: 200: description: Ok schema: type: object required: – valores – federais – retencoes_federais – estaduais – municipais properties: valores: type: object allOf: – #/definitions/totalizadorValores description: Totais de valores da nota fiscal federais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos federais da nota fiscal retencoes_federais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de retenção federal da nota fiscal estaduais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos estaduais da nota fiscal municipais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos municipais da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Buscar totalizadores da nota fiscal por esfera federal/estadual/municipal tags: – Queries x-senior-visibility: PRIVATE parameters: – name: nfEntradaId description: Identificador da nota fiscal de entrada in: query required: true type: string responses: 200: description: Ok schema: type: object required: – valores – federais – retencoes_federais – estaduais – municipais properties: valores: type: object allOf: – #/definitions/totalizadorValores description: Totais de valores da nota fiscal federais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos federais da nota fiscal retencoes_federais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de retenção federal da nota fiscal estaduais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos estaduais da nota fiscal municipais: type: array items: type: object allOf: – #/definitions/totalizadorImposto minimum: 1 description: Totalizador de impostos municipais da nota fiscal 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/obterNfEntradaItens: post: description: Query para consultar os itens da nota fiscal na controladoria tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nfEntradaId – pageRequest properties: nfEntradaId: type: string description: identificador da nota fiscal pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação e ordenação responses: 200: description: Ok schema: type: object required: – totalElements properties: nfEntrada: type: array items: type: object allOf: – #/definitions/nfEntradaItens description: Informações dos itens da nota fiscal totalizacaoValores: type: object allOf: – #/definitions/totalizadorValores description: Valores totalizador da Nf totalElements: type: integer format: int64 description: Total de notas fiscais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/sugerirDispositivosFiscais: post: description: Realiza a sugestão dos dispositivos fiscais de um item tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tipoItem – transacaoId properties: tipoItem: type: string allOf: – #/definitions/enumTipoItem description: Tipo do item itemId: type: string description: Identificador do item (Produto/ Serviço) transacaoId: type: string description: Identificador da transação responses: 200: description: Ok schema: type: object properties: dispositivosFiscais: type: array items: type: object allOf: – #/definitions/recE051dis description: Dispositivos fiscais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE085pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE051dis: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE045pla: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE027str: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE027eqi: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportE070filCplTri: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportNfSaida: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportNfSaidaItens: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportNfEntrada: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportNfEntradaDocRefItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportNfSaidaDocRefItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/queries/exportFilaDocumentosReprocessamento: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/actions/gravarNfEntradaItem: post: description: Action para realizar a gravação do item da nota de entrada tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nfEntradaItem – dispositivoRemovido properties: nfEntradaItem: type: object allOf: – #/definitions/recNfEntradaItens description: Item da nota nfEntradaItensImpostos: type: array items: type: object allOf: – #/definitions/recNfEntradaItensImpostos description: Impostos nfEntradaItensImportacao: type: object allOf: – #/definitions/recNfEntradaItensImportacao description: Importação nfEntradaItensDispositivos: type: array items: type: object allOf: – #/definitions/recNfEntradaItensDispositivos description: Dispositivos fiscais dispositivoRemovido: type: boolean description: Dispositivo removido manualmente responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/deleteNfEntradaAssync: post: description: Ação assíncrona de exclusão de notas de entrada através de filtros tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: filtro: type: object allOf: – #/definitions/recFiltroNfEntrada description: filtros para obter informações da nota fiscal de entrada excluirRegistrosFiltro: type: boolean description: Excluir todos os registros informados no filtro nfEntradaId: type: array items: type: string description: Lista de notas fiscais de entrada a serem removidas responses: 200: description: Ok schema: type: object required: – ticket properties: ticket: type: string description: Ticket de processamento da exclusão 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/escriturarNotaEntrada: post: description: Realiza a geração de uma nota fiscal para escrituracao tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – notaFiscal properties: notaFiscal: type: object allOf: – #/definitions/nfEntradaIntegracao description: Dados da nota fiscal para escritracaos responses: 200: description: Ok schema: type: object required: – notaEntradaId properties: notaEntradaId: type: string description: Id da nota fiscal escriturada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/atualizarNotaIntegrada: post: description: Informa o resultado da integração tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – nfEntradaId – resultado properties: nfEntradaId: type: array items: type: string minimum: 1 description: Item da nota resultado: type: string allOf: – #/definitions/enumResultadoIntegracao description: Resultado da integração mensagemErro: type: string description: Mensagem de erro ocorrido no processo responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE085pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE051dis: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE045pla: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE027str: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE027eqi: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importE070filCplTri: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importNfSaida: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importNfSaidaItens: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importNfEntrada: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importNfEntradaDocRefItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importNfSaidaDocRefItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/actions/importFilaDocumentosReprocessamento: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/events/atualizarFaturamentoEntrada: post: description: Evento de atualização do faturamento x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – nfEntrada – nfEntradaItens properties: nfEntrada: type: object allOf: – #/definitions/faturamentoNfEntrada description: Dados do cabeçalho da nota fiscal nfEntradaItens: type: array items: type: object allOf: – #/definitions/faturamentoNfEntradaItem minimum: 1 description: Dados dos itens da nota fiscal responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/events/importE085pesEvent: post: description: 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_entrada/events/exportE085pesEvent: post: description: 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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/events/importE051disEvent: post: description: 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_entrada/events/exportE051disEvent: post: description: 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_entrada/events/importE045plaEvent: post: description: 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_entrada/events/exportE045plaEvent: post: description: 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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/events/importE070filCplTriEvent: post: description: 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_entrada/events/exportE070filCplTriEvent: post: description: 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_entrada/events/importNfSaidaEvent: post: description: 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_entrada/events/exportNfSaidaEvent: post: description: 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_entrada/events/importNfSaidaItensEvent: post: description: 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_entrada/events/exportNfSaidaItensEvent: post: description: 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_entrada/events/importNfEntradaEvent: post: description: 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_entrada/events/exportNfEntradaEvent: post: description: 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_entrada/events/importNfEntradaImportacaoEvent: post: description: 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_entrada/events/exportNfEntradaImportacaoEvent: post: description: 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_entrada/events/importNfEntradaTotaisEvent: post: description: 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_entrada/events/exportNfEntradaTotaisEvent: post: description: 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_entrada/events/importNfEntradaTotaisImpostosEvent: post: description: 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_entrada/events/exportNfEntradaTotaisImpostosEvent: post: description: 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_entrada/events/importNfEntradaItensEvent: post: description: 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_entrada/events/exportNfEntradaItensEvent: post: description: 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_entrada/events/importNfEntradaItensImportacaoEvent: post: description: 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_entrada/events/exportNfEntradaItensImportacaoEvent: post: description: 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_entrada/events/importNfEntradaItensImpostosEvent: post: description: 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_entrada/events/exportNfEntradaItensImpostosEvent: post: description: 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_entrada/events/importNfEntradaDocRefItemEvent: post: description: 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_entrada/events/exportNfEntradaDocRefItemEvent: post: description: 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_entrada/events/importNfEntradaGeralEvent: post: description: 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_entrada/events/exportNfEntradaGeralEvent: post: description: 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_entrada/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_entrada/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_entrada/events/importNfEntradaItensDispositivosEvent: post: description: 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_entrada/events/exportNfEntradaItensDispositivosEvent: post: description: 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_entrada/events/importNfEntradaTransportadoraEvent: post: description: 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_entrada/events/exportNfEntradaTransportadoraEvent: post: description: 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_entrada/events/importNfEntradaMensagemEvent: post: description: 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_entrada/events/exportNfEntradaMensagemEvent: post: description: 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_entrada/events/importNfEntradaItensLoteSerieEvent: post: description: 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_entrada/events/exportNfEntradaItensLoteSerieEvent: post: description: 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_entrada/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_entrada/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_entrada/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_entrada/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_entrada/events/importNfEntradaFinanceiroEvent: post: description: 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_entrada/events/exportNfEntradaFinanceiroEvent: post: description: 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_entrada/events/importNfSaidaDocRefItemEvent: post: description: 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_entrada/events/exportNfSaidaDocRefItemEvent: post: description: 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_entrada/events/importFilaDocumentosReprocessamentoEvent: post: description: 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_entrada/events/exportFilaDocumentosReprocessamentoEvent: post: description: 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_entrada/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_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e024msg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e020snf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e032edc 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/e031moe: 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 responses: 200: description: Ok schema: type: array items: #/definitions/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e031moe/{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/e031moe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/e085pes: 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 responses: 200: description: Ok schema: type: array items: #/definitions/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e085pes/{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/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e095pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e001tns 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e001tnsCplImpEnt 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e075der 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e075derCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e080ser 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e080serCplImp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/leiComplementar1162003 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/nbs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/ncm 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e015med 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/e051dis: 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 responses: 200: description: Ok schema: type: array items: #/definitions/e051dis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e051dis/{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/e051dis 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e045pla: 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 responses: 200: description: Ok schema: type: array items: #/definitions/e045pla 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e045pla/{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/e045pla 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e044ccu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e027str 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e027eqi 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e001end 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/e070filCplTri: 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/e070filCplTri responses: 200: description: The created resource schema: #/definitions/e070filCplTri 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/e070filCplTri responses: 200: description: The created resource schema: #/definitions/e070filCplTri 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 responses: 200: description: Ok schema: type: array items: #/definitions/e070filCplTri 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/e070filCplTri/{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/e070filCplTri responses: 200: description: Ok schema: #/definitions/e070filCplTri 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/e070filCplTri responses: 200: description: Ok schema: #/definitions/e070filCplTri 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/e070filCplTri 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_entrada/entities/e070filCplTri/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/e070filCplTri responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfSaida: 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfSaida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfSaida/{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/nfSaida 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfSaidaItens: 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfSaidaItens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfSaidaItens/{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/nfSaidaItens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada: 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/nfEntrada responses: 200: description: The created resource schema: #/definitions/nfEntrada 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/nfEntrada responses: 200: description: The created resource schema: #/definitions/nfEntrada 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntrada 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{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/nfEntrada responses: 200: description: Ok schema: #/definitions/nfEntrada 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/nfEntrada responses: 200: description: Ok schema: #/definitions/nfEntrada 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/nfEntrada 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_entrada/entities/nfEntrada/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntrada responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaImportacao: 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/nfEntradaImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaImportacao 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaImportacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaImportacao/{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/nfEntradaImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao 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_entrada/entities/nfEntrada/{parentId}/nfEntradaImportacao: 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/nfEntradaImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaImportacao 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaImportacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaImportacao/{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/nfEntradaImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaImportacao 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/nfEntradaImportacao 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_entrada/entities/nfEntradaImportacao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaImportacao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTotais: 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/nfEntradaTotais responses: 200: description: The created resource schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais responses: 200: description: The created resource schema: #/definitions/nfEntradaTotais 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTotais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTotais/{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/nfEntradaTotais responses: 200: description: Ok schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais responses: 200: description: Ok schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais 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_entrada/entities/nfEntrada/{parentId}/nfEntradaTotais: 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/nfEntradaTotais responses: 200: description: The created resource schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais responses: 200: description: The created resource schema: #/definitions/nfEntradaTotais 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTotais 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaTotais/{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/nfEntradaTotais responses: 200: description: Ok schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais responses: 200: description: Ok schema: #/definitions/nfEntradaTotais 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/nfEntradaTotais 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_entrada/entities/nfEntradaTotais/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaTotais responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTotaisImpostos: 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/nfEntradaTotaisImpostos responses: 200: description: The created resource schema: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos responses: 200: description: The created resource schema: #/definitions/nfEntradaTotaisImpostos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTotaisImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTotaisImpostos/{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/nfEntradaTotaisImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos 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_entrada/entities/nfEntradaTotais/{parentId}/nfEntradaTotaisImpostos: 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/nfEntradaTotaisImpostos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaTotaisImpostos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTotaisImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTotais/{parentId}/nfEntradaTotaisImpostos/{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/nfEntradaTotaisImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaTotaisImpostos 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/nfEntradaTotaisImpostos 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_entrada/entities/nfEntradaTotaisImpostos/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaTotaisImpostos responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens: 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/nfEntradaItens responses: 200: description: The created resource schema: #/definitions/nfEntradaItens 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/nfEntradaItens responses: 200: description: The created resource schema: #/definitions/nfEntradaItens 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens/{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/nfEntradaItens responses: 200: description: Ok schema: #/definitions/nfEntradaItens 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/nfEntradaItens responses: 200: description: Ok schema: #/definitions/nfEntradaItens 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/nfEntradaItens 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_entrada/entities/nfEntrada/{parentId}/nfEntradaItens: 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/nfEntradaItens responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItens 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/nfEntradaItens responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItens 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaItens/{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/nfEntradaItens responses: 200: description: Ok schema: #/definitions/nfEntradaItens 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/nfEntradaItens responses: 200: description: Ok schema: #/definitions/nfEntradaItens 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/nfEntradaItens 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_entrada/entities/nfEntradaItens/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaItens responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensImportacao: 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/nfEntradaItensImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImportacao 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensImportacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensImportacao/{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/nfEntradaItensImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao 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_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensImportacao: 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/nfEntradaItensImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImportacao 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensImportacao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensImportacao/{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/nfEntradaItensImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao responses: 200: description: Ok schema: #/definitions/nfEntradaItensImportacao 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/nfEntradaItensImportacao 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_entrada/entities/nfEntradaItensImportacao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaItensImportacao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensImpostos: 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/nfEntradaItensImpostos responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos responses: 200: description: The created resource schema: #/definitions/nfEntradaItensImpostos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensImpostos/{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/nfEntradaItensImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos 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_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensImpostos: 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/nfEntradaItensImpostos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensImpostos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensImpostos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensImpostos/{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/nfEntradaItensImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos responses: 200: description: Ok schema: #/definitions/nfEntradaItensImpostos 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/nfEntradaItensImpostos 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_entrada/entities/nfEntradaItensImpostos/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaItensImpostos responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaDocRefItem: 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/nfEntradaDocRefItem responses: 200: description: The created resource schema: #/definitions/nfEntradaDocRefItem 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/nfEntradaDocRefItem responses: 200: description: The created resource schema: #/definitions/nfEntradaDocRefItem 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaDocRefItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaDocRefItem/{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/nfEntradaDocRefItem responses: 200: description: Ok schema: #/definitions/nfEntradaDocRefItem 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/nfEntradaDocRefItem responses: 200: description: Ok schema: #/definitions/nfEntradaDocRefItem 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/nfEntradaDocRefItem 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_entrada/entities/nfEntradaDocRefItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaDocRefItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaGeral: 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/nfEntradaGeral responses: 200: description: The created resource schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral responses: 200: description: The created resource schema: #/definitions/nfEntradaGeral 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaGeral 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaGeral/{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/nfEntradaGeral responses: 200: description: Ok schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral responses: 200: description: Ok schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral 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_entrada/entities/nfEntrada/{parentId}/nfEntradaGeral: 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/nfEntradaGeral responses: 200: description: The created resource schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral responses: 200: description: The created resource schema: #/definitions/nfEntradaGeral 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaGeral 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaGeral/{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/nfEntradaGeral responses: 200: description: Ok schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral responses: 200: description: Ok schema: #/definitions/nfEntradaGeral 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/nfEntradaGeral 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_entrada/entities/nfEntradaGeral/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaGeral responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e073pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/nfEntradaItensDispositivos: 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/nfEntradaItensDispositivos responses: 200: description: The created resource schema: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos responses: 200: description: The created resource schema: #/definitions/nfEntradaItensDispositivos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensDispositivos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensDispositivos/{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/nfEntradaItensDispositivos responses: 200: description: Ok schema: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos responses: 200: description: Ok schema: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos 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_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensDispositivos: 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/nfEntradaItensDispositivos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensDispositivos 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensDispositivos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensDispositivos/{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/nfEntradaItensDispositivos responses: 200: description: Ok schema: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos responses: 200: description: Ok schema: #/definitions/nfEntradaItensDispositivos 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/nfEntradaItensDispositivos 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_entrada/entities/nfEntradaItensDispositivos/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaItensDispositivos responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTransportadora: 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/nfEntradaTransportadora responses: 200: description: The created resource schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora responses: 200: description: The created resource schema: #/definitions/nfEntradaTransportadora 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaTransportadora/{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/nfEntradaTransportadora responses: 200: description: Ok schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora responses: 200: description: Ok schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora 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_entrada/entities/nfEntrada/{parentId}/nfEntradaTransportadora: 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/nfEntradaTransportadora responses: 200: description: The created resource schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora responses: 200: description: The created resource schema: #/definitions/nfEntradaTransportadora 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaTransportadora 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaTransportadora/{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/nfEntradaTransportadora responses: 200: description: Ok schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora responses: 200: description: Ok schema: #/definitions/nfEntradaTransportadora 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/nfEntradaTransportadora 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_entrada/entities/nfEntradaTransportadora/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaTransportadora responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaMensagem: 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/nfEntradaMensagem responses: 200: description: The created resource schema: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem responses: 200: description: The created resource schema: #/definitions/nfEntradaMensagem 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaMensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaMensagem/{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/nfEntradaMensagem responses: 200: description: Ok schema: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem responses: 200: description: Ok schema: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem 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_entrada/entities/nfEntrada/{parentId}/nfEntradaMensagem: 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/nfEntradaMensagem responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaMensagem 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaMensagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaMensagem/{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/nfEntradaMensagem responses: 200: description: Ok schema: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem responses: 200: description: Ok schema: #/definitions/nfEntradaMensagem 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/nfEntradaMensagem 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_entrada/entities/nfEntradaMensagem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaMensagem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensLoteSerie: 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/nfEntradaItensLoteSerie responses: 200: description: The created resource schema: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie responses: 200: description: The created resource schema: #/definitions/nfEntradaItensLoteSerie 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensLoteSerie 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItensLoteSerie/{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/nfEntradaItensLoteSerie responses: 200: description: Ok schema: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie responses: 200: description: Ok schema: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie 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_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensLoteSerie: 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/nfEntradaItensLoteSerie responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaItensLoteSerie 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaItensLoteSerie 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaItens/{parentId}/nfEntradaItensLoteSerie/{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/nfEntradaItensLoteSerie responses: 200: description: Ok schema: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie responses: 200: description: Ok schema: #/definitions/nfEntradaItensLoteSerie 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/nfEntradaItensLoteSerie 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_entrada/entities/nfEntradaItensLoteSerie/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaItensLoteSerie responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e066fpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/e028cpg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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_entrada/entities/nfEntradaFinanceiro: 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/nfEntradaFinanceiro responses: 200: description: The created resource schema: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro responses: 200: description: The created resource schema: #/definitions/nfEntradaFinanceiro 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaFinanceiro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntradaFinanceiro/{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/nfEntradaFinanceiro responses: 200: description: Ok schema: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro responses: 200: description: Ok schema: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro 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_entrada/entities/nfEntrada/{parentId}/nfEntradaFinanceiro: 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/nfEntradaFinanceiro responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro responses: 200: description: The created resources schema: type: array items: #/definitions/nfEntradaFinanceiro 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfEntradaFinanceiro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfEntrada/{parentId}/nfEntradaFinanceiro/{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/nfEntradaFinanceiro responses: 200: description: Ok schema: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro responses: 200: description: Ok schema: #/definitions/nfEntradaFinanceiro 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/nfEntradaFinanceiro 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_entrada/entities/nfEntradaFinanceiro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/nfEntradaFinanceiro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/nfSaidaDocRefItem: 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 responses: 200: description: Ok schema: type: array items: #/definitions/nfSaidaDocRefItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/filaDocumentosReprocessamento: 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/filaDocumentosReprocessamento responses: 200: description: The created resource schema: #/definitions/filaDocumentosReprocessamento 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/filaDocumentosReprocessamento responses: 200: description: The created resource schema: #/definitions/filaDocumentosReprocessamento 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 responses: 200: description: Ok schema: type: array items: #/definitions/filaDocumentosReprocessamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/entities/filaDocumentosReprocessamento/{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/filaDocumentosReprocessamento responses: 200: description: Ok schema: #/definitions/filaDocumentosReprocessamento 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/filaDocumentosReprocessamento responses: 200: description: Ok schema: #/definitions/filaDocumentosReprocessamento 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/filaDocumentosReprocessamento 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_entrada/entities/filaDocumentosReprocessamento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/filaDocumentosReprocessamento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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 responses: 200: description: Ok schema: type: array items: #/definitions/itemNotaFiscalCiap 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /nota_entrada/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/itemNotaFiscalCiap responses: 200: description: Ok 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: 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_entrada/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 definitions: enumTypeOrder: description: Enumaração para o tipo de ordenação type: string enum: – ASC – DESC enumViaTransporte: description: Enumeração do tipo de transporte type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V9 enumResultadoIntegracao: description: Tipo de integração da controladoria type: string enum: – SUCESSO – ERRO enumTipoFrete: description: Enumeração do tipo de frete type: string enum: – C – F – T – X enumTipoReferencia: description: Tipo de relacionamento entre documento type: string enum: – DEVOLUCAO – TRIANGULACAO – OUTRAS – NF_TRANSPORTADA upDown: description: Up or down type: string enum: – UP – DOWN enumJurFis: description: Tipo de pessoa type: string enum: – VJ – VF enumDetImp: description: Detalhar impostos nos documentos fiscais de venda a consumidor type: string enum: – VS – VB – VN enumCodCrt: description: Código do Regime Tributário type: string enum: – V1 – V2 – V3 enumCepIssEnt: description: Município de tributação ISS sobre compras type: string enum: – VFO – VFI enumCepIss: description: Tipo de tributação ISS type: string enum: – VC – VF enumRegEst: description: Regime Especial de Tributação type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 enumBloquearDadoNf: description: Bloquear Dados NF type: string enum: – BLOQUEAR_TODOS_OS_DADOS – LIBERAR_TODOS_OS_DADOS enumTipoItem: description: Tipo do item da nota fiscal type: string enum: – SERVICO – PRODUTO enumTipoImposto: description: Tipo de impostos que podem ser relacionados ao item da nota fiscal type: string enum: – IPI – IPI_PRESUMIDO – IPI_DEVOLVIDO – IPI_CREDITADO – ICMS – ICMS_SIMPLES – ICMS_FUTURO – ICMS_DIFERIDO – ICMS_DESONERADO – ICMS_ST – ICMS_UF_DESTINO – ICMS_ISENTAS_OUTRAS – ICMS_CREDITADO – ICMS_EFETIVO – ICMS_ST_RETIDO_ANT – ICMS_ST_FUTURO – ICMS_ST_SOLIDARIO – ICMS_IMPORTACAO – ICMS_DESTINO – FCP – FCP_ST – FCP_UF_DESTINO – FCP_ST_RETIDO_ANT – ISS – COFINS – COFINS_RETIDO – COFINS_RECUPERAR_IMPORTACAO – COFINS_RECUPERAR – COFINS_DEVOLVIDO – PIS – PIS_RETIDO – PIS_RECUPERAR_IMPORTACAO – PIS_RECUPERAR – PIS_DEVOLVIDO – CSLL – ISS_RETIDO – IRRF – INSS – INSS_PATRONAL – IMPOSTO_IMPORTACAO – DIFAL – DIFAL_DEVOLVIDO – CIDE_TECNOLOGIA – ICMS_UF_DESTINO_DEVOLVIDO – FCP_UF_DESTINO_DEVOLVIDO enumMotivoDesoneracao: description: Motivos de desoneração, usados no cadastro do imposto type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V16 – V90 enumOrigemMercadoria: description: Origem de mercadoria definida no imposto do item type: string enum: – V0 – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 enumTipoCreditoRecuperado: description: Base de cálculo de crédito type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V15 – V16 – V17 – V18 enumAplicacaoImposto: description: Tipo de aplicação do imposto type: string enum: – VA – VS – VN enumTipoDiferimento: description: Indicativo de como será o tipo de diferimento type: string enum: – BASE – VALOR enumRegControleRet: description: Regime de controle de retenção type: string enum: – CAIXA – COMPETENCIA 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 – VPAT enumTipEmi: description: Tipo de emissão da nota fiscal type: string enum: – EmissaoTerceiro – EmissaoPropria enumNfEntradaSituacao: description: Situações da nota fiscal de entrada type: string enum: – EM_ESCRITURACAO – ESCRITURADA – CANCELADA – CONTABILIZADA enumOrigemNfEntrada: description: Origem da nota fiscal de entrada type: string enum: – MANUAL – ERP_SENIOR_X – SISTEMA_TERCEIRO enumTipoNf: description: Tipo da nota fiscal type: string enum: – V1 – V2 – V4 – V8 – V9 – V10 – V12 enumIndNif: description: Tipo do número de identificação fiscal type: string enum: – V1 – V2 – V3 enumSitReg: description: Situação do registro type: string enum: – VA – VI enumAplSnf: description: Aplicação type: string enum: – VS – VM – VE – VF – VD enumAnaSin: description: Nome da lista na G5: LAnaSin type: string enum: – VA – VS enumTipImpCst: description: Tipo de imposto documento type: string enum: – PIS_COFINS – IPI – ICMS – ISS enumTipoOperacao: description: Tipo de operação type: string enum: – VSAIDA – VENTRADA – VAMBOS enumRegimeTributarioCst: description: Regime tributário para a CST type: string enum: – NORMAL – SIMPLES_NACIONAL enumSituacao: description: Situação type: string enum: – VATIVO – VINATIVO enumTipEnd: description: Tipo de endereço type: string enum: – V3 – V4 enumIndOba: description: Indicativo de prestação de serviços em obra de construção civil type: string enum: – V0 – V1 – V2 enumTipoDeclaracaoImportacao: description: Tipo de declaração da importação type: string enum: – V0 – V1 – V2 origemFatoContabil: description: Origem fato contábil type: string enum: – NOTA_FISCAL_ENTRADA_CONTROLADORIA – NOTA_FISCAL_ENTRADA_ERP_SENIOR_X – NOTA_FISCAL_ENTRADA_SISTEMA_TERCEIRO enumUtiImpCurto: description: Forma de integração para controladoria type: string enum: – VS – VN – VO 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 enumAplNop: description: Aplicação da natureza da operação type: string enum: – VN – VS – VI – VR – VO – VT – VD – VA – VB – VE – VC – VF – VG – VV – VX enumOperacaoNotaReferenciada: description: Operação da nota fiscal referenciada type: string enum: – ENTRADA – SAIDA enumEmissaoNotaReferenciada: description: Emissão da nota fiscal referenciada type: string enum: – PROPRIA – TERCEIROS enumCifFob: description: Tipo de frete da transportadora type: string enum: – V0 – V1 – V2 – V3 – V4 – V9 enumTipoCartao: description: Tipo de cartão type: string enum: – D – C enumTipoTituloFiscal: description: Tipo de título fiscal type: string enum: – V00 – V01 – V02 – V03 – V04 – V99 enumTipFpg: description: Tipo pagamento type: string enum: – V01 – V02 – V03 – V04 – V05 – V10 – V11 – V12 – V13 – V15 – V16 – V17 – V18 – V19 – V90 – V99 enumNfEntradaProcesso: description: Estado do processo da nota type: string enum: – PROCESSANDO – ERRO_PROCESSAMENTO – LIBERADO – EM_EXCLUSAO – ERRO_EXCLUSAO_INTEGRACAO – PROCESSANDO_REFERENCIA enumLoteSerie: description: Tipo do lote e serie do documento type: string enum: – LOTE – SERIE enumRegimeTributarioPISCOFINS: description: Regime tributário para o PIS type: string enum: – CUMULATIVO – NAO_CUMULATIVO 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 – 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 checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck faturamentoNfEntrada: description: Dados do cabeçalho da nota fiscal type: object required: – documentoId – empresaId – filialId – dataEmissao – origem – excluir properties: documentoId: type: string description: Identificador do documento empresaId: type: string description: Identificador da empresa filialId: type: string description: Identificador da filial dataEmissao: type: string format: date description: Data de emissão origem: type: string allOf: – #/definitions/enumOrigemNfEntrada description: Enum origem da nota fiscal de entrada excluir: type: boolean description: Indicador de exclusão da nota faturamentoNfEntradaItem: description: Item da nota para o faturamento type: object required: – itemId – transacao – cfop – tipoItem – valores properties: itemId: type: string description: Identificador do item transacao: type: string description: Identificador da transação cfop: type: string description: Identificador da cfop tipoItem: type: string allOf: – #/definitions/enumTipoItem description: Tipo do item valores: type: object allOf: – #/definitions/valoresNfEntradaItem description: Valores do item valoresNfEntradaItem: description: Valores dos itens da nota para o faturamento type: object required: – valorContabil – valorDesconto – valorFrete – valorSeguro – valorOutrasDespesasAcessorias – valorIpi – valorIrrf – valorIssRetido – valorInss – valorCofinsRetido – valorPisRetido – valorCsllRetido – valorIcmsSt – valorFcpSt properties: valorContabil: type: string description: Valor contábil valorDesconto: type: string description: Valor desconto valorFrete: type: string description: Valor frete valorSeguro: type: string description: Valor seguro valorOutrasDespesasAcessorias: type: string description: Valor outras despesas acessorias valorIpi: type: string description: Valor IPI valorIrrf: type: string description: Valor IRRF valorIssRetido: type: string description: Valor ISS retido valorInss: type: string description: Valor INSS valorCofinsRetido: type: string description: Valor COFINS retido valorPisRetido: type: string description: Valor PIS retido valorCsllRetido: type: string description: Valor CSLL retido valorIcmsSt: type: string description: Valor ICMS St valorFcpSt: type: string description: Valor FCP St recPageRequest: description: Define a paginação da query type: object required: – offset – size properties: offset: type: integer format: int64 description: Número da página size: type: integer format: int64 description: Quantidade de registros por página orderBy: type: array items: type: object allOf: – #/definitions/fieldsOrderBy description: Campos da ordenação dos registros a serem pesquisados fieldsOrderBy: description: Define o registro com os dados dos campos à serem ordenados type: object required: – field – order properties: field: type: string description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) recDocumentoReferenciado: description: Record do documento referenciado da nota type: object required: – id – codigo – descricao – pessoa properties: id: type: string description: Identificador da nota codigo: type: string description: Código da nota descricao: type: string description: Descrição da nota pessoa: type: object allOf: – #/definitions/recGenerico description: Pessoa recGenericoNfEntradaItens: description: Record do item Entrada type: object required: – id – codigo – descricao – tipo – sequencia properties: id: type: string description: Id codigo: type: string description: Código da nota descricao: type: string description: Descrição da nota tipo: type: string allOf: – #/definitions/enumTipoItem description: Tipo Item sequencia: type: integer format: int64 description: Sequência recGenerico: description: Dados consultas genericas type: object required: – id properties: id: type: string description: Identificação do registro codigo: type: string description: Código descricao: type: string description: Descrição abreviacao: type: string description: Descricao abreviada totalizadorValores: description: Record de valores totalizados da nf type: object required: – valorContabil – valorMercadoria – valorIPI – valorICMS – valorDescontos – valorSeguro – valorDespesasAcessorias – valorFreteImportacao – valorSeguroImportacao – valorOutrasDespesas – valorAFRMM properties: valorContabil: type: string description: Valor contabil total da nf valorMercadoria: type: string description: Valor de mercadoria total da nf valorIPI: type: string description: Valor de ipi total da nf valorICMS: type: string description: Valor de icms total da nf valorDescontos: type: string description: Valor de desconto total da nf valorSeguro: type: string description: Valor de suguro total da nf valorDespesasAcessorias: type: string description: Valor de despesas acessorias total da nf valorFreteImportacao: type: string description: Valor de frete importação valorSeguroImportacao: type: string description: Valor do seguro importação valorOutrasDespesas: type: string description: Valor de outras despesas valorAFRMM: type: string description: Valor total de adicional ao frete para renovação da marinha mercante totalizadorImposto: description: Record de valores de impostos totalizados da nf por tipo type: object required: – tipo – base – valor – valorIsentas – valorOutras properties: tipo: type: string allOf: – #/definitions/enumTipoImposto description: Tipo do imposto totalizado base: type: string description: Valor da base totalizada valor: type: string description: Valor do imposto totalizado valorIsentas: type: string description: Valor de isentas totalizada valorOutras: type: string description: Valor de outras totalizada recFiltroNfEntrada: description: Record do filtro da listagem das notas fiscais de entrada type: object properties: empresaIds: type: array items: type: string description: Identificadores das empresas filialIds: type: array items: type: string description: Identificadores das filiais remetenteIds: type: array items: type: string description: Identificadores dos remetentes serieIds: type: array items: type: string description: Identificadores das séries fiscais transacaoIds: type: array items: type: string description: Identificadores das transações dataEntradaInicio: type: string format: date description: Data de entrada inicio dataEntradaFim: type: string format: date description: Data de entrada fim numeroNota: type: integer format: int64 description: Número da nota produtoIds: type: array items: type: string description: Identificadores das produtos da nota fiscal servicoIds: type: array items: type: string description: Identificadores dos serviços da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNfEntrada description: Origem da nota fiscal situacao: type: string allOf: – #/definitions/enumNfEntradaSituacao description: Situação da nota fiscal chaveAcesso: type: string maxLength: 50 description: Chave eletrônica da nota fiscal recDadosNfEntrada: description: Record com os dados da listagem da nota fiscal de entrada type: object required: – id properties: id: type: string description: Identificador da nota fiscal empresa: type: object allOf: – #/definitions/recGenerico description: Dados da empresa filial: type: object allOf: – #/definitions/recGenerico description: Dados da filial remetente: type: object allOf: – #/definitions/recGenerico description: Dados do remetente serie: type: object allOf: – #/definitions/recGenerico description: Série fiscal modeloDocumento: type: object allOf: – #/definitions/recGenerico description: Modelo de documento dataEmissao: type: string format: date description: Data de emissão numeroNota: type: integer format: int64 description: Número da nota valorContabil: type: string description: Valor contábil origem: type: string allOf: – #/definitions/enumOrigemNfEntrada description: Origem situacao: type: string allOf: – #/definitions/enumNfEntradaSituacao description: Situação processo: type: string allOf: – #/definitions/enumNfEntradaProcesso description: Estado do processo da nota recNfEntradaItens: description: Record do item da nota type: object required: – nfEntradaId – sequencia – e001tns – cfop – quantidade properties: id: type: string description: Id da entidade nfEntradaId: type: string description: Cabeçalho do item da nota fiscal sequencia: type: integer format: int64 description: Sequência minimum: 1 maximum: 999 e001tns: type: object allOf: – #/definitions/recE001tns description: Transação cfop: type: string maxLength: 5 description: CFOP tipo: type: string allOf: – #/definitions/enumTipoItem description: Tipo e075der: type: object allOf: – #/definitions/recE075der description: Código do produto e080ser: type: object allOf: – #/definitions/recE080ser description: Código do serviço complemento: type: string maxLength: 250 description: Complemento ncm: type: object allOf: – #/definitions/recNcm description: Nomenclatura comum do mercosul (NCM) codigoCest: type: string maxLength: 7 description: CEST quantidade: type: number format: double description: Quantidade minimum: 0 e015med: type: object allOf: – #/definitions/recE015med description: Unidade de medida precoUnitario: type: string description: Preço unitário minimum: 0.0 default: 0.0 valorMercadoria: type: string description: Valor da mercadoria minimum: 0.0 default: 0.0 valorDesconto: type: string description: Valor de desconto minimum: 0.0 default: 0.0 valorSeguro: type: string description: Valor de seguro minimum: 0.0 default: 0.0 valorFrete: type: string description: Valor de frete minimum: 0.0 default: 0.0 valorDespesasAcessorias: type: string description: Valor de despesas acessórias minimum: 0.0 default: 0.0 valorContabil: type: string description: Valor contábil minimum: 0.0 default: 0.0 valorICMSNaoCreditado: type: string description: Valor ICMS não creditado minimum: 0.0 default: 0.0 valorICMSOperacaoPropria: type: string description: Valor ICMS operação própria minimum: 0.0 default: 0.0 valorICMSOperacaoST: type: string description: Valor ICMS operação ST minimum: 0.0 default: 0.0 valorICMSDifal: type: string description: Valor ICMS – DIFAL minimum: 0.0 default: 0.0 e045pla: type: object allOf: – #/definitions/recE045pla description: Conta contábil e044ccu: type: object allOf: – #/definitions/recE044ccu description: Centro de custo nfEntradaItensLoteSerie: type: array items: type: object allOf: – #/definitions/recNfEntradaItensLoteSerie description: Lotes recNfEntradaItensImpostos: description: Record do imposto do item type: object properties: tipImp: type: string allOf: – #/definitions/enumTipoImposto description: Tipo de imposto basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0.0 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrImp: type: string description: Valor Imposto minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOut: type: string description: Valor Outras minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrIse: type: string description: Valor Isentas minimum: 0.00 maximum: 9999999999999.99 default: 0.0 perRed: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 default: 0.0 valorDeducao: type: string description: Valor de dedução minimum: 0.0 default: 0.0 perMva: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 default: 0.0 e027str: type: object allOf: – #/definitions/recE027str description: Situação Tributária ICMS e027eqi: type: object allOf: – #/definitions/recE027eqi description: Enquadramento de IPI motDes: type: string allOf: – #/definitions/enumMotivoDesoneracao description: Motivo desoneração ICMS oriMer: type: string allOf: – #/definitions/enumOrigemMercadoria description: Origem fiscal da mercadoria baseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Base de cálculo de crédito codigoTributacao: type: string maxLength: 5 description: Código da tributação observacao: type: string maxLength: 120 description: Observação aplLiq: type: string allOf: – #/definitions/enumAplicacaoImposto description: Aplicação do imposto impMan: type: boolean description: Aplicação manual de imposto guiDoc: type: boolean description: Guia por Documento default: false aliDes: type: number format: double description: Alíquota de ICMS interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRec: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 supCon: type: number format: double description: Suportado consumidor final minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRet: type: string description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 default: 0.0 tipDif: type: string allOf: – #/definitions/enumTipoDiferimento description: Tipo de diferimento regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime do controle de retenção impNaoRecuperado: type: string description: Imposto não recuperado minimum: 0.00 maximum: 9999999999999.99 default: 0.0 regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário recNfEntradaItensImportacao: description: Record de dados de importação do item type: object properties: valorFreteImportacao: type: string description: Valor frete importação minimum: 0.0 default: 0.0 valorSeguroImportacao: type: string description: Valor seguro importação minimum: 0.0 default: 0.0 valorOutrasDespesas: type: string description: Valor de outras despesas minimum: 0.0 default: 0.0 valorAFRMM: type: string description: Valor da AFRMM minimum: 0.0 default: 0.0 valorDescontoDI: type: string description: Valor desconto item DI minimum: 0.0 default: 0.0 numeroDrawback: type: string maxLength: 11 description: Número ato Drawback numeroAdicao: type: integer format: int64 description: Número da adição minimum: 0 maximum: 999 sequenciaAdicao: type: integer format: int64 description: Número da sequência do item adição minimum: 0 maximum: 999 recNfEntradaItensDispositivos: description: Record de dados de dispositivos fiscais dos itens type: object required: – dispositivoFiscal properties: dispositivoFiscal: type: string description: Dispositivo fiscal recE001tns: description: Record de Transação type: object properties: id: type: string description: Id da entidade 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 sitTns: type: string allOf: – #/definitions/enumSitReg description: Situação recE075der: description: Record de Produto type: object properties: id: type: string description: Id da entidade codDer: type: string description: Código da Derivação desDer: type: string description: Descrição do produto sitDer: type: string allOf: – #/definitions/enumSitReg description: Situação recE080ser: description: Record de Serviço type: object properties: id: type: string description: Id da entidade codSer: type: string maxLength: 14 description: Serviço desSer: type: string maxLength: 70 description: Descrição sitSer: type: string allOf: – #/definitions/enumSitReg description: Situação recNcm: description: Record de nomenclatura comum do mercosul type: object properties: id: type: string 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação recE015med: description: Record de unidade de medida type: object properties: id: type: string description: Id da entidade uniMed: type: string maxLength: 6 description: Unidade de medida desMed: type: string maxLength: 100 description: Descrição da unidade de medida recE045pla: description: Record de conta contábil type: object properties: id: type: string description: Id da entidade ctaRed: type: integer format: int64 description: Conta Contábil Reduzida minimum: 0 maximum: 9999999 desCta: type: string maxLength: 250 description: Nomenclatura claCta: type: string maxLength: 30 description: Classificação anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético recE044ccu: description: Record de centro de custo type: object properties: id: type: string description: Id da entidade codCcu: type: string maxLength: 9 description: Código do centro de custos desCcu: type: string maxLength: 80 description: Descrição do centro de custos claCcu: type: string maxLength: 30 description: Classificação do centro de custo anaSin: type: string allOf: – #/definitions/enumAnaSin description: Analítico ou Sintético recE027str: description: Record de situação tributária type: object properties: id: type: string 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 tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação situacao: type: string allOf: – #/definitions/enumSituacao description: Situação recE027eqi: description: Record do enquadramento de IPI type: object properties: id: type: string 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: Situação recNfEntradaDocRefItem: description: Record nota de entrada type: object required: – tipoReferenciado – numeroDocumento – operacao – serieLegal – dataEmissao properties: id: type: string description: Id da entidade nfEntradaItens: type: object allOf: – #/definitions/recGenericoNfEntradaItens description: Item da nota fiscal de entrada documentoReferenciado: type: object allOf: – #/definitions/recDocumentoReferenciado description: Id do nota de origem itemReferenciado: type: object allOf: – #/definitions/recItemReferenciado description: Id do item de origem tipoReferenciado: type: string allOf: – #/definitions/enumTipoReferencia description: Tipo de referência e070emp: type: object allOf: – #/definitions/recGenerico description: Empresa e070fil: type: object allOf: – #/definitions/recGenerico description: Código da filial numeroDocumento: type: integer format: int64 description: Número do documento e001pes: type: object allOf: – #/definitions/recGenerico description: Código do participante e020snf: type: object allOf: – #/definitions/recGenerico description: Código da serie sequenciaItem: type: integer format: int64 description: Sequência do item da nota fiscal sequenciaItemReferenciado: type: integer format: int64 description: Sequência do item da nota fiscal referenciado operacao: type: string allOf: – #/definitions/enumOperacaoNotaReferenciada description: Operação da nota fiscal referenciada emissao: type: string allOf: – #/definitions/enumEmissaoNotaReferenciada description: Emissão da nota fiscal referenciada chaveNotaReferenciada: type: string description: Chave da nota fiscal eletrônica referenciada e032edc: type: object allOf: – #/definitions/recGenerico description: Modelo de documento da nota fiscal referenciada serieLegal: type: string description: Código da série legal subserieLegal: type: string description: Código da subsérie legal dataEmissao: type: string format: date description: Data de emissão da nota fiscal referenciada recItemReferenciado: description: Record do item referenciado da nota type: object required: – id – codigo – descricao properties: id: type: string description: Identificador da nota codigo: type: string description: Código da nota descricao: type: string description: Descrição da nota itemNotaFiscalCiapIntegracao: description: Record das informações de ciap type: object properties: itemNfTrasportadaOrigemId: type: string description: Item nota fiscal transportada origem id 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 do ciap minimum: 0.00 maximum: 9999999999999.99 recNfEntradaItensLoteSerie: description: Nota de entrada – Lote e série type: object properties: id: type: string description: Id da entidade nfEntradaItens: type: object allOf: – #/definitions/recGenericoNfEntradaItens description: Nota fiscal de entrada itens dataValidade: type: string format: date description: Data de validade dataFabricacao: type: string format: date description: Data de fabricação numeroLote: type: string maxLength: 50 description: Número do lote numeroSerie: type: string maxLength: 50 description: Número da série quantidadeMovimento: type: number format: double description: Quantidade de movimento minimum: 0.00 maximum: 999999999.99999 nfEntradaIntegracao: description: Record dos dados gerais da nota fiscal type: object required: – idOrigem – e001pes_id properties: idOrigem: type: string maxLength: 40 description: id do documento de origem e070emp_id: type: string maxLength: 40 description: Código da empresa e070fil_id: type: string maxLength: 40 description: Código da filial numero: type: integer format: int64 description: Número da nota fiscal minimum: 0 e020snf_id: type: string maxLength: 40 description: Série fiscal serieLegal: type: string maxLength: 3 description: Série legal subserieLegal: type: string maxLength: 2 description: Subsérie legal e032edc_id: type: string maxLength: 40 description: Modelo de documento e001pes_id: type: string maxLength: 40 description: Remetente e001end_id: type: string maxLength: 40 description: Sequência de endereço de origem da mercadoria dataExecucaoServico: type: string format: date description: Data de execução do serviço dataEmissao: type: string format: date description: Data de emissão dataEntrada: type: string format: date description: Data de entrada tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão de nota fiscal chaveEletronica: type: string maxLength: 50 description: Chave eletrônica da nota fiscal e007ufs_id: type: string maxLength: 40 description: Estado de cálculo do ICMS e008rai_id: type: string maxLength: 40 description: Cidade de tributação do ISS loteContabil: type: integer format: int64 description: Número do lote contábil minimum: 0 situacao: type: string allOf: – #/definitions/enumNfEntradaSituacao description: Situação do documento para escrituração tipoNotaFiscal: type: string allOf: – #/definitions/enumTipoNf description: Tipo da nota fiscal origem: type: string allOf: – #/definitions/enumOrigemNfEntrada description: Origem da nota fiscal de entrada fatoContabil_id: type: string maxLength: 40 description: Fato contábil origemFatoContabil: type: string allOf: – #/definitions/origemFatoContabil description: Origem do fato contábil itens: type: array items: type: object allOf: – #/definitions/nfEntradaItemIntegracao description: Itens parcelas: type: array items: type: object allOf: – #/definitions/nfEntradaFinanceiroIntegracao description: Financeiro mensagens: type: array items: type: object allOf: – #/definitions/nfEntradaMensagemIntegracao description: Mensagens da nota de entrada importacao: type: object allOf: – #/definitions/nfEntradaImportacaoIntegracao description: Importação informacoesGerais: type: object allOf: – #/definitions/nfEntradaGeralIntegracao description: Informações gerais transportadora: type: object allOf: – #/definitions/nfEntradaTransportadoraIntegracao description: Informações de transportadora documentosReferenciados: type: array items: type: object allOf: – #/definitions/nfEntradaDocRefItemIntegracao description: Documentos referenciados nfEntradaItemIntegracao: description: Record de item da nf type: object properties: sequencia: type: integer format: int64 description: Sequência minimum: 1 maximum: 999 e001tns_id: type: string maxLength: 40 description: Transação cfop: type: string maxLength: 5 description: CFOP tipo: type: string allOf: – #/definitions/enumTipoItem description: Tipo item_id: type: string maxLength: 40 description: Produto/Serviço complemento: type: string maxLength: 250 description: Complemento ncm_id: type: string maxLength: 40 description: Nomenclatura comum do Mercosul (NCM) codigoCest: type: string maxLength: 7 description: CEST quantidade: type: number format: double description: Quantidade minimum: 0 e015med_id: type: string maxLength: 40 description: Unidade de medida precoUnitario: type: string description: Preço unitário minimum: 0.0 default: 0.0 valorMercadoria: type: string description: Valor da mercadoria minimum: 0.0 default: 0.0 valorDesconto: type: string description: Valor de desconto minimum: 0.0 default: 0.0 valorSeguro: type: string description: Valor de seguro minimum: 0.0 default: 0.0 valorFrete: type: string description: Valor de frete minimum: 0.0 default: 0.0 valorDespesasAcessorias: type: string description: Valor de despesas acessórias minimum: 0.0 default: 0.0 valorContabil: type: string description: Valor contábil minimum: 0.0 default: 0.0 valorICMSNaoCreditado: type: string description: Valor ICMS não creditado minimum: 0.0 default: 0.0 valorICMSOperacaoPropria: type: string description: Valor ICMS operação própria minimum: 0.0 default: 0.0 valorICMSOperacaoST: type: string description: Valor ICMS operação ST minimum: 0.0 default: 0.0 valorICMSDifal: type: string description: Valor ICMS – DIFAL minimum: 0.0 default: 0.0 valorProporcaoCiap: type: string description: Valor Proporção Ciap minimum: 0.0 default: 0.0 e045pla_id: type: string maxLength: 40 description: Conta contábil e044ccu_id: type: string maxLength: 40 description: Centro de custo idOrigem: type: string maxLength: 40 description: Id do item no documento de origem impostos: type: array items: type: object allOf: – #/definitions/nfEntradaImpostoIntegracao description: Impostos loteSerie: type: array items: type: object allOf: – #/definitions/nfEntradaLoteSerieIntegracao description: Lotes/séries importacao: type: object allOf: – #/definitions/nfEntradaItensImportacaoIntegracao description: Importacão dispositivos: type: array items: type: object allOf: – #/definitions/nfEntradaItensDispositivosIntegracao description: Dispositivos documentosReferenciados: type: array items: type: object allOf: – #/definitions/nfEntradaDocRefItemIntegracao description: Documentos referenciados ciap: type: array items: type: object allOf: – #/definitions/itemNotaFiscalCiapIntegracao description: Informações de ciap nfEntradaImpostoIntegracao: description: Record dos impostos do item da nota fiscal type: object properties: tipImp: type: string allOf: – #/definitions/enumTipoImposto description: Tipo de imposto basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0.0 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrImp: type: string description: Valor Imposto minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOut: type: string description: Valor Outras minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrIse: type: string description: Valor Isentas minimum: 0.00 maximum: 9999999999999.99 default: 0.0 perRed: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 default: 0.0 valorDeducao: type: string description: Valor de dedução minimum: 0.0 default: 0.0 perMva: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 default: 0.0 e027str_id: type: string maxLength: 40 description: Situação Tributária ICMS e027eqi_id: type: string maxLength: 40 description: Enquadramento de IPI motDes: type: string allOf: – #/definitions/enumMotivoDesoneracao description: Motivo desoneração ICMS oriMer: type: string allOf: – #/definitions/enumOrigemMercadoria description: Origem fiscal da mercadoria baseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Base de cálculo de crédito codigoTributacao: type: string maxLength: 5 description: Código da tributação observacao: type: string maxLength: 120 description: Observação aplLiq: type: string allOf: – #/definitions/enumAplicacaoImposto description: Aplicação do imposto impMan: type: boolean description: Aplicação manual de imposto guiDoc: type: boolean description: Guia por Documento default: false aliDes: type: number format: double description: Alíquota de ICMS interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRec: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 supCon: type: number format: double description: Suportado consumidor final minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRet: type: string description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 default: 0.0 tipDif: type: string allOf: – #/definitions/enumTipoDiferimento description: Tipo de diferimento regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime do controle de retenção impNaoRecuperado: type: string description: Imposto não recuperado minimum: 0.00 maximum: 9999999999999.99 default: 0.0 regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário nfEntradaLoteSerieIntegracao: description: Lotes e séries do item da nota type: object properties: dataValidade: type: string format: date description: Data de validade dataFabricacao: type: string format: date description: Data de fabricação numeroLoteSerie: type: string maxLength: 50 description: Número do lote serie loteSerie: type: string allOf: – #/definitions/enumLoteSerie description: Número da série quantidadeMovimento: type: number format: double description: Quantidade de movimento minimum: 0.00 maximum: 999999999.99999 nfEntradaItensImportacaoIntegracao: description: Record itens importação type: object properties: valorFreteImportacao: type: string description: Valor frete importação minimum: 0.0 default: 0.0 valorSeguroImportacao: type: string description: Valor seguro importação minimum: 0.0 default: 0.0 valorOutrasDespesas: type: string description: Valor de outras despesas minimum: 0.0 default: 0.0 valorAFRMM: type: string description: Valor da AFRMM minimum: 0.0 default: 0.0 valorDescontoDI: type: string description: Valor desconto item DI minimum: 0.0 default: 0.0 numeroDrawback: type: string maxLength: 11 description: Número ato Drawback numeroAdicao: type: integer format: int64 description: Número da adição minimum: 0 maximum: 999 sequenciaAdicao: type: integer format: int64 description: Número da sequência do item adição minimum: 0 maximum: 999 nfEntradaItensDispositivosIntegracao: description: Record da informações de dispositivo do item da nota fiscal type: object properties: dispositivoFiscal_id: type: string maxLength: 40 description: Dispositivo fiscal nfEntradaDocRefItemIntegracao: description: Record dos documentos referenciados para a nota ou item da nota type: object required: – numeroDocumento properties: documentoRelacionado_id: type: string maxLength: 40 description: Id do nota de origem itemRelacionado_id: type: string maxLength: 40 description: Id do item de origem tipoRelacionamento: type: string allOf: – #/definitions/enumTipoReferencia description: Tipo de relacionamento e070fil_id: type: string maxLength: 40 description: Código da filial numeroDocumento: type: integer format: int64 description: Número do documento minimum: 0 maximum: 999999999999999 e001pes_id: type: string maxLength: 40 description: Código do participante e020snf_id: type: string maxLength: 40 description: Código da serie sequenciaItem: type: integer format: int64 description: Sequencia do item da nota fiscal sequenciaItemReferenciado: type: integer format: int64 description: Sequencia do item da nota fiscal referenciado minimum: 0 maximum: 999 operacao: type: string allOf: – #/definitions/enumOperacaoNotaReferenciada description: Operação da nota fiscal referenciada emissao: type: string allOf: – #/definitions/enumEmissaoNotaReferenciada description: Emissão da nota fiscal referenciada chaveNotaReferenciada: type: string maxLength: 50 description: Chave da nota fiscal eletrônica referenciada e032edc_id: type: string maxLength: 40 description: Modelo de documento da nota fiscal referenciada serieLegal: type: string maxLength: 3 description: Código da série legal subserieLegal: type: string maxLength: 2 description: Código da subsérie legal dataEmissao: type: string format: date description: Data de emissão da nota fiscal referenciada qtdMercadoria: type: number format: double description: Quantidade de mercadorias minimum: 0.00 maximum: 999999999.99999 qtdVolumes: type: integer format: int64 description: Quantidade de volumes minimum: 0 maximum: 999999999 pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 999999999.99999 pesoLiquido: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999999.99999 valorMercadoria: type: string description: Valor mercadoria minimum: 0.00 maximum: 9999999999999.99 valorTotalNotaFiscal: type: string description: Valor total da nota fiscal minimum: 0.00 maximum: 9999999999999.99 idOrigem: type: string maxLength: 40 description: Id do documento de origem itemIdOrigem: type: string maxLength: 40 description: Id do item do documento de origem nfEntradaFinanceiroIntegracao: description: Record de informações financeiras type: object properties: formaPagamento_id: type: string maxLength: 40 description: Forma de pagamento condicaoPagamento_id: type: string maxLength: 40 description: Condição de pagamento tipoTituloFiscal: type: string allOf: – #/definitions/enumTipoTituloFiscal description: Tipo de titulo fiscal dataVencimentoTitulo: type: string format: date description: Data de vencimento do título numeroTitulo: type: string maxLength: 15 description: Número do título valorParcela: type: string description: Valor da parcela tipoCartao: type: string allOf: – #/definitions/enumTipoCartao description: Tipo de cartão descricaoComplementar: type: string maxLength: 250 description: Descrição complementar do título nfEntradaMensagemIntegracao: description: Record de mensagens da nota fiscal type: object properties: mensagem_id: type: string maxLength: 40 description: Código da mensagem mensagem: type: string maxLength: 1000 description: Mensagem nfEntradaImportacaoIntegracao: description: Record de dados de importacao da nota fiscal type: object properties: numero: type: integer format: int64 description: Número do documento de importação minimum: 0 tipo: type: string allOf: – #/definitions/enumTipoDeclaracaoImportacao description: Tipo da declaração de importação dataRegistro: type: string format: date description: Data do registro do documento de importação localDesembaracoAduaneiro: type: string maxLength: 60 description: Local onde ocorreu o desembaraço aduaneiro dataDesembaraco: type: string format: date description: Data do desembaraço aduaneiro exportador_id: type: string maxLength: 40 description: Código do exportador nfEntradaGeralIntegracao: description: Record de informações gerais da nota fiscal type: object properties: valorTerceiro: type: string description: Valor em nome de terceiros emissaoTerceiro: type: boolean description: Emissão de terceiro default: false dataExtemporaneoSped: type: string format: date description: Data extemporâneo SPED numeroRps: type: integer format: int64 description: Numero RPS para nota de serviço nfEntradaTransportadoraIntegracao: description: Record de informações de transporte da nota fiscal type: object properties: tipoFrete: type: string allOf: – #/definitions/enumTipoFrete description: Tipo de frete viaTransporte: type: string allOf: – #/definitions/enumViaTransporte description: Via de transporte transportadora_id: type: string maxLength: 40 description: Transportadora placaVeiculo: type: string description: Placa do veículo ufVeiculo_id: type: string maxLength: 40 description: UF do veiculo pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 999999.99999 pesoLiquido: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999.99999 cidadeRemetente_id: type: string maxLength: 40 description: Código da cidade remetente cidadeDestino_id: type: string maxLength: 40 description: Código da cidade destino recE051dis: description: Dispositivos fiscais type: object properties: id: type: string description: Id da entidade codDfs: type: integer format: int64 description: Código desDfs: type: string description: Descrição e070emp: description: Empresa type: object properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Código minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Filial type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 9999 nomFil: type: string maxLength: 100 description: Nome sigFil: type: string maxLength: 100 description: Fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa numCgc: type: string maxLength: 18 description: CPF/CNPJ numIdf: type: string maxLength: 40 description: Número identificação fiscal e070filCplTri: type: object allOf: – #/definitions/e070filCplTri description: Especialização de tributos da filial e070filCplImp: type: object allOf: – #/definitions/e070filCplImp description: Especialização Contabilidade – Filial e007ufsSigUfs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filCplImp: description: Filial especialização compliance impostos type: object 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 default: true codRtr: type: string allOf: – #/definitions/enumCodCrt description: Código do regime tributário 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 cepIssEnt: type: string allOf: – #/definitions/enumCepIssEnt description: Município de tributação ISS sobre compras cepIss: type: string allOf: – #/definitions/enumCepIss description: Município de tributação ISS sobre vendas 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 regEst: type: string allOf: – #/definitions/enumRegEst description: Regime especial de tributação incCul: type: boolean description: Incentivador cultural previaRetencaoRegimeCaixa: type: boolean description: Prévia da retenção por regime de caixa no documento fiscal 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 description: dthger: type: string format: date-time description: usualt: type: string 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 msgFis: type: boolean description: Mensagem fiscal default: false 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e020snf: description: Tabelas – séries de notas fiscais type: object 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 e032edc: type: object allOf: – #/definitions/e032edc description: Modelo do documento 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 codSel: type: string maxLength: 3 description: Série codSsl: type: string maxLength: 2 description: Subsérie 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 utiImp: type: string allOf: – #/definitions/enumUtiImpCurto description: Forma de integração para controladoria usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e032edc: description: Modelo de documento type: object properties: id: type: string format: uuid description: Id da entidade codEdc: type: string maxLength: 3 description: Mod. documento desEdc: type: string maxLength: 30 description: Descr. 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001pes: description: Pessoa type: object required: – nomPes – apePes 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 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 indNif: type: string allOf: – #/definitions/enumIndNif description: Utilização do número de identificação fiscal (NIF) numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) sitPes: type: string allOf: – #/definitions/enumSitReg description: Situação e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade e085pes: type: object allOf: – #/definitions/e085pes description: Cliente e095pes: type: object allOf: – #/definitions/e095pes description: Fornecedor e073pes: type: object allOf: – #/definitions/e073pes description: Transportadora 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e031moe: description: Moeda type: object required: – sigMoe properties: id: type: string format: uuid description: Id da entidade codMoe: type: string maxLength: 3 description: Código moeda desMoe: type: string maxLength: 30 description: Descrição sigMoe: type: string maxLength: 5 description: Sigla 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e006pai: description: País type: object 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: object allOf: – #/definitions/e031moe description: Moeda 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e007ufs: description: Estado type: object properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 20 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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e008rai: description: Cidade type: object 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 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085pes: description: Cliente type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa sitCli: type: string allOf: – #/definitions/enumSitReg description: Situação do cliente 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e095pes: description: Fornecedor type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa sitFor: type: string allOf: – #/definitions/enumSitReg description: Situação do fornecedor 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tns: description: Transação type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e001tnsCplImpEnt: type: object allOf: – #/definitions/e001tnsCplImpEnt description: Especialização de transação compliance impostos de entrada 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 sitTns: 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001tnsCplImpEnt: description: Transação complience impostos de entrada type: object properties: id: type: string format: uuid description: Id da entidade e001tns: type: object allOf: – #/definitions/e001tns description: Transação e051dis: type: object allOf: – #/definitions/e051dis description: Dispositivo fiscal cprTcf: type: string allOf: – #/definitions/enumAplNop description: Aplicação da natureza da operaçã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) 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 description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e075der: description: Cadastros Produtos type: object required: – codDer – desDer – sitDer properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa e075derCplImp: type: object allOf: – #/definitions/e075derCplImp description: Especialização cadastro de produto codDer: type: string description: Código da Derivação desDer: type: string description: Descrição do produto sitDer: 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 description: dthger: type: string format: date-time description: usualt: type: string 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 escalaRelevante: type: boolean description: Produzido em escala relevante default: true e051dis: type: object allOf: – #/definitions/e051dis description: Dispositivo fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e080ser: description: Serviços type: object properties: id: type: string format: uuid description: Id da entidade e080serCplImp: type: object allOf: – #/definitions/e080serCplImp description: Especialização cadastro de serviço e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codSer: type: string maxLength: 14 description: Serviço desSer: type: string maxLength: 70 description: Descrição sitSer: 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 description: dthger: type: string format: date-time description: usualt: type: string 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: object allOf: – #/definitions/e051dis 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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: leiComplementar1162003: description: Lei complementar 116/2003 type: object 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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nbs: description: Nomenclatura brasileira de serviços type: object 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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string 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 – situacao 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 situacao: type: string allOf: – #/definitions/enumSituacao description: Situação excluido: type: boolean description: Sinaliza se o registro foi excluido 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e015med: description: 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 de medida desMed: type: string maxLength: 100 description: Descrição da unidade de medida 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e051dis: description: Dispositivo fiscal type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codDfs: type: integer format: int64 description: Código minimum: 0 maximum: 999999 desDfs: type: string maxLength: 150 description: Descriçã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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e045pla: description: Plano Contábil – Contas type: object required: – id – e070emp – ctaRed – desCta – claCta – anaSin properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa ctaRed: type: integer format: int64 description: Conta Contábil Reduzida minimum: 0 maximum: 9999999 desCta: type: string maxLength: 250 description: Nomenclatura claCta: type: string maxLength: 30 description: Classificaçã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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e044ccu: description: Cadastros – Centros de Custos type: object required: – e070emp – 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: Código do centro de custos desCcu: type: string maxLength: 80 description: Descrição do centro de custos claCcu: type: string maxLength: 30 description: Classificação do centro de custo 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: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e027str: description: Cadastro de Situação tributária type: object properties: id: type: string format: uuid description: Id da entidade codStr: type: string maxLength: 3 description: Código interno da situação desStr: type: string maxLength: 250 description: Descrição da situação tributária tipImp: type: string allOf: – #/definitions/enumTipImpCst description: Imposto tipOpe: type: string allOf: – #/definitions/enumTipoOperacao description: Tipo de operação situacao: type: string allOf: – #/definitions/enumSituacao description: Situação regTri: type: string allOf: – #/definitions/enumRegimeTributarioCst description: Regime tributário para CST de ICMS 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e027eqi: description: Tabelas – Enquadramento de IPI type: object 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: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string 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 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 nomRes: type: string maxLength: 50 description: Nome do responsável 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 fonRes: type: string maxLength: 21 description: Telefone celRes: type: string maxLength: 22 description: Celular faxRes: type: string maxLength: 20 description: Fax emaRes: type: string maxLength: 100 description: E-mail indOba: type: string allOf: – #/definitions/enumIndOba description: Indicativo de prestação de serviços em obra de construção civil nroCno: type: string maxLength: 21 description: Número de inscrição do cadastro nacional de obra (CNO) sitEnd: type: string allOf: – #/definitions/enumSitReg description: Situação postalCode: type: string maxLength: 20 description: Código Postal 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filCplTri: description: Especialização de tributos da filial type: object required: – efiPdi – efiPdf properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial efiPdi: type: string format: date description: Período inicial de validade para apuração dos impostos efiPdf: type: string format: date description: Período final de validade para apuração dos impostos conNum: type: boolean description: Controla número da nota fiscal default: false conDes: type: boolean description: Considerar data de execução do serviço prestado como data de emissão default: false bloquearDadoNf: type: string allOf: – #/definitions/enumBloquearDadoNf description: Bloquear dados da nota fiscal integrada usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfSaida: description: Nota de saida type: object required: – e070emp – e070fil – e020snf – e001pes – e032edc – dataEmissao properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: código da empresa e070fil: type: object allOf: – #/definitions/e070fil description: Código da filial numero: type: integer format: int64 description: Número da nota fiscal minimum: 0 maximum: 999999999999999 e020snf: type: object allOf: – #/definitions/e020snf description: Série fiscal e001pes: type: object allOf: – #/definitions/e001pes description: Destinatário e032edc: type: object allOf: – #/definitions/e032edc description: Modelo de documento dataEmissao: type: string format: date description: Data de emissão chaveEletronica: type: string maxLength: 50 description: Chave eletrônica da nota fiscal origemId: type: string format: uuid description: Identificador da origem da nota nfSaidaItens: type: array items: type: object allOf: – #/definitions/nfSaidaItens description: Itens usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfSaidaItens: description: Nota de saida- Itens type: object required: – sequencia – e001tns – cfop properties: id: type: string format: uuid description: Id da entidade nfSaida: type: object allOf: – #/definitions/nfSaida description: Cabeçalho do item da nota fiscal sequencia: type: integer format: int64 description: Sequência minimum: 1 maximum: 999 e001tns: type: object allOf: – #/definitions/e001tns description: Transação cfop: type: string maxLength: 5 description: CFOP tipo: type: string allOf: – #/definitions/enumTipoItem description: Tipo e075der: type: object allOf: – #/definitions/e075der description: Código do produto e080ser: type: object allOf: – #/definitions/e080ser description: Código do serviço complemento: type: string maxLength: 250 description: Complemento origemId: type: string format: uuid description: Id do documento de origem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntrada: description: Nota de entrada type: object required: – e070emp – e070fil – e020snf – e001pes – dataEmissao – dataEntrada – tipoEmissao – situacao – tipoNotaFiscal – integradaPatrimonio – origem – processo properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: código da empresa e070fil: type: object allOf: – #/definitions/e070fil description: Código da filial numero: type: integer format: int64 description: Número da nota fiscal minimum: 0 maximum: 999999999999999 e020snf: type: object allOf: – #/definitions/e020snf description: Série fiscal serieLegal: type: string maxLength: 3 description: Série legal subserieLegal: type: string maxLength: 2 description: Subsérie legal e032edc: type: object allOf: – #/definitions/e032edc description: Modelo de documento e001pes: type: object allOf: – #/definitions/e001pes description: Remetente e001end: type: object allOf: – #/definitions/e001end description: Sequência de endereço de origem da mercadoria dataExecucaoServico: type: string format: date description: Data de execução do serviço dataEmissao: type: string format: date description: Data de emissão dataEntrada: type: string format: date description: Data de entrada tipoEmissao: type: string allOf: – #/definitions/enumTipEmi description: Tipo de emissão de nota fiscal chaveEletronica: type: string maxLength: 50 description: Chave eletrônica da nota fiscal e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado de cálculo do ICMS e008rai: type: object allOf: – #/definitions/e008rai description: Cidade de tributação do ISS loteContabil: type: integer format: int64 description: Número do lote contábil minimum: 0 situacao: type: string allOf: – #/definitions/enumNfEntradaSituacao description: Situação do documento para escrituração tipoNotaFiscal: type: string allOf: – #/definitions/enumTipoNf description: Tipo da nota fiscal integradaPatrimonio: type: boolean description: Indicativo de integração com a gestão patrimônial origem: type: string allOf: – #/definitions/enumOrigemNfEntrada description: Origem da nota fiscal de entrada fatoContabil: type: string format: uuid description: Fato contábil origemFatoContabil: type: string allOf: – #/definitions/origemFatoContabil description: Origem do fato contábil processo: type: string allOf: – #/definitions/enumNfEntradaProcesso description: Estado do processo da nota origemId: type: string format: uuid description: Identificador da origem da nota nfEntradaImportacao: type: object allOf: – #/definitions/nfEntradaImportacao description: Importação nfEntradaTotais: type: object allOf: – #/definitions/nfEntradaTotais description: Totais nfEntradaGeral: type: object allOf: – #/definitions/nfEntradaGeral description: Informações gerais nfEntradaTransportadora: type: object allOf: – #/definitions/nfEntradaTransportadora description: Informações de transportadora nfEntradaItens: type: array items: type: object allOf: – #/definitions/nfEntradaItens description: Itens nfEntradaMensagem: type: array items: type: object allOf: – #/definitions/nfEntradaMensagem description: Mensagens da nota de entrada nfEntradaFinanceiro: type: array items: type: object allOf: – #/definitions/nfEntradaFinanceiro description: Informações financeiras usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaImportacao: description: Nota de entrada – Importação type: object properties: id: type: string format: uuid description: Id da entidade numero: type: integer format: int64 description: Número do documento de importação minimum: 0 maximum: 999999999999 tipo: type: string allOf: – #/definitions/enumTipoDeclaracaoImportacao description: Tipo da declaração de importação dataRegistro: type: string format: date description: Data do registro do documento de importação localDesembaracoAduaneiro: type: string maxLength: 60 description: Local onde ocorreu o desembaraço aduaneiro dataDesembaraco: type: string format: date description: Data do desembaraço aduaneiro exportador: type: object allOf: – #/definitions/e001pes description: Código do exportador nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota de entrada usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaTotais: description: Nota de entrada – Totalização dos valores da nota para o cabeçalho type: object properties: id: type: string format: uuid description: Id da entidade valorContabil: type: string description: Valor total contábil minimum: 0.0 default: 0.0 valorMercadoria: type: string description: Valor total da mercadoria minimum: 0.0 default: 0.0 valorDescontos: type: string description: Valor total de descontos minimum: 0.0 default: 0.0 valorSeguro: type: string description: Valor total do seguro minimum: 0.0 default: 0.0 valorDespesasAcessorias: type: string description: Valor total de despesas acessórias minimum: 0.0 default: 0.0 valorFreteImportacao: type: string description: Valor total de frete de importação minimum: 0.0 default: 0.0 valorSeguroImportacao: type: string description: Valor total de seguro de importação minimum: 0.0 default: 0.0 valorOutrasDespesasImportacao: type: string description: Valor total de outras despesas de importação minimum: 0.0 default: 0.0 valorAFRMM: type: string description: Valor total de adicional ao frete para renovação da marinha mercante minimum: 0.0 default: 0.0 nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota de entrada nfEntradaTotaisImpostos: type: array items: type: object allOf: – #/definitions/nfEntradaTotaisImpostos description: Totalizadores dos impostos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaTotaisImpostos: description: Nota de entrada – Totalização dos impostos type: object required: – tipo properties: id: type: string format: uuid description: Id da entidade nfEntradaTotais: type: object allOf: – #/definitions/nfEntradaTotais description: Nota de entrada – Totalização dos valores para o cabeçalho valor: type: string description: Valor do imposto minimum: 0.00 maximum: 9999999999999.99 default: 0 base: type: string description: Valor base minimum: 0.00 maximum: 9999999999999.99 default: 0 valorIsentas: type: string description: Valor de isentas minimum: 0.00 maximum: 9999999999999.99 default: 0 valorOutras: type: string description: Valor de outras minimum: 0.00 maximum: 9999999999999.99 default: 0 tipo: type: string allOf: – #/definitions/enumTipoImposto description: Tipo de impostos usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaItens: description: Nota de entrada – Itens type: object required: – sequencia – e001tns – cfop – quantidade properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Cabeçalho do item da nota fiscal sequencia: type: integer format: int64 description: Sequência minimum: 1 maximum: 999 e001tns: type: object allOf: – #/definitions/e001tns description: Transação cfop: type: string maxLength: 5 description: CFOP tipo: type: string allOf: – #/definitions/enumTipoItem description: Tipo e075der: type: object allOf: – #/definitions/e075der description: Código do produto e080ser: type: object allOf: – #/definitions/e080ser description: Código do serviço complemento: type: string maxLength: 250 description: Complemento ncm: type: object allOf: – #/definitions/ncm description: Nomenclatura comum do Mercosul (NCM) codigoCest: type: string maxLength: 7 description: CEST quantidade: type: number format: double description: Quantidade minimum: 0 e015med: type: object allOf: – #/definitions/e015med description: Unidade de medida precoUnitario: type: string description: Preço unitário minimum: 0.0 default: 0.0 valorMercadoria: type: string description: Valor da mercadoria minimum: 0.0 default: 0.0 valorDesconto: type: string description: Valor de desconto minimum: 0.0 default: 0.0 valorSeguro: type: string description: Valor de seguro minimum: 0.0 default: 0.0 valorFrete: type: string description: Valor de frete minimum: 0.0 default: 0.0 valorDespesasAcessorias: type: string description: Valor de despesas acessórias minimum: 0.0 default: 0.0 valorContabil: type: string description: Valor contábil minimum: 0.0 default: 0.0 valorICMSNaoCreditado: type: string description: Valor ICMS não creditado minimum: 0.0 default: 0.0 valorICMSOperacaoPropria: type: string description: Valor ICMS operação própria minimum: 0.0 default: 0.0 valorICMSOperacaoST: type: string description: Valor ICMS operação ST minimum: 0.0 default: 0.0 valorICMSDifal: type: string description: Valor ICMS – DIFAL minimum: 0.0 default: 0.0 valorProporcaoCiap: type: string description: Valor Proporção Ciap minimum: 0.0 default: 0.0 e045pla: type: object allOf: – #/definitions/e045pla description: Conta contábil e044ccu: type: object allOf: – #/definitions/e044ccu description: Centro de custo origemId: type: string format: uuid description: Id do item no documento de origem nfEntradaItensImportacao: type: object allOf: – #/definitions/nfEntradaItensImportacao description: Importação nfEntradaItensImpostos: type: array items: type: object allOf: – #/definitions/nfEntradaItensImpostos description: Impostos nfEntradaItensDispositivos: type: array items: type: object allOf: – #/definitions/nfEntradaItensDispositivos description: Dispositivos nfEntradaItensLoteSerie: type: array items: type: object allOf: – #/definitions/nfEntradaItensLoteSerie description: Lotes usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaItensImportacao: description: Nota de entrada – Itens – Importação type: object properties: id: type: string format: uuid description: Id da entidade valorFreteImportacao: type: string description: Valor frete importação minimum: 0.0 default: 0.0 valorSeguroImportacao: type: string description: Valor seguro importação minimum: 0.0 default: 0.0 valorOutrasDespesas: type: string description: Valor de outras despesas minimum: 0.0 default: 0.0 valorAFRMM: type: string description: Valor da AFRMM minimum: 0.0 default: 0.0 valorDescontoDI: type: string description: Valor desconto item DI minimum: 0.0 default: 0.0 numeroDrawback: type: string maxLength: 11 description: Número ato Drawback numeroAdicao: type: integer format: int64 description: Número da adição minimum: 0 maximum: 999 sequenciaAdicao: type: integer format: int64 description: Número da sequência do item adição minimum: 0 maximum: 999 nfEntradaItens: type: object allOf: – #/definitions/nfEntradaItens description: Importação usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaItensImpostos: description: Nota de entrada – Itens – Impostos type: object properties: id: type: string format: uuid description: Id da entidade nfEntradaItens: type: object allOf: – #/definitions/nfEntradaItens description: Item do imposto tipImp: type: string allOf: – #/definitions/enumTipoImposto description: Tipo de imposto basImp: type: string description: Valor Base minimum: 0.00 maximum: 9999999999999.99 default: 0.0 aliImp: type: number format: double description: Alíquota do imposto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrImp: type: string description: Valor Imposto minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrOut: type: string description: Valor Outras minimum: 0.00 maximum: 9999999999999.99 default: 0.0 vlrIse: type: string description: Valor Isentas minimum: 0.00 maximum: 9999999999999.99 default: 0.0 perRed: type: number format: double description: Percentual de redução da base do imposto minimum: 0.00 maximum: 999.99999 default: 0.0 valorDeducao: type: string description: Valor de dedução minimum: 0.0 default: 0.0 perMva: type: number format: double description: Percentual da margem de valor Adicionado do ICMS ST minimum: 0.00 maximum: 999.9999 default: 0.0 e027str: type: object allOf: – #/definitions/e027str description: Situação Tributária ICMS e027eqi: type: object allOf: – #/definitions/e027eqi description: Enquadramento de IPI motDes: type: string allOf: – #/definitions/enumMotivoDesoneracao description: Motivo desoneração ICMS oriMer: type: string allOf: – #/definitions/enumOrigemMercadoria description: Origem fiscal da mercadoria baseCalculoCredito: type: string allOf: – #/definitions/enumTipoCreditoRecuperado description: Base de cálculo de crédito codigoTributacao: type: string maxLength: 5 description: Código da tributação observacao: type: string maxLength: 120 description: Observação aplLiq: type: string allOf: – #/definitions/enumAplicacaoImposto description: Aplicação do imposto impMan: type: boolean description: Aplicação manual de imposto guiDoc: type: boolean description: Guia por Documento default: false aliDes: type: number format: double description: Alíquota de ICMS interestadual da UF de destino minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRec: type: string description: Valor recolhido pelo substituto minimum: 0.00 maximum: 99999999999.9999 default: 0.0 supCon: type: number format: double description: Suportado consumidor final minimum: 0.00 maximum: 99999999999.9999 default: 0.0 vlrRet: type: string description: Valor Icms St retido minimum: 0.00 maximum: 99999999999.9999 default: 0.0 tipDif: type: string allOf: – #/definitions/enumTipoDiferimento description: Tipo de diferimento regimeControleRetencao: type: string allOf: – #/definitions/enumRegControleRet description: Regime do controle de retenção impNaoRecuperado: type: string description: Imposto não recuperado minimum: 0.00 maximum: 9999999999999.99 default: 0.0 regimeTributario: type: string allOf: – #/definitions/enumRegimeTributarioPISCOFINS description: Regime tributário usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaDocRefItem: description: Documentos e itens referenciados a nota fiscal ou item type: object required: – tipoRelacionamento – numeroDocumento – operacao – serieLegal properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota fiscal de entrada nfEntradaItem: type: object allOf: – #/definitions/nfEntradaItens description: Item da nota fiscal de entrada documentoRelacionado: type: string format: uuid description: Id do nota de origem itemRelacionado: type: string format: uuid description: Id do item de origem tipoRelacionamento: type: string allOf: – #/definitions/enumTipoReferencia description: Tipo de relacionamento e070fil: type: object allOf: – #/definitions/e070fil description: Código da filial numeroDocumento: type: integer format: int64 description: Número do documento minimum: 0 maximum: 999999999999999 e001pes: type: object allOf: – #/definitions/e001pes description: Código do participante e020snf: type: object allOf: – #/definitions/e020snf description: Código da serie sequenciaItem: type: integer format: int64 description: Sequencia do item da nota fiscal sequenciaItemReferenciado: type: integer format: int64 description: Sequencia do item da nota fiscal referenciado minimum: 0 maximum: 999 operacao: type: string allOf: – #/definitions/enumOperacaoNotaReferenciada description: Operação da nota fiscal referenciada emissao: type: string allOf: – #/definitions/enumEmissaoNotaReferenciada description: Emissão da nota fiscal referenciada chaveNotaReferenciada: type: string maxLength: 50 description: Chave da nota fiscal eletrônica referenciada e032edc: type: object allOf: – #/definitions/e032edc description: Modelo de documento da nota fiscal referenciada serieLegal: type: string maxLength: 3 description: Código da série legal subserieLegal: type: string maxLength: 2 description: Código da subsérie legal dataEmissao: type: string format: date description: Data de emissão da nota fiscal referenciada qtdMercadoria: type: number format: double description: Quantidade de mercadorias minimum: 0.00 maximum: 999999999.99999 qtdVolumes: type: integer format: int64 description: Quantidade de volumes minimum: 0 maximum: 999999999 pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 999999999.99999 pesoLiquido: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999999.99999 valorMercadoria: type: string description: Valor mercadoria minimum: 0.00 maximum: 9999999999999.99 valorTotalNotaFiscal: type: string description: Valor total da nota fiscal minimum: 0.00 maximum: 9999999999999.99 origemId: type: string format: uuid description: Id do documento de origem origemItemId: type: string format: uuid description: Id do item do documento de origem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaGeral: description: Informações gerais da nota fiscal de entrada type: object properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota fiscal de entrada valorTerceiro: type: string description: Valor em nome de terceiros emissaoTerceiro: type: boolean description: Emissão de terceiro default: false dataExtemporaneoSped: type: string format: date description: Data extemporâneo SPED dataInicioCIAP: type: string format: date description: Data de inicio parcela CIAP numeroRps: type: integer format: int64 description: Numero RPS para nota de serviço usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e073pes: description: Transportadora type: object 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 description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaItensDispositivos: description: Nf Entrada itens dispositivos type: object required: – dispositivoFiscal properties: id: type: string format: uuid description: Id da entidade nfEntradaItens: type: object allOf: – #/definitions/nfEntradaItens description: Nota fiscal de entrada itens dispositivoFiscal: type: object allOf: – #/definitions/e051dis description: Dispositivo fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaTransportadora: description: Informações da transportadora da nota fiscal de entrada type: object properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota fiscal de entrada tipoFrete: type: string allOf: – #/definitions/enumTipoFrete description: Tipo de frete viaTransporte: type: string allOf: – #/definitions/enumViaTransporte description: Via de transporte transportadora: type: object allOf: – #/definitions/e001pes description: Transportadora placaVeiculo: type: string description: Placa do veículo ufVeiculo: type: object allOf: – #/definitions/e007ufs description: UF do veiculo pesoBruto: type: number format: double description: Peso bruto minimum: 0.00 maximum: 999999.99999 pesoLiquido: type: number format: double description: Peso Líquido minimum: 0.00 maximum: 999999.99999 cidadeRemetente: type: object allOf: – #/definitions/e008rai description: Código da cidade remetente cidadeDestino: type: object allOf: – #/definitions/e008rai description: Código da cidade destino usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaMensagem: description: Nota de entrada – Mensagem type: object required: – e024msg properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota fiscal de entrada e024msg: type: object allOf: – #/definitions/e024msg description: Código da mensagem mensagem: type: string maxLength: 1000 description: Mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaItensLoteSerie: description: Nota de entrada – Lote e série type: object properties: id: type: string format: uuid description: Id da entidade nfEntradaItens: type: object allOf: – #/definitions/nfEntradaItens description: Nota fiscal de entrada itens dataValidade: type: string format: date description: Data de validade dataFabricacao: type: string format: date description: Data de fabricação numeroLote: type: string maxLength: 50 description: Número do lote numeroSerie: type: string maxLength: 50 description: Número da série quantidadeMovimento: type: number format: double description: Quantidade de movimento minimum: 0.00 maximum: 999999999.99999 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e066fpg: description: Tabelas – Formas de Pagamento type: object required: – e070emp – codFpg – desFpg – abrFpg – tipFpg – sitFpg 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 abrFpg: type: string maxLength: 10 description: Abreviatura tipFpg: type: string allOf: – #/definitions/enumTipFpg description: Tipo pagamento sitFpg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e028cpg: description: Tabelas – Condição de Pagamento type: object required: – e070emp – codCpg – desCpg properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codCpg: type: string maxLength: 6 description: Código Condição de Pagamento desCpg: type: string maxLength: 50 description: Descrição qtdPar: type: integer format: int64 description: Quantidade de parcelas minimum: 1 maximum: 99 sitCpg: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfEntradaFinanceiro: description: Informações financeiras type: object properties: id: type: string format: uuid description: Id da entidade nfEntrada: type: object allOf: – #/definitions/nfEntrada description: Nota fiscal de entrada e066fpg: type: object allOf: – #/definitions/e066fpg description: Forma de pagamento e028cpg: type: object allOf: – #/definitions/e028cpg description: Condição de pagamento tipoTituloFiscal: type: string allOf: – #/definitions/enumTipoTituloFiscal description: Tipo de titulo fiscal dataVencimentoTitulo: type: string format: date description: Data de vencimento do título numeroTitulo: type: string maxLength: 15 description: Número do título valorParcela: type: string description: Valor da parcela tipoCartao: type: string allOf: – #/definitions/enumTipoCartao description: Tipo de cartão descricaoComplementar: type: string maxLength: 250 description: Descrição complementar do título usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: nfSaidaDocRefItem: description: Documentos e itens referenciados a nota fiscal ou item type: object properties: id: type: string format: uuid description: Id da entidade documentoReferenciado: type: string format: uuid description: Documento referenciado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: filaDocumentosReprocessamento: description: Armazenamento das notas fiscais reprocessadas type: object required: – tipoDocumento properties: id: type: string format: uuid description: Id da entidade notaFiscalId: type: string format: uuid description: Id da nota fiscal tipoDocumento: type: string allOf: – #/definitions/enumOperacaoNotaReferenciada description: Tipo do documento notaFiscalReferenciaId: type: string format: uuid description: Id da referência da nota fiscal usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: itemNotaFiscalCiap: description: Nota de entrada calculo proporcao ciap type: object required: – id properties: id: type: string format: uuid description: Id da entidade itemNotaFiscalFreteId: type: object allOf: – #/definitions/nfEntradaItens 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 description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service 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