• 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/crmx (Gestão Relacionamento | CRMX)/Base de Dados (database)
Mais pesquisados:Customização, Tutorial, Documentação

Base de Dados (database)

0 views 0 02/03/2026 Atualizado em 03/03/2026 integrador

2.0info: 1.4.0 Base de Dados description: Serviço responsável pela Base de Dados do CRMX. x-senior-domain: Gestão Relacionamento | CRMX x-senior-domain-path: crmx x-senior-service-path: database 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/crmxsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /database/queries/dashboardConversionRate: post: description: Total de conversão de Negócios tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – totalNumberBusiness – totalNumberBusinessWon properties: totalNumberBusiness: type: integer format: int64 description: Quantidade total de negócios totalNumberBusinessWon: type: integer format: int64 description: Quantidade total de negócios fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Total de conversão de Negócios tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – totalNumberBusiness – totalNumberBusinessWon properties: totalNumberBusiness: type: integer format: int64 description: Quantidade total de negócios totalNumberBusinessWon: type: integer format: int64 description: Quantidade total de negócios fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardTotalSales: post: description: Comparação de periodos do total de vendas tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – previousPeriodTotalValue – currentPeriodTotalValue properties: previousPeriodTotalValue: type: string description: Valor total do periodo anterior currentPeriodTotalValue: type: string description: Valor total do periodo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Comparação de periodos do total de vendas tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – previousPeriodTotalValue – currentPeriodTotalValue properties: previousPeriodTotalValue: type: string description: Valor total do periodo anterior currentPeriodTotalValue: type: string description: Valor total do periodo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardSalesQuantity: post: description: Comparação de periodos da quantidade de vendas tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – previousPeriodAmount – currentPeriodAmount properties: previousPeriodAmount: type: integer format: int64 description: Quantidade de vendas do periodo anterior currentPeriodAmount: type: integer format: int64 description: Quantidade de vendas do periodo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Comparação de periodos da quantidade de vendas tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – previousPeriodAmount – currentPeriodAmount properties: previousPeriodAmount: type: integer format: int64 description: Quantidade de vendas do periodo anterior currentPeriodAmount: type: integer format: int64 description: Quantidade de vendas do periodo atual 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardAverageNumberDaysClose: post: description: Tempo médio para fechamento de negócios em dias tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – numberDays properties: numberDays: type: integer format: int64 description: Quantidade de dias 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Tempo médio para fechamento de negócios em dias tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – numberDays properties: numberDays: type: integer format: int64 description: Quantidade de dias 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardBusinessNumberByStage: post: description: Quantidade de negócios por estágio do funil tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – business properties: business: type: array items: type: object allOf: – #/definitions/businessNumberByStageRecord minimum: 1 description: Quantidade de negócios por estágio do funil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Quantidade de negócios por estágio do funil tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – business properties: business: type: array items: type: object allOf: – #/definitions/businessNumberByStageRecord minimum: 1 description: Quantidade de negócios por estágio do funil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardNewAccountsPerMonth: post: description: Quantidade de novas contas por mês tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByMonthRecord minimum: 1 description: Quantidade de novas contas por mês 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Quantidade de novas contas por mês tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByMonthRecord minimum: 1 description: Quantidade de novas contas por mês 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardAccountsByState: post: description: Quantidade de contas por estado tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByStateRecord minimum: 1 description: Quantidade de contas por estado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Quantidade de contas por estado tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByStateRecord minimum: 1 description: Quantidade de contas por estado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardAccountsByCity: post: description: Quantidade de contas por cidade tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByCityRecord minimum: 1 description: Quantidade de contas por cidade 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Quantidade de contas por cidade tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/accountNumberByCityRecord minimum: 1 description: Quantidade de contas por cidade 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardTopFiveAccounts: post: description: Top cinco contas com mais pedidos fechados como ganho tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/topFiveAccountsRecord minimum: 1 description: Cinco contas com mais pedidos fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Top cinco contas com mais pedidos fechados como ganho tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – accounts properties: accounts: type: array items: type: object allOf: – #/definitions/topFiveAccountsRecord minimum: 1 description: Cinco contas com mais pedidos fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardTopFiveSellers: post: description: Top cinco vendedores com mais pedidos fechados como ganho tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – responsible properties: responsible: type: array items: type: object allOf: – #/definitions/topFiveSellersRecord minimum: 1 description: Cinco vendedores com mais pedidos fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Top cinco vendedores com mais pedidos fechados como ganho tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – responsible properties: responsible: type: array items: type: object allOf: – #/definitions/topFiveSellersRecord minimum: 1 description: Cinco vendedores com mais pedidos fechados como ganho 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardLossReasons: post: description: Motivos perdas relacionados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – reasons properties: reasons: type: array items: type: object allOf: – #/definitions/reasonsRelationshipRecord minimum: 1 description: Motivos de perdas relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Motivos perdas relacionados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – reasons properties: reasons: type: array items: type: object allOf: – #/definitions/reasonsRelationshipRecord minimum: 1 description: Motivos de perdas relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/dashboardWinningReasons: post: description: Motivos ganhos relacionados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – reasons properties: reasons: type: array items: type: object allOf: – #/definitions/reasonsRelationshipRecord minimum: 1 description: Motivos de ganho relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Motivos ganhos relacionados tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – reasons properties: reasons: type: array items: type: object allOf: – #/definitions/reasonsRelationshipRecord minimum: 1 description: Motivos de ganho relacionados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/healthcheck: post: description: Healthcheck do serviço de exportação tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/statusHealthcheckEnum description: Status geral do serviço checks: type: object allOf: – #/definitions/checkRecord description: Checagens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Healthcheck do serviço de exportação tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/statusHealthcheckEnum description: Status geral do serviço checks: type: object allOf: – #/definitions/checkRecord description: Checagens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/queries/getNumber: post: description: Pegar próximo numero de acordo com o tipo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – target properties: target: type: string allOf: – #/definitions/nextNumberTargetEnum description: Alvo responses: 200: description: Ok schema: type: object required: – number properties: number: type: integer format: int64 description: Próximo número 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Pegar próximo numero de acordo com o tipo tags: – Queries x-senior-visibility: PRIVATE parameters: – name: target description: Alvo in: query required: true type: string allOf: – #/definitions/nextNumberTargetEnum responses: 200: description: Ok schema: type: object required: – number properties: number: type: integer format: int64 description: Próximo número 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/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 /database/queries/exportCurrency: 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 /database/queries/exportCountry: 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 /database/queries/exportState: 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 /database/queries/exportCity: 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 /database/queries/exportCompany: 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 /database/queries/exportBranch: 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 /database/queries/exportJobTitle: 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 /database/queries/exportPlatformUser: 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 /database/queries/exportCollaboratorGroup: 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 /database/queries/exportCollaborator: 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 /database/queries/exportCollaboratorGroupLink: 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 /database/queries/exportCollaboratorBranchLink: 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 /database/queries/exportAccountTag: 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 /database/queries/exportAccountInterestArea: 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 /database/queries/exportAccountDefinitionStatusReason: 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 /database/queries/exportAccountRating: 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 /database/queries/exportCompanyGroup: 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 /database/queries/exportIndustry: 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 /database/queries/exportAccountOrigin: 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 /database/queries/exportBusinessSize: 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 /database/queries/exportAccountStage: 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 /database/queries/exportAccount: 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 /database/queries/exportAccountInterestAreaLink: 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 /database/queries/exportAccountTagLink: 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 /database/queries/exportAccountResponsible: 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 /database/queries/exportAccountResponsibleGroup: 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 /database/queries/exportAccountPhone: 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 /database/queries/exportAccountAddress: 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 /database/queries/exportAccountHistory: 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 /database/queries/exportAccountContact: 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 /database/queries/exportAccountDefinition: 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 /database/queries/exportShippingCompany: 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 /database/queries/exportPaymentTerms: 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 /database/queries/exportPaymentMethod: 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 /database/queries/exportBusinessType: 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 /database/queries/exportBusinessOrigin: 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 /database/queries/exportBusinessModality: 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 /database/queries/exportBusinessFunnel: 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 /database/queries/exportBusinessFunnelStage: 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 /database/queries/exportBusinessFunnelStageReason: 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 /database/queries/exportBusinessFunnelBranchLink: 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 /database/queries/exportBusinessFunnelCollaboratorLink: 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 /database/queries/exportFamilyOrigin: 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 /database/queries/exportFamily: 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 /database/queries/exportUnitMeasurement: 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 /database/queries/exportProduct: 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 /database/queries/exportService: 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 /database/queries/exportPriceList: 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 /database/queries/exportPriceListValidity: 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 /database/queries/exportPriceListItem: 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 /database/queries/exportBusiness: 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 /database/queries/exportBusinessProposal: 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 /database/queries/exportBusinessProposalItem: 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 /database/queries/exportBusinessProposalTax: 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 /database/queries/exportBusinessProposalRevision: 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 /database/queries/exportBusinessHistory: 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 /database/queries/exportBusinessActivity: 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 /database/queries/exportBusinessActivityType: 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 /database/queries/exportBusinessScheduleLink: 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 /database/queries/exportOrderEntryParametrization: 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 /database/queries/exportScheduleType: 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 /database/queries/exportSchedule: 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 /database/queries/exportScheduleRecurrence: 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 /database/queries/exportScheduleExternalParticipant: 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 /database/queries/exportScheduleParticipant: 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 /database/queries/exportScheduleParticipantRecurrence: 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 /database/queries/exportTaskType: 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 /database/queries/exportTaskStatus: 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 /database/queries/exportTaskProject: 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 /database/queries/exportTaskProjectCollaborator: 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 /database/queries/exportTaskProjectBranch: 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 /database/queries/exportTaskProjectWorkflow: 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 /database/queries/exportTaskBoard: 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 /database/queries/exportTaskBoardCollaborator: 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 /database/queries/exportTaskBoardColumn: 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 /database/queries/exportTask: 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 /database/queries/exportTaskChecklist: 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 /database/queries/exportTaskCollaborator: 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 /database/queries/exportTaskQuickFilterBoard: 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 /database/queries/exportNextNumber: 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 /database/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 /database/actions/migrateSchemaReport: post: description: Executa a migração de base para o serviço no tenant repassado tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tenantName properties: tenantName: type: string description: Nome do tenant que deverá ter a base migrada responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Retorno de sucesso ou falha para a migração da base 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/actions/migrateSchema: post: description: Realiza a migração do schema do banco de dados tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/actions/forceMigrateSchema: post: description: Executa o migrateSchema já removendo o tenant atual do cache da migração do schema do banco de dados, sem necessidade de reiniciar o serviço tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/actions/resetSchema: post: description: Realiza a limpeza da base de dados, mantendo somente os dados padrões (conforme carga inicial) tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /database/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 /database/actions/importCurrency: 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 /database/actions/importCountry: 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 /database/actions/importState: 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 /database/actions/importCity: 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 /database/actions/importCompany: 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 /database/actions/importBranch: 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 /database/actions/importJobTitle: 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 /database/actions/importPlatformUser: 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 /database/actions/importCollaboratorGroup: 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 /database/actions/importCollaborator: 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 /database/actions/importCollaboratorGroupLink: 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 /database/actions/importCollaboratorBranchLink: 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 /database/actions/importAccountTag: 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 /database/actions/importAccountInterestArea: 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 /database/actions/importAccountDefinitionStatusReason: 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 /database/actions/importAccountRating: 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 /database/actions/importCompanyGroup: 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 /database/actions/importIndustry: 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 /database/actions/importAccountOrigin: 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 /database/actions/importBusinessSize: 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 /database/actions/importAccountStage: 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 /database/actions/importAccount: 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 /database/actions/importAccountInterestAreaLink: 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 /database/actions/importAccountTagLink: 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 /database/actions/importAccountResponsible: 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 /database/actions/importAccountResponsibleGroup: 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 /database/actions/importAccountPhone: 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 /database/actions/importAccountAddress: 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 /database/actions/importAccountHistory: 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 /database/actions/importAccountContact: 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 /database/actions/importAccountDefinition: 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 /database/actions/importShippingCompany: 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 /database/actions/importPaymentTerms: 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 /database/actions/importPaymentMethod: 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 /database/actions/importBusinessType: 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 /database/actions/importBusinessOrigin: 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 /database/actions/importBusinessModality: 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 /database/actions/importBusinessFunnel: 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 /database/actions/importBusinessFunnelStage: 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 /database/actions/importBusinessFunnelStageReason: 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 /database/actions/importBusinessFunnelBranchLink: 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 /database/actions/importBusinessFunnelCollaboratorLink: 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 /database/actions/importFamilyOrigin: 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 /database/actions/importFamily: 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 /database/actions/importUnitMeasurement: 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 /database/actions/importProduct: 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 /database/actions/importService: 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 /database/actions/importPriceList: 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 /database/actions/importPriceListValidity: 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 /database/actions/importPriceListItem: 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 /database/actions/importBusiness: 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 /database/actions/importBusinessProposal: 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 /database/actions/importBusinessProposalItem: 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 /database/actions/importBusinessProposalTax: 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 /database/actions/importBusinessProposalRevision: 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 /database/actions/importBusinessHistory: 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 /database/actions/importBusinessActivity: 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 /database/actions/importBusinessActivityType: 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 /database/actions/importBusinessScheduleLink: 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 /database/actions/importOrderEntryParametrization: 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 /database/actions/importScheduleType: 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 /database/actions/importSchedule: 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 /database/actions/importScheduleRecurrence: 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 /database/actions/importScheduleExternalParticipant: 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 /database/actions/importScheduleParticipant: 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 /database/actions/importScheduleParticipantRecurrence: 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 /database/actions/importTaskType: 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 /database/actions/importTaskStatus: 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 /database/actions/importTaskProject: 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 /database/actions/importTaskProjectCollaborator: 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 /database/actions/importTaskProjectBranch: 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 /database/actions/importTaskProjectWorkflow: 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 /database/actions/importTaskBoard: 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 /database/actions/importTaskBoardCollaborator: 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 /database/actions/importTaskBoardColumn: 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 /database/actions/importTask: 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 /database/actions/importTaskChecklist: 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 /database/actions/importTaskCollaborator: 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 /database/actions/importTaskQuickFilterBoard: 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 /database/actions/importNextNumber: 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 /database/signals/featureToggle: post: description: Habilitar feature toggle para o tenant atual tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – enable properties: enable: type: boolean description: Ativar responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /database/signals/delSchemas: post: description: Del schema tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – key properties: schemas: type: array items: type: string description: Schemas key: type: string description: Chave responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /database/events/importCurrencyEvent: post: description: 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 /database/events/exportCurrencyEvent: post: description: 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 /database/events/importCountryEvent: post: description: 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 /database/events/exportCountryEvent: post: description: 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 /database/events/importStateEvent: post: description: 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 /database/events/exportStateEvent: post: description: 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 /database/events/importCityEvent: post: description: 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 /database/events/exportCityEvent: post: description: 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 /database/events/importCompanyEvent: post: description: 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 /database/events/exportCompanyEvent: post: description: 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 /database/events/importBranchEvent: post: description: 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 /database/events/exportBranchEvent: post: description: 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 /database/events/importJobTitleEvent: post: description: 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 /database/events/exportJobTitleEvent: post: description: 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 /database/events/importPlatformUserEvent: post: description: 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 /database/events/exportPlatformUserEvent: post: description: 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 /database/events/importCollaboratorGroupEvent: post: description: 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 /database/events/exportCollaboratorGroupEvent: post: description: 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 /database/events/importCollaboratorEvent: post: description: 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 /database/events/exportCollaboratorEvent: post: description: 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 /database/events/importCollaboratorGroupLinkEvent: post: description: 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 /database/events/exportCollaboratorGroupLinkEvent: post: description: 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 /database/events/importCollaboratorBranchLinkEvent: post: description: 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 /database/events/exportCollaboratorBranchLinkEvent: post: description: 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 /database/events/importAccountTagEvent: post: description: 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 /database/events/exportAccountTagEvent: post: description: 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 /database/events/importAccountInterestAreaEvent: post: description: 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 /database/events/exportAccountInterestAreaEvent: post: description: 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 /database/events/importAccountDefinitionStatusReasonEvent: post: description: 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 /database/events/exportAccountDefinitionStatusReasonEvent: post: description: 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 /database/events/importAccountRatingEvent: post: description: 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 /database/events/exportAccountRatingEvent: post: description: 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 /database/events/importCompanyGroupEvent: post: description: 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 /database/events/exportCompanyGroupEvent: post: description: 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 /database/events/importIndustryEvent: post: description: 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 /database/events/exportIndustryEvent: post: description: 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 /database/events/importAccountOriginEvent: post: description: 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 /database/events/exportAccountOriginEvent: post: description: 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 /database/events/importBusinessSizeEvent: post: description: 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 /database/events/exportBusinessSizeEvent: post: description: 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 /database/events/importAccountStageEvent: post: description: 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 /database/events/exportAccountStageEvent: post: description: 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 /database/events/importAccountEvent: post: description: 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 /database/events/exportAccountEvent: post: description: 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 /database/events/importAccountInterestAreaLinkEvent: post: description: 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 /database/events/exportAccountInterestAreaLinkEvent: post: description: 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 /database/events/importAccountTagLinkEvent: post: description: 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 /database/events/exportAccountTagLinkEvent: post: description: 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 /database/events/importAccountResponsibleEvent: post: description: 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 /database/events/exportAccountResponsibleEvent: post: description: 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 /database/events/importAccountResponsibleGroupEvent: post: description: 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 /database/events/exportAccountResponsibleGroupEvent: post: description: 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 /database/events/importAccountPhoneEvent: post: description: 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 /database/events/exportAccountPhoneEvent: post: description: 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 /database/events/importAccountAddressEvent: post: description: 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 /database/events/exportAccountAddressEvent: post: description: 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 /database/events/importAccountHistoryEvent: post: description: 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 /database/events/exportAccountHistoryEvent: post: description: 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 /database/events/importAccountContactEvent: post: description: 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 /database/events/exportAccountContactEvent: post: description: 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 /database/events/importAccountDefinitionEvent: post: description: 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 /database/events/exportAccountDefinitionEvent: post: description: 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 /database/events/importShippingCompanyEvent: post: description: 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 /database/events/exportShippingCompanyEvent: post: description: 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 /database/events/importPaymentTermsEvent: post: description: 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 /database/events/exportPaymentTermsEvent: post: description: 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 /database/events/importPaymentMethodEvent: post: description: 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 /database/events/exportPaymentMethodEvent: post: description: 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 /database/events/importBusinessTypeEvent: post: description: 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 /database/events/exportBusinessTypeEvent: post: description: 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 /database/events/importBusinessOriginEvent: post: description: 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 /database/events/exportBusinessOriginEvent: post: description: 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 /database/events/importBusinessModalityEvent: post: description: 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 /database/events/exportBusinessModalityEvent: post: description: 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 /database/events/importBusinessFunnelEvent: post: description: 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 /database/events/exportBusinessFunnelEvent: post: description: 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 /database/events/importBusinessFunnelStageEvent: post: description: 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 /database/events/exportBusinessFunnelStageEvent: post: description: 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 /database/events/importBusinessFunnelStageReasonEvent: post: description: 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 /database/events/exportBusinessFunnelStageReasonEvent: post: description: 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 /database/events/importBusinessFunnelBranchLinkEvent: post: description: 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 /database/events/exportBusinessFunnelBranchLinkEvent: post: description: 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 /database/events/importBusinessFunnelCollaboratorLinkEvent: post: description: 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 /database/events/exportBusinessFunnelCollaboratorLinkEvent: post: description: 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 /database/events/importFamilyOriginEvent: post: description: 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 /database/events/exportFamilyOriginEvent: post: description: 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 /database/events/importFamilyEvent: post: description: 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 /database/events/exportFamilyEvent: post: description: 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 /database/events/importUnitMeasurementEvent: post: description: 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 /database/events/exportUnitMeasurementEvent: post: description: 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 /database/events/importProductEvent: post: description: 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 /database/events/exportProductEvent: post: description: 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 /database/events/importServiceEvent: post: description: 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 /database/events/exportServiceEvent: post: description: 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 /database/events/importPriceListEvent: post: description: 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 /database/events/exportPriceListEvent: post: description: 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 /database/events/importPriceListValidityEvent: post: description: 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 /database/events/exportPriceListValidityEvent: post: description: 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 /database/events/importPriceListItemEvent: post: description: 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 /database/events/exportPriceListItemEvent: post: description: 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 /database/events/importBusinessEvent: post: description: 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 /database/events/exportBusinessEvent: post: description: 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 /database/events/importBusinessProposalEvent: post: description: 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 /database/events/exportBusinessProposalEvent: post: description: 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 /database/events/importBusinessProposalItemEvent: post: description: 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 /database/events/exportBusinessProposalItemEvent: post: description: 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 /database/events/importBusinessProposalTaxEvent: post: description: 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 /database/events/exportBusinessProposalTaxEvent: post: description: 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 /database/events/importBusinessProposalRevisionEvent: post: description: 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 /database/events/exportBusinessProposalRevisionEvent: post: description: 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 /database/events/importBusinessHistoryEvent: post: description: 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 /database/events/exportBusinessHistoryEvent: post: description: 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 /database/events/importBusinessActivityEvent: post: description: 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 /database/events/exportBusinessActivityEvent: post: description: 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 /database/events/importBusinessActivityTypeEvent: post: description: 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 /database/events/exportBusinessActivityTypeEvent: post: description: 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 /database/events/importBusinessScheduleLinkEvent: post: description: 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 /database/events/exportBusinessScheduleLinkEvent: post: description: 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 /database/events/importOrderEntryParametrizationEvent: post: description: 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 /database/events/exportOrderEntryParametrizationEvent: post: description: 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 /database/events/importScheduleTypeEvent: post: description: 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 /database/events/exportScheduleTypeEvent: post: description: 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 /database/events/importScheduleEvent: post: description: 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 /database/events/exportScheduleEvent: post: description: 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 /database/events/importScheduleRecurrenceEvent: post: description: 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 /database/events/exportScheduleRecurrenceEvent: post: description: 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 /database/events/importScheduleExternalParticipantEvent: post: description: 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 /database/events/exportScheduleExternalParticipantEvent: post: description: 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 /database/events/importScheduleParticipantEvent: post: description: 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 /database/events/exportScheduleParticipantEvent: post: description: 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 /database/events/importScheduleParticipantRecurrenceEvent: post: description: 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 /database/events/exportScheduleParticipantRecurrenceEvent: post: description: 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 /database/events/importTaskTypeEvent: post: description: 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 /database/events/exportTaskTypeEvent: post: description: 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 /database/events/importTaskStatusEvent: post: description: 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 /database/events/exportTaskStatusEvent: post: description: 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 /database/events/importTaskProjectEvent: post: description: 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 /database/events/exportTaskProjectEvent: post: description: 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 /database/events/importTaskProjectCollaboratorEvent: post: description: 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 /database/events/exportTaskProjectCollaboratorEvent: post: description: 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 /database/events/importTaskProjectBranchEvent: post: description: 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 /database/events/exportTaskProjectBranchEvent: post: description: 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 /database/events/importTaskProjectWorkflowEvent: post: description: 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 /database/events/exportTaskProjectWorkflowEvent: post: description: 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 /database/events/importTaskBoardEvent: post: description: 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 /database/events/exportTaskBoardEvent: post: description: 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 /database/events/importTaskBoardCollaboratorEvent: post: description: 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 /database/events/exportTaskBoardCollaboratorEvent: post: description: 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 /database/events/importTaskBoardColumnEvent: post: description: 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 /database/events/exportTaskBoardColumnEvent: post: description: 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 /database/events/importTaskEvent: post: description: 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 /database/events/exportTaskEvent: post: description: 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 /database/events/importTaskChecklistEvent: post: description: 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 /database/events/exportTaskChecklistEvent: post: description: 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 /database/events/importTaskCollaboratorEvent: post: description: 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 /database/events/exportTaskCollaboratorEvent: post: description: 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 /database/events/importTaskQuickFilterBoardEvent: post: description: 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 /database/events/exportTaskQuickFilterBoardEvent: post: description: 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 /database/events/importNextNumberEvent: post: description: 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 /database/events/exportNextNumberEvent: post: description: 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 definitions: nextNumberTargetEnum: type: string enum: – BUSINESS_PROPOSAL – TASK description: Classes que tem controle de numero incremental: * `BUSINESS_PROPOSAL` – Proposta * `TASK` – Tarefa statusHealthcheckEnum: type: string enum: – UP – DOWN description: UP ou DOWN: * `UP` – Up * `DOWN` – Down statusEnum: type: string enum: – ACTIVE – INACTIVE – DELETED description: Situação: * `ACTIVE` – Ativo * `INACTIVE` – Inativo * `DELETED` – Excluído typePersonEnum: type: string enum: – NATURAL_PERSON – JURIDICAL_PERSON description: Tipo de Pessoa: * `NATURAL_PERSON` – Pessoa Física * `JURIDICAL_PERSON` – Pessoa Jurídica accountResponsibleOriginEnum: type: string enum: – MANUAL – AUTO description: Origem do Responsável da Conta: * `MANUAL` – Manual * `AUTO` – Automático phoneTypeEnum: type: string enum: – RESIDENTIAL – COMMERCIAL description: Tipo de Telefone: * `RESIDENTIAL` – Residencial * `COMMERCIAL` – Comercial typeAddressEnum: type: string enum: – COMMERCIAL – RESIDENTIAL description: Tipo de Endereço: * `COMMERCIAL` – Comercial * `RESIDENTIAL` – Residencial accountHistoryOriginEnum: type: string enum: – BUSINESS description: Origem do Histórico da Conta: * `BUSINESS` – Negócios businessFunnelStageTypeEnum: type: string enum: – OPEN – WON – LOST description: Tipo de estágio do Funil de Vendas: * `OPEN` – Aberto * `WON` – Ganho * `LOST` – Perdido businessItemTypeEnum: type: string enum: – PRODUCT – SERVICE description: Tipo de item do negócio: * `PRODUCT` – Produto * `SERVICE` – Serviço businessProposalStatusEnum: type: string enum: – OPEN – PROBABLE_WON – CLOSED_WON – CLOSED_LOST description: Status da Proposta Comercial: * `OPEN` – Aberto * `PROBABLE_WON` – Provável Ganho * `CLOSED_WON` – Fechado – Ganho * `CLOSED_LOST` – Fechado – Perdido freightTypeEnum: type: string enum: – CIF – FOB description: Tipo de Frete: * `CIF` – CIF * `FOB` – FOB taxTypeEnum: type: string enum: – IPI – IPI_PRESUMIDO – IPI_DEVOLVIDO – IPI_CREDITADO – ICMS – ICMS_SIMPLES – ICMS_FUTURO – ICMS_DIFERIDO – ICMS_DESONERADO – ICMS_ST – ICMS_UF_DESTINO – ICMS_ISENTAS_OUTRAS – ICMS_CREDITADO – ICMS_EFETIVO – ICMS_ST_RETIDO_ANT – ICMS_ST_FUTURO – ICMS_ST_SOLIDARIO – ICMS_IMPORTACAO – ICMS_DESTINO – FCP – FCP_ST – FCP_UF_DESTINO – FCP_ST_RETIDO_ANT – ISS – COFINS – COFINS_RETIDO – COFINS_RECUPERAR_IMPORTACAO – COFINS_RECUPERAR – COFINS_DEVOLVIDO – PIS – PIS_RETIDO – PIS_RECUPERAR_IMPORTACAO – PIS_RECUPERAR – PIS_DEVOLVIDO – CSLL – ISS_RETIDO – IRRF – INSS – INSS_PATRONAL – IMPOSTO_IMPORTACAO – DIFAL – DIFAL_DEVOLVIDO – CIDE_TECNOLOGIA – FUNRURAL_INSS – FUNRURAL_RAT – FUNRURAL_SENAR – FUNRURAL_TOTAL – CBS – CBS_DIFERIDO – CBS_TRIBUTACAO_REGULAR – CBS_CREDITO_PRESUMIDO – CBS_GOVERNAMENTAL – IBS_ESTADUAL – IBS_ESTADUAL_DIFERIDO – IBS_ESTADUAL_TRIBUTACAO_REGULAR – IBS_ESTADUAL_CREDITO_PRESUMIDO – IBS_ESTADUAL_GOVERNAMENTAL – IBS_MUNICIPAL – IBS_MUNICIPAL_DIFERIDO – IBS_MUNICIPAL_TRIBUTACAO_REGULAR – IBS_MUNICIPAL_GOVERNAMENTAL – IS – IBS_CREDITO_PRESUMIDO description: Tipo de Imposto: * `IPI` – IPI * `IPI_PRESUMIDO` – IPI presumido * `IPI_DEVOLVIDO` – IPI devolvido * `IPI_CREDITADO` – IPI efetivamente creditado * `ICMS` – ICMS Normal * `ICMS_SIMPLES` – ICMS Simples Nacional * `ICMS_FUTURO` – ICMS Futuro * `ICMS_DIFERIDO` – ICMS Diferido * `ICMS_DESONERADO` – ICMS Desonerado * `ICMS_ST` – ICMS ST * `ICMS_UF_DESTINO` – ICMS na UF de destino (DIFAL) * `ICMS_ISENTAS_OUTRAS` – ICMS Isentas/Outras * `ICMS_CREDITADO` – ICMS Creditado * `ICMS_EFETIVO` – ICMS efetivo * `ICMS_ST_RETIDO_ANT` – ICMS ST retido anteriormente * `ICMS_ST_FUTURO` – ICMS ST futuro * `ICMS_ST_SOLIDARIO` – ICMS ST solidário * `ICMS_IMPORTACAO` – ICMS na importação * `ICMS_DESTINO` – ICMS destino * `FCP` – Fundo de Combate à Pobreza * `FCP_ST` – Fundo de Combate à Pobreza retido por Substituição Tributária * `FCP_UF_DESTINO` – Fundo de Combate à Pobreza na UF de destino (DIFAL) * `FCP_ST_RETIDO_ANT` – Fundo de Combate à Pobreza retido anteriormente por Substituição Tributária * `ISS` – ISS * `COFINS` – COFINS Faturamento * `COFINS_RETIDO` – COFINS Retido * `COFINS_RECUPERAR_IMPORTACAO` – COFINS a recuperar na importação * `COFINS_RECUPERAR` – COFINS a recuperar (devolução de compra) * `COFINS_DEVOLVIDO` – COFINS estornado na devolução * `PIS` – PIS Faturamento * `PIS_RETIDO` – PIS Retido * `PIS_RECUPERAR_IMPORTACAO` – PIS a recuperar na importação * `PIS_RECUPERAR` – PIS a recuperar (devolução de compra) * `PIS_DEVOLVIDO` – PIS estornado na devolução * `CSLL` – CSLL * `ISS_RETIDO` – ISS Retido * `IRRF` – IRRF * `INSS` – INSS * `INSS_PATRONAL` – INSS Patronal * `IMPOSTO_IMPORTACAO` – Imposto de importação * `DIFAL` – Diferencial de alíquota (devolução de compra) * `DIFAL_DEVOLVIDO` – DIFAL estornado na devolução * `CIDE_TECNOLOGIA` – CIDE Tecnologia * `FUNRURAL_INSS` – FUNRURAL INSS * `FUNRURAL_RAT` – FUNRURAL RAT * `FUNRURAL_SENAR` – FUNRURAL SENAR * `FUNRURAL_TOTAL` – FUNRURAL TOTAL * `CBS` – CBS * `CBS_DIFERIDO` – CBS Diferido * `CBS_TRIBUTACAO_REGULAR` – CBS Tributação Regular * `CBS_CREDITO_PRESUMIDO` – CBS Crédito Presumido * `CBS_GOVERNAMENTAL` – CBS Governamental * `IBS_ESTADUAL` – IBS Estadual * `IBS_ESTADUAL_DIFERIDO` – IBS Estadual Diferido * `IBS_ESTADUAL_TRIBUTACAO_REGULAR` – IBS Estadual Tributação Regular * `IBS_ESTADUAL_CREDITO_PRESUMIDO` – IBS Estadual Crédito Presumido * `IBS_ESTADUAL_GOVERNAMENTAL` – IBS Estadual Governamental * `IBS_MUNICIPAL` – IBS Municipal * `IBS_MUNICIPAL_DIFERIDO` – IBS Municipal Diferido * `IBS_MUNICIPAL_TRIBUTACAO_REGULAR` – IBS Municipal Tributação Regular * `IBS_MUNICIPAL_GOVERNAMENTAL` – IBS Municipal Governamental * `IS` – Imposto Seletivo * `IBS_CREDITO_PRESUMIDO` – IBS Crédito Presumido businessHistoryOriginEnum: type: string enum: – PROPOSAL description: Origem do Histórico do Negócio: * `PROPOSAL` – Proposta weekDayEnum: type: string enum: – SUNDAY – MONDAY – TUESDAY – WEDNESDAY – THURSDAY – FRIDAY – SATURDAY description: Dias da Semana: * `SUNDAY` – Domingo * `MONDAY` – Segunda * `TUESDAY` – Terça * `WEDNESDAY` – Quarta * `THURSDAY` – Quinta * `FRIDAY` – Sexta * `SATURDAY` – Sábado monthEnum: type: string enum: – JANUARY – FEBRUARY – MARCH – APRIL – MAY – JUNE – JULY – AUGUST – SEPTEMBER – OCTOBER – NOVEMBER – DECEMBER description: Meses: * `JANUARY` – Janeiro * `FEBRUARY` – Fevereiro * `MARCH` – Março * `APRIL` – Abril * `MAY` – Maio * `JUNE` – Junho * `JULY` – Julho * `AUGUST` – Agosto * `SEPTEMBER` – Setembro * `OCTOBER` – Outubro * `NOVEMBER` – Novembro * `DECEMBER` – Dezembro schedulePriorityEnum: type: string enum: – LOW – MEDIUM – HIGH – CRITICAL description: Prioridade da Agenda: * `LOW` – Baixa * `MEDIUM` – Média * `HIGH` – Alta * `CRITICAL` – Critica scheduleRecurrenceEnum: type: string enum: – DAILY – WEEKLY – MONTHLY – YEARLY description: Recorrência: * `DAILY` – Diária * `WEEKLY` – Semanal * `MONTHLY` – Mensal * `YEARLY` – Anual scheduleRepeatWhenEnum: type: string enum: – IN_DAY – IN_ORDINAL_WEEK_DAY description: Repetir Quando: * `IN_DAY` – No Dia * `IN_ORDINAL_WEEK_DAY` – No Dia Ordinal da Semana scheduleOrdinalWeekDayEnum: type: string enum: – FIRST – SECOND – THIRD – FOURTH – LAST description: Dia da semana ordinal: * `FIRST` – Primeiro * `SECOND` – Segunda * `THIRD` – Terceira * `FOURTH` – Quarta * `LAST` – Última scheduleParticipantConfirmationEnum: type: string enum: – YES – PENDING – NO description: Confirmação: * `YES` – Sim * `PENDING` – Pendente * `NO` – Não typeTaskStatusEnum: type: string enum: – PENDING – IN_PROGRESS – DONE description: Tipo de status da tarefa: * `PENDING` – Pendente * `IN_PROGRESS` – Em andamento * `DONE` – Feito confirmationEnum: type: string enum: – YES – PENDING – NO description: Confirmação: * `YES` – Sim * `PENDING` – Pendente * `NO` – Não taskPriorityEnum: type: string enum: – LOW – MEDIUM – HIGH – CRITICAL description: Prioridade da Tarefa: * `LOW` – Baixa * `MEDIUM` – Média * `HIGH` – Alta * `CRITICAL` – Critica statusSendOrderEnum: type: string enum: – SUCCESS – ERROR description: Enumeração de Status do Pedido: * `SUCCESS` – Sucesso * `ERROR` – Erro productTypeEnum: type: string enum: – PRODUCED – PURCHASED – SERVICE description: Tipo de Produto: * `PRODUCED` – Produzido * `PURCHASED` – Comprado * `SERVICE` – Serviç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 checkRecord: description: Checagens type: object required: – name – status properties: name: type: string description: Nome status: type: string allOf: – #/definitions/statusHealthcheckEnum description: Status businessNumberByStageRecord: description: Quantidade de negócios por estágio do funil type: object required: – stage – number properties: stage: type: string description: Nome do estágio number: type: integer format: int64 description: Quantidade de negócios accountNumberByMonthRecord: description: Contas novas por mês type: object required: – month – number properties: month: type: integer format: int64 description: Número do mês number: type: integer format: int64 description: Quantidade de contas accountNumberByStateRecord: description: Contas por estado type: object required: – state – number properties: state: type: string description: Sigla do Estado number: type: integer format: int64 description: Quantidade de contas accountNumberByCityRecord: description: Contas por cidade type: object required: – city – number properties: city: type: string description: Sigla do Estado number: type: integer format: int64 description: Quantidade de contas topFiveAccountsRecord: description: Contas com mais pedidos type: object required: – account – numberBusinessWon properties: account: type: string description: Nome da conta numberBusinessWon: type: integer format: int64 description: Quantidade de negócios topFiveSellersRecord: description: Vendedores com mais pedidos fechados como ganho type: object required: – seller – numberBusinessWon properties: seller: type: string description: Nome do vendedor numberBusinessWon: type: integer format: int64 description: Quantidade de negócios reasonsRelationshipRecord: description: Motivos e quantidades de relacionados type: object required: – reason – businessRelationshipNumber properties: reason: type: string description: Nome do vendedor businessRelationshipNumber: type: integer format: int64 description: Quantidade de negócios relacionados currency: description: Moeda type: object required: – id – code – name – symbol – status properties: id: type: string format: uuid description: Identificador code: type: string maxLength: 3 description: Código name: type: string maxLength: 255 description: Nome symbol: type: string maxLength: 5 description: Símbolo integerDigits: type: integer format: int64 description: Quantidade de digitos decimalDigits: type: integer format: int64 description: Quantidade de decimais thousandSeparator: type: string maxLength: 1 description: Separador de milhar decimalSeparator: type: string maxLength: 1 description: Separador decimal status: type: string allOf: – #/definitions/statusEnum description: Situação country: description: País type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação state: description: Estado type: object required: – id – country – abbreviation – name – status properties: id: type: string format: uuid description: Identificador country: type: object allOf: – #/definitions/country description: País abbreviation: type: string maxLength: 255 description: Abreviação name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação city: description: Cidade type: object required: – id – state – code – name – status properties: id: type: string format: uuid description: Identificador state: type: object allOf: – #/definitions/state description: Estado code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação company: description: Empresa type: object required: – id – code – name – currency – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome currency: type: object allOf: – #/definitions/currency description: Moeda country: type: object allOf: – #/definitions/country description: País status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: branch: description: Filial type: object required: – id – company – code – name – tradeName – headquarters – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome tradeName: type: string maxLength: 255 description: Nome Fantasia documentNumber: type: string maxLength: 255 description: CNPJ postalCode: type: string maxLength: 255 description: CEP address: type: string maxLength: 255 description: Endereço number: type: string maxLength: 255 description: Número complement: type: string maxLength: 255 description: Complemento neighborhood: type: string maxLength: 255 description: Bairro headquarters: type: boolean description: Matriz status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: jobTitle: description: Cargo type: object required: – id – name properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: platformUser: description: Usuário da Plataforma type: object required: – id properties: id: type: string format: uuid description: Identificador username: type: string maxLength: 255 description: Nome de Usuário name: type: string maxLength: 255 description: Nome email: type: string maxLength: 255 description: E-mail photo: type: string maxLength: 255 description: Foto application: type: boolean description: Indica se é um usuário de aplicação default: false status: type: string allOf: – #/definitions/statusEnum description: Situação blocked: type: boolean description: Bloqueado default: false collaboratorGroup: description: Grupo de Colaboradores type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: collaborator: description: Colaborador type: object required: – id – name – active – visible properties: id: type: string format: uuid description: Identificador platformUser: type: object allOf: – #/definitions/platformUser description: Usuário da Plataforma name: type: string maxLength: 255 description: Nome email: type: string maxLength: 255 description: E-mail photo: type: string maxLength: 255 description: Foto active: type: boolean description: Ativo visible: type: boolean description: Visível consolidatedLevel: type: string maxLength: 255 description: Nível da Hierarquia jobTitle: type: object allOf: – #/definitions/jobTitle description: Cargo leader: type: object allOf: – #/definitions/collaborator description: Lider createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: collaboratorGroupLink: description: Vinculo Colaborador – Grupo type: object required: – id – collaborator – group properties: id: type: string format: uuid description: Identificador collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador group: type: object allOf: – #/definitions/collaboratorGroup description: Grupo createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: collaboratorBranchLink: description: Vínculo Colaborador – Filial type: object required: – id – collaborator – branch properties: id: type: string format: uuid description: Identificador collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador branch: type: object allOf: – #/definitions/branch description: Filial main: type: boolean description: Vínculo Principal default: false createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountTag: description: Etiqueta de Conta type: object required: – id – name properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome amount: type: integer format: int64 description: Quantidade de Contas createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountInterestArea: description: Área de Interesse da Conta type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountDefinitionStatusReason: description: Motivo do Status da Conta type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountRating: description: Classificação da Conta type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: companyGroup: description: Grupo de Empresa type: object required: – id – code – name – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: industry: description: Ramo de Atividade type: object required: – id – name – abbreviation – status properties: id: type: string format: uuid description: Identificador code: type: string maxLength: 5 description: Código name: type: string maxLength: 255 description: Nome abbreviation: type: string maxLength: 255 description: Abreviação status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountOrigin: description: Origem da Conta type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome standard: type: boolean description: Indica se é um registro padrão default: false status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessSize: description: Porte da Empresa type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação standard: type: boolean description: Padrão default: false createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountStage: description: Estagio da Conta type: object required: – id – code – name – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome standard: type: boolean description: Indica se é um registro padrão default: false status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: account: description: Conta type: object required: – id – code – typePerson – name – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código typePerson: type: string allOf: – #/definitions/typePersonEnum description: Tipo de Pessoa name: type: string maxLength: 255 description: Nome tradeName: type: string maxLength: 255 description: Nome Fantasia documentNumber: type: string maxLength: 255 description: CNPJ / CPF stateRegistration: type: string maxLength: 255 description: Inscrição Estadual municipalRegistration: type: string maxLength: 255 description: Inscrição Municipal companyGroup: type: object allOf: – #/definitions/companyGroup description: Grupo de Empresa industry: type: object allOf: – #/definitions/industry description: Ramo de Atividade origin: type: object allOf: – #/definitions/accountOrigin description: Origem businessSize: type: object allOf: – #/definitions/businessSize description: Porte da Empresa stage: type: object allOf: – #/definitions/accountStage description: Estagio email: type: string description: E-mail status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountInterestAreaLink: description: Vínculo Conta – Área de Interesse type: object required: – id – account – interestArea – hasInterest properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta interestArea: type: object allOf: – #/definitions/accountInterestArea description: Área de Interesse hasInterest: type: boolean description: Tem Interesse createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountTagLink: description: Vinculo Conta – Etiqueta type: object required: – id – account – tag properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta tag: type: object allOf: – #/definitions/accountTag description: Etiqueta createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountResponsible: description: Responsável da Conta type: object required: – id – account – collaborator – origin properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador main: type: boolean description: Principal default: false origin: type: string allOf: – #/definitions/accountResponsibleOriginEnum description: Origem createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountResponsibleGroup: description: Grupo responsável da Conta type: object required: – id – account – group properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta group: type: object allOf: – #/definitions/collaboratorGroup description: Grupo de Colaboradores createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountPhone: description: Telefone da Conta type: object required: – id – account – phone – type properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta phone: type: string maxLength: 20 description: Número phoneExtension: type: integer format: int64 description: Ramal type: type: string allOf: – #/definitions/phoneTypeEnum description: Tipo main: type: boolean description: Principal default: false createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountAddress: description: Endereço da Conta type: object required: – id – account – address – status properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta city: type: object allOf: – #/definitions/city description: Cidade postalCode: type: string maxLength: 20 description: CEP address: type: string maxLength: 100 description: Endereço number: type: string maxLength: 60 description: Número complement: type: string maxLength: 200 description: Complemento neighborhood: type: string maxLength: 75 description: Bairro typeAddress: type: string allOf: – #/definitions/typeAddressEnum description: Tipo de Endereço main: type: boolean description: Principal default: false status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountHistory: description: Histórico da Conta type: object required: – id – account – collaborator – description properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador description: type: string maxLength: 255 description: Descrição origin: type: string allOf: – #/definitions/accountHistoryOriginEnum description: Origem originId: type: string format: uuid description: Identificador da Origem createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountContact: description: Contatos da Conta type: object required: – id – account – name – status properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta name: type: string maxLength: 100 description: Nome email: type: string maxLength: 100 description: E-mail phone: type: string maxLength: 20 description: Telefone phoneExtension: type: integer format: int64 description: Ramal cellphone: type: string maxLength: 20 description: Celular documentNumber: type: string maxLength: 11 description: CPF comments: type: string maxLength: 255 description: Observações linkedin: type: string maxLength: 255 description: Linkedin leader: type: object allOf: – #/definitions/accountContact description: Líder hierarchyLevel: type: string maxLength: 255 description: Nível Hierárquico jobTitle: type: object allOf: – #/definitions/jobTitle description: Cargo status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: accountDefinition: description: Definição da Conta type: object required: – id – account – branch – status properties: id: type: string format: uuid description: Identificador account: type: object allOf: – #/definitions/account description: Conta branch: type: object allOf: – #/definitions/branch description: Filial statusReason: type: object allOf: – #/definitions/accountDefinitionStatusReason description: Motivo do Status rating: type: object allOf: – #/definitions/accountRating description: Classificação shippingCompany: type: object allOf: – #/definitions/shippingCompany description: Transportadora shippingCompanyReshipment: type: object allOf: – #/definitions/shippingCompany description: Transportadora Redespacho paymentTerms: type: object allOf: – #/definitions/paymentTerms description: Condição de Pagamento paymentMethod: type: object allOf: – #/definitions/paymentMethod description: Forma de Pagamento comments: type: string description: Observações status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: shippingCompany: description: Transportadora type: object required: – id – code – name – typePerson – status properties: id: type: string format: uuid description: Identificador code: type: integer format: int64 description: Código minimum: 0 maximum: 999999999 name: type: string maxLength: 100 description: Nome tradeName: type: string maxLength: 80 description: Nome Fantasia typePerson: type: string allOf: – #/definitions/typePersonEnum description: Tipo de Pessoa documentNumber: type: string maxLength: 14 description: CNPJ / CPF stateRegistration: type: string maxLength: 25 description: Inscrição Estadual municipalRegistration: type: string maxLength: 16 description: Inscrição Municipal email: type: string maxLength: 500 description: E-mail status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: paymentTerms: description: Condição de Pagamento type: object required: – id – company – code – name – abbreviation – numberInstallments – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: string maxLength: 6 description: Código name: type: string maxLength: 50 description: Nome abbreviation: type: string maxLength: 10 description: Abreviação numberInstallments: type: integer format: int64 description: Número de parcelas minimum: 1 maximum: 999 status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: paymentMethod: description: Forma de Pagamento type: object required: – id – company – code – name – abbreviation – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: integer format: int64 description: Código minimum: 0 maximum: 99 name: type: string maxLength: 30 description: Nome abbreviation: type: string maxLength: 10 description: Abreviação status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessType: description: Tipo de Negócio type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessOrigin: description: Origem de Negócio type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação standard: type: boolean description: Padrão default: false createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessModality: description: Modalidade de Negócio type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessFunnel: description: Funil de Vendas do Negócio type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessFunnelStage: description: Estágio do Funil de Vendas do Negócio type: object required: – id – funnel – sort – name – type – status properties: id: type: string format: uuid description: Identificador funnel: type: object allOf: – #/definitions/businessFunnel description: Funil de Vendas sort: type: integer format: int64 description: Ordem name: type: string maxLength: 255 description: Nome type: type: string allOf: – #/definitions/businessFunnelStageTypeEnum description: Tipo progressPercent: type: integer format: int64 description: Percentual de andamento status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessFunnelStageReason: description: Motivo do estágio do Funil de Vendas do Negócio type: object required: – id – stage – description – status properties: id: type: string format: uuid description: Identificador stage: type: object allOf: – #/definitions/businessFunnelStage description: Estágio do Funil de Vendas description: type: string maxLength: 255 description: Descrição status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessFunnelBranchLink: description: Vínculo funil de vendas – Filial type: object required: – id – funnel – branch properties: id: type: string format: uuid description: Identificador funnel: type: object allOf: – #/definitions/businessFunnel description: Funil de Vendas branch: type: object allOf: – #/definitions/branch description: Filial createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessFunnelCollaboratorLink: description: Vínculo funil de vendas – Colaboradores type: object required: – id – funnel – collaborator properties: id: type: string format: uuid description: Identificador funnel: type: object allOf: – #/definitions/businessFunnel description: Funil de Vendas collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: familyOrigin: description: Origem da Família type: object required: – company – code – name – productType – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome productType: type: string allOf: – #/definitions/productTypeEnum description: Quantidade de casas decimais do preço status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: family: description: Familia de Produto e Serviço type: object required: – id – company – code – name – priceNumberDecimals – origin – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome priceNumberDecimals: type: integer format: int64 description: Quantidade de casas decimais do preço origin: type: object allOf: – #/definitions/familyOrigin description: Origem status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: unitMeasurement: description: Unidade de Medida type: object required: – id – code – name – status properties: id: type: string format: uuid description: Identificador code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome numberDecimals: type: integer format: int64 description: Quantidade de casas decimais status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: product: description: Produto type: object required: – id – company – family – code – name – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa family: type: object allOf: – #/definitions/family description: Familia code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome unitMeasurement: type: object allOf: – #/definitions/unitMeasurement description: Unidade de Medida status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: service: description: Serviço type: object required: – id – company – family – code – name – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa family: type: object allOf: – #/definitions/family description: Familia unitMeasurement: type: object allOf: – #/definitions/unitMeasurement description: Unidade de Medida code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: priceList: description: Tabela de Preço type: object required: – id – code – name – abbreviation – status properties: id: type: string format: uuid description: Identificador company: type: object allOf: – #/definitions/company description: Empresa code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome abbreviation: type: string maxLength: 255 description: Abreviação currency: type: object allOf: – #/definitions/currency description: Moeda state: type: object allOf: – #/definitions/state description: Estado status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: priceListValidity: description: Validade da Tabela de Preço type: object required: – id – priceList – startDate – endDate – status properties: id: type: string format: uuid description: Identificador priceList: type: object allOf: – #/definitions/priceList description: Lista de Preço name: type: string maxLength: 255 description: Nome startDate: type: string format: date description: Data Inicial endDate: type: string format: date description: Data Final status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: priceListItem: description: Item da Tabela de Preço type: object required: – id – validity – basePrice – status properties: id: type: string format: uuid description: Identificador validity: type: object allOf: – #/definitions/priceListValidity description: Validade type: type: string allOf: – #/definitions/businessItemTypeEnum description: Tipo product: type: object allOf: – #/definitions/product description: Produto service: type: object allOf: – #/definitions/service description: Serviço unitMeasurement: type: object allOf: – #/definitions/unitMeasurement description: Unidade de Medida basePrice: type: string description: Preço discountPercentage: type: number format: double description: Desconto status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: business: description: Negócio type: object required: – id – name – branch – responsible – account – funnel – stage properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome branch: type: object allOf: – #/definitions/branch description: Filial responsible: type: object allOf: – #/definitions/collaborator description: Responsável account: type: object allOf: – #/definitions/account description: Conta type: type: object allOf: – #/definitions/businessType description: Tipo origin: type: object allOf: – #/definitions/businessOrigin description: Origem modality: type: object allOf: – #/definitions/businessModality description: Modalidade funnel: type: object allOf: – #/definitions/businessFunnel description: Funil de Vendas stage: type: object allOf: – #/definitions/businessFunnelStage description: Estágio do Funil de Vendas reason: type: object allOf: – #/definitions/businessFunnelStageReason description: Motivo comments: type: string description: Observações closingDate: type: string format: date description: Data de Fechamento estimatedValue: type: string description: Valor estimado realizedValue: type: string description: Valor realizado createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessProposal: description: Proposta Comercial type: object required: – id – business – number – status properties: id: type: string format: uuid description: Identificador business: type: object allOf: – #/definitions/business description: Negócio number: type: integer format: int64 description: Número externalId: type: string maxLength: 255 description: Identificador Externo description: type: string maxLength: 255 description: Descrição dueDate: type: string format: date description: Data de Validade closingDate: type: string format: date description: Data de fechamento subTotal: type: string description: Subtotal freightValue: type: string description: Valor do Frete totalDiscounts: type: string description: Total de Descontos totalValue: type: string description: Valor Total statusSendOrder: type: string allOf: – #/definitions/statusSendOrderEnum description: Status de Envio messageSendOrder: type: string description: Mensagem de retorno do envio status: type: string allOf: – #/definitions/businessProposalStatusEnum description: Status freightType: type: string allOf: – #/definitions/freightTypeEnum description: Tipo de Frete paymentTerms: type: object allOf: – #/definitions/paymentTerms description: Condição de Pagamento paymentMethod: type: object allOf: – #/definitions/paymentMethod description: Forma de Pagamento shippingCompany: type: object allOf: – #/definitions/shippingCompany description: Transportadora shippingCompanyReshipment: type: object allOf: – #/definitions/shippingCompany description: Transportadora Redespacho comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessProposalItem: description: Item da Proposta Comercial type: object required: – id – proposal – type – basePrice – quantity – totalPrice properties: id: type: string format: uuid description: Identificador proposal: type: object allOf: – #/definitions/businessProposal description: Proposta Comercial type: type: string allOf: – #/definitions/businessItemTypeEnum description: Tipo product: type: object allOf: – #/definitions/product description: Produto service: type: object allOf: – #/definitions/service description: Serviço unitMeasurement: type: object allOf: – #/definitions/unitMeasurement description: Unidade de Medida priceList: type: object allOf: – #/definitions/priceList description: Tabela de Preço basePrice: type: string description: Preço Base quantity: type: number format: double description: Quantidade discountPercentage: type: number format: double description: Percentual de Desconto discountValue: type: string description: Valor do Desconto totalPrice: type: string description: Preço Total comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessProposalTax: description: Imposto da Proposta Comercial type: object required: – id – proposal – item – type properties: id: type: string format: uuid description: Identificador proposal: type: object allOf: – #/definitions/businessProposal description: Proposta Comercial item: type: object allOf: – #/definitions/businessProposalItem description: Item type: type: string allOf: – #/definitions/taxTypeEnum description: Tipo calculationBasis: type: string description: Calculo base value: type: string description: Valor rate: type: number format: double description: Alíquota do imposto createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessProposalRevision: description: Revisão da Proposta Comercial type: object required: – id – proposal – revisionNumber – applied – data properties: id: type: string format: uuid description: Identificador proposal: type: object allOf: – #/definitions/businessProposal description: Proposta Comercial revisionNumber: type: integer format: int64 description: Número da Revisão subTotal: type: string description: Subtotal freightValue: type: string description: Valor do Frete totalDiscounts: type: string description: Total de Descontos totalValue: type: string description: Valor Total applied: type: boolean description: Aplicado data: type: string description: Dados createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessHistory: description: Histórico do negócio type: object required: – id – business – collaborator – description properties: id: type: string format: uuid description: Identificador business: type: object allOf: – #/definitions/business description: Negócio collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador description: type: string maxLength: 255 description: Descrição origin: type: string allOf: – #/definitions/businessHistoryOriginEnum description: Origem originId: type: string format: uuid description: Identificador da Origem createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessActivity: description: Atividades do Negócio type: object required: – id – business – type – description – concluded properties: id: type: string format: uuid description: Identificador business: type: object allOf: – #/definitions/business description: Negócio type: type: object allOf: – #/definitions/businessActivityType description: Tipo responsible: type: object allOf: – #/definitions/collaborator description: Responsável description: type: string maxLength: 255 description: Descrição concluded: type: boolean description: Concluído comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessActivityType: description: Tipo da Atividade do Negócio type: object required: – name – status properties: id: type: string format: uuid description: Identificador name: type: string description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: businessScheduleLink: description: Vinculo Negócio – Agenda type: object required: – id – business – schedule properties: id: type: string format: uuid description: Identificador business: type: object allOf: – #/definitions/business description: Negócio schedule: type: object allOf: – #/definitions/schedule description: Agenda createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: orderEntryParametrization: description: Parametrização de Entrada do Pedido type: object required: – branch – funnel properties: id: type: string format: uuid description: Identificador branch: type: object allOf: – #/definitions/branch description: Filial funnel: type: object allOf: – #/definitions/businessFunnel description: Funil createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: scheduleType: description: Tipo de Agenda type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: schedule: description: Agenda type: object required: – id – name – priority – startDate – allDay – withRecurrence – recurrence properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome type: type: object allOf: – #/definitions/scheduleType description: Tipo priority: type: string allOf: – #/definitions/schedulePriorityEnum description: Prioridade startDate: type: string format: date description: Data Inicial endDate: type: string format: date description: Data Final allDay: type: boolean description: Dia inteiro startTime: type: string description: Hora de inicio endTime: type: string description: Hora de término withRecurrence: type: boolean description: Com Recorrência whenOccurs: type: string maxLength: 255 description: Ocorre quando recurrenceInterval: type: integer format: int64 description: Intervalo de recorrência recurrence: type: string allOf: – #/definitions/scheduleRecurrenceEnum description: Recorrência weekDays: type: array items: type: string allOf: – #/definitions/weekDayEnum description: Dias da Semana repeatWhen: type: string allOf: – #/definitions/scheduleRepeatWhenEnum description: Repetir Quando repeatWhenDay: type: integer format: int64 description: Repetir no dia do mês minimum: 1 maximum: 31 repeatWhenMonth: type: string allOf: – #/definitions/monthEnum description: Repetir no mês repeatWhenOrdinalWeekDay: type: string allOf: – #/definitions/scheduleOrdinalWeekDayEnum description: Dia da Semana ordinal repeatWhenWeekMonth: type: string allOf: – #/definitions/weekDayEnum description: Semana do Mês comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: scheduleRecurrence: description: Recorrência da Agenda type: object required: – id – schedule – atDate – canceled properties: id: type: string format: uuid description: Identificador schedule: type: object allOf: – #/definitions/schedule description: Agenda atDate: type: string format: date description: Data startTime: type: string description: Hora de inicio endTime: type: string description: Hora de término canceled: type: boolean description: Cancelada createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: scheduleExternalParticipant: description: Participantes externo da Agenda type: object required: – id – name properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome email: type: string description: E-mail comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: scheduleParticipant: description: Participante da Agenda type: object required: – confirmation – optional – organizer properties: id: type: string format: uuid description: Identificador schedule: type: object allOf: – #/definitions/schedule description: Agenda collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador account: type: object allOf: – #/definitions/account description: Conta accountContact: type: object allOf: – #/definitions/accountContact description: Contato da Conta externalParticipant: type: object allOf: – #/definitions/scheduleExternalParticipant description: Externo atDate: type: string format: date description: Data sentIn: type: string format: date description: Enviado sentNote: type: string maxLength: 255 description: Observação do envio confirmedIn: type: string format: date description: Confirmado confirmation: type: string allOf: – #/definitions/scheduleParticipantConfirmationEnum description: Confirmação optional: type: boolean description: Opcional organizer: type: boolean description: Organizado createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: scheduleParticipantRecurrence: description: Participante da Agenda – Recorrência type: object required: – id – participant – confirmation properties: id: type: string format: uuid description: Identificador participant: type: object allOf: – #/definitions/scheduleParticipant description: Participante atDate: type: string format: date description: Data sentIn: type: string format: date description: Enviado sentNote: type: string maxLength: 255 description: Observação do envio confirmedIn: type: string format: date description: Confirmado confirmation: type: string allOf: – #/definitions/scheduleParticipantConfirmationEnum description: Confirmação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskType: description: Tipo de Tarefa type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação amountDaySla: type: integer format: int64 description: Quantidade de dias SLA createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskStatus: description: Status da Tarefa type: object required: – id – name – type – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome type: type: string allOf: – #/definitions/typeTaskStatusEnum description: Tipo sort: type: integer format: int64 description: Ordem status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskProject: description: Projeto da tarefa type: object required: – id – code – name – status properties: id: type: string format: uuid description: Identificador code: type: string maxLength: 255 description: Código name: type: string maxLength: 255 description: Nome status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskProjectCollaborator: description: Vinculo Projeto da Tarefa – Colaborador type: object required: – id – project – collaborator properties: id: type: string format: uuid description: Identificador project: type: object allOf: – #/definitions/taskProject description: Projeto collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskProjectBranch: description: Vinculo Projeto da Tarefa – Filial type: object required: – id – project – branch properties: id: type: string format: uuid description: Identificador project: type: object allOf: – #/definitions/taskProject description: Projeto branch: type: object allOf: – #/definitions/branch description: Filial createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskProjectWorkflow: description: Workflow do projeto da tarefa type: object required: – id – project – status properties: id: type: string format: uuid description: Identificador project: type: object allOf: – #/definitions/taskProject description: Projeto status: type: object allOf: – #/definitions/taskStatus description: Status sort: type: integer format: int64 description: Ordem createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskBoard: description: Quadro da tarefas type: object required: – id – name – status properties: id: type: string format: uuid description: Identificador name: type: string maxLength: 255 description: Nome filter: type: string description: Filtro filterData: type: string description: Filtro em JSON status: type: string allOf: – #/definitions/statusEnum description: Situação createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskBoardCollaborator: description: Vinculo Quadro da Tarefa – Colaborador type: object required: – id – board – collaborator properties: id: type: string format: uuid description: Identificador board: type: object allOf: – #/definitions/taskBoard description: Quadro collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskBoardColumn: description: Coluna do Quadro da Tarefa type: object required: – id – board – status – name – sort properties: id: type: string format: uuid description: Identificador board: type: object allOf: – #/definitions/taskBoard description: Quadro status: type: object allOf: – #/definitions/taskStatus description: Status name: type: string maxLength: 255 description: Nome sort: type: integer format: int64 description: Ordem createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: task: description: Tarefa type: object required: – id – code – name – status – reporter – priority properties: id: type: string format: uuid description: Identificador project: type: object allOf: – #/definitions/taskProject description: Projeto code: type: integer format: int64 description: Código name: type: string maxLength: 255 description: Nome status: type: object allOf: – #/definitions/taskStatus description: Status type: type: object allOf: – #/definitions/taskType description: Tipo reporter: type: object allOf: – #/definitions/collaborator description: Criado por assignee: type: object allOf: – #/definitions/collaborator description: Responsável priority: type: string allOf: – #/definitions/taskPriorityEnum description: Prioridade resolutionDate: type: string format: date-time description: Data de Resolução slaDate: type: string format: date-time description: Data de SLA comments: type: string description: Observações createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskChecklist: description: Checklist da Tarefa type: object required: – id – task – description properties: id: type: string format: uuid description: Identificador task: type: object allOf: – #/definitions/task description: Tarefa description: type: string maxLength: 255 description: Descrição conclusionDate: type: string format: date-time description: Data de Conclusão createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskCollaborator: description: Colaboradores da Tarefa type: object required: – id – task – collaborator properties: id: type: string format: uuid description: Identificador task: type: object allOf: – #/definitions/task description: Tarefa collaborator: type: object allOf: – #/definitions/collaborator description: Colaborador createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: taskQuickFilterBoard: description: Filtro rápido da Tarefa type: object required: – name – filter – filterData – board properties: id: type: string format: uuid description: Identificador name: type: string description: Nome filter: type: string description: Filtro pronto para consulta filterData: type: string description: Dados do Filtro em JSON board: type: object allOf: – #/definitions/taskBoard description: Board createdBy: type: string description: createdAt: type: string format: date-time description: changedBy: type: string description: changedAt: type: string format: date-time description: nextNumber: description: Próximo Numero type: object required: – number – target properties: id: type: string format: uuid description: Identificador number: type: integer format: int64 description: Número target: type: string allOf: – #/definitions/nextNumberTargetEnum description: Tipo de Entidade 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