2.0info:   7.10.0   DATABASE  description: Compliance – Database  x-senior-domain: ERPX_CPL  x-senior-domain-path: erpx_cpl  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_cplsecurityDefinitions:   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/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/exportE064seg:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                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/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/exportE043mpc:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE043pcm:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE001end:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/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/exportE045pla:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/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/exportNbs:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportLeiComplementar1162003:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE080serCplImp:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE027str:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE044ccu:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/exportE069gre:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                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/exportOperacoes:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportNaturezaReceitaPISCOFINS:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE032edc:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE020snf:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE027eqi:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportNcm:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/exportE045cxc:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE070empCplCtb:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE070filCplCtb:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE075derCplImp:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE075derSupEst:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE001tnsCplCtb:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE001tnsCplImpSai:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE070filCplImp:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE080serComGer:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE075derComGer:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE028cpg:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE066fpg:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE073pes:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE001tnsCplImpEnt:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE045pca:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportParametrosFaturamentoCampos:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportParametrosFaturamento:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE001tnsCplTri:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE075derCplTri:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE080serCplTri:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE070filCplTri:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportE070filCplTriInt:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/exportE070filCplTriCiap:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/exportConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – exportJobId            properties:              exportJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/queries/exportParametros:    post:      description:       tags:        – Queries      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/forceMigrateSchema:    post:      description: Executa o migrateSchema já removendo o tenant atual do cache da migração do schema do banco de dados, sem necessidade de reiniciar o serviço      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object      responses:        200:          description: Ok          schema:            type: object        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/resetSchema:    post:      description: Realiza a limpeza da base de dados, mantendo somente os dados padrões (conforme carga inicial)      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object      responses:        200:          description: Ok          schema:            type: object        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/resetAccountsPlanModelControladoria:    post:      description: Realiza o reset do plano contábil das empresas      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/sequenceProxy:    post:      description: Get next sequence with the given key      tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – params            properties:              params:                type: object                allOf:                 –  #/definitions/recSequenceProxy                description: Params sequence      responses:        200:          description: Ok          schema:            type: object            required:              – nextSequences            properties:              nextSequences:                type: array                items:                  type: string                  minimum: 1                description: Sequences list        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/generateFacadeMetadata:    post:      description: Gera os metadados dos facadese envia ao serviço de metadados      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/resetAccountsPlanModel:    post:      description: Realiza o reset dos planos de conta      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/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/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/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/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/importE064seg:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         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/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/importE043mpc:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE043pcm:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE001end:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/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/importE045pla:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/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/importNbs:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importLeiComplementar1162003:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE080serCplImp:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE027str:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE044ccu:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/importE069gre:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                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/importOperacoes:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importNaturezaReceitaPISCOFINS:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE032edc:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE020snf:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE027eqi:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importNcm:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /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/importE045cxc:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE070empCplCtb:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE070filCplCtb:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE075derCplImp:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE075derSupEst:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE001tnsCplCtb:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE001tnsCplImpSai:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE070filCplImp:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE080serComGer:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE075derComGer:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE028cpg:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE066fpg:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE073pes:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE001tnsCplImpEnt:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE045pca:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importParametrosFaturamentoCampos:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importParametrosFaturamento:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE001tnsCplTri:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE075derCplTri:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE080serCplTri:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE070filCplTri:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importE070filCplTriInt:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: 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/importE070filCplTriCiap:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/actions/importParametros:    post:      description:       tags:        – Actions      x-senior-visibility: PRIVATE      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – config            properties:              config:                type: object                allOf:                 –  #/definitions/importConfig                description:       responses:        200:          description: Ok          schema:            type: object            required:              – importJobId            properties:              importJobId:                type: string                description:         401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError  /database/signals/initialLoad:    post:      description: Carga inicial das tabelas replicadas do ERPX      tags:        – Signals      parameters:        – name: input          in: body          required: true          schema:            type: object      responses:        202:          description: Accepted        default:          description: Error response          schema:             #/definitions/genericError  /database/events/importE064segEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE064segEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/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/importE043mpcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE043mpcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE043pcmEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE043pcmEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE001endEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001endEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/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/importE045plaEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE045plaEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/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/importNbsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportNbsEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importLeiComplementar1162003Event:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportLeiComplementar1162003Event:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE080serCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE080serCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE027strEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE027strEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE044ccuEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE044ccuEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/importE069greEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE069greEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/importOperacoesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportOperacoesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importNaturezaReceitaPISCOFINSEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportNaturezaReceitaPISCOFINSEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE032edcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE032edcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE020snfEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE020snfEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE027eqiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE027eqiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importNcmEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportNcmEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /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/importE045cxcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE045cxcEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE070empCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE070empCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE070filCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070filCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE075derCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE075derCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE075derSupEstEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE075derSupEstEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE001tnsCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE001tnsCplCtbEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE001tnsCplImpSaiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001tnsCplImpSaiEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE070filCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070filCplImpEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE080serComGerEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE080serComGerEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE075derComGerEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE075derComGerEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE028cpgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE028cpgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE066fpgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE066fpgEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE073pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE073pesEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE001tnsCplImpEntEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001tnsCplImpEntEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE045pcaEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE045pcaEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importParametrosFaturamentoCamposEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportParametrosFaturamentoCamposEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importParametrosFaturamentoEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportParametrosFaturamentoEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE001tnsCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE001tnsCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE075derCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE075derCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE080serCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE080serCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE070filCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070filCplTriEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importE070filCplTriIntEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportE070filCplTriIntEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/importE070filCplTriCiapEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/importEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/exportE070filCplTriCiapEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          schema:            type: object            required:              – eventpl            properties:              eventpl:                type: object                allOf:                 –  #/definitions/exportEventStatus                description:       responses:        200:          description: OK        default:          description: Error response          schema:             #/definitions/genericError    /database/events/importParametrosEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/exportParametrosEvent:    post:      description:       x-senior-event: true      tags:        – Events      parameters:        – name: input          in: body          required: true          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/e064seg:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e064seg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e064seg/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e064seg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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/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/e043mpc:    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/e043mpc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e043mpc/{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/e043mpc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e043pcm:    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/e043pcm        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e043pcm/{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/e043pcm        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/e001end:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e001end        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001end/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001end        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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                /database/entities/e045pla:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – 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/e045pla        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e045pla/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e045pla        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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/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/nbs:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/nbs        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/nbs/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/nbs        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/leiComplementar1162003:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/leiComplementar1162003        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/leiComplementar1162003/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/leiComplementar1162003        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e080serCplImp:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e080serCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e080serCplImp/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e080serCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e027str:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e027str        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e027str/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e027str        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e044ccu:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e044ccu        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e044ccu/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e044ccu        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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/e069gre:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e069gre        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e069gre/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e069gre        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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/operacoes:    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/operacoes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/operacoes/{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/operacoes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/naturezaReceitaPISCOFINS:    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/naturezaReceitaPISCOFINS        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/naturezaReceitaPISCOFINS/{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/naturezaReceitaPISCOFINS        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e032edc:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e032edc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e032edc/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e032edc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e020snf:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e020snf        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e020snf/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e020snf        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e027eqi:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e027eqi        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e027eqi/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e027eqi        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/ncm:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/ncm        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/ncm/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/ncm        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /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/e045cxc:    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/e045cxc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e045cxc/{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/e045cxc        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070empCplCtb:    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/e070empCplCtb        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070empCplCtb/{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/e070empCplCtb        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070filCplCtb:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e070filCplCtb        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070filCplCtb/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e070filCplCtb        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e075derCplImp:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e075derCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e075derCplImp/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e075derCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e075derSupEst:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e075derSupEst        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e075derSupEst/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e075derSupEst        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e001tnsCplCtb:    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/e001tnsCplCtb        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001tnsCplCtb/{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/e001tnsCplCtb        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/e001tnsCplImpSai:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e001tnsCplImpSai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001tnsCplImpSai/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001tnsCplImpSai        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070filCplImp:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e070filCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070filCplImp/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e070filCplImp        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e080serComGer:    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/e080serComGer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e080serComGer/{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/e080serComGer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e075derComGer:    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/e075derComGer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e075derComGer/{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/e075derComGer        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e028cpg:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e028cpg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e028cpg/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e028cpg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e066fpg:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e066fpg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e066fpg/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e066fpg        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e073pes:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e073pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e073pes/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e073pes        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e001tnsCplImpEnt:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e001tnsCplImpEnt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001tnsCplImpEnt/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001tnsCplImpEnt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e045pca:    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/e045pca        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e045pca/{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/e045pca        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/parametrosFaturamentoCampos:    post:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: entity          in: body          required: true          schema:            type: object            allOf:             –  #/definitions/parametrosFaturamentoCampos      responses:        200:          description: The created resource          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: entity          in: body          required: true          schema:            type: object            allOf:             –  #/definitions/parametrosFaturamentoCampos      responses:        200:          description: The created resource          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametrosFaturamentoCampos/{id}:    put:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/editParametrosFaturamentoCampos      responses:        200:          description: Ok          schema:             #/definitions/editParametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/parametrosFaturamentoCampos      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    delete:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametrosFaturamento/{parentId}/parametrosFaturamentoCampos:    post:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:            type: array            items:               #/definitions/parametrosFaturamentoCampos      responses:        200:          description: The created resources          schema:            type: array            items:               #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:            type: array            items:               #/definitions/parametrosFaturamentoCampos      responses:        200:          description: The created resources          schema:            type: array            items:               #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametrosFaturamento/{parentId}/parametrosFaturamentoCampos/{id}:    put:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/editParametrosFaturamentoCampos      responses:        200:          description: Ok          schema:             #/definitions/editParametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/parametrosFaturamentoCampos      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamentoCampos        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    delete:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: parentId          in: path          required: true          type: string        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametrosFaturamentoCampos/bulk:    post:      description: Esta entidade pode ser customizada.      tags:        – Bulk      parameters:        – name: entities          in: body          required: true          schema:            type: array            items:               #/definitions/parametrosFaturamentoCampos      responses:        200:          description: The bulk creation has created resources        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError  /database/entities/parametrosFaturamento:    post:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: entity          in: body          required: true          schema:            type: object            allOf:             –  #/definitions/parametrosFaturamento      responses:        200:          description: The created resource          schema:             #/definitions/parametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: entity          in: body          required: true          schema:            type: object            allOf:             –  #/definitions/parametrosFaturamento      responses:        200:          description: The created resource          schema:             #/definitions/parametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: object            properties:              totalPages:                description: Quantidade total de páginas: total de registros dividido pelo tamanho solicitado da página, arredondado pra cima                type: integer                format: int64              totalElements:                description: Quantidade total de registros                type: integer                format: int64              contents:                type: array                items:                   #/definitions/parametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametrosFaturamento/{id}:    put:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/editParametrosFaturamento      responses:        200:          description: Ok          schema:             #/definitions/editParametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    patch:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string        – name: entity          in: body          required: true          schema:             #/definitions/parametrosFaturamento      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/parametrosFaturamento        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    delete:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/parametrosFaturamento/bulk:    post:      description: Esta entidade pode ser customizada.      tags:        – Bulk      parameters:        – name: entities          in: body          required: true          schema:            type: array            items:               #/definitions/parametrosFaturamento      responses:        200:          description: The bulk creation has created resources        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError  /database/entities/e001tnsCplTri:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e001tnsCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e001tnsCplTri/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e001tnsCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e075derCplTri:    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/e075derCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e075derCplTri/{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/e075derCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e080serCplTri:    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/e080serCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e080serCplTri/{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/e080serCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070filCplTri:    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/e070filCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070filCplTri/{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/e070filCplTri        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070filCplTriInt:    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/e070filCplTriInt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070filCplTriInt/{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/e070filCplTriInt        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/e070filCplTriCiap:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: offset          in: query          type: number        – name: size          in: query          type: number        – name: filter          in: query          type: string        – name: groupby          in: query          type: string        – name: displayfields          in: query          type: string        – name: translation          in: query          type: boolean      responses:        200:          description: Ok          schema:            type: 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/e070filCplTriCiap        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/e070filCplTriCiap/{id}:    get:      description: Esta entidade pode ser customizada.      tags:        – CRUD      x-senior-visibility: PRIVATE      parameters:        – name: id          in: path          required: true          type: string      responses:        200:          description: Ok          schema:             #/definitions/e070filCplTriCiap        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError        /database/entities/parametros:    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/parametros        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError    /database/entities/parametros/{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/parametros        401:          description: Invalid Credentials        default:          description: Error response          schema:             #/definitions/genericError      definitions:  enumGruCta:    type: string    enum:      – VA      – VP      – VD      – VR      – VX      – VM      – VN      – VU      – VL      – VV      – VC      – VS      – VE      – VO      – VT    description:        Enumeração de definição de grupo:       * `VA` – Ativo (Contábil – Devedora)       * `VP` – Passivo (Contábil – Credora)       * `VD` – Despesas (Contábil – Devedora)       * `VR` – Receitas (Contábil – Credora)       * `VX` – Ambas (Contábil – Desp./Rec.)       * `VM` – Receitas Financeiras       * `VN` – Despesas Financeiras       * `VU` – Conta Auxiliar       * `VL` – Patrimônio Líquido       * `VV` – Custo de Venda       * `VC` – Custo de Produção       * `VS` – Custo de Ordem Dedutora       * `VE` – Custo de Ordem Credora       * `VO` – Outros       * `VT` – Contas de Compensação    enumNatCtb:    type: string    enum:      – VD      – VC      – VA    description:        Natureza:       * `VD` – Devedora       * `VC` – Credora       * `VA` – Ambas    upDown:    type: string    enum:      – UP      – DOWN    description:        Up or down:       * `UP` – Up       * `DOWN` – Down    enumTipMer:    type: string    enum:      – VI      – VE    description:        Tipo de mercado:       * `VI` – Interno (Nacional)       * `VE` – Externo (Exterior)    enumIndNif:    type: string    enum:      – V1      – V2      – V3    description:        Tipo do número de identificação fiscal:       * `V1` – Beneficiário com NIF       * `V2` – Beneficiário dispensado do NIF       * `V3` – País não exige NIF    enumIndOba:    type: string    enum:      – V0      – V1      – V2    description:        Indicativo de prestação de serviços em obra de construção civil:       * `V0` – Não é obra de construção civil ou não está sujeita a matrícula de obra       * `V1` – Obra de construção civil – empreitada total       * `V2` – Obra de construção civil – empreitada parcial    enumTipEnd:    type: string    enum:      – V3      – V4    description:        Tipo de endereço:       * `V3` – Comercial       * `V4` – Residencial    enumTipSeg:    type: string    enum:      – VA      – VB      – VC      – VD      – VE      – VF      – VG      – VH      – VI      – VJ      – VK      – VL      – VM      – VN      – VO      – VP      – VQ      – VR      – VS      – VT      – VU    description:        Código do segmento:       * `VA` – Agricultura, pecuária, produção florestal, pesca e aqüicultura       * `VB` – Indústrias extrativas       * `VC` – Indústrias de transformação       * `VD` – Eletricidade e gás       * `VE` – Água, esgoto, atividades de gestão de resíduos e descontaminação       * `VF` – Construção       * `VG` – Comércio; reparação de veículos automotores e motocicletas       * `VH` – Transporte, armazenagem e correio       * `VI` – Alojamento e alimentação       * `VJ` – Informação e comunicação       * `VK` – Atividades financeiras, de seguros e serviços relacionados       * `VL` – Atividades imobiliárias       * `VM` – Atividades profissionais, científicas e técnicas       * `VN` – Atividades administrativas e serviços complementares       * `VO` – Administração pública, defesa e seguridade social       * `VP` – Educação       * `VQ` – Saúde humana e serviços sociais       * `VR` – Artes, cultura, esporte e recreação       * `VS` – Outras atividades de serviços       * `VT` – Serviços domésticos       * `VU` – Organismos internacionais e outras instituições extraterritoriais    enumJurFis:    type: string    enum:      – VJ      – VF    description:        Tipo de pessoa:       * `VJ` – Pessoa Jurídica       * `VF` – Pessoa Física    enumTipPla:    type: string    enum:      – V1      – V2      – V3      – V4      – V5    description:        Tipo do plano:       * `V1` – Contábil       * `V2` – Financeiro       * `V3` – Centro Custos       * `V4` – Composição Auxiliar       * `V5` – Referencial SPED    enumCifFob:    type: string    enum:      – V0      – V1      – V2      – V3      – V4      – V9    description:        Tipo de frete da transportadora:       * `V0` – Contratação do frete por conta do remetente (CIF)       * `V1` – Contratação do frete por conta do destinatário (FOB)       * `V2` – Contratação do frete por conta de terceiros       * `V3` – Transporte próprio por conta do remetente       * `V4` – Transporte próprio por conta do destinatário       * `V9` – Sem ocorrência de transporte    enumSitReg:    type: string    enum:      – VA      – VI    description:        Situação do registro:       * `VA` – Ativo       * `VI` – Inativo    enumSituacao:    type: string    enum:      – VATIVO      – VINATIVO    description:        Situação:       * `VATIVO` – Ativo       * `VINATIVO` – Inativo    enumAnaSin:    type: string    enum:      – VA      – VS    description:        Nome da lista na G5: LAnaSin:       * `VA` – Analítico(a)       * `VS` – Sintético(a)    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    enumTipImpCst:    type: string    enum:      – PIS_COFINS      – IPI      – ICMS      – ISS    description:        Tipo de imposto documento:       * `PIS_COFINS` – PIS/COFINS       * `IPI` – IPI       * `ICMS` – ICMS       * `ISS` – ISS    enumAplicacaoOperacao:    type: string    enum:      – REMESSA      – RETORNO      – TRANSFERENCIA      – SIMPLES_FATURAMENTO    description:        Aplicação da operação:       * `REMESSA` – Remessa       * `RETORNO` – Retorno       * `TRANSFERENCIA` – Transferência       * `SIMPLES_FATURAMENTO` – Simples faturamento    enumTipoOperacao:    type: string    enum:      – VSAIDA      – VENTRADA      – VAMBOS    description:        Tipo de operação:       * `VSAIDA` – Saída       * `VENTRADA` – Entrada       * `VAMBOS` – Ambos    enumAplSnf:    type: string    enum:      – VS      – VM      – VE      – VF      – VD    description:        Aplicação:       * `VS` – Notas Fiscais de Entrada e Saída       * `VM` – Geração Manual CR e CP       * `VE` – Somente para NF Entrada       * `VF` – Somente para Manifesto       * `VD` – Somente para NF Saída    enumOriLct:    type: string    enum:      – VMAN      – VEST      – VVEN      – VCPR      – VREC      – VPAG      – VTES      – VPAT      – VIVE      – VICO      – VIOD      – VIMP      – VICI      – VISP      – VIRJ      – VEXT    description:        Origem lançamento:       * `VMAN` – Manual       * `VEST` – Estoque       * `VVEN` – NF de Saída       * `VCPR` – NF de Entrada       * `VREC` – Contas a receber – Movimento       * `VPAG` – Contas a pagar – Movimento       * `VTES` – Tesouraria       * `VPAT` – Patrimônio       * `VIVE` – Tributos – NF de Saída       * `VICO` – Tributos – NF de Entrada       * `VIOD` – Tributos – Outros documentos       * `VIMP` – Tributos – Apuração/Cálculo       * `VICI` – Tributos – Apuração de impostos por município       * `VISP` – Tributos – Apuração PIS/COFINS       * `VIRJ` – Tributos – Apuração IRPJ/CSLL       * `VEXT` – Externo    enumCriReg:    type: string    enum:      – V1      – V2    description:        Critérios para relacionamento:       * `V1` – Só ela/ele       * `V2` – Todas subordinadas a ela/ele    enumOriRat:    type: string    enum:      – V1      – V2    description:        Origem do rateio:       * `V1` – 1º Origem e 2º Conta Contábil       * `V2` – 1º Conta Contábil e 2º Origem    enumForCtd:    type: string    enum:      – VC      – VT    description:        Formação do contador responsável:       * `VC` – Contador       * `VT` – Técnico    enumDiaLct:    type: string    enum:      – V1      – V2      – V3      – V4      – V5    description:        Dia permitido para data do lançamento contábil:       * `V1` – Todos       * `V2` – Dias úteis (segunda a sexta-feira)       * `V3` – Dias úteis (segunda a sábado)       * `V4` – Segunda a sexta-feira       * `V5` – Segunda a sábado    enumForCtb:    type: string    enum:      – V1      – V2      – V3    description:        Indicativo da consistência aplicada na contabilização dos lotes contábeis:       * `V1` – Por lotes selecionados       * `V2` – Por lote       * `V3` – Por movimento    enumTipHpd:    type: string    enum:      – VN      – VZ      – VC      – VA      – VD      – VV      – VE    description:        Tipo de histórico:       * `VN` – Normal       * `VZ` – Especial para Zeramento       * `VC` – Especial Intercompany       * `VA` – Especial para Ajuste       * `VD` – Especial para Distribuição       * `VV` – Especial para Ajuste Valor Presente       * `VE` – Especial para Estorno Ajuste Valor Presente    enumProImp:    type: string    enum:      – V0      – V1      – V2      – V3      – V4      – V5      – V6      – V7      – V8      – V9      – V10      – V11      – V99    description:        Tipo Produto para Impostos:       * `V0` – Não classificado       * `V1` – Mercadorias       * `V2` – Matérias-primas       * `V3` – Produtos intermediários       * `V4` – Materiais de embalagem       * `V5` – Produtos manufaturados       * `V6` – Em fabricação       * `V7` – Subproduto       * `V8` – Material de uso e consumo       * `V9` – Ativo imobilizado       * `V10` – Serviços       * `V11` – Outros insumos       * `V99` – Outras    enumVarSer:    type: string    enum:      – VN      – VF      – VS    description:        Tipo de serviço varejo:       * `VN` – Serviço       * `VF` – Frete       * `VS` – Seguro    enumOriGti:    type: string    enum:      – V1      – V2      – V3      – V4      – V5    description:        Origem:       * `V1` – Código de barras e GTIN da unidade tributável       * `V2` – Código de barras livre e GTIN da unidade tributável       * `V3` – Relacionamento de produto e unidade de medida       * `V4` – Código de barras       * `V5` – Código de barras livre    enumOriMer:    type: string    enum:      – V0      – V1      – V2      – V3      – V4      – V5      – V6      – V7      – V8    description:        Origem fiscal da mercadoria:       * `V0` – 0 – Nacional, exceto as indicadas nos códigos 3, 4, 5 e 8       * `V1` – 1 – Estrangeira – Importação direta, exceto a indicada no código 6       * `V2` – 2 – Estrangeira – Adquirida no mercado interno, exceto a indicada no código 7       * `V3` – 3 – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 40% (quarenta por cento) e inferior ou igual a 70% (setenta por cento)       * `V4` – 4 – Nacional, cuja produção tenha sido feita em conformidade com os processos produtivos básicos de que tratam o Decreto-Lei nº 288/67, e as Leis nºs 8.248/91, 8.387/91, 10.176/01 e 11.484/07       * `V5` – 5 – Nacional, mercadoria ou bem com Conteúdo de Importação inferior ou igual a 40% (quarenta por cento)       * `V6` – 6 – Estrangeira – Importação direta, sem similar nacional, constante em lista de Resolução CAMEX e gás natural       * `V7` – 7 – Estrangeira – Adquirida no mercado interno, sem similar nacional, constante em lista de Resolução CAMEX e gás natural       * `V8` – 8 – Nacional, mercadoria ou bem com Conteúdo de Importação superior a 70% (setenta por cento)    enumAplNop:    type: string    enum:      – VN      – VS      – VI      – VR      – VO      – VT      – VD      – VA      – VB      – VE      – VC      – VF      – VG      – VV      – VX      – VCR      – VET    description:        Aplicação da natureza da operação:       * `VN` – Industrialização/Comercialização       * `VS` – Consumo Próprio       * `VI` – Imobilizado       * `VR` – Remessas       * `VO` – Retornos       * `VT` – Transferências       * `VD` – Devoluções       * `VA` – Devoluções com Substituição Tributária       * `VB` – Substituição Tributária       * `VE` – Energia Elétrica       * `VC` – Comunicação       * `VF` – Transporte       * `VG` – Integração       * `VV` – Serviços       * `VX` – Outros       * `VCR` – Cobrança       * `VET` – Entrega    enumCodCrt:    type: string    enum:      – V1      – V2      – V3    description:        Código do Regime Tributário:       * `V1` – Simples Nacional       * `V2` – Simples Nacional – excesso de sublimite de receita bruta       * `V3` – Regime Normal    enumDetImp:    type: string    enum:      – VS      – VB      – VN    description:        Detalhar impostos nos documentos fiscais de venda a consumidor:       * `VS` – Sim utilizando o valor líquido como base       * `VB` – Sim utilizando o valor bruto menos descontos como base       * `VN` – Não    enumCepIssEnt:    type: string    enum:      – VFO      – VFI    description:        Município de tributação ISS sobre compras:       * `VFO` – Município do fornecedor       * `VFI` – Município da filial    enumCepIss:    type: string    enum:      – VC      – VF    description:        Tipo de tributação ISS:       * `VC` – Município do cliente       * `VF` – Município da filial    enumRegEst:    type: string    enum:      – V1      – V2      – V3      – V4      – V5      – V6    description:        Regime Especial de Tributação:       * `V1` – Microempresa municipal       * `V2` – Estimativa       * `V3` – Sociedade de profissionais       * `V4` – Cooperativa       * `V5` – Microempresário Individual (MEI)       * `V6` – Microempresário e Empresa de Pequeno Porte (ME EPP)    enumRegimeTributarioCst:    type: string    enum:      – NORMAL      – SIMPLES_NACIONAL    description:        Regime tributário para a CST:       * `NORMAL` – Normal       * `SIMPLES_NACIONAL` – Simples nacional    enumTipFpg:    type: string    enum:      – V01      – V02      – V03      – V04      – V05      – V10      – V11      – V12      – V13      – V15      – V16      – V17      – V18      – V19      – V90      – V99    description:        Tipo pagamento:       * `V01` – Dinheiro       * `V02` – Cheque       * `V03` – Cartão de Crédito       * `V04` – Cartão de Débito       * `V05` – Crédito Loja       * `V10` – Vale Alimentação       * `V11` – Vale Refeição       * `V12` – Vale Presente       * `V13` – Vale Combustível       * `V15` – Boleto Bancário       * `V16` – Depósito Bancário       * `V17` – Pagamento Instantâneo (PIX)       * `V18` – Transferência bancária, Carteira Digital       * `V19` – Programa de fidelidade, Cashback, Crédito Virtual       * `V90` – Sem Pagamento       * `V99` – Outros    enumUtiImpCurto:    type: string    enum:      – VS      – VN      – VO    description:        Forma de integração para controladoria:       * `VS` – Documento Fiscal       * `VN` – Não utiliza       * `VO` – Outros Documentos    enumForRat:    type: string    enum:      – V0      – V1      – V2      – V3    description:        Forma de rateio:       * `V0` – Sem Rateio       * `V1` – Pré-definido c/ Confirmação       * `V2` – Pré-definido s/ Confirmação       * `V3` – Rateio Manual    enumPerApuRes:    type: string    enum:      – SEM_APURACAO      – TRIMESTRAL      – ANUAL    description:        Enumerador com o indicativo de periodicidade da apuração de resultados para a filial:       * `SEM_APURACAO` – Sem apuração de resultados       * `TRIMESTRAL` – Periodicidade trimestral       * `ANUAL` – Periodicidade anual    enumTipoFaturamento:    type: string    enum:      – BRUTO      – LIQUIDO    description:        Tipos de faturamento disponíveis:       * `BRUTO` – Bruto       * `LIQUIDO` – Líquido    enumTipoOperacaoFaturamento:    type: string    enum:      – ADICIONAR      – SUBTRAIR      – NENHUM    description:        Tipo de operação aplicada no campo para composição do faturamento:       * `ADICIONAR` – Adicionar       * `SUBTRAIR` – Subtrair       * `NENHUM` – Nenhum    enumCampoFaturamentoComposicao:    type: string    enum:      – VALOR_CONTABIL      – VALOR_DESCONTOS      – VALOR_FRETE      – VALOR_SEGURO      – VALOR_OUTRAS_DEPESAS_ACESSORIAS      – VALOR_IPI      – VALOR_IRRF      – VALOR_ISS_RETIDO      – VALOR_INSS      – VALOR_COFINS_RETIDO      – VALOR_PIS_RETIDO      – VALOR_CSLL_RETIDO      – VALOR_ICMS_ST_SUBSTITUTO      – VALOR_FCP_ST_SUBSTITUTO    description:        Campos que podem ser usados para compor o faturamento:       * `VALOR_CONTABIL` – Valor contábil       * `VALOR_DESCONTOS` – Valor descontos       * `VALOR_FRETE` – Valor de frete       * `VALOR_SEGURO` – Valor de seguro       * `VALOR_OUTRAS_DEPESAS_ACESSORIAS` – Valor outras despesas acessórias       * `VALOR_IPI` – Valor de IPI       * `VALOR_IRRF` – Valor IRRF       * `VALOR_ISS_RETIDO` – Valor ISS Retido       * `VALOR_INSS` – Valor INSS       * `VALOR_COFINS_RETIDO` – Valor de COFINS Retido       * `VALOR_PIS_RETIDO` – Valor de PIS Retido       * `VALOR_CSLL_RETIDO` – Valor de CSLL Retido       * `VALOR_ICMS_ST_SUBSTITUTO` – Valor ICMS ST (Substituto)       * `VALOR_FCP_ST_SUBSTITUTO` – Valor FCP ST (Substituto)    enumBloquearDadoNf:    type: string    enum:      – BLOQUEAR_TODOS_OS_DADOS      – LIBERAR_TODOS_OS_DADOS    description:        Bloquear Dados NF:       * `BLOQUEAR_TODOS_OS_DADOS` – Bloquear todos os dados       * `LIBERAR_TODOS_OS_DADOS` – Liberar todos os dados    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    enumImpostosGuia:    type: string    enum:      – CSRF      – IRRF      – INSS      – ISS      – FCP      – DIFAL      – ICMS_ST      – FCP_ST      – FUNRURAL_TOTAL      – FUNRURAL_INSS      – FUNRURAL_SENAR      – FUNRURAL_RAT    description:        Impostos guia:       * `CSRF` – Contribuições Sociais Retidas na Fonte       * `IRRF` – Imposto de Renda Retido na Fonte       * `INSS` – Instituto Nacional do Seguro Social       * `ISS` – Imposto Sobre Serviço       * `FCP` – Fundo de Combate à Pobreza       * `DIFAL` – Diferencial de Alíquota       * `ICMS_ST` – Imposto sobre circulação de mercadorias e serviços – Substituição tributária       * `FCP_ST` – Fundo de Combate à Pobreza – Substituição tributária       * `FUNRURAL_TOTAL` – FUNRURAL – TOTAL       * `FUNRURAL_INSS` – FUNRURAL – INSS       * `FUNRURAL_SENAR` – FUNRURAL – SENAR       * `FUNRURAL_RAT` – FUNRURAL – RAT    enumRegimeControleRetencao:    type: string    enum:      – COMPETENCIA      – CAIXA    description:        Regime controle retenção:       * `COMPETENCIA` – Competência       * `CAIXA` – Caixa    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    recSequenceProxy:    description: Dados entrada sequence    type: object    required:      – companyId      – key    properties:      companyId:        type: string        description: Company ID      key:        type: string        description: Key      prefix:        type: string        description: Prefix to insert on the left      lpad:        type: integer        format: int64        description: Number of char to insert on the left      range:        type: integer        format: int64        description: Range quantity    e064seg:    description: Segmento e cadastro CNAE    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codCna:        type: integer        format: int64        description: Código CNAE        minimum: 0      desCna:        type: string        maxLength: 150        description: Descrição do CNAE      codSeg:        type: string        allOf:        –  #/definitions/enumTipSeg        description: Código do segmento      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e070emp:    description: Empresa    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070empCplCtb:        type: object        allOf:         –  #/definitions/e070empCplCtb        description: Especialização Contabilidade – Empresa      codEmp:        type: integer        format: int64        description: Código        minimum: 0        maximum: 9999      nomEmp:        type: string        maxLength: 100        description: Nome      sigEmp:        type: string        maxLength: 100        description: Nome fantasia da empresa      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      e031moe:        type: object        allOf:         –  #/definitions/e031moe        description: Moeda      duplicando:        type: boolean        description: Indica se o registro está sendo duplicado        default: false      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e070fil:    description: Filial    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e070filCplCtb:        type: object        allOf:         –  #/definitions/e070filCplCtb        description: Especialização Contabilidade – Filial      e070filCplImp:        type: object        allOf:         –  #/definitions/e070filCplImp        description: Especialização Contabilidade – Filial      e070filCplTri:        type: object        allOf:         –  #/definitions/e070filCplTri        description: Especialização Tributos – Filial      e070filCplTriInt:        type: object        allOf:         –  #/definitions/e070filCplTriInt        description: Filial – Integração de notas      e070filCplTriCiap:        type: object        allOf:         –  #/definitions/e070filCplTriCiap        description: Especialização ciap integração de notas      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Código cidade      e007ufsSigUfs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      codFil:        type: integer        format: int64        description: Filial        minimum: 0        maximum: 9999      nomFil:        type: string        maxLength: 100        description: Nome      sigFil:        type: string        maxLength: 100        description: Fantasia      tipPes:        type: string        allOf:        –  #/definitions/enumJurFis        description: Tipo de pessoa      numCgc:        type: string        maxLength: 18        description: CPF/CNPJ      numIdf:        type: string        maxLength: 40        description: Número identificação fiscal      insEst:        type: string        maxLength: 25        description: Inscrição estadual      cidFil:        type: string        maxLength: 60        description: Cidade      numFax:        type: string        maxLength: 20        description: Fax      endFil:        type: string        maxLength: 100        description: Endereço      nenFil:        type: string        maxLength: 60        description: Número      cplEnd:        type: string        maxLength: 200        description: Complemento      baiFil:        type: string        maxLength: 75        description: Bairro      postalCodeFil:        type: string        maxLength: 20        description: Código Postal      numFon:        type: string        maxLength: 20        description: Telefone      tipEmp:        type: string        allOf:        –  #/definitions/enumTipEmp        description: Ramo de atividade      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      duplicando:        type: boolean        description: Indica se o registro está sendo duplicado        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      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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        description: Indica status da replicação      extIntMsg:        type: string        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        description: Indica status da replicação      extIntMsg:        type: string        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      sigMoe:        type: string        maxLength: 5        description: Sigla      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        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      qtdInt:        type: integer        format: int64        description: Quantidade inteiros        minimum: 0        maximum: 13      qtdDec:        type: integer        format: int64        description: Quantidade decimais        minimum: 1        maximum: 10      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e043mpc:    description: Tabelas – Modelos de Planos    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codMpc:        type: integer        format: int64        description: Código Modelo Plano        minimum: 0        maximum: 9999      desMpc:        type: string        maxLength: 40        description: Descrição      tipPla:        type: string        allOf:        –  #/definitions/enumTipPla        description: Tipo Plano      sitMpc:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e043pcm:    description: Tabelas – Modelos de Planos    type: object    required:      – id      – nivCta      – e043mpc      – e043pcmPai    properties:      id:        type: string        format: uuid        description: Id da entidade      ctaRed:        type: integer        format: int64        description: Conta Reduzida        minimum: 1        maximum: 999999999      defGru:        type: string        allOf:        –  #/definitions/enumGruCta        description: Definição      claCta:        type: string        maxLength: 30        description: Classificação/Máscara      desCta:        type: string        maxLength: 250        description: Nomenclatura      abrCta:        type: string        maxLength: 20        description: Abreviatura      sitCon:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      anaSin:        type: string        allOf:        –  #/definitions/enumAnaSin        description: Analítica/Sintética      natCta:        type: string        allOf:        –  #/definitions/enumNatCtb        description: Natureza      nivCta:        type: integer        format: int64        description: Nível        minimum: 1        maximum: 99      forRat:        type: string        allOf:        –  #/definitions/enumForRat        description: Forma de Rateio      exiAux:        type: boolean        description: Exige Conta Auxiliar        default: false      e043mpc:        type: object        allOf:         –  #/definitions/e043mpc        description: Modelo Plano      e043pcmPai:        type: object        allOf:         –  #/definitions/e043pcm        description: Conta Reduzida Contábil      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e001pes:    description: Pessoa    type: object    required:      – codPes      – nomPes      – apePes      – sitPes    properties:      id:        type: string        format: uuid        description: Id da entidade      codPes:        type: integer        format: int64        description: Código        minimum: 0        maximum: 999999999      nomPes:        type: string        maxLength: 100        description: Nome      apePes:        type: string        maxLength: 80        description: Apelido pessoa      cnpCpf:        type: string        maxLength: 14        description: CNPJ/CPF      insEst:        type: string        maxLength: 25        description: Inscrição estadual      insMun:        type: string        maxLength: 16        description: Inscrição municipal      indNif:        type: string        allOf:        –  #/definitions/enumIndNif        description: Utilização do número de identificação fiscal (NIF)      numIdf:        type: string        maxLength: 40        description: Número de identificação fiscal (NIF)      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      e006pai:        type: object        allOf:         –  #/definitions/e006pai        description: Pais      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade      e085pes:        type: object        allOf:         –  #/definitions/e085pes        description: Cliente      e095pes:        type: object        allOf:         –  #/definitions/e095pes        description: Fornecedor      e073pes:        type: object        allOf:         –  #/definitions/e073pes        description: Transportadora      sitPes:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      tipMer:        type: string        allOf:        –  #/definitions/enumTipMer        description: Tipo de mercado      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e001end:    description: Endereço da pessoa    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001pes:        type: object        allOf:         –  #/definitions/e001pes        description: Pessoa      indEnt:        type: boolean        description: Indicativo se o endereço é utilizado para entrega        default: true      indCob:        type: boolean        description: Indicativo se o endereço é utilizado para cobrança        default: false      endPes:        type: string        maxLength: 100        description: Endereço      nenEnd:        type: string        maxLength: 60        description: Número      cplEnd:        type: string        maxLength: 200        description: Complemento      baiEnd:        type: string        maxLength: 75        description: Bairro      prxEnd:        type: string        maxLength: 200        description: Ponto de referência      e006pai:        type: object        allOf:         –  #/definitions/e006pai        description: Pais      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Estado      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade      tipLoc:        type: string        allOf:        –  #/definitions/enumTipEnd        description: Tipo do local      nomRes:        type: string        maxLength: 50        description: Nome do responsável      tipPes:        type: string        allOf:        –  #/definitions/enumJurFis        description: Tipo de pessoa      cnpCpf:        type: string        maxLength: 14        description: CNPJ/CPF      insEst:        type: string        maxLength: 25        description: Inscrição estadual      fonRes:        type: string        maxLength: 21        description: Telefone      celRes:        type: string        maxLength: 22        description: Celular      faxRes:        type: string        maxLength: 20        description: Fax      emaRes:        type: string        maxLength: 100        description: E-mail      indOba:        type: string        allOf:        –  #/definitions/enumIndOba        description: Indicativo de prestação de serviços em obra de construção civil      nroCno:        type: string        maxLength: 21        description: Número de inscrição do cadastro nacional de obra (CNO)      sitEnd:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      postalCode:        type: string        maxLength: 20        description: Código Postal      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e085pes:    description: Cliente    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001pes:        type: object        allOf:         –  #/definitions/e001pes        description: Pessoa      sitCli:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação do cliente      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e095pes:    description: Fornecedor    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001pes:        type: object        allOf:         –  #/definitions/e001pes        description: Pessoa      sitFor:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação do fornecedor      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e075der:    description: Cadastros Produtos    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e075derCplImp:        type: object        allOf:         –  #/definitions/e075derCplImp        description: Especialização cadastro de produto      e075derComGer:        type: object        allOf:         –  #/definitions/e075derComGer        description: Especialização do produto      e075derSupEst:        type: object        allOf:         –  #/definitions/e075derSupEst        description: Especialização do produto      e075derCplTri:        type: object        allOf:         –  #/definitions/e075derCplTri        description: Especialização de tributos do produto      codDer:        type: string        maxLength: 23        description: Código da Derivação      desDer:        type: string        maxLength: 120        description: Descrição do produto      sitDer:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e045pla:    description: Plano Contábil – Contas    type: object    required:      – id    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      ctaRed:        type: integer        format: int64        description: Conta Contábil Reduzida        minimum: 0        maximum: 9999999      desCta:        type: string        maxLength: 250        description: Nomenclatura      abrCta:        type: string        maxLength: 20        description: Abreviatura      claCta:        type: string        maxLength: 30        description: Classificação      anaSin:        type: string        allOf:        –  #/definitions/enumAnaSin        description: Analítico ou Sintético      defGru:        type: string        allOf:        –  #/definitions/enumGruCta        description: Definição do grupo      sitCta:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      nivCta:        type: integer        format: int64        description: Nível da conta contábil      aceMan:        type: boolean        description: Aceita lançamento manual        default: false      forRat:        type: string        allOf:        –  #/definitions/enumForRat        description: Forma de Rateio      exiAux:        type: boolean        description: Exige Conta Auxiliar        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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      e001tnsCplCtb:        type: object        allOf:         –  #/definitions/e001tnsCplCtb        description: Especialização de transações para a contabilidade      e001tnsCplImpSai:        type: object        allOf:         –  #/definitions/e001tnsCplImpSai        description: Especialização de ransação complience impostos de saída      e001tnsCplTri:        type: object        allOf:         –  #/definitions/e001tnsCplTri        description: Especialização tributária da transação      codTns:        type: string        maxLength: 5        description: Transação      desTns:        type: string        maxLength: 60        description: Descrição      lisMod:        type: string        allOf:        –  #/definitions/enumLisMod        description: Módulo      sitTns:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      e001tnsCplImpEnt:        type: object        allOf:         –  #/definitions/e001tnsCplImpEnt        description: Especialização de transação compliance impostos de entrada      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e080ser:    description: Serviços    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e080serCplImp:        type: object        allOf:         –  #/definitions/e080serCplImp        description: Especialização cadastro de serviço      e080serComGer:        type: object        allOf:         –  #/definitions/e080serComGer        description: Parametros comercial      e080serCplTri:        type: object        allOf:         –  #/definitions/e080serCplTri        description: Especialização de tributos do serviço      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e015med:        type: object        allOf:         –  #/definitions/e015med        description: Unidade medida      codSer:        type: string        maxLength: 14        description: Serviço      desSer:        type: string        maxLength: 70        description: Descrição      sitSer:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     nbs:    description: Nomenclatura brasileira de serviços    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: string        maxLength: 10        description: Código      descricao:        type: string        maxLength: 300        description: Descrição      situacao:        type: string        allOf:        –  #/definitions/enumSituacao        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     leiComplementar1162003:    description: Lei complementar 116/2003    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: string        maxLength: 10        description: Código      descricao:        type: string        maxLength: 500        description: Descrição      situacao:        type: string        allOf:        –  #/definitions/enumSituacao        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e080serCplImp:    description: Especialização cadastro de serviço    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e080ser:        type: object        allOf:         –  #/definitions/e080ser        description: Serviço      iteFis:        type: string        maxLength: 60        description: Código fiscal      desFis:        type: string        maxLength: 255        description: Descrição fiscal      codClf:        type: object        allOf:         –  #/definitions/ncm        description: NCM      serImp:        type: object        allOf:         –  #/definitions/leiComplementar1162003        description: Tipo de serviço baseado LC116/2003      codNbs:        type: object        allOf:         –  #/definitions/nbs        description: Nomenclatura brasileira de serviços      codAtv:        type: string        maxLength: 16        description: Código da atividade do item de serviço      codDfs:        type: object        allOf:         –  #/definitions/e051dis        description: Código do dispositivo fiscal      oriMer:        type: string        allOf:        –  #/definitions/enumOriMer        description: Origem fiscal da mercadoria      codCes:        type: string        maxLength: 7        description: Especificador substituição tributária      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e027str:    description: Cadastro de Situação tributária    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codStr:        type: string        maxLength: 3        description: Código interno da situação      desStr:        type: string        maxLength: 250        description: Descrição da situação tributária      abrStr:        type: string        description: Abreviatura      tipImp:        type: string        allOf:        –  #/definitions/enumTipImpCst        description: Imposto      tipOpe:        type: string        allOf:        –  #/definitions/enumTipoOperacao        description: Tipo de operação      regTri:        type: string        allOf:        –  #/definitions/enumRegimeTributarioCst        description: Regime tributário para CST de ICMS      codCid:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade      situacao:        type: string        allOf:        –  #/definitions/enumSituacao        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e044ccu:    description: Cadastros – Centros de Custos    type: object    required:      – sitCcu    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codCcu:        type: string        maxLength: 9        description: Código do centro de custos      desCcu:        type: string        maxLength: 250        description: Descrição do centro de custos      claCcu:        type: string        maxLength: 30        description: Classificação do centro de custo      anaSin:        type: string        allOf:        –  #/definitions/enumAnaSin        description: Analítico ou Sintético      sitCcu:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      aceRat:        type: boolean        description: AceRat      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        description: Indica status da replicação      extIntMsg:        type: string        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:     e069gre:    description: Grupo de empresas    type: object    required:      – codGre      – nomGre    properties:      id:        type: string        format: uuid        description: Id da entidade      codGre:        type: integer        format: int64        description: Grupo empresa        minimum: 0        maximum: 999999999      nomGre:        type: string        maxLength: 100        description: Nome      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e015med:    description: Unidades de medida    type: object    required:      – uniMed      – desMed    properties:      id:        type: string        format: uuid        description: Id da entidade      uniMed:        type: string        maxLength: 6        description: Unidade de medida      desMed:        type: string        maxLength: 100        description: Descrição da unidade de medida      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     operacoes:    description: Cadastro para definição das operacoes    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: string        maxLength: 5        description: Código      entrada:        type: string        maxLength: 512        description: Descrição de entrada      saida:        type: string        maxLength: 512        description: Descrição de saída      agrupadora:        type: boolean        description: É operação agrupadora        default: false      operacaoAgrupadora:        type: object        allOf:         –  #/definitions/operacoes        description: Operação agrupadora      vigenciaInicial:        type: string        format: date        description: Vigência inicial      vigenciaFinal:        type: string        format: date        description: Vigência final      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     naturezaReceitaPISCOFINS:    description: Natureza de receita para PIS/COFINS    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: integer        format: int64        description: Código        minimum: 0        maximum: 9999      descricao:        type: string        maxLength: 500        description: Descrição      vigenciaInicial:        type: string        format: date        description: Vigência inicial      vigenciaFinal:        type: string        format: date        description: Vigência final      csts:        type: string        maxLength: 100        description: CSTs      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e032edc:    description: Modelo de documento    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      codEdc:        type: string        maxLength: 3        description: Mod. documento      desEdc:        type: string        maxLength: 30        description: Descr.      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e020snf:    description: Tabelas – séries de notas fiscais    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Filial      e032edc:        type: object        allOf:         –  #/definitions/e032edc        description: Modelo do documento      codSnf:        type: string        maxLength: 3        description: Código      desSnf:        type: string        maxLength: 30        description: Descrição      abrSnf:        type: string        maxLength: 10        description: Abreviatura      aplSnf:        type: string        allOf:        –  #/definitions/enumAplSnf        description: Aplicação      codSel:        type: string        maxLength: 3        description: Série      codSsl:        type: string        maxLength: 2        description: Subsérie      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      utiImp:        type: string        allOf:        –  #/definitions/enumUtiImpCurto        description: Forma de integração para controladoria      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e027eqi:    description: Tabelas – Enquadramento de IPI    type: object    properties:      id:        type: string        format: uuid        description: Id entidade      codEnq:        type: integer        format: int64        description: Código do enquadramento        minimum: 0        maximum: 999      desEnq:        type: string        maxLength: 499        description: Descrição enquadramento      situacao:        type: string        allOf:        –  #/definitions/enumSituacao        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     ncm:    description: Cadastro para definição do Nomenclatura comercial do Mercosul(NCM) para os produtos    type: object    required:      – codigo      – descricao      – aliquotaIPI      – situacao    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: string        maxLength: 8        description: Nomenclatura comum do Mercosul (NCM)      descricao:        type: string        maxLength: 250        description: Descrição      aliquotaIPI:        type: number        format: double        description: Alíquota IPI        minimum: 0        maximum: 999.9999      excecaoIPI:        type: boolean        description: Exceção de IPI        default: false      excecaoIPICodigo:        type: integer        format: int64        description: Código da exceção de IPI        minimum: 0        maximum: 999      situacao:        type: string        allOf:        –  #/definitions/enumSituacao        description: Situação      excluido:        type: boolean        description: Sinaliza se o registro foi excluido        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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      sitTpt:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        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:     e045cxc:    description: Plano Contábil – Contas X Centros de Custo    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e045pla:        type: object        allOf:         –  #/definitions/e045pla        description: Conta Contábil      e044ccu:        type: object        allOf:         –  #/definitions/e044ccu        description: Centro de Custo      criCxc:        type: string        allOf:        –  #/definitions/enumCriReg        description: Critério      sitCxc:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e070empCplCtb:    description: Compliance Contábil    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      e043mpcCodMpc:        type: object        allOf:         –  #/definitions/e043mpc        description: Modelo de plano contábil utilizado      e043mpcCodMpx:        type: object        allOf:         –  #/definitions/e043mpc        description: Modelo de plano auxiliar utilizado      ctbLfd:        type: boolean        description: Aceita lançamentos com filiais diferentes da informada no lote      oriRat:        type: string        allOf:        –  #/definitions/enumOriRat        description: Origem do rateio a ser considerado na contabilização      mosCgc:        type: boolean        description: Habilitar o campo CNPJ/CPF nos lançamentos contábeis      exiCgc:        type: boolean        description: Exigir que seja informado o CNPJ/CPF no lançamento contábil      pcaCli:        type: boolean        description: Gerar conta de composição auxiliar ao cadastrar o cliente      pcdCli:        type: boolean        description: Gerar conta de composição auxiliar de adiantamento ao cadastrar o cliente      pcaFor:        type: boolean        description: Gerar conta de composição auxiliar ao cadastrar o fornecedor      pcdFor:        type: boolean        description: Gerar conta de composição auxiliar de adiantamento ao cadastrar o fornecedor      pcaCco:        type: boolean        description: Gerar conta de composição auxiliar ao cadastrar a conta interna      limTel:        type: boolean        description: Limpar Tela Lançamento      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e070filCplCtb:    description: Especialização Contabilidade – Filial    type: object    required:      – perApuRes    properties:      id:        type: string        format: uuid        description: Id da entidade      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Id da filial      e064seg:        type: object        allOf:         –  #/definitions/e064seg        description: Classificação Nacional de Atividade Econômica da Empresa (CNAE Fiscal)      ctbCae:        type: string        maxLength: 10        description: Código de atividade da empresa junto ao estado      ctbCaf:        type: integer        format: int64        description: Código de atividade da empresa junto a receita federal        minimum: 0        maximum: 99999      ctbNrj:        type: string        maxLength: 15        description: Número de identificação do registro da empresa (NIRE) na junta comercial      ctbDrj:        type: string        format: date        description: Data do registro da empresa na junta comercial      ctbNsr:        type: string        maxLength: 100        description: Nome do sócio responsável pela gestão da empresa      ctbFsr:        type: string        maxLength: 20        description: Função do sócio responsável      ctbCsr:        type: string        description: Número do CPF do sócio responsável      ctbNcr:        type: string        maxLength: 100        description: Nome do contador responsável      ctbFcr:        type: string        allOf:        –  #/definitions/enumForCtd        description: Formação do contador responsável      ctbCrc:        type: string        maxLength: 15        description: Número do CRC do contador responsável      ctbCcr:        type: string        description: Número do CPF do contador      endCtd:        type: string        maxLength: 100        description: Endereço do contador      numCtd:        type: string        maxLength: 60        description: Número do endereço do contador      cplCtd:        type: string        maxLength: 200        description: Complemento do endereço do contador (sala, andar, etc.)      baiCtd:        type: string        maxLength: 75        description: Bairro do contador      e008rai:        type: object        allOf:         –  #/definitions/e008rai        description: Cidade do contador      e007ufs:        type: object        allOf:         –  #/definitions/e007ufs        description: Sigla do estado do contador      fonCtd:        type: string        maxLength: 21        description: Número do telefone do contador      faxCtd:        type: string        maxLength: 20        description: Número do FAX do contador      intNet:        type: string        maxLength: 100        description: Endereço eletrônico do contador (E-Mail)      numCgc:        type: string        description: Número do cadastro nacional de pessoa jurídica do escritório de contabilidade      nomCtb:        type: string        maxLength: 100        description: Nome do escritório de contabilidade da empresa      natPes:        type: integer        format: int64        description: Natureza da Pessoa Juridica        minimum: 0        maximum: 9999      pstCtd:        type: integer        format: int64        description: Número da caixa postal        minimum: 0        maximum: 999999      cpsCtd:        type: integer        format: int64        description: Código de endereçamento postal da caixa postal        minimum: 0        maximum: 99999999      perCta:        type: boolean        description: Permitir lançamento contábil com mesma conta a débito e a crédito      perCon:        type: string        format: date        description: Período Final de Conciliação dos Saldos Contábeis      diaLct:        type: string        allOf:        –  #/definitions/enumDiaLct        description: Dia permitido para data do lançamento contábil      ratPde:        type: boolean        description: Permite alterar rateio do tipo pré-definido sem confirmação      gerSpd:        type: boolean        description: Indicativo que a filial é informada para a geração do SPED      lctSlt:        type: boolean        description: Permitir a geração de lançamento contábil manual sem lote      forCtb:        type: string        allOf:        –  #/definitions/enumForCtb        description: Indicativo da consistência aplicada na contabilização dos lotes contábeis      lotSti:        type: boolean        description: Permitir a contabilização de lote contábil sem total informado      datDlt:        type: boolean        description: Permitir lançamento com data em competência diferente do lote      ctbExi:        type: string        format: date        description: Data inicial do período contábil permitido para lançamentos      ctbExf:        type: string        format: date        description: Data final do período contábil permitido para lançamentos      ctbPei:        type: string        format: date        description: Mês e ano inicial do período permitido para lançamentos      ctbPef:        type: string        format: date        description: Mês e ano final do período permitido para lançamentos      ctbQdl:        type: integer        format: int64        description: Quantidade de dias, após data atual, aceito para lançamentos        minimum: 0        maximum: 9999      e031moe:        type: object        allOf:         –  #/definitions/e031moe        description: Código da moeda padrão para contabilidade      ctbAli:        type: boolean        description: Indicativo se permite ou não alteração de lotes integrados      ctbCfm:        type: integer        format: int64        description: Número do código fiscal do município        minimum: 0        maximum: 9999999      ctbFec:        type: boolean        description: Indicativo se a filial efetua fechamento por lote      ctbHab:        type: boolean        description: Indicativo se a filial está ou não habilitada para receber lançamentos contábeis      perApuRes:        type: string        allOf:        –  #/definitions/enumPerApuRes        description: Indicativo de periodicidade da apuração de resultados para a filial      datUltApuRes:        type: string        format: date        description: Data da última apuração de resultados realizada na filial      e045plaCtaDes:        type: string        format: uuid        description: Conta contábil transitória padrão para o grupo de despesas      e045plaCtaRec:        type: string        format: uuid        description: Conta contábil transitória padrão para o grupo de receitas      e045plaCtaOut:        type: string        format: uuid        description: Conta contábil transitória padrão para o grupo outros      e045plaCtaLuc:        type: string        format: uuid        description: Conta contábil de padrão para lucros      e045plaCtaPre:        type: string        format: uuid        description: Conta contábil de padrão para prejuízos      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e075derCplImp:    description: Especialização cadastro de produto    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e075der:        type: object        allOf:         –  #/definitions/e075der        description: Produto      iteFis:        type: string        maxLength: 60        description: Código fiscal      desFis:        type: string        maxLength: 255        description: Descrição fiscal      ncm:        type: object        allOf:         –  #/definitions/ncm        description: NCM      proImp:        type: string        allOf:        –  #/definitions/enumProImp        description: Tipo Produto para Impostos      codAnp:        type: integer        format: int64        description: Código de produto ANP      desAnp:        type: string        maxLength: 95        description: Descrição do produto conforme ANP      oriMer:        type: string        allOf:        –  #/definitions/enumOriMer        description: Origem fiscal da mercadoria      codCes:        type: string        maxLength: 7        description: Especificador substituição tributária      gruIst:        type: boolean        description: Gerar grupo de repasse de ICMS ST na NF-e mesmo com CST 60        default: false      controlaPEPs:        type: boolean        description: controla PEPs        default: false      escalaRelevante:        type: boolean        description: Produzido em escala relevante        default: true      e051dis:        type: object        allOf:         –  #/definitions/e051dis        description: Dispositivo fiscal      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e075derSupEst:    description: Produtos – Estoque    type: object    required:      – e015med    properties:      id:        type: string        format: uuid        description: Id da entidade      e075der:        type: object        allOf:         –  #/definitions/e075der        description: Produto      e015med:        type: object        allOf:         –  #/definitions/e015med        description: Unidade de medida (estoque)      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        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:     e001tnsCplCtb:    description: Especialização de transações para a contabilidade    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001tns:        type: object        allOf:         –  #/definitions/e001tns        description: Transação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      contaContabilDespesa:        type: object        allOf:         –  #/definitions/e045pla        description: Conta contábil de despesa      contaContabilReceita:        type: object        allOf:         –  #/definitions/e045pla        description: Conta contábil de receita      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        description: Indica status da replicação      extIntMsg:        type: string        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:     e001tnsCplImpSai:    description: Transação complience impostos de saída    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001tns:        type: object        allOf:         –  #/definitions/e001tns        description: Transação      e051dis:        type: object        allOf:         –  #/definitions/e051dis        description: Dispositivo fiscal      venTcf:        type: string        allOf:        –  #/definitions/enumAplNop        description: Aplicação da natureza da operação      e024msgVenMs1:        type: object        allOf:         –  #/definitions/e024msg        description: 1ª mensagem padrão da nota fiscal de entrada      e024msgVenMs2:        type: object        allOf:         –  #/definitions/e024msg        description: 2ª mensagem padrão da nota fiscal de entrada      e024msgVenMs3:        type: object        allOf:         –  #/definitions/e024msg        description: 3ª mensagem padrão da nota fiscal de entrada      e024msgVenMs4:        type: object        allOf:         –  #/definitions/e024msg        description: 4ª mensagem padrão da nota fiscal de entrada      venNat:        type: string        maxLength: 5        description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002)      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      e001tnsEstorno:        type: object        allOf:         –  #/definitions/e001tns        description: Transação padrão para estorno      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:     e070filCplImp:    description: Filial especialização compliance impostos    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Filial      detImp:        type: string        allOf:        –  #/definitions/enumDetImp        description: Detalhar impostos nos documentos fiscais de venda a consumidor      cprNfo:        type: boolean        description: Indicativo se deve ser considerada a parametrização dos itens das notas fiscais dos itens de origem no fechamento das notas fiscais de frete para crédito de IPI, ICMS, PIS e COFINS        default: true      codRtr:        type: string        allOf:        –  #/definitions/enumCodCrt        description: Código do regime tributário      e024msgCodMs1:        type: object        allOf:         –  #/definitions/e024msg        description: Código da 1ª mensagem padrão da nota fiscal de saída      e024msgCodMs2:        type: object        allOf:         –  #/definitions/e024msg        description: Código da 2ª mensagem padrão da nota fiscal de saída      e024msgCodMs3:        type: object        allOf:         –  #/definitions/e024msg        description: Código da 3ª mensagem padrão da nota fiscal de saída      e024msgCodMs4:        type: object        allOf:         –  #/definitions/e024msg        description: Código da 4ª mensagem padrão da nota fiscal de saída      icmEfe:        type: boolean        description: Indicativo se gera informações do ICMS Efetivo (ICMS60 e ICMS500) na NF-e 4.00        default: false      cepIssEnt:        type: string        allOf:        –  #/definitions/enumCepIssEnt        description: Município de tributação ISS sobre compras      cepIss:        type: string        allOf:        –  #/definitions/enumCepIss        description: Município de tributação ISS sobre vendas      calFci:        type: boolean        description: Filial se beneficiará da resolução SF 13/2012      fatFci:        type: boolean        description: Permite faturar o produto sem que haja o cálculo de FCI apurado para o mesmo      fciInt:        type: boolean        description: Listar código do FCI em operações internas      regEst:        type: string        allOf:        –  #/definitions/enumRegEst        description: Regime especial de tributação      incCul:        type: boolean        description: Incentivador cultural      previaRetencaoRegimeCaixa:        type: boolean        description: Prévia da retenção por regime de caixa no documento fiscal        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e080serComGer:    description: Serviço – Parametros comercial    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e080ser:        type: object        allOf:         –  #/definitions/e080ser        description: Serviço      desNfv:        type: string        maxLength: 70        description: Descrição do serviço para impressão na nota fiscal      varSer:        type: string        allOf:        –  #/definitions/enumVarSer        description: Tipo de Serviço Comércio      perDsc:        type: number        format: double        description: Percentual de desconto previsto para venda do serviço        minimum: 0.0        maximum: 100.0      perCom:        type: number        format: double        description: Percentual de comissão previsto para venda do serviço        minimum: 0.0        maximum: 100.0      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e075derComGer:    description: Produto – Derivação – Comercial    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e075der:        type: object        allOf:         –  #/definitions/e075der        description: Produto      oriGti:        type: string        allOf:        –  #/definitions/enumOriGti        description: Forma de busca do código GTIN para gerar as tags cEAN e cEANTrib      qtdBcp:        type: number        format: double        description: Quantidade Base para Cálculo de Preço        minimum: 0.00        maximum: 999999999.99999      proVes:        type: boolean        description: Produto vendido separadamente?      regAnv:        type: string        maxLength: 13        description: Número registro Anvisa      motAnv:        type: string        maxLength: 255        description: Motivo da isenção da Anvisa      indVen:        type: boolean        description: Indicativo se o produto pode ser vendido        default: false      indPpc:        type: boolean        description: Produto por Cliente        default: false      qtdMve:        type: number        format: double        description: Quantidade Múltipla Vendas        minimum: 0.00        maximum: 9999999.99999      codAgm:        type: string        maxLength: 5        description: Agrup. Preço      parCom:        type: boolean        description: Comissionado ?      uniBcp:        type: string        maxLength: 3        description: Unidade Medida (Cálculo de preço)      perGas:        type: number        format: double        description: % Gás Natural        minimum: 0.00        maximum: 999.99      indEnc:        type: boolean        description: Produto Sob Encomenda      perGlp:        type: number        format: double        description: Percentual do GLP derivado do petróleo no produto GLP        minimum: 0.00        maximum: 999.99      perGni:        type: number        format: double        description: Percentual de Gás Natural Importado – GLGNi para o produto GLP        minimum: 0.00        maximum: 999.99      e015medVen:        type: object        allOf:         –  #/definitions/e015med        description: 3ª Unidade Medida      desNfv:        type: string        maxLength: 120        description: Descrição p/ Nota Fiscal      infAdProd:        type: string        maxLength: 500        description: Informações adicionais do produto para NF-e      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e028cpg:    description: Condição de pagamento    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Código da empresa      codCpg:        type: string        maxLength: 6        description: Código da condição de pagamento      desCpg:        type: string        maxLength: 50        description: Descrição da condição de pagamento      qtdPar:        type: integer        format: int64        description: Quantidade total de parcelas da condição de pagamento        maximum: 999      sitCpg:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação da condição de pagamento      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e066fpg:    description: Forma de pagamento    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      codFpg:        type: integer        format: int64        description: Código forma pagamento        minimum: 0        maximum: 99      desFpg:        type: string        maxLength: 30        description: Descrição      abrFpg:        type: string        maxLength: 10        description: Abreviatura      tipFpg:        type: string        allOf:        –  #/definitions/enumTipFpg        description: Tipo pagamento      sitFpg:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e073pes:    description: Transportadora    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001pes:        type: object        allOf:         –  #/definitions/e001pes        description: Pessoa      cifFob:        type: string        allOf:        –  #/definitions/enumCifFob        description: Indicativo se o frete da transportadora é CIF ou FOB      nomCto:        type: string        maxLength: 150        description: Nome da pessoa de contato na transportadora      nrnTrc:        type: string        maxLength: 14        description: Registro nacional de transportadores rodoviários de carga – RNTRC      codTaf:        type: string        maxLength: 12        description: Termo de autorização dos serviços em regime de fretamento – TAF      nroRes:        type: string        maxLength: 25        description: Número de registro adquirido junto a administração estadual      sitTra:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação da transportadora      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e001tnsCplImpEnt:    description: Transação complience impostos de entrada    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e001tns:        type: object        allOf:         –  #/definitions/e001tns        description: Transação      e051dis:        type: object        allOf:         –  #/definitions/e051dis        description: Dispositivo fiscal      cprTcf:        type: string        allOf:        –  #/definitions/enumAplNop        description: Aplicação da natureza da operação      e024msgCprMs1:        type: object        allOf:         –  #/definitions/e024msg        description: 1ª mensagem padrão da nota fiscal de entrada      e024msgCprMs2:        type: object        allOf:         –  #/definitions/e024msg        description: 2ª mensagem padrão da nota fiscal de entrada      e024msgCprMs3:        type: object        allOf:         –  #/definitions/e024msg        description: 3ª mensagem padrão da nota fiscal de entrada      e024msgCprMs4:        type: object        allOf:         –  #/definitions/e024msg        description: 4ª mensagem padrão da nota fiscal de entrada      cprNat:        type: string        maxLength: 5        description: Nova natureza de operação (CFOP) correspondente a transação (utilizada devido transição conforme ajuste SINIEF 7/2002)      e001tnsEstorno:        type: object        allOf:         –  #/definitions/e001tns        description: Transação padrão para estorno      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e045pca:    description: Tabelas – Plano Composição Auxiliar – Contas    type: object    required:      – id    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: Empresa      ctaAux:        type: integer        format: int64        description: Conta Auxiliar Reduzida        minimum: 0        maximum: 999999999      desCta:        type: string        maxLength: 250        description: Nomenclatura      abrCta:        type: string        maxLength: 20        description: Abreviatura      claAux:        type: string        maxLength: 30        description: Classificação      anaSin:        type: string        allOf:        –  #/definitions/enumAnaSin        description: Analítica ou Sintética      nivAux:        type: integer        format: int64        description: Nível        minimum: 0        maximum: 9      posAux:        type: integer        format: int64        description: Posições Nível        minimum: 0        maximum: 9      ultMov:        type: string        format: date        description: Data Último Movimento      sitAux:        type: string        allOf:        –  #/definitions/enumSitReg        description: Situação      defGru:        type: string        allOf:        –  #/definitions/enumGruCta        description: Definição Grupo      mskAux:        type: string        maxLength: 40        description: Máscara      gruAux:        type: integer        format: int64        description: Grupo        minimum: 0        maximum: 9      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      extIntSts:        type: string        description: Estado de integração com a entidade externa      extIntMsg:        type: string        description: Mensagem do resultado da integração      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     parametrosFaturamentoCampos:    description: Campos de parametrização    type: object    required:      – campoComposicao      – tipoOperacao    properties:      id:        type: string        format: uuid        description: Id da entidade      parametrosFaturamento:        type: object        allOf:         –  #/definitions/parametrosFaturamento        description: Parâmetro do faturamento      campoComposicao:        type: string        allOf:        –  #/definitions/enumCampoFaturamentoComposicao        description: Campo disponível para composição do faturamento      tipoOperacao:        type: string        allOf:        –  #/definitions/enumTipoOperacaoFaturamento        description: Tipo de operação do campo na composição do faturamento      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:   editParametrosFaturamentoCampos:    type: object    required:      – id    allOf:      –  #/definitions/parametrosFaturamentoCampos    parametrosFaturamento:    description: Parametrização do faturamento    type: object    required:      – e070emp      – tipoFaturamento      – e001tns      – competenciaInicial    properties:      id:        type: string        format: uuid        description: Id da entidade      e070emp:        type: object        allOf:         –  #/definitions/e070emp        description: código da empresa      tipoFaturamento:        type: string        allOf:        –  #/definitions/enumTipoFaturamento        description: Tipo de faturamento      e001tns:        type: object        allOf:         –  #/definitions/e001tns        description: Transação      competenciaInicial:        type: string        format: date        description: Competência inicial      competenciaFinal:        type: string        format: date        description: Competência final      considerarFaturamentoLiquido:        type: boolean        description: Considerar no faturamento líquido        default: false      parametrosFaturamentoCampos:        type: array        items:          type: object          allOf:           –  #/definitions/parametrosFaturamentoCampos        description: Campos de parametrização      composicaoBruto:        type: string        maxLength: 500        description: Composição do valor bruto      composicaoLiquido:        type: string        maxLength: 500        description: Composição do valor líquido      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:   editParametrosFaturamento:    type: object    required:      – id    allOf:      –  #/definitions/parametrosFaturamento    e001tnsCplTri:    description: Especialização tributária da transação    type: object    properties:      id:        type: string        format: uuid        description: Id      e001tns:        type: object        allOf:         –  #/definitions/e001tns        description: Transação      somRct:        type: boolean        description: Soma valor da retenção ao valor contábil e não tributadas        default: false      excluido:        type: boolean        description: Indica se o registro foi excluído        default: false      recupDifCIAP:        type: boolean        description: Recuperar Difal no CIAP      recupSitCIAP:        type: boolean        description: Recuperar ICMS ST no CIAP      zerarValorMercCont:        type: boolean        description: Zerar valor contábil e mercadoria das notas fiscais na integração para tributos        default: false      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:     e075derCplTri:    description: Especialização de tributos do produto    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e075der:        type: object        allOf:         –  #/definitions/e075der        description: Produto      codigoFiscalMunicipal:        type: string        maxLength: 10        description: Código fiscal municipal      codigoFiscalEstadual:        type: string        maxLength: 60        description: Código fiscal estadual      codigoFiscalFederal:        type: string        maxLength: 10        description: Código fiscal federal      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e080serCplTri:    description: Especialização de tributos do serviço    type: object    properties:      id:        type: string        format: uuid        description: Id da entidade      e080ser:        type: object        allOf:         –  #/definitions/e080ser        description: Serviço      codigoFiscalMunicipal:        type: string        maxLength: 10        description: Código fiscal municipal      codigoFiscalEstadual:        type: string        maxLength: 60        description: Código fiscal estadual      codigoFiscalFederal:        type: string        maxLength: 10        description: Código fiscal federal      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        description: Indica a mensagem da replicação      usuger:        type: string        description:       dthger:        type: string        format: date-time        description:       usualt:        type: string        description:       dthalt:        type: string        format: date-time        description:     e070filCplTri:    description: Especialização de tributos da filial    type: object    required:      – efiPdi      – efiPdf    properties:      id:        type: string        format: uuid        description: Id da entidade      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Filial      efiPdi:        type: string        format: date        description: Período inicial de validade para apuração dos impostos      efiPdf:        type: string        format: date        description: Período final de validade para apuração dos impostos      conNum:        type: boolean        description: Controla número da nota fiscal        default: false      conDes:        type: boolean        description: Considerar data de execução do serviço prestado como data de emissão        default: false      bloquearDadoNf:        type: string        allOf:        –  #/definitions/enumBloquearDadoNf        description: Bloquear dados da nota fiscal integrada      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e070filCplTriInt:    description: Filial – Integração de notas    type: object    required:      – icmsSimplesSomaIcms      – fcpStSomaIcmsSt    properties:      id:        type: string        format: uuid        description: Id da entidade      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Filial      icmsSimplesSomaIcms:        type: boolean        description: Lançar ICMS Simples no ICMS      fcpStSomaIcmsSt:        type: boolean        description: FCP ST incluso ao ICMS ST      fcpSomaIcms:        type: boolean        description: FCP próprio incluso ao ICMS      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     e070filCplTriCiap:    description: Especialização ciap integração de notas    type: object    required:      – difCiap    properties:      id:        type: string        format: uuid        description: Id da entidade      e070fil:        type: object        allOf:         –  #/definitions/e070fil        description: Filial      mesesCiap:        type: integer        format: int64        description: meses CIAP        minimum: 0        maximum: 9999      difCiap:        type: boolean        description: dif CIAP      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     parametros:    description: Parâmetros para geração da guia    type: object    required:      – codigo      – imposto      – codigoArrecadacao      – regimeControleRetencao      – fornecedor    properties:      id:        type: string        format: uuid        description: Id da entidade      codigo:        type: string        maxLength: 10        description: Código de negócio      imposto:        type: string        allOf:        –  #/definitions/enumImpostosGuia        description: Imposto      codigoArrecadacao:        type: string        maxLength: 6        description: Código de Arrecadação      regimeControleRetencao:        type: string        allOf:        –  #/definitions/enumRegimeControleRetencao        description: Regime controle retenção      fornecedor:        type: object        allOf:         –  #/definitions/e001pes        description: Fornecedor      extIntSts:        type: string        description: Indica status da replicação      extIntMsg:        type: string        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:     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