• Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
  • Início
    • A Plataforma
    • Para customizar
      • Visão geral
      • Tutoriais
      • Github.com
      • Guia de contribuição
      • Tabela de compatibilidade
    • Para desenvolver
      • Visão geral
      • API – Guia de Estilo
      • UX – Guia de estilo
    • Para administrar
      • Documentação
  • APIs
  • Documentação
    • APIs Senior X
    • Tutoriais
  • Fórum
  • Community
  • Entrar
  • Cadastrar-se
home/APIs Privadas/edocsx_nfe/report
Mais pesquisados:Customização, Tutorial, Documentação

report

0 views 0 06/03/2026 integrador

2.0info: 1.5.1 report description: report x-senior-domain: edocsx_nfe x-senior-domain-path: edocsx_nfe x-senior-service-path: report 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/edocsx_nfesecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /report/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 /report/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 /report/queries/exportOutgoingInvoice: 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 /report/queries/exportOutgoingInvoiceContingency: 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 /report/queries/exportOutgoingInvoiceRejection: 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 /report/queries/exportOutgoingInvoiceXml: 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 /report/queries/exportEventOutgoingInvoice: 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 /report/queries/exportEventOutgoingInvoiceRejection: 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 /report/queries/exportEventOutgoingInvoiceXml: 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 /report/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 /report/queries/exportE070filEdocsxCertificate: 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 /report/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 /report/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 /report/queries/exportE070empEdocsxCertificate: 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 /report/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 /report/queries/exportInvoiceReport: 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 /report/queries/exportInvoiceReportDanfe: 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 /report/queries/exportTransporterVolumeReport: 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 /report/queries/exportItemDataReport: 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 /report/queries/exportCompleteDuplicateInformationReport: 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 /report/queries/exportAdditionalInformationReport: 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 /report/queries/exportWithdrawalInformationReport: 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 /report/queries/exportDeliveryInformationReport: 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 /report/queries/exportCorrectionLetterReport: 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 /report/queries/exportCorrectionLetterReportDacce: 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 /report/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 /report/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 /report/actions/importOutgoingInvoice: 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 /report/actions/importOutgoingInvoiceContingency: 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 /report/actions/importOutgoingInvoiceRejection: 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 /report/actions/importOutgoingInvoiceXml: 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 /report/actions/importEventOutgoingInvoice: 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 /report/actions/importEventOutgoingInvoiceRejection: 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 /report/actions/importEventOutgoingInvoiceXml: 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 /report/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 /report/actions/importE070filEdocsxCertificate: 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 /report/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 /report/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 /report/actions/importE070empEdocsxCertificate: 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 /report/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 /report/actions/importInvoiceReport: 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 /report/actions/importInvoiceReportDanfe: 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 /report/actions/importTransporterVolumeReport: 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 /report/actions/importItemDataReport: 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 /report/actions/importCompleteDuplicateInformationReport: 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 /report/actions/importAdditionalInformationReport: 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 /report/actions/importWithdrawalInformationReport: 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 /report/actions/importDeliveryInformationReport: 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 /report/actions/importCorrectionLetterReport: 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 /report/actions/importCorrectionLetterReportDacce: 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 /report/signals/loadReports: post: description: Recarrega os relatórios tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /report/signals/generateOutgoingDanfe: post: description: Gera o DANFE da nota de saída tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accessKey properties: accessKey: type: string description: Chave de acesso da NF-e forceNew: type: boolean description: Forçar a geração de um novo Danfe responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /report/signals/generateDacceOutgoingInvoice: post: description: Gera o DACCE do evento tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – eventKey properties: eventKey: type: string description: Chave de acesso do evento forceNew: type: boolean description: Forçar a geração de um novo Dacce responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /report/signals/reportLockTimeout: post: description: Signal de tratamento de timeout de lock de relatório tags: – Signals parameters: – name: input in: body required: true schema: type: object properties: reportTicket: type: string description: origin: type: string description: type: type: string description: subject: type: string description: content: type: string description: responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /report/signals/reportCleanupCacheOutgoingDanfe: post: description: Signal para limpeza de cache do DANFE da nota de saída tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – accessKey properties: accessKey: type: string description: Chave de acesso da NF-e responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /report/events/reportResult: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – key – reportTicket – reportStatus – reportType properties: key: type: string description: Chave usada no relatório reportTicket: type: string description: id do ReportTicket reportStatus: type: string allOf: – #/definitions/enumReportStatus description: Status do relatório reportType: type: string allOf: – #/definitions/enumReportType description: Tipo do relatório url: type: string description: URL do relatório responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /report/events/importOutgoingInvoiceEvent: post: description: 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 /report/events/exportOutgoingInvoiceEvent: post: description: 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 /report/events/importOutgoingInvoiceContingencyEvent: post: description: 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 /report/events/exportOutgoingInvoiceContingencyEvent: post: description: 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 /report/events/importOutgoingInvoiceRejectionEvent: post: description: 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 /report/events/exportOutgoingInvoiceRejectionEvent: post: description: 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 /report/events/importOutgoingInvoiceXmlEvent: post: description: 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 /report/events/exportOutgoingInvoiceXmlEvent: post: description: 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 /report/events/importEventOutgoingInvoiceEvent: post: description: 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 /report/events/exportEventOutgoingInvoiceEvent: post: description: 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 /report/events/importEventOutgoingInvoiceRejectionEvent: post: description: 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 /report/events/exportEventOutgoingInvoiceRejectionEvent: post: description: 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 /report/events/importEventOutgoingInvoiceXmlEvent: post: description: 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 /report/events/exportEventOutgoingInvoiceXmlEvent: post: description: 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 /report/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 /report/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 /report/events/importE070filEdocsxCertificateEvent: post: description: 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 /report/events/exportE070filEdocsxCertificateEvent: post: description: 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 /report/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 /report/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 /report/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 /report/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 /report/events/importE070empEdocsxCertificateEvent: post: description: 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 /report/events/exportE070empEdocsxCertificateEvent: post: description: 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 /report/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 /report/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 /report/events/importInvoiceReportEvent: post: description: 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 /report/events/exportInvoiceReportEvent: post: description: 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 /report/events/importInvoiceReportDanfeEvent: post: description: 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 /report/events/exportInvoiceReportDanfeEvent: post: description: 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 /report/events/importTransporterVolumeReportEvent: post: description: 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 /report/events/exportTransporterVolumeReportEvent: post: description: 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 /report/events/importItemDataReportEvent: post: description: 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 /report/events/exportItemDataReportEvent: post: description: 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 /report/events/importCompleteDuplicateInformationReportEvent: post: description: 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 /report/events/exportCompleteDuplicateInformationReportEvent: post: description: 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 /report/events/importAdditionalInformationReportEvent: post: description: 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 /report/events/exportAdditionalInformationReportEvent: post: description: 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 /report/events/importWithdrawalInformationReportEvent: post: description: 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 /report/events/exportWithdrawalInformationReportEvent: post: description: 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 /report/events/importDeliveryInformationReportEvent: post: description: 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 /report/events/exportDeliveryInformationReportEvent: post: description: 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 /report/events/importCorrectionLetterReportEvent: post: description: 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 /report/events/exportCorrectionLetterReportEvent: post: description: 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 /report/events/importCorrectionLetterReportDacceEvent: post: description: 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 /report/events/exportCorrectionLetterReportDacceEvent: post: description: 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 /report/entities/outgoingInvoice: 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/outgoingInvoice responses: 200: description: The created resource schema: #/definitions/outgoingInvoice 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/outgoingInvoice responses: 200: description: The created resource schema: #/definitions/outgoingInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoice/{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/editOutgoingInvoice responses: 200: description: Ok schema: #/definitions/editOutgoingInvoice 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/outgoingInvoice responses: 200: description: Ok schema: #/definitions/outgoingInvoice 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/outgoingInvoice 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 /report/entities/outgoingInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/outgoingInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceContingency: 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/outgoingInvoiceContingency responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceContingency 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/outgoingInvoiceContingency responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceContingency 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceContingency 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceContingency/{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/editOutgoingInvoiceContingency responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceContingency 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/outgoingInvoiceContingency responses: 200: description: Ok schema: #/definitions/outgoingInvoiceContingency 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/outgoingInvoiceContingency 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 /report/entities/outgoingInvoice/{parentId}/outgoingInvoiceContingency: 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/outgoingInvoiceContingency responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceContingency 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/outgoingInvoiceContingency responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceContingency 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceContingency 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoice/{parentId}/outgoingInvoiceContingency/{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/editOutgoingInvoiceContingency responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceContingency 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/outgoingInvoiceContingency responses: 200: description: Ok schema: #/definitions/outgoingInvoiceContingency 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/outgoingInvoiceContingency 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 /report/entities/outgoingInvoiceContingency/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/outgoingInvoiceContingency responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceRejection: 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/outgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceRejection 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/outgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceRejection/{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/editOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceRejection 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/outgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/outgoingInvoiceRejection 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/outgoingInvoiceRejection 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 /report/entities/outgoingInvoice/{parentId}/outgoingInvoiceRejection: 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/outgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceRejection 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/outgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoice/{parentId}/outgoingInvoiceRejection/{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/editOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceRejection 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/outgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/outgoingInvoiceRejection 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/outgoingInvoiceRejection 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 /report/entities/outgoingInvoiceRejection/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/outgoingInvoiceRejection responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceXml: 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/outgoingInvoiceXml responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceXml 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/outgoingInvoiceXml responses: 200: description: The created resource schema: #/definitions/outgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoiceXml/{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/editOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceXml 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/outgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/outgoingInvoiceXml 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/outgoingInvoiceXml 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 /report/entities/outgoingInvoice/{parentId}/invoiceXmls: 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/outgoingInvoiceXml responses: 200: description: The created resources schema: type: array items: #/definitions/outgoingInvoiceXml 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/outgoingInvoiceXml responses: 200: description: The created resources schema: type: array items: #/definitions/outgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/outgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/outgoingInvoice/{parentId}/invoiceXmls/{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/editOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/editOutgoingInvoiceXml 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/outgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/outgoingInvoiceXml 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/outgoingInvoiceXml 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 /report/entities/outgoingInvoiceXml/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/outgoingInvoiceXml responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoice: 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/eventOutgoingInvoice responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoice 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/eventOutgoingInvoice responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/eventOutgoingInvoice 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoice/{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/editEventOutgoingInvoice responses: 200: description: Ok schema: #/definitions/editEventOutgoingInvoice 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/eventOutgoingInvoice responses: 200: description: Ok schema: #/definitions/eventOutgoingInvoice 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/eventOutgoingInvoice 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 /report/entities/eventOutgoingInvoice/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventOutgoingInvoice responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoiceRejection: 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/eventOutgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/eventOutgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoiceRejection/{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/editEventOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/editEventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/eventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection 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 /report/entities/eventOutgoingInvoice/{parentId}/eventOutgoingInvoiceRejection: 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/eventOutgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/eventOutgoingInvoiceRejection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoice/{parentId}/eventOutgoingInvoiceRejection/{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/editEventOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/editEventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection responses: 200: description: Ok schema: #/definitions/eventOutgoingInvoiceRejection 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/eventOutgoingInvoiceRejection 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 /report/entities/eventOutgoingInvoiceRejection/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventOutgoingInvoiceRejection responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoiceXml: 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/eventOutgoingInvoiceXml responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml responses: 200: description: The created resource schema: #/definitions/eventOutgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/eventOutgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoiceXml/{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/editEventOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/editEventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/eventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml 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 /report/entities/eventOutgoingInvoice/{parentId}/eventXmls: 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/eventOutgoingInvoiceXml responses: 200: description: The created resources schema: type: array items: #/definitions/eventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml responses: 200: description: The created resources schema: type: array items: #/definitions/eventOutgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/eventOutgoingInvoiceXml 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/eventOutgoingInvoice/{parentId}/eventXmls/{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/editEventOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/editEventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml responses: 200: description: Ok schema: #/definitions/eventOutgoingInvoiceXml 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/eventOutgoingInvoiceXml 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 /report/entities/eventOutgoingInvoiceXml/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventOutgoingInvoiceXml responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/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 /report/entities/e070filEdocsxCertificate: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070filEdocsxCertificate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/e070filEdocsxCertificate/{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/e070filEdocsxCertificate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/e008rai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/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 /report/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/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 /report/entities/e070empEdocsxCertificate: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e070empEdocsxCertificate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/e070empEdocsxCertificate/{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/e070empEdocsxCertificate 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/e007ufs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/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 /report/entities/invoiceReport: 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/invoiceReport responses: 200: description: The created resource schema: #/definitions/invoiceReport 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/invoiceReport responses: 200: description: The created resource schema: #/definitions/invoiceReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/invoiceReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{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/editInvoiceReport responses: 200: description: Ok schema: #/definitions/editInvoiceReport 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/invoiceReport responses: 200: description: Ok schema: #/definitions/invoiceReport 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/invoiceReport 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 /report/entities/invoiceReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/invoiceReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReportDanfe: 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/invoiceReportDanfe responses: 200: description: The created resource schema: #/definitions/invoiceReportDanfe 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/invoiceReportDanfe responses: 200: description: The created resource schema: #/definitions/invoiceReportDanfe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/invoiceReportDanfe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReportDanfe/{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/editInvoiceReportDanfe responses: 200: description: Ok schema: #/definitions/editInvoiceReportDanfe 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/invoiceReportDanfe responses: 200: description: Ok schema: #/definitions/invoiceReportDanfe 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/invoiceReportDanfe 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 /report/entities/invoiceReportDanfe/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/invoiceReportDanfe responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/transporterVolumeReport: 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/transporterVolumeReport responses: 200: description: The created resource schema: #/definitions/transporterVolumeReport 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/transporterVolumeReport responses: 200: description: The created resource schema: #/definitions/transporterVolumeReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transporterVolumeReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/transporterVolumeReport/{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/editTransporterVolumeReport responses: 200: description: Ok schema: #/definitions/editTransporterVolumeReport 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/transporterVolumeReport responses: 200: description: Ok schema: #/definitions/transporterVolumeReport 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/transporterVolumeReport 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 /report/entities/invoiceReport/{parentId}/transporterVolumes: 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/transporterVolumeReport responses: 200: description: The created resources schema: type: array items: #/definitions/transporterVolumeReport 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/transporterVolumeReport responses: 200: description: The created resources schema: type: array items: #/definitions/transporterVolumeReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/transporterVolumeReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/transporterVolumes/{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/editTransporterVolumeReport responses: 200: description: Ok schema: #/definitions/editTransporterVolumeReport 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/transporterVolumeReport responses: 200: description: Ok schema: #/definitions/transporterVolumeReport 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/transporterVolumeReport 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 /report/entities/transporterVolumeReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/transporterVolumeReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/itemDataReport: 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/itemDataReport responses: 200: description: The created resource schema: #/definitions/itemDataReport 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/itemDataReport responses: 200: description: The created resource schema: #/definitions/itemDataReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/itemDataReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/itemDataReport/{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/editItemDataReport responses: 200: description: Ok schema: #/definitions/editItemDataReport 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/itemDataReport responses: 200: description: Ok schema: #/definitions/itemDataReport 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/itemDataReport 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 /report/entities/invoiceReport/{parentId}/itemDatas: 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/itemDataReport responses: 200: description: The created resources schema: type: array items: #/definitions/itemDataReport 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/itemDataReport responses: 200: description: The created resources schema: type: array items: #/definitions/itemDataReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/itemDataReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/itemDatas/{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/editItemDataReport responses: 200: description: Ok schema: #/definitions/editItemDataReport 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/itemDataReport responses: 200: description: Ok schema: #/definitions/itemDataReport 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/itemDataReport 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 /report/entities/itemDataReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/itemDataReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/completeDuplicateInformationReport: 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/completeDuplicateInformationReport responses: 200: description: The created resource schema: #/definitions/completeDuplicateInformationReport 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/completeDuplicateInformationReport responses: 200: description: The created resource schema: #/definitions/completeDuplicateInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/completeDuplicateInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/completeDuplicateInformationReport/{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/editCompleteDuplicateInformationReport responses: 200: description: Ok schema: #/definitions/editCompleteDuplicateInformationReport 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/completeDuplicateInformationReport responses: 200: description: Ok schema: #/definitions/completeDuplicateInformationReport 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/completeDuplicateInformationReport 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 /report/entities/invoiceReport/{parentId}/completeDuplicateInformations: 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/completeDuplicateInformationReport responses: 200: description: The created resources schema: type: array items: #/definitions/completeDuplicateInformationReport 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/completeDuplicateInformationReport responses: 200: description: The created resources schema: type: array items: #/definitions/completeDuplicateInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/completeDuplicateInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/completeDuplicateInformations/{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/editCompleteDuplicateInformationReport responses: 200: description: Ok schema: #/definitions/editCompleteDuplicateInformationReport 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/completeDuplicateInformationReport responses: 200: description: Ok schema: #/definitions/completeDuplicateInformationReport 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/completeDuplicateInformationReport 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 /report/entities/completeDuplicateInformationReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/completeDuplicateInformationReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/additionalInformationReport: 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/additionalInformationReport responses: 200: description: The created resource schema: #/definitions/additionalInformationReport 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/additionalInformationReport responses: 200: description: The created resource schema: #/definitions/additionalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/additionalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/additionalInformationReport/{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/editAdditionalInformationReport responses: 200: description: Ok schema: #/definitions/editAdditionalInformationReport 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/additionalInformationReport responses: 200: description: Ok schema: #/definitions/additionalInformationReport 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/additionalInformationReport 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 /report/entities/invoiceReport/{parentId}/additionalInformations: 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/additionalInformationReport responses: 200: description: The created resources schema: type: array items: #/definitions/additionalInformationReport 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/additionalInformationReport responses: 200: description: The created resources schema: type: array items: #/definitions/additionalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/additionalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/additionalInformations/{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/editAdditionalInformationReport responses: 200: description: Ok schema: #/definitions/editAdditionalInformationReport 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/additionalInformationReport responses: 200: description: Ok schema: #/definitions/additionalInformationReport 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/additionalInformationReport 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 /report/entities/additionalInformationReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/additionalInformationReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/withdrawalInformationReport: 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/withdrawalInformationReport responses: 200: description: The created resource schema: #/definitions/withdrawalInformationReport 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/withdrawalInformationReport responses: 200: description: The created resource schema: #/definitions/withdrawalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/withdrawalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/withdrawalInformationReport/{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/editWithdrawalInformationReport responses: 200: description: Ok schema: #/definitions/editWithdrawalInformationReport 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/withdrawalInformationReport responses: 200: description: Ok schema: #/definitions/withdrawalInformationReport 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/withdrawalInformationReport 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 /report/entities/invoiceReport/{parentId}/withdrawalInformations: 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/withdrawalInformationReport responses: 200: description: The created resource schema: #/definitions/withdrawalInformationReport 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/withdrawalInformationReport responses: 200: description: The created resource schema: #/definitions/withdrawalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/withdrawalInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/withdrawalInformations/{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/editWithdrawalInformationReport responses: 200: description: Ok schema: #/definitions/editWithdrawalInformationReport 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/withdrawalInformationReport responses: 200: description: Ok schema: #/definitions/withdrawalInformationReport 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/withdrawalInformationReport 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 /report/entities/withdrawalInformationReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/withdrawalInformationReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/deliveryInformationReport: 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/deliveryInformationReport responses: 200: description: The created resource schema: #/definitions/deliveryInformationReport 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/deliveryInformationReport responses: 200: description: The created resource schema: #/definitions/deliveryInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/deliveryInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/deliveryInformationReport/{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/editDeliveryInformationReport responses: 200: description: Ok schema: #/definitions/editDeliveryInformationReport 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/deliveryInformationReport responses: 200: description: Ok schema: #/definitions/deliveryInformationReport 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/deliveryInformationReport 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 /report/entities/invoiceReport/{parentId}/deliveryInformations: 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/deliveryInformationReport responses: 200: description: The created resource schema: #/definitions/deliveryInformationReport 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/deliveryInformationReport responses: 200: description: The created resource schema: #/definitions/deliveryInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/deliveryInformationReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/invoiceReport/{parentId}/deliveryInformations/{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/editDeliveryInformationReport responses: 200: description: Ok schema: #/definitions/editDeliveryInformationReport 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/deliveryInformationReport responses: 200: description: Ok schema: #/definitions/deliveryInformationReport 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/deliveryInformationReport 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 /report/entities/deliveryInformationReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/deliveryInformationReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/correctionLetterReport: 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/correctionLetterReport responses: 200: description: The created resource schema: #/definitions/correctionLetterReport 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/correctionLetterReport responses: 200: description: The created resource schema: #/definitions/correctionLetterReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/correctionLetterReport 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/correctionLetterReport/{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/editCorrectionLetterReport responses: 200: description: Ok schema: #/definitions/editCorrectionLetterReport 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/correctionLetterReport responses: 200: description: Ok schema: #/definitions/correctionLetterReport 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/correctionLetterReport 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 /report/entities/correctionLetterReport/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/correctionLetterReport responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/correctionLetterReportDacce: 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/correctionLetterReportDacce responses: 200: description: The created resource schema: #/definitions/correctionLetterReportDacce 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/correctionLetterReportDacce responses: 200: description: The created resource schema: #/definitions/correctionLetterReportDacce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: object properties: totalPages: description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima type: integer format: int64 totalElements: description: Quantidade total de registros type: integer format: int64 contents: type: array items: #/definitions/correctionLetterReportDacce 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /report/entities/correctionLetterReportDacce/{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/editCorrectionLetterReportDacce responses: 200: description: Ok schema: #/definitions/editCorrectionLetterReportDacce 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/correctionLetterReportDacce responses: 200: description: Ok schema: #/definitions/correctionLetterReportDacce 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/correctionLetterReportDacce 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 /report/entities/correctionLetterReportDacce/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/correctionLetterReportDacce responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: enumInvoiceSituation: type: string enum: – AUTHORIZED – CANCELED – REJECTED – RECEIVED – IN_PROGRESS – NULLIFIED – SEFAZ_CONNECTION_FAILURE – WAITING_FOR_SEFAZ – DISCARDED – EPEC_REGISTERED – ARCHIVED – WAITING_FOR_EPEC_CONCILIATION description: Situação da NFe: * `AUTHORIZED` – NFe autorizada * `CANCELED` – NFe cancelada * `REJECTED` – NFe rejeitada * `RECEIVED` – NFe recebida * `IN_PROGRESS` – NFe em processamento * `NULLIFIED` – NFe inutilizada * `SEFAZ_CONNECTION_FAILURE` – Falha de Conexão com a SEFAZ * `WAITING_FOR_SEFAZ` – NFe aguardando sefaz * `DISCARDED` – NFe descartada * `EPEC_REGISTERED` – Registrado EPEC * `ARCHIVED` – NFe arquivada * `WAITING_FOR_EPEC_CONCILIATION` – Aguardando conciliação EPEC enumReportType: type: string enum: – DANFE – DACCE enumDanfeType: type: string enum: – INCOMING – OUTGOING enumReportStatus: type: string enum: – IN_PROGRESS – COMPLETED – FAILED description: Status do relatório: * `IN_PROGRESS` – Geração em andamento * `COMPLETED` – Geração concluída * `FAILED` – Geração falhou upDown: type: string enum: – UP – DOWN description: Up or down: * `UP` – Up * `DOWN` – Down enumJurFis: type: string enum: – PJ – PF description: Tipo de pessoa: * `PJ` – Pessoa Jurídica * `PF` – Pessoa Física enumJurFisE070fil: type: string enum: – VJ – VF description: Tipo de pessoa: * `VJ` – Pessoa Jurídica * `VF` – Pessoa Física documentType: type: string enum: – CNPJ – CPF description: Tipo de documento: * `CNPJ` – CNPJ * `CPF` – CPF enumInvoicePurpose: type: string enum: – REGULAR – COMPLEMENTARY – ADJUSTMENT – RETURN description: Finalidade da NFe: * `REGULAR` – NFe normal * `COMPLEMENTARY` – NFe complementar * `ADJUSTMENT` – NFe de ajuste * `RETURN` – NFe de devolução enumXmlType: type: string enum: – AUTHORIZED – INTEGRATED description: Tipo do XML: * `AUTHORIZED` – Autorizado * `INTEGRATED` – Integrado enumIssuanceType: type: string enum: – REGULAR – CONTINGENCY_FS_IA – CONTINGENCY_SCAN – CONTINGENCY_EPEC – CONTINGENCY_FS_DA – CONTINGENCY_SVC_AN – CONTINGENCY_SVC_RS – CONTINGENCY_NFCE_OFFLINE description: Tipo de emissão da Nota: * `REGULAR` – Emissão normal * `CONTINGENCY_FS_IA` – Contingência FS-IA * `CONTINGENCY_SCAN` – Contingência SCAN (Sistema de Contingência do Ambiente Nacional) * `CONTINGENCY_EPEC` – Contingência EPEC (Evento Prévio da Emissão em Contingência) * `CONTINGENCY_FS_DA` – Contingência FS-DA * `CONTINGENCY_SVC_AN` – Contingência SVC-AN (SEFAZ Virtual de Contingência do AN) * `CONTINGENCY_SVC_RS` – Contingência SVC-RS (SEFAZ Virtual de contingência do RS) * `CONTINGENCY_NFCE_OFFLINE` – Contingência off-line da NFC-e enumEventSituation: type: string enum: – AUTHORIZED – CANCELED – REJECTED – RECEIVED – IN_PROGRESS – SEFAZ_CONNECTION_FAILURE description: Situação do evento: * `AUTHORIZED` – Evento autorizado * `CANCELED` – Evento cancelado * `REJECTED` – Evento rejeitado * `RECEIVED` – Evento recebido * `IN_PROGRESS` – Evento em processamento * `SEFAZ_CONNECTION_FAILURE` – Falha de Conexão com a SEFAZ enumEventType: type: string enum: – E110111 – E110110 – E110140 description: Enum dos tipos de eventos: * `E110111` – Cancelamento * `E110110` – Carta de Correção * `E110140` – Contingência EPEC enumEventAuthor: type: string enum: – ISSUER – RECIPIENT description: Enum para o autor do evento: * `ISSUER` – Emissor * `RECIPIENT` – Destinatário enumOutgoingInvoiceCreationType: type: string enum: – INTEGRATION – IMPORTATION – MIGRATION description: Enum tipo de origem da criação do documento: * `INTEGRATION` – Origem de integração * `IMPORTATION` – Origem de importação * `MIGRATION` – Origem de migração userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error generateInvoiceDanfePayload: description: type: object required: – invoiceDetail – xml properties: invoiceDetail: type: object allOf: – #/definitions/invoiceDetails description: Dados da nota xml: type: object allOf: – #/definitions/xmlRecord description: Dados do XML forceRegeneration: type: boolean description: Força a regeração do relatório reportResultDto: description: Dados do relatório type: object required: – key – reportTicket – reportStatus – reportType – generateNotification properties: key: type: string description: Chave do relatório reportTicket: type: string description: id do ReportTicket reportStatus: type: string allOf: – #/definitions/enumReportStatus description: Status do relatório reportType: type: string allOf: – #/definitions/enumReportType description: Tipo do relatório generateNotification: type: boolean description: Gerar notificação url: type: string description: URL do relatório xmlRecord: description: Dados do XML type: object required: – fileName – targetObjectId – version properties: fileName: type: string description: Nome do arquivo targetObjectId: type: string description: ID do arquivo no blobService type: string description: Versão do arquivo invoiceDetails: description: Dados da NFe type: object required: – invoiceAccessKey – invoiceSituation – sefazMessage – sefazCode – logoUrl properties: invoiceAccessKey: type: string description: Chave da NFe invoiceSituation: type: string allOf: – #/definitions/enumInvoiceSituation description: Situação da NFe contingencyKey: type: string description: Chave da contingência contingencyMotive: type: string description: Motivo da contingência epecProtocol: type: string description: Protocolo do evento epec epecDate: type: string format: date-time description: Data do evento epec sefazMessage: type: string description: Mensagem da sefaz sefazCode: type: string description: Código da sefaz logoUrl: type: string description: Url da logo da empresa nfeType: type: string allOf: – #/definitions/enumDanfeType description: Tipo da NFe 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 outgoingInvoice: description: NFe de saída type: object required: – accessKey – situation – series – number – issuerCorporateName – issuerDocument – issuerStateRegistration – version – issueDateTime – totalValue – purpose – transactionNature – processingDate – outgoingInvoiceCreationType properties: id: type: string format: uuid description: ID da NFe e070fil: type: object allOf: – #/definitions/e070fil description: Filial accessKey: type: string description: Chave de acesso da NFe situation: type: string allOf: – #/definitions/enumInvoiceSituation description: Situação da NFe series: type: integer format: int64 description: Série da NFe number: type: integer format: int64 description: Número da NFe issuerCorporateName: type: string description: Razão Social do Emissor issuerDocument: type: string description: Documento do Emissor issuerDocumentType: type: string allOf: – #/definitions/documentType description: Tipo do documento do Emissor issuerStateRegistration: type: string description: Inscrição Estadual do Emissor recipientCorporateName: type: string description: Razão Social do Destinatário recipientDocument: type: string description: CNPJ do Destinatário recipientDocumentType: type: string allOf: – #/definitions/documentType description: Tipo do Documento type: string description: Versão da NFe issueDateTime: type: string format: date-time description: Data de emissão da NFe outgoingDateTime: type: string format: date-time description: Data de saída da NFe totalValue: type: string description: Valor Total da NFe issueUF: type: object allOf: – #/definitions/e007ufs description: UF de emissão da NFe purpose: type: string allOf: – #/definitions/enumInvoicePurpose description: Finalidade da NFe transactionNature: type: string description: Natureza da Operação hashCSRT: type: string description: Hash CSRT naturalKey: type: string description: Chave natural authorizationDate: type: string format: date description: Data de autorização authorizationProtocol: type: string description: Procolo de autorização digestValue: type: string description: Digest value invoiceXmls: type: array items: type: object allOf: – #/definitions/outgoingInvoiceXml description: XML da NFe recipientUf: type: string maxLength: 2 description: UF do destinatário processingDate: type: string format: date-time description: Data de processamento issuanceType: type: string allOf: – #/definitions/enumIssuanceType description: Tipo de emissão da Nota recipientStateRegistration: type: string description: Registro do estado do destinatário outgoingInvoiceRejection: type: object allOf: – #/definitions/outgoingInvoiceRejection description: Rejeição da Nota processingAttempts: type: integer format: int64 description: Numero de tentativas de processamento default: 0 outgoingInvoiceParent: type: object allOf: – #/definitions/outgoingInvoice description: Nota de origem (pai) outgoingInvoiceCreationType: type: string allOf: – #/definitions/enumOutgoingInvoiceCreationType description: Origem da criação da nota icmsValue: type: string description: Valor de ICMS da Nota stValue: type: string description: Valor de ST da Nota outgoingInvoiceContingency: type: object allOf: – #/definitions/outgoingInvoiceContingency description: Informações de contingência da Nota usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOutgoingInvoice: type: object required: – id allOf: – #/definitions/outgoingInvoice outgoingInvoiceContingency: description: Informações de notas em contingência type: object required: – contingencyDate – contingencyCause – issuanceType properties: id: type: string format: uuid description: Identificador da entidade outgoingInvoice: type: object allOf: – #/definitions/outgoingInvoice description: Nota fiscal (original) contingencyDate: type: string format: date-time description: Data da contingência contingencyCause: type: string maxLength: 1000 description: Motivo da contingência issuanceType: type: string allOf: – #/definitions/enumIssuanceType description: Tipo de emissão usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOutgoingInvoiceContingency: type: object required: – id allOf: – #/definitions/outgoingInvoiceContingency outgoingInvoiceRejection: description: Rejeição da NFe type: object required: – rejectionMessage – rejectionCode properties: id: type: string format: uuid description: ID da rejeição outgoingInvoice: type: object allOf: – #/definitions/outgoingInvoice description: ID da NFe rejectionMessage: type: string description: Mensagem de rejeição rejectionCode: type: string maxLength: 20 description: Código de rejeição usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOutgoingInvoiceRejection: type: object required: – id allOf: – #/definitions/outgoingInvoiceRejection outgoingInvoiceXml: description: XML da NFe type: object required: – invoiceAccessKey – fileName – targetObjectId – version – xmlType properties: id: type: string format: uuid description: ID da NFe outgoingInvoice: type: object allOf: – #/definitions/outgoingInvoice description: NFe de saída invoiceAccessKey: type: string description: Chave de acesso da NFe fileName: type: string description: Nome do arquivo da NFe targetObjectId: type: string description: ID do arquivo no blobService type: string description: Versão do arquivo xmlType: type: string allOf: – #/definitions/enumXmlType description: Tipo do XML usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editOutgoingInvoiceXml: type: object required: – id allOf: – #/definitions/outgoingInvoiceXml eventOutgoingInvoice: description: Evento de NFe type: object required: – accessKey – outgoingInvoiceAccessKey – situation – series – number – issuerCorporateName – version – issueDateTime – eventType – processingDate – eventSequence properties: id: type: string format: uuid description: ID do Evento e070fil: type: object allOf: – #/definitions/e070fil description: Filial accessKey: type: string description: Chave de acesso do evento outgoingInvoiceAccessKey: type: string description: Chave de acesso da NFe outgoingInvoice: type: object allOf: – #/definitions/outgoingInvoice description: NFe de saída situation: type: string allOf: – #/definitions/enumEventSituation description: Situação do evento series: type: integer format: int64 description: Série da NFe number: type: integer format: int64 description: Número da NFe issuerCorporateName: type: string description: Razão Social do Emissor da NFe recipientCorporateName: type: string description: Razão Social do Destinatário da NFe type: string description: Versão do evento issueDateTime: type: string format: date-time description: Data do evento eventType: type: string allOf: – #/definitions/enumEventType description: Tipo do evento registrationDate: type: string format: date-time description: Data de registro do evento na Sefaz authorizationProtocol: type: string description: Procolo de autorização eventXmls: type: array items: type: object allOf: – #/definitions/eventOutgoingInvoiceXml description: XML do evento processingDate: type: string format: date-time description: Data de processamento eventSequence: type: integer format: int64 description: Sequência do evento eventAuthor: type: string allOf: – #/definitions/enumEventAuthor description: Autor do evento eventOutgoingInvoiceRejection: type: object allOf: – #/definitions/eventOutgoingInvoiceRejection description: Rejeição do evento processingAttempts: type: integer format: int64 description: Numero de tentativas de processamento default: 0 usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editEventOutgoingInvoice: type: object required: – id allOf: – #/definitions/eventOutgoingInvoice eventOutgoingInvoiceRejection: description: Rejeição do evento type: object required: – rejectionMessage – rejectionCode properties: id: type: string format: uuid description: ID da rejeição eventOutgoingInvoice: type: object allOf: – #/definitions/eventOutgoingInvoice description: ID do evento rejectionMessage: type: string description: Mensagem de rejeição rejectionCode: type: string maxLength: 20 description: Código de rejeição usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editEventOutgoingInvoiceRejection: type: object required: – id allOf: – #/definitions/eventOutgoingInvoiceRejection eventOutgoingInvoiceXml: description: XML do evento type: object required: – eventAccessKey – fileName – targetObjectId – version – xmlType properties: id: type: string format: uuid description: ID da NFe eventOutgoingInvoice: type: object allOf: – #/definitions/eventOutgoingInvoice description: Evento da NFe eventAccessKey: type: string description: Chave de acesso do evento fileName: type: string description: Nome do arquivo do evento targetObjectId: type: string description: ID do arquivo no blobService type: string description: Versão do arquivo xmlType: type: string allOf: – #/definitions/enumXmlType description: Tipo do XML usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editEventOutgoingInvoiceXml: type: object required: – id allOf: – #/definitions/eventOutgoingInvoiceXml 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 tipPes: type: string allOf: – #/definitions/enumJurFisE070fil description: Tipo de pessoa e008rai: type: object allOf: – #/definitions/e008rai description: Código cidade ISS numCgc: type: string maxLength: 18 description: CPF/CNPJ 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 e070filEdocsxCertificate: type: object allOf: – #/definitions/e070filEdocsxCertificate description: Certificado eDocs X usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070filEdocsxCertificate: description: Certificado de eDocs X para Filial type: object properties: id: type: string format: uuid description: Id da entidade e070fil: type: object allOf: – #/definitions/e070fil description: Filial fileName: type: string description: Nome do arquivo targetObjectId: type: string description: Id do arquivo type: string description: Versão do arquivo expirationDate: type: string format: date-time description: Data de validade subject: type: string description: Nome do certificado issuedBy: type: string description: Certificado emitido por issuedTo: type: string description: Certificado emitido para privateKey: type: boolean description: Chave privada password: type: string description: Senha do certificado validCertificateChain: type: boolean description: Cadeia de certificados válida extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação excluido: type: boolean description: Indica se o registro foi excluído default: false 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 nomCid: type: string maxLength: 60 description: Nome cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado codIbg: type: integer format: int64 description: Código IBGE município minimum: 0 maximum: 9999999 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: 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 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 e070empEdocsxCertificate: type: object allOf: – #/definitions/e070empEdocsxCertificate description: Certificado eDocs X usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070empEdocsxCertificate: description: Certificado de eDocs X para Empresa type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa fileName: type: string description: Nome do arquivo targetObjectId: type: string description: Id do arquivo type: string description: Versão do arquivo expirationDate: type: string format: date-time description: Data de validade subject: type: string description: Nome do certificado issuedBy: type: string description: Certificado emitido por issuedTo: type: string description: Certificado emitido para privateKey: type: boolean description: Chave privada password: type: string description: Senha do certificado validCertificateChain: type: boolean description: Cadeia de certificados válida extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação excluido: type: boolean description: Indica se o registro foi excluído default: false 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 code: type: integer format: int64 description: Código estado minimum: 0 maximum: 9999999 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: invoiceReport: description: Dados da NFe para o Danfe type: object required: – invoicyAccessKey – invoicyAccessKeyFormatted properties: id: type: string format: uuid description: Id da entidade invoicyAccessKey: type: string maxLength: 255 description: Chave de acesso da nota invoicyAccessKeyFormatted: type: string maxLength: 255 description: Chave de acesso da nota formatada issuerName: type: string maxLength: 255 description: Nome do emitente issuerAddress: type: string maxLength: 255 description: Endereço do emitente issuerNumber: type: string maxLength: 255 description: Número do emitente issuerStateAbbreviation: type: string maxLength: 255 description: UF do emitente issuerComplement: type: string maxLength: 255 description: Complemento do emitente issuerCity: type: string maxLength: 255 description: Cidade do emitente issuerNeighborhood: type: string maxLength: 255 description: Bairro do emitente issuerPostalCode: type: string maxLength: 255 description: CEP do emitente issuerDocument: type: string maxLength: 255 description: Documento do emitente issuerDocumentFormatted: type: string maxLength: 255 description: Documento do emitente formatado issuerType: type: string allOf: – #/definitions/enumJurFis description: Tipo do emitente issuerTaxSubstitutionRegistration: type: string maxLength: 255 description: IE substituto do emitente issuerStateRegistration: type: string maxLength: 255 description: IE do emitente issuerMunicipalRegistration: type: string maxLength: 255 description: IM do emitente issuerPhone: type: string maxLength: 255 description: Telefone do emitente issuerCityCode: type: integer format: int64 description: Cidade do emitente entryExit: type: integer format: int64 description: Tipo de NFe series: type: integer format: int64 description: Serie da NFe number: type: integer format: int64 description: Número da NFe contingencyKey: type: string maxLength: 255 description: Chave de contingência da NFe contingencyKeyFormatted: type: string maxLength: 255 description: Chave de contingência da NFe formatada key: type: string maxLength: 255 description: Chave da NFe issuanceType: type: integer format: int64 description: Tipo de emissão invoiceStatus: type: integer format: int64 description: Status da NFe protocolNumber: type: string maxLength: 255 description: Número do protocolo operationNature: type: string maxLength: 255 description: Natureza da operação recipientName: type: string maxLength: 255 description: Nome do destinatário recipientAddress: type: string maxLength: 255 description: Endereço do destinatário recipientNumber: type: string maxLength: 255 description: Número do destinatário recipientComplement: type: string maxLength: 255 description: Complemento do destinatário recipientCity: type: string maxLength: 255 description: Cidade do destinatário recipientNeighborhood: type: string maxLength: 255 description: Bairro do destinatário recipientStateAbbreviation: type: string maxLength: 255 description: UF do destinatário recipientPostalCode: type: string maxLength: 255 description: CEP do destinatário recipientDocument: type: string maxLength: 255 description: Documento do destinatário recipientDocumentFormatted: type: string maxLength: 255 description: Documento do destinatário formatado recipientType: type: string allOf: – #/definitions/enumJurFis description: Tipo do destinatário recipientPhone: type: string maxLength: 255 description: Telefone do destinatário recipientStateRegistration: type: string maxLength: 255 description: IE do destinatário recipientCityCode: type: integer format: int64 description: Código da cidade do destinatário issuanceDate: type: string description: Data de emissão entryExitDate: type: string description: Data de Entrada/Saida exitTime: type: string description: Hora de Entrada/Saida icmsCalculationBase: type: string description: Calculo base de ICMS icmsCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de ICMS formatado icmsValue: type: string description: Valor de ICMS icmsValueFormatted: type: string maxLength: 255 description: Valor de ICMS formatado substituteIcmsCalculationBase: type: string description: Calculo base de ICMS ST substituteIcmsCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de ICMS ST formatado substituteIcmsValue: type: string description: Valor de ICMS ST substituteIcmsValueFormatted: type: string maxLength: 255 description: Valor de ICMS ST formatado freightValue: type: string description: Valor do frete freightValueFormatted: type: string maxLength: 255 description: Valor do frete formatado insuranceValue: type: string description: Valor do seguro insuranceValueFormatted: type: string maxLength: 255 description: Valor do seguro formatado discount: type: string description: Valor de desconto discountFormatted: type: string maxLength: 255 description: Valor de desconto formatado otherExpenses: type: string description: Outras despesas otherExpensesFormatted: type: string maxLength: 255 description: Outras despesas formatado ipiValue: type: string description: Valor do IPI ipiValueFormatted: type: string maxLength: 255 description: Valor do IPI formatado totalProductsValue: type: string description: Valor total do produto totalProductsValueFormatted: type: string maxLength: 255 description: Valor total do produto formatado totalInvoiceValue: type: string description: Valor total da nota totalInvoiceValueFormatted: type: string maxLength: 255 description: Valor total da nota formatado transporterName: type: string maxLength: 255 description: Nome do transportador transporterAddress: type: string maxLength: 255 description: Endereço do transportador transporterCity: type: string maxLength: 255 description: Número do transportador transporterPlateStateAbbreviation: type: string maxLength: 255 description: UF da placa do transportador transporterStateAbbreviation: type: string maxLength: 255 description: UF do transportador transporterDocument: type: string maxLength: 255 description: Documento do transportador transporterDocumentFormatted: type: string maxLength: 255 description: Documento do transportador formatado transporterType: type: string allOf: – #/definitions/enumJurFis description: Tipo do transportador transporterStateRegistration: type: string maxLength: 255 description: IE do transportador transporterPlate: type: string maxLength: 255 description: Placa do transportador transporterAnttCode: type: string maxLength: 255 description: Código ANTT do transportador transporterFreightByAccount: type: string maxLength: 255 description: Frete por conta do transportador additionalInformationText: type: string maxLength: 1000 description: Informação adicional taxpayerObservation: type: string maxLength: 255 description: Observação do contribuinte taxAuthorityObservation: type: string maxLength: 255 description: Observação do Fisco danfeObservation: type: string maxLength: 4000 description: Observação do Danfe additionalCplInformation: type: string maxLength: 5000 description: Informação complementar additionalTaxAuthorityInformation: type: string maxLength: 4000 description: Informação adicional ao fisco dpecRegistrationProtocol: type: string maxLength: 255 description: Protocolo de registro DPEC dpecRegistrationDateTime: type: string format: date-time description: Data e hora de registro DPEC totalServiceValue: type: string description: Valor total do serviço totalServiceValueFormatted: type: string maxLength: 255 description: Valor total do serviço formatado issqnCalculationBase: type: string description: Calculo base de ISSQN issqnCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de ISSQN formatado issqnValue: type: string description: Valor de ISSQN issqnValueFormatted: type: string maxLength: 255 description: Valor de ISSQN formatado sefazAuthorizationDate: type: string description: Data de autorização da SEFAZ sefazAuthorizationTime: type: string description: Hora de autorização da SEFAZ totalTaxes: type: string description: Total de taxas totalTaxesFormatted: type: string maxLength: 255 description: Total de taxas formatado importTaxValue: type: string description: Valor da taxa de importação importTaxValueFormatted: type: string maxLength: 255 description: Valor da taxa de importação formatado pisValue: type: string description: Valor do PIS pisValueFormatted: type: string maxLength: 255 description: Valor do PIS formatado cofinsValue: type: string description: Valor do COFINS cofinsValueFormatted: type: string maxLength: 255 description: Valor do COFINS formatado contingencyDate: type: string maxLength: 255 description: Data de contingência interstateIcmsSenderValue: type: string description: Valor Icms Interestadual do Emissor interstateIcmsSenderValueFormatted: type: string maxLength: 255 description: Valor Icms Interestadual do Emissor formatado interstateIcmsRecipientValue: type: string description: Valor Icms Interestadual do Destinatário interstateIcmsRecipientValueFormatted: type: string maxLength: 255 description: Valor Icms Interestadual do Destinatário formatado povertyCombatFundValue: type: string description: Fundo de Combate a Pobreza povertyCombatFundValueFormatted: type: string maxLength: 255 description: Fundo de Combate a Pobreza formatado retainedFCPSTValue: type: string description: Valor Retido de FCPST retainedFCPSTValueFormatted: type: string maxLength: 255 description: Valor Retido de FCPST formatado fcpstValue: type: string description: Valor de FCPST fcpstValueFormatted: type: string maxLength: 255 description: Valor de FCPST formatado contingencyReason: type: string maxLength: 255 description: Razão da contingência destinationIcmsFCPValue: type: string description: Valor do ICMS FCP Destino destinationIcmsFCPValueFormatted: type: string maxLength: 255 description: Valor do ICMS FCP Destino formatado totalReturnedIpiValue: type: string description: Total de valor do IPI devolvido totalReturnedIpiValueFormatted: type: string maxLength: 255 description: Total de valor do IPI devolvido formatado retainedPisValue: type: string description: Valor do PIS Retido retainedPisValueFormatted: type: string maxLength: 255 description: Valor do PIS Retido formatado retainedCofinsValue: type: string description: Valor do COFINS Retido retainedCofinsValueFormatted: type: string maxLength: 255 description: Valor do COFINS Retido formatado retainedCsllValue: type: string description: Valor do CSLL Retido retainedCsllValueFormatted: type: string maxLength: 255 description: Valor do CSLL Retido formatado retainedIrrfValue: type: string description: Valor do IR Retido retainedIrrfValueFormatted: type: string maxLength: 255 description: Valor do IR Retido formatado retainedSocialSecurityValue: type: string description: Valor da previdencia social Retido retainedSocialSecurityValueFormatted: type: string maxLength: 255 description: Valor da previdencia social Retido formatado sefazMessage: type: string maxLength: 255 description: Mensagem da SEFAZ sefazCode: type: string maxLength: 255 description: Código da mensagem da SEFAZ entryExitDocument: type: string maxLength: 255 description: Documento de entrada/retirada entryExitDocumentFormatted: type: string maxLength: 255 description: Documento de entrada/retirada formatado entryExitDocumentType: type: string allOf: – #/definitions/enumJurFis description: Tipo de documento de entrada/retirada entryExitPostalCode: type: string maxLength: 255 description: CEP de entrada/retirada entryExitPhoneFax: type: string maxLength: 255 description: telefone de entrada/retirada showEntryExit: type: boolean description: Mostrar entrada/saída transporterVolumes: type: array items: type: object allOf: – #/definitions/transporterVolumeReport description: Informações de volume do transportador itemDatas: type: array items: type: object allOf: – #/definitions/itemDataReport description: Informações do item da NFe completeDuplicateInformations: type: array items: type: object allOf: – #/definitions/completeDuplicateInformationReport description: Informações de duplicatas completas da NFe additionalInformations: type: array items: type: object allOf: – #/definitions/additionalInformationReport description: Informações adicionais da NFe withdrawalInformations: type: object allOf: – #/definitions/withdrawalInformationReport description: Informações de retirada da NFe deliveryInformations: type: object allOf: – #/definitions/deliveryInformationReport description: Informações de entrega da NFe isHomologation: type: boolean description: É homologação logoUrl: type: string maxLength: 255 description: Url do logo da empresa hasDuplicates: type: boolean description: Informa se existe duplicatas usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editInvoiceReport: type: object required: – id allOf: – #/definitions/invoiceReport invoiceReportDanfe: description: Dados do Danfe de nota type: object required: – reportStatus properties: id: type: string format: uuid description: Id da entidade reportStatus: type: string allOf: – #/definitions/enumReportStatus description: Status do relatório invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe url: type: string maxLength: 1000 description: Url do s3 expirationDate: type: string format: date-time description: Data de validade do relatório usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editInvoiceReportDanfe: type: object required: – id allOf: – #/definitions/invoiceReportDanfe transporterVolumeReport: description: Informações de volume do transportador type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe quantity: type: string maxLength: 255 description: Quantidade de volumes species: type: string maxLength: 255 description: Especie brand: type: string maxLength: 255 description: Marca number: type: string maxLength: 255 description: Numeracao grossWeight: type: number format: double description: Peso bruto grossWeightFormatted: type: string maxLength: 255 description: Peso bruto formatado netWeight: type: number format: double description: Peso liquido netWeightFormatted: type: string maxLength: 255 description: Peso liquido formatado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editTransporterVolumeReport: type: object required: – id allOf: – #/definitions/transporterVolumeReport itemDataReport: description: Informações do item da NFe type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe productCode: type: string maxLength: 255 description: Código de produto productDescription: type: string maxLength: 255 description: Descrição do produto additionalProductDescription: type: string maxLength: 1000 description: Descrição adicional do produto ncmSh: type: string maxLength: 255 description: Código de NCM SH cst: type: string maxLength: 255 description: CST cfop: type: string maxLength: 255 description: CFOP unit: type: string maxLength: 255 description: Unidade quantity: type: number format: double description: Quantidade quantityFormatted: type: string maxLength: 255 description: Quantidade formatada unitValue: type: string description: Valor unitário unitValueFormatted: type: string maxLength: 255 description: Valor unitário formatado totalValue: type: string description: Valor total totalValueFormatted: type: string maxLength: 255 description: Valor total formatado icmsCalculationBase: type: string description: Base de cálculo de ICMS icmsCalculationBaseFormatted: type: string maxLength: 255 description: Valor de ICMS formatado icmsValue: type: string description: Valor de ICMS icmsValueFormatted: type: string maxLength: 255 description: Valor de ICMS formatado ipiValue: type: string description: Valor de IPI ipiValueFormatted: type: string maxLength: 255 description: Valor de IPI formatado icmsRate: type: number format: double description: Aliquota de ICMS icmsRateFormatted: type: string maxLength: 255 description: Aliquota de ICMS formatado ipiRate: type: number format: double description: Aliquota de IPI ipiRateFormatted: type: string maxLength: 255 description: Aliquota de IPI formatado discountPercentage: type: number format: double description: Percentual de desconto discountPercentageFormatted: type: string maxLength: 255 description: Valor de desconto formatado netValue: type: string description: Valor liquido netValueFormatted: type: string maxLength: 255 description: Valor liquido formatado productDescriptionWithAdditionalDescription: type: string maxLength: 1000 description: Descrição do produto com descrição adicional discountValue: type: string description: Valor de desconto discountValueFormatted: type: string maxLength: 255 description: Valor de desconto formatado goodsOrigin: type: string maxLength: 255 description: Origem da mercadoria operationSituationCode: type: integer format: int64 description: Código de situação de operação orderNumber: type: string maxLength: 255 description: Numero do pedido orderItemNumber: type: string maxLength: 255 description: Numero do item do pedido substituteIcmsCalculationBase: type: string description: Calculo base de ICMS ST substituteIcmsCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de ICMS ST formatado substituteIcmsPercentage: type: number format: double description: Percentual de ICMS ST substituteIcmsPercentageFormatted: type: string maxLength: 255 description: Percentual de ICMS ST formatado substituteIcmsValue: type: string description: Valor de ICMS ST substituteIcmsValueFormatted: type: string maxLength: 255 description: Valor de ICMS ST formatado barcode: type: string maxLength: 255 description: Código de barras totalTaxes: type: string description: Total de tributos totalTaxesFormatted: type: string maxLength: 255 description: Total de tributos formatado taxableQuantity: type: number format: double description: Quantidade tributável taxableQuantityFormatted: type: string maxLength: 255 description: Quantidade tributável formatada taxableUnit: type: string maxLength: 255 description: Unidade tributável taxationUnitValue: type: string description: Valor tributável taxationUnitValueFormatted: type: string maxLength: 255 description: Valor tributável formatado interstateIcmsSenderValue: type: string description: Valor de ICMS interestadual do emitente interstateIcmsSenderValueFormatted: type: string maxLength: 255 description: Valor de ICMS interestadual do emitente formatado interstateIcmsRecipientValue: type: string description: Valor de ICMS interestadual do destinatário interstateIcmsRecipientValueFormatted: type: string maxLength: 255 description: Valor de ICMS interestadual do destinatário formatado povertyCombatFundPercentage: type: number format: double description: Porcentagem de fundo de combate a pobreza povertyCombatFundPercentageFormatted: type: string maxLength: 255 description: Valor de fundo de combate a pobreza formatado povertyCombatFundValue: type: string description: Valor de fundo de combate a pobreza povertyCombatFundValueFormatted: type: string maxLength: 255 description: Valor de fundo de combate a pobreza formatado finalConsumerRate: type: number format: double description: Aliquota do consumidor final finalConsumerRateFormatted: type: string maxLength: 255 description: Aliquota do consumidor final formatado povertyCombatFundCalculationBase: type: string description: Valor de base de calculo de fundo de combate a pobreza povertyCombatFundCalculationBaseFormatted: type: string maxLength: 255 description: Valor de base de calculo de fundo de combate a pobreza formatado previousRetainedFCPSTCalculationBase: type: string description: Valor base de calculo FCP retido anteriormente ST previousRetainedFCPSTCalculationBaseFormatted: type: string maxLength: 255 description: Valor base de calculo FCP retido anteriormente ST formatado previousRetainedFCPSTPercentage: type: number format: double description: Porcentagem de FCP retido anteriormente ST previousRetainedFCPSTPercentageFormatted: type: string maxLength: 255 description: Porcentagem de FCP retido anteriormente ST formatado retainedFCPSTValue: type: string description: Valor de FCP retido retainedFCPSTValueFormatted: type: string maxLength: 255 description: Valor de FCP retido formatado fcpstCalculationBase: type: string description: Calculo base de FCP ST fcpstCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de FCP ST formatado fcpstPercentage: type: number format: double description: Porcentagem de FCP ST fcpstPercentageFormatted: type: string maxLength: 255 description: Porcentagem de FCP ST formatado fcpstValue: type: string description: Valor de FCP ST fcpstValueFormatted: type: string maxLength: 255 description: Valor de FCP ST formatado simpleNationalCreditPercentage: type: number format: double description: Percentual de crédito simples nacional simpleNationalCreditPercentageFormatted: type: string maxLength: 255 description: Percentual de crédito simples nacional formatado simpleNationalIcmsCreditValue: type: string description: Valor de crédito ICMS simples nacional simpleNationalIcmsCreditValueFormatted: type: string maxLength: 255 description: Valor de crédito ICMS simples nacional formatado retainedIcmsSTCalculationBase: type: string description: Base de calculo de ICMS ST retido retainedIcmsSTCalculationBaseFormatted: type: string maxLength: 255 description: Base de calculo de ICMS ST retido formatado retainedIcmsSTValue: type: string description: Valor de ICMS ST retido retainedIcmsSTValueFormatted: type: string maxLength: 255 description: Valor de ICMS ST retido formatado destinationIcmsSTCalculationBase: type: string description: Base de calculo de ICMS ST destino destinationIcmsSTCalculationBaseFormatted: type: string maxLength: 255 description: Base de calculo de ICMS ST destino formatado destinationIcmsSTValue: type: string description: Valor de ICMS ST destino destinationIcmsSTValueFormatted: type: string maxLength: 255 description: Valor de ICMS ST destino formatado destinationFCPSTCalculationBase: type: string description: Base de calculo FCP ST destino destinationFCPSTCalculationBaseFormatted: type: string maxLength: 255 description: Base de calculo FCP ST destino formatado destinationIcmsCalculationBase: type: string description: Base de calculo ICMS retido destinationIcmsCalculationBaseFormatted: type: string maxLength: 255 description: Base de calculo ICMS retido formatado destinationIcmsFCPPercentage: type: number format: double description: Porcentagem de ICNS FCP destino destinationIcmsFCPPercentageFormatted: type: string maxLength: 255 description: Porcentagem de ICNS FCP destino formatado destinationIcmsRate: type: number format: double description: Aliquota de ICMS destino destinationIcmsRateFormatted: type: string maxLength: 255 description: Aliquota de ICMS destino formatado itemNumber: type: string maxLength: 255 description: Numero do item destinationIcmsFCPValue: type: string description: Valor de ICMS FCP destino destinationIcmsFCPValueFormatted: type: string maxLength: 255 description: Valor de ICMS FCP destino formatado itemTrace: type: string maxLength: 255 description: Rastro item ownSubstituteIcmsValue: type: string description: Valor proprio ICMS substituido ownSubstituteIcmsValueFormatted: type: string maxLength: 255 description: Valor proprio ICMS substituido formatado effectiveCalculationBaseReductionPercentage: type: number format: double description: Percentual de redução da base de calculo efetiva effectiveCalculationBaseReductionPercentageFormatted: type: string maxLength: 255 description: Percentual de redução da base de calculo efetiva formatado effectiveCalculationBase: type: string description: Calculo base de calculo efetiva effectiveCalculationBaseFormatted: type: string maxLength: 255 description: Calculo base de calculo efetiva formatado effectiveIcmsRate: type: number format: double description: Aliquota de ICMS efetiva effectiveIcmsRateFormatted: type: string maxLength: 255 description: Aliquota de ICMS efetiva formatada effectiveIcmsValue: type: string description: Valor de ICMS efetivo effectiveIcmsValueFormatted: type: string maxLength: 255 description: Valor de ICMS efetivo formatado exTipi: type: string maxLength: 255 description: Ex TIPI vastMarginPercentage: type: number format: double description: Percentual de margem VAST vastMarginPercentageFormatted: type: string maxLength: 255 description: Percentual de margem VAST formatado destinationUfIcmsCalculationBaseValue: type: string description: Valor da Base de Calculo do Icms da Uf de Destino destinationUfIcmsCalculationBaseValueFormatted: type: string maxLength: 255 description: Valor da Base de Calculo do Icms da Uf de Destino formatado destinationUfFcpCalculationBaseValue: type: string description: Valor da base de calculo do Fcp da Uf de Destino destinationUfFcpCalculationBaseValueFormatted: type: string maxLength: 255 description: Valor da base de calculo do Fcp da Uf de Destino formatado destinationUfIcmsFcpPercentage: type: number format: double description: Porcentagem do Fcp da Uf de Destino destinationUfIcmsFcpPercentageFormatted: type: string maxLength: 255 description: Porcentagem do Fcp da Uf de Destino formatado destinationUfIcmsFcpValue: type: string description: Valor do Fcp da Uf de Destino destinationUfIcmsFcpValueFormatted: type: string maxLength: 255 description: Valor do Fcp da Uf de Destino formatado destinationUfIcmsRate: type: number format: double description: Aliquota do ICMS da Uf de Destino destinationUfIcmsRateFormatted: type: string maxLength: 255 description: Aliquota do ICMS da Uf de Destino formatado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editItemDataReport: type: object required: – id allOf: – #/definitions/itemDataReport completeDuplicateInformationReport: description: Informações de duplicatas completas da NFe type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe number: type: string maxLength: 255 description: Numero value: type: string description: Valor valueFormatted: type: string maxLength: 255 description: Valor formatado dueDate: type: string format: date description: Data de vencimento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editCompleteDuplicateInformationReport: type: object required: – id allOf: – #/definitions/completeDuplicateInformationReport additionalInformationReport: description: Informações adicionais da NFe type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe fieldInf: type: string maxLength: 255 description: Campo textInf: type: string maxLength: 255 description: Valor usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editAdditionalInformationReport: type: object required: – id allOf: – #/definitions/additionalInformationReport withdrawalInformationReport: description: Informações de retirada da NF-e type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe withdrawalDocument: type: string maxLength: 255 description: Documento de retirada withdrawalDocumentFormatted: type: string maxLength: 255 description: Documento de retirada formatado withdrawalDocumentType: type: string allOf: – #/definitions/enumJurFis description: Tipo de documento de retirada withdrawalStreet: type: string maxLength: 255 description: Rua de retirada withdrawalNumber: type: string maxLength: 255 description: Número de retirada withdrawalComplement: type: string maxLength: 255 description: Complemento de retirada withdrawalNeighborhood: type: string maxLength: 255 description: Bairro de retirada withdrawalCityCode: type: string maxLength: 255 description: Código da cidade de retirada withdrawalCity: type: string maxLength: 255 description: Cidade de retirada withdrawalState: type: string maxLength: 255 description: Estado de retirada formattedWithdrawalInformation: type: string maxLength: 255 description: Informação de retirada formatada withdrawalCompanyName: type: string maxLength: 255 description: Nome da empresa de retirada withdrawalPostalCode: type: string maxLength: 255 description: CEP de retirada withdrawalCountryCode: type: string maxLength: 255 description: Código do país de retirada withdrawalCountryName: type: string maxLength: 255 description: Nome do país de retirada withdrawalPhone: type: string maxLength: 255 description: Telefone de retirada withdrawalEmail: type: string maxLength: 255 description: Email de retirada withdrawalStateRegistration: type: string maxLength: 255 description: Inscrição estadual de retirada formattedWithdrawalAddress: type: string maxLength: 255 description: Endereço de retirada formatado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editWithdrawalInformationReport: type: object required: – id allOf: – #/definitions/withdrawalInformationReport deliveryInformationReport: description: Informações de entrega da NFe type: object properties: id: type: string format: uuid description: Id da entidade invoiceReport: type: object allOf: – #/definitions/invoiceReport description: Nfe deliveryDocument: type: string maxLength: 255 description: Documento de entrega deliveryDocumentFormatted: type: string maxLength: 255 description: Documento de entrega formatado deliveryDocumentType: type: string maxLength: 255 description: Tipo de documento de entrega deliveryStreet: type: string maxLength: 255 description: Rua de entrega deliveryNumber: type: string maxLength: 255 description: Número de entrega deliveryComplement: type: string maxLength: 255 description: Complemento de entrega deliveryNeighborhood: type: string maxLength: 255 description: Bairro de entrega deliveryCityCode: type: string maxLength: 255 description: Código da cidade de entrega deliveryCity: type: string maxLength: 255 description: Cidade de entrega deliveryState: type: string maxLength: 255 description: Estado de entrega formattedDeliveryInformation: type: string maxLength: 255 description: Informação de entrega formatada deliveryCompanyName: type: string maxLength: 255 description: Nome da empresa de entrega deliveryPostalCode: type: string maxLength: 255 description: CEP de entrega deliveryCountryCode: type: string maxLength: 255 description: Código do país de entrega deliveryCountryName: type: string maxLength: 255 description: Nome do país de entrega deliveryPhone: type: string maxLength: 255 description: Telefone de entrega deliveryEmail: type: string maxLength: 255 description: Email de entrega deliveryStateRegistration: type: string maxLength: 255 description: Inscrição estadual de entrega formattedDeliveryAddress: type: string maxLength: 255 description: Endereço de entrega formatado usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editDeliveryInformationReport: type: object required: – id allOf: – #/definitions/deliveryInformationReport correctionLetterReport: description: Informações de carta de correção type: object required: – eventKey – issuerName – isHomologation – logoUrl properties: id: type: string format: uuid description: Id da entidade eventKey: type: string maxLength: 255 description: Chave do evento de CCe issuerName: type: string maxLength: 255 description: Nome do emitente issuerAddress: type: string maxLength: 255 description: Endereço do emitente issuerNeighborhood: type: string maxLength: 255 description: Bairro do emitente issuerPostalCode: type: string maxLength: 255 description: CEP do emitente issuerCity: type: string maxLength: 255 description: Cidade do emitente issuerStateAbbreviation: type: string maxLength: 255 description: UF do emitente issuerDocument: type: string maxLength: 255 description: Documento do emitente issuerDocumentFormatted: type: string maxLength: 255 description: Documento do emitente formatado issuerStateRegistration: type: string maxLength: 255 description: Inscrição estadual do emitente issuerPhone: type: string maxLength: 255 description: Telefone do emitente issuerNumber: type: string maxLength: 255 description: Numero do emitente issuerComplement: type: string maxLength: 255 description: Complemento do emitente agencyCode: type: string maxLength: 255 description: Codigo do orgão series: type: integer format: int64 description: Série da NFe number: type: integer format: int64 description: Número da NFe eventSequence: type: integer format: int64 description: Sequencia do evento issuanceDate: type: string description: Data de emissão issuanceTime: type: string description: Hora de emissão invoicyAccessKey: type: string maxLength: 255 description: Chave de acesso da NFe invoicyAccessKeyFormatted: type: string maxLength: 255 description: Chave de acesso da NFe formatada authorizationProtocol: type: string maxLength: 255 description: Protocolo de autorização eventDescription: type: string maxLength: 4000 description: Descrição do evento usageCondition: type: string maxLength: 4000 description: Condicao de uso barcode: type: string maxLength: 255 description: Codigo de barra isHomologation: type: boolean description: É homologação logoUrl: type: string description: Url da logo da empresa usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editCorrectionLetterReport: type: object required: – id allOf: – #/definitions/correctionLetterReport correctionLetterReportDacce: description: Dados do Dacce do evento type: object required: – reportStatus properties: id: type: string format: uuid description: Id da entidade reportStatus: type: string allOf: – #/definitions/enumReportStatus description: Status do relatório correctionLetterReport: type: object allOf: – #/definitions/correctionLetterReport description: CCe url: type: string maxLength: 1000 description: Url do s3 expirationDate: type: string format: date-time description: Data de validade do relatório usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: editCorrectionLetterReportDacce: type: object required: – id allOf: – #/definitions/correctionLetterReportDacce 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 enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage

Este artigo foi útil para você?

Sim  Não
Leave A Comment Cancelar resposta

Você precisa fazer o login para publicar um comentário.

© 2022 Senior. Todos os direitos reservados.
Mais pesquisados:Customização, Tutorial, Documentação