2.0info:   7.13.0   database  description: Serviço de migração da base de impostos  x-senior-domain: erpx_cpl_imp  x-senior-domain-path: erpx_cpl_imp  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/erpx_cpl_impsecurityDefinitions:   APIKeyHeader:     type: apiKey     in: header     name: Authorizationsecurity:  – APIKeyHeader: []  – application/json  – application/jsonpaths:  /database/queries/healthcheck:    post:      description: Query para o SRE verificar a disponibilidade do serviço      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object      responses:        200:          description: Ok          schema:            type: object            required:              – status              – checks            properties:              status:                type: string                allOf:                –  #/definitions/upDown                description: Status geral do serviço              checks:                type: array                items:                  type: object                  allOf:                   –  #/definitions/checkData                  minimum: 1                description: Verificações para assegurar o status        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Query para o SRE verificar a disponibilidade do serviço      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:      responses:        200:          description: Ok          schema:            type: object            required:              – status              – checks            properties:              status:                type: string                allOf:                –  #/definitions/upDown                description: Status geral do serviço              checks:                type: array                items:                  type: object                  allOf:                   –  #/definitions/checkData                  minimum: 1                description: Verificações para assegurar o status        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/testeNbsShared:    post:      description: Teste NBS Shared      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – codigo            properties:              codigo:                type: string                description: Código      responses:        200:          description: Ok          schema:            type: object            required:              – retorno            properties:              retorno:                type: string                description: JSON        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Teste NBS Shared      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: codigo          description: Código          in: query          required: true          type: string      responses:        200:          description: Ok          schema:            type: object            required:              – retorno            properties:              retorno:                type: string                description: JSON        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/eligibleToExclude:    post:      description: Query para verificar se um registro de uma tabela é elegível para exclusão      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – entityName              – id            properties:              entityName:                type: string                description: Nome da entidade              id:                type: string                description: Id do registro      responses:        200:          description: Ok          schema:            type: object            required:              – eligible            properties:              eligible:                type: boolean                description: Indica se o registro é elegível para exclusão              notEligibleMessage:                type: string                description: Mensagem quando o registro não estiver elegível para exclusão              unkownEntity:                type: boolean                description: Indica se a entidade é desconhecida pelo serviço        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Query para verificar se um registro de uma tabela é elegível para exclusão      tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: entityName          description: Nome da entidade          in: query          required: true          type: string        – name: id          description: Id do registro          in: query          required: true          type: string      responses:        200:          description: Ok          schema:            type: object            required:              – eligible            properties:              eligible:                type: boolean                description: Indica se o registro é elegível para exclusão              notEligibleMessage:                type: string                description: Mensagem quando o registro não estiver elegível para exclusão              unkownEntity:                type: boolean                description: Indica se a entidade é desconhecida pelo serviço        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/exportE070emp:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE070fil:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE001tns:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE051dis:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE024msg:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE015med:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE001pes:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE080ser:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE075der:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE012fam:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE008rai:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE007ufs:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE006pai:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE031moe:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE002tpt:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE025fer:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE067fin:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE085pes:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE095pes:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/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/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/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/initialLoadDefaultBase:    post:      description: Carga inicial de dados da base padrão      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            properties:              wizardCall:                type: boolean                description: Indica se quem está chamando a carga inicial é o Wizard na preparação de ambiente      responses:        200:          description: Ok          schema:            type: object            properties:              migrationVersion:                type: string                description: Indica a versão do migration              migrated:                type: boolean                description: Indica se já foi migrado ou não        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/softExclude:    post:      description: Realiza a exclusão lógica para o registro de uma tabela      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – entityName              – id            properties:              entityName:                type: string                description: Nome da entidade              id:                type: string                description: Id do registro      responses:        200:          description: Ok          schema:            type: object            required:              – deleted            properties:              deleted:                type: boolean                description: Indica se o registro está/foi excluído              errorMessage:                type: string                description: Mensagem de erro        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/undoSoftExclude:    post:      description: Realiza a compensação da exclusão lógica para o registro de uma tabela      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – entityName              – id            properties:              entityName:                type: string                description: Nome da entidade              id:                type: string                description: Id do registro      responses:        200:          description: Ok          schema:            type: object            required:              – deleted            properties:              deleted:                type: boolean                description: Indica se o registro está/foi excluído              errorMessage:                type: string                description: Mensagem de erro        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/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/importE070emp:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE070fil:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE001tns:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE051dis:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE024msg:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE015med:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE001pes:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE080ser:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE075der:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE012fam:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE008rai:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE007ufs:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE006pai:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE031moe:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE002tpt:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE025fer:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE067fin:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE085pes:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE095pes:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError  /database/events/importE070empEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070empEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE070filEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070filEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE001tnsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001tnsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE051disEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE051disEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE024msgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE024msgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE015medEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE015medEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE001pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE080serEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE080serEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE075derEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE075derEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE012famEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE012famEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE008raiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE008raiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE007ufsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE007ufsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE006paiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE006paiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE031moeEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE031moeEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE002tptEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE002tptEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE025ferEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE025ferEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE067finEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE067finEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE085pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE085pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE095pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE095pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError  /database/entities/e070emp:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e070emp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070emp/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e070emp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070fil:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e070fil        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070fil/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e070fil        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e001tns:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e001tns        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001tns/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001tns        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e051dis:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e051dis        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e051dis/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e051dis        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e024msg:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e024msg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e024msg/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e024msg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e015med:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e015med        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e015med/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e015med        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e001pes:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e001pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001pes/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e080ser:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e080ser        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e080ser/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e080ser        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e075der:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e075der        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e075der/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e075der        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e012fam:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e012fam        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e012fam/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e012fam        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e008rai:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e008rai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e008rai/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e008rai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e007ufs:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e007ufs        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e007ufs/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e007ufs        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e006pai:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e006pai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e006pai/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e006pai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e031moe:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e031moe        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e031moe/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e031moe        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e002tpt:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e002tpt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e002tpt/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e002tpt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e025fer:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e025fer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e025fer/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e025fer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e067fin:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e067fin        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e067fin/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e067fin        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e085pes:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e085pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e085pes/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e085pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e095pes:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/e095pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e095pes/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e095pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError      definitions:  enumTipoOrigem:    type: string    enum:      – USUARIO      – SENIOR      – PARCEIRO    description:        Tipo da origem da entidade:       * `USUARIO` – Usuário       * `SENIOR` – Senior       * `PARCEIRO` – Parceiro    upDown:    type: string    enum:      – UP      – DOWN    description:        Up or down:       * `UP` – Up       * `DOWN` – Down    enumLisMod:    type: string    enum:      – VVEP      – VVEF      – VVES      – VESN      – VCRE      – VCRP      – VCRB      – VCOO      – VCOF      – VCOS      – VCPE      – VCPP      – VCPB      – VCPM      – VCBC      – VCBM      – VPAT    description:        Módulo da transação:       * `VVEP` – VEP – Vendas – Pedidos Normais       * `VVEF` – VEF – Vendas – NF Saída Produtos       * `VVES` – VES – Vendas – NF Saída Serviços       * `VESN` – ESN – Estoques – Normais       * `VCRE` – CRE – Contas Receber – Entrada de Títulos       * `VCRP` – CRP – Contas Receber – Entrada de Previsões       * `VCRB` – CRB – Contas Receber – Baixa de Títulos       * `VCOO` – COO – Compras – Manutenção de Ordem de Compra       * `VCOF` – COF – Compras – NF Entrada Produtos       * `VCOS` – COS – Compras – NF Entrada Serviços       * `VCPE` – CPE – Contas Pagar – Entrada de Títulos       * `VCPP` – CPP – Contas Pagar – Entrada de Previsões       * `VCPB` – CPB – Contas Pagar – Baixa de Títulos       * `VCPM` – CPM – Contas Pagar – Comissões       * `VCBC` – CBC – Tesouraria – Cadastro Contas – Saldos       * `VCBM` – CBM – Tesouraria – Movimentos       * `VPAT` – PAT – Patrimônio    enumTributacaoProdutor:    type: string    enum:      – V1      – V2    description:        Tributação do produtor:       * `V1` – Comercialização da sua produção       * `V2` – Sobre a Folha de Pagamento    enumTipMer:    type: string    enum:      – VI      – VE    description:        Tipo de mercado:       * `VI` – Interno (Nacional)       * `VE` – Externo (Exterior)    enumSitReg:    type: string    enum:      – VA      – VI    description:        Situação do registro:       * `VA` – Ativo       * `VI` – Inativo    enumJurFis:    type: string    enum:      – VJ      – VF    description:        Tipo de pessoa:       * `VJ` – Pessoa Jurídica       * `VF` – Pessoa Física    environmentStepStatus:    type: string    enum:      – IN_PROGRESS      – DONE      – ERROR    description:        Status do step de duplicação de empresas e filiais:       * `IN_PROGRESS` – Em andamento       * `DONE` – Finalizado       * `ERROR` – Erro    enumTipEmp:    type: string    enum:      – V1      – V2      – V3      – V4      – V5      – V6      – V7      – V8      – V9      – V10      – V11      – V12      – V13      – V14      – V99    description:        Tipo de empresa:       * `V1` – Indústria       * `V2` – Comércio       * `V3` – Distribuidor       * `V4` – Transportador-Revendedor-Retalhista (TRR)       * `V5` – Extração mineral/outros       * `V6` – Indústria/Transporte       * `V7` – Produtor rural       * `V8` – Prestador de serviço       * `V9` – Atividade financeira       * `V10` – Atividade imobiliária       * `V11` – Cooperativa       * `V12` – Sociedades seguradoras de capitalização ou entidade aberta de previdência complementar       * `V13` – Distribuidor de energia elétrica       * `V14` – Prestador de serviço de comunicação       * `V99` – Outros    enumTipoEntidadeGovernamental:    type: string    enum:      – UNIAO      – ESTADO      – DISTRITO_FEDERAL      – MUNICIPIO    description:        Tipo de entidades governamentais:       * `UNIAO` – 1 – União       * `ESTADO` – 2 – Estado       * `DISTRITO_FEDERAL` – 3 – Distrito Federal       * `MUNICIPIO` – 4 – Município    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  checkData:    description: Dados do healthcheck    type: object    required:      – name      – status    properties:      name:        type: string        description: Nome do healthcheck      status:        type: string        allOf:        –  #/definitions/upDown        description: Status do healthcheck    e070emp:    description: Cadastros – Empresas    type: object    required:      – codEmp      – nomEmp      – e031moe    properties:      id:        type: string        format: uuid        description: Id da entidade      codEmp:        type: integer        format: int64        description: Código da empresa        minimum: 0        maximum: 9999      nomEmp:        type: string        maxLength: 100        description: Nome da empresa      sigEmp:        type: string        maxLength: 100        description: Nome fantasia da empresa      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      duplicando:        type: boolean        description: Indica se o registro está sendo duplicado        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      e031moe:        type: object        allOf:         –  #/definitions/e031moe        description: Moeda da empresa      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e070fil:    description: Filial    type: object    required:      – sigFil    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codFil:        type: integer        format: int64        description: Filial        minimum: 0        maximum: 9999      nomFil:        type: string        maxLength: 100        description: Nome      sigFil:        type: string        maxLength: 100        description: Fantasia      numCgc:        type: string        maxLength: 18        description: CPF/CNPJ      numIdf:        type: string        maxLength: 40        description: Número identificação fiscal      excluido:        type: boolean        description: Indica se o registro foi excluído      duplicando:        type: boolean        description: Indica se o registro está sendo duplicado        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e001tns:    description: Transação    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codTns:        type: string        maxLength: 5        description: Código      desTns:        type: string        maxLength: 60        description: Descrição      lisMod:        type: string        allOf:        –  #/definitions/enumLisMod        description: Módulo      sitTns:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e051dis:    description: Dispositivo fiscal    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codDfs:        type: integer        format: int64        description: Código        minimum: 0        maximum: 999999      desDfs:        type: string        maxLength: 150        description: Descrição      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e024msg:    description: Mensagem    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codMsg:        type: integer        format: int64        description: Código mensagem        minimum: 0        maximum: 9999      desMsg:        type: string        maxLength: 1000        description: Descrição mensagem      msgFis:        type: boolean        description: Mensagem fiscal        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e015med:    description: Cadastros – Unidades de Medida    type: object    required:      – uniMed      – desMed    properties:      id:        type: string        format: uuid        description: Id da entidade      uniMed:        type: string        maxLength: 6        description: Unidade de medida      desMed:        type: string        maxLength: 100        description: Descrição da unidade de medida      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      tipoOrigem:        type: string        allOf:        –  #/definitions/enumTipoOrigem        description: Tipo da origem do registro      origem:        type: string        maxLength: 150        description: Tenant de origem do cadastro      baseLegal:        type: string        maxLength: 500        description: Base legal      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e001pes:    description: Pessoa    type: object    required:      – tipMer    properties:      id:        type: string        format: uuid        description: Id da entidade      codPes:        type: integer        format: int64        description: Código        minimum: 0        maximum: 999999999      nomPes:        type: string        maxLength: 100        description: Nome      tipPes:        type: string        allOf:        –  #/definitions/enumJurFis        description: Tipo de pessoa      sitPes:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      excluido:        type: boolean        description: Indica se o registro foi excluído      cnpCpf:        type: string        maxLength: 14        description: CNPJ/CPF      numIdf:        type: string        maxLength: 40        description: Número de identificação fiscal (NIF)      endPes:        type: string        maxLength: 100        description: Endereço      numEnd:        type: string        maxLength: 60        description: Número      cplEnd:        type: string        maxLength: 200        description: Complemento      nomBai:        type: string        maxLength: 75        description: Bairro      e006pai:        type: object        allOf:         –  #/definitions/e006pai        description: Pais      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade      cxaPst:        type: integer        format: int64        description: Caixa postal        minimum: 0        maximum: 999999      zipCod:        type: string        maxLength: 20        description: Zip code      qtdDep:        type: integer        format: int64        description: Quantidade de dependentes        minimum: 0        maximum: 9999      tipMer:        type: string        allOf:        –  #/definitions/enumTipMer        description: Tipo de mercado do cliente      tributacaoProdutor:        type: string        allOf:        –  #/definitions/enumTributacaoProdutor        description: Tributação do produtor      tipEmp:        type: string        allOf:        –  #/definitions/enumTipEmp        description: Tipo de ramo de atividade      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e080ser:    description: Serviço    type: object    required:      – e070emp      – codSer      – desSer      – sitSer    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codSer:        type: string        maxLength: 14        description: Código      desSer:        type: string        maxLength: 70        description: Descrição      sitSer:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e075der:    description: Produto – derivação    type: object    required:      – e070emp      – codDer      – desDer      – sitDer    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e012fam:        type: object        allOf:         –  #/definitions/e012fam        description: Familia      codDer:        type: string        maxLength: 23        description: Derivação      desDer:        type: string        maxLength: 120        description: Descrição      sitDer:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e012fam:    description: Cadastros – Famílias    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Código da empresa      codFam:        type: string        maxLength: 6        description: Código da família de produto      desFam:        type: string        maxLength: 50        description: Descrição da família de produto      sitFam:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e008rai:    description: Cidade    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codRai:        type: integer        format: int64        description: Código cidade        minimum: 0        maximum: 9999999      nomCid:        type: string        maxLength: 60        description: Nome cidade      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      codIbg:        type: integer        format: int64        description: Código IBGE município        minimum: 0        maximum: 9999999      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e007ufs:    description: Estado    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      sigUfs:        type: string        maxLength: 2        description: Sigla      nomUfs:        type: string        maxLength: 20        description: Nome      e006pai:        type: object        allOf:         –  #/definitions/e006pai        description: País      dataLake:        type: boolean        description: Indica se o dado é proveniente do data lake        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e006pai:    description: País    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codPai:        type: string        maxLength: 4        description: Código      nomPai:        type: string        maxLength: 150        description: Nome      e031moe:        type: object        allOf:         –  #/definitions/e031moe        description: Moeda      dataLake:        type: boolean        description: Indica se o dado é proveniente do data lake        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e031moe:    description: Moeda    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codMoe:        type: string        maxLength: 3        description: Código moeda      desMoe:        type: string        maxLength: 30        description: Descrição      dataLake:        type: boolean        description: Indica se o dado é proveniente do data lake        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e002tpt:    description: Tipo de título    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codTpt:        type: string        maxLength: 3        description: Tipo de título      desTpt:        type: string        maxLength: 40        description: Descrição do tipo de título      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e025fer:    description: Feriado    type: object    required:      – diaFer      – mesFer      – anoFer      – desFer    properties:      id:        type: string        format: uuid        description: Id da entidade      diaFer:        type: integer        format: int64        description: Dia do feriado        minimum: 0        maximum: 99      mesFer:        type: integer        format: int64        description: Mês do feriado        minimum: 0        maximum: 99      anoFer:        type: integer        format: int64        description: Ano do feriado        minimum: 0        maximum: 9999      e006pai:        type: object        allOf:         –  #/definitions/e006pai        description: País      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade      desFer:        type: string        maxLength: 30        description: Descrição      ferBan:        type: boolean        description: É apenas feriado bancário      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e067fin:    description: Tabelas – Finalidade de compra e venda    type: object    required:      – codFin      – desFin      – sitFin      – excluido    properties:      id:        type: string        format: uuid        description: Id da entidade      codFin:        type: integer        format: int64        description: Código da Finalidade        minimum: 0        maximum: 9999      desFin:        type: string        maxLength: 80        description: Descrição      sitFin:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e085pes:    description: Cadastros – Clientes    type: object    required:      – sitCli      – excluido    properties:      id:        type: string        format: uuid        description: Id da entidade – Chave da e001pes      sitCli:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação do cliente      excluido:        type: boolean        description: Indica se o registro foi excluído      extIntSts:        type: string        maxLength: 100        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 100        description: Indica a mensagem da replicação      tipoEntidadeGovernamental:        type: string        allOf:        –  #/definitions/enumTipoEntidadeGovernamental        description: Tipo de entidade governamental      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e095pes:    description: Cadastros – Fornecedores    type: object    required:      – sitFor      – excluido    properties:      id:        type: string        format: uuid        description: Id da entidade      sitFor:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação do fornecedor      excluido:        type: boolean        description: Indica se o registro foi excluído      extIntSts:        type: string        maxLength: 255        description: Indica status da replicação      extIntMsg:        type: string        maxLength: 255        description: Indica a mensagem da replicação      tipoEntidadeGovernamental:        type: string        allOf:        –  #/definitions/enumTipoEntidadeGovernamental        description: Tipo de entidade governamental      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     notifyUserEventPayload:    description: Represents a regular user event notification payload    discriminator: _discriminator    type: object    required:      – notificationKind      – notificationPriority      – notificationSubject      – notificationContent      – sourceDomain      – sourceService      – destinationUser      – _discriminator    properties:      notificationClass:        type: string        description: Class of notification      notificationOrigin:        type: string        description: Origin of notification. Free text. Optional.      notificationKind:        type: string        allOf:        –  #/definitions/userNotificationKind        description: Notification kind.      notificationPriority:        type: string        allOf:        –  #/definitions/userNotificationPriority        description: Notification priority.      notificationSubject:        type: string        description: Notification subject.      notificationContent:        type: string        description: Notification content.      sourceDomain:        type: string        description: Domain that generates the notification.      sourceService:        type: string        description: Service that generates the notification.      destinationUser:        type: string        description: Username of the destination user.      link:        type: string        description: Notification link      _discriminator:        type: string        description:     emailNotifyUserEventPayload:    description: Represents an email notification payload    allOf:    –  #/definitions/notifyUserEventPayload    –      type: object      required:        – from      properties:        from:          type: string          description: Email sender address        sendTo:          type: array          items:            type: string          description: Additional recipients to send the email to        format:          type: string          allOf:          –  #/definitions/eventEmailFormat          description: Email format    pushNotifyUserEventPayload:    description: Represents a push notification payload    allOf:    –  #/definitions/notifyUserEventPayload    –      type: object      required:        – applicationId      properties:        applicationId:          type: string          description: Apple/Google application id    blobReference:    description: Default blob reference type. Every service defines its own.    type: object    required:      – targetObjectId    properties:      domainName:        type: string        description: The domain the blob belongs to.      serviceName:        type: string        description: The service the blob belongs to.      targetObjectId:        type: string        description: The basic id of the blob.      targetCopyId:        type: string        description: The id of the blob copy.    basicErrorPayload:    description: Default error payload type. Every service defines its own.    type: object    properties:      message:        type: string        description: The user-facing error message, if any.      errorCode:        type: string        description: The program-accessible (and service-specific) error code.    importError:    description:     type: object    required:      – errorType      – lineNumber      – bean      – message      – exceptionClass    properties:      errorType:        type: string        allOf:        –  #/definitions/errorType        description:       lineNumber:        type: integer        format: int64        description:       bean:        type: string        description:       message:        type: string        description:       exceptionClass:        type: string        description:     fielddto:    description:     type: object    required:      – id      – name      – fieldType    properties:      id:        type: integer        format: int64        description:       name:        type: string        description:       fieldType:        type: string        allOf:        –  #/definitions/fieldType        description:       start:        type: integer        format: int64        description:       size:        type: integer        format: int64        description:       maskPattern:        type: string        description:     hookdto:    description:     type: object    required:      – hookFunction      – script    properties:      hookFunction:        type: string        allOf:        –  #/definitions/hookFunction        description:       script:        type: string        description:     layoutdto:    description:     type: object    required:      – id      – description      – fileFormat      – errorStrategy      – skipLines      – fields    properties:      id:        type: integer        format: int64        description:       description:        type: string        description:       fileFormat:        type: string        allOf:        –  #/definitions/fileFormat        description:       errorStrategy:        type: string        allOf:        –  #/definitions/errorStrategy        description:       delimiter:        type: string        description:       skipLines:        type: integer        format: int64        description:       fields:        type: array        items:          type: object          allOf:           –  #/definitions/fielddto          minimum: 1        description:       hooks:        type: array        items:          type: object          allOf:           –  #/definitions/hookdto        description:     importReport:    description:     type: object    required:      – id      – startTime      – endTime      – uri      – beanClass      – serviceClass      – layout      – sucessCount      – errorsCount      – filteredCount      – skippedCount    properties:      id:        type: string        description:       startTime:        type: string        format: date-time        description:       endTime:        type: string        format: date-time        description:       uri:        type: string        description:       beanClass:        type: string        description:       serviceClass:        type: string        description:       layout:        type: object        allOf:         –  #/definitions/layoutdto        description:       sucessCount:        type: integer        format: int64        description:       errorsCount:        type: integer        format: int64        description:       filteredCount:        type: integer        format: int64        description:       skippedCount:        type: integer        format: int64        description:       importErrors:        type: array        items:          type: object          allOf:           –  #/definitions/importError        description:     exportEventStatus:    description:     type: object    required:      – importerId      – eventType      – recordCount    properties:      importerId:        type: string        description:       eventType:        type: string        allOf:        –  #/definitions/eventType        description:       recordCount:        type: integer        format: int64        description:     importEventStatus:    description:     type: object    required:      – importerId      – eventType      – status      – recordCount    properties:      importerId:        type: string        description:       eventType:        type: string        allOf:        –  #/definitions/eventType        description:       status:        type: string        allOf:        –  #/definitions/status        description:       errorMessage:        type: string        description:       recordCount:        type: integer        format: int64        description:       importReport:        type: object        allOf:         –  #/definitions/importReport        description:     exportConfig:    description:     type: object    required:      – uri      – layout      – async      – errorStrategy    properties:      uri:        type: string        description:       layout:        type: object        allOf:         –  #/definitions/layoutdto        description:       async:        type: boolean        description:       errorStrategy:        type: string        description:     importConfig:    description:     type: object    required:      – uri      – layout      – async      – batchSize      – errorStrategy    properties:      uri:        type: string        description:       layout:        type: object        allOf:         –  #/definitions/layoutdto        description:       async:        type: boolean        description:       batchSize:        type: integer        format: int64        description:       errorStrategy:        type: string        allOf:        –  #/definitions/errorStrategy        description:     dependency:    description: Represents a service dependency    type: object    required:      – domain      – service      – version    properties:      domain:        type: string        description: Domain of the dependency service      service:        type: string        description: Name of the dependency service              type: string        description: Version of the dependency service  genericError:    properties:      message:        type: string        description: Messaging describing the error.      reason:        type: string        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