2.0info: 2.5.3 cloud description: Cloud Service x-senior-domain: tms x-senior-domain-path: tms x-senior-service-path: cloud 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/tmssecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /cloud/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/enumUpDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/recCheckData 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/enumUpDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/recCheckData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/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 maxLength: 255 description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string maxLength: 255 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 maxLength: 255 responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportArquivo: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportArquivoprocessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportArquivoprocessamentoerro: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportStatusarquivointegracao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportLogacessosrot: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcconhe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcconia: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcmoven: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtchisen: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisempre: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportCcecolet: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportCcesitcl: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSiscli: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportCcectrco: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportCcectrme: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcnf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSiscep: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisregia: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcnatur: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcnfped: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisrota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportCcehisto: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportDatabasecamadahistorico: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcfat: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcfatit: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisporta: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfatitu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcmvedg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGedmov: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisfun: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisveicu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvcrtabast: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvopabast: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvvinccrtveic: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSistpveilibfun: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSistpvei: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiord: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfisitos: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiordse: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiplasr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGtcveidp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiordpe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvitens: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvtpite: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisunmed: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisfabr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiordhub: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportOfiorddf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvpen: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvtpsrv: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportTraaci: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisveiex: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSismdvei: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSiscombu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSiscores: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvcencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportAlmcencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfacencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfves: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportGfvtpes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/queries/exportSisgrpreq: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/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 /cloud/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 maxLength: 255 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 /cloud/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 /cloud/actions/importArquivo: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importArquivoprocessamento: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importArquivoprocessamentoerro: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importStatusarquivointegracao: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importLogacessosrot: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcconhe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcconia: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcmoven: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtchisen: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisempre: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importCcecolet: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importCcesitcl: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSiscli: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importCcectrco: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importCcectrme: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcnf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSiscep: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisregia: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcnatur: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcnfped: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisrota: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importCcehisto: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importDatabasecamadahistorico: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcfat: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcfatit: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisporta: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfatitu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcmvedg: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGedmov: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisfun: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisveicu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvcrtabast: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvopabast: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvvinccrtveic: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSistpveilibfun: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSistpvei: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiord: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfisitos: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiordse: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiplasr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGtcveidp: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiordpe: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvitens: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvtpite: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisunmed: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisfabr: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiordhub: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importOfiorddf: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvpen: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvtpsrv: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importTraaci: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisveiex: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSismdvei: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSiscombu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSiscores: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvcencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importAlmcencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfacencu: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfves: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importGfvtpes: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/actions/importSisgrpreq: 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 maxLength: 255 description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/signals/processaIntegracoes: post: description: Processa as integrações da fila tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /cloud/signals/salvaLinhasArquivo: post: description: Salva linhas de um arquivo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – idBlobService – sequencia properties: idBlobService: type: string maxLength: 255 description: Id blob service sequencia: type: integer format: int64 description: Sequencia responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /cloud/events/importArquivoEvent: post: description: 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 /cloud/events/exportArquivoEvent: post: description: 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 /cloud/events/importArquivoprocessamentoEvent: post: description: 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 /cloud/events/exportArquivoprocessamentoEvent: post: description: 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 /cloud/events/importArquivoprocessamentoerroEvent: post: description: 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 /cloud/events/exportArquivoprocessamentoerroEvent: post: description: 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 /cloud/events/importStatusarquivointegracaoEvent: post: description: 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 /cloud/events/exportStatusarquivointegracaoEvent: post: description: 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 /cloud/events/importLogacessosrotEvent: post: description: 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 /cloud/events/exportLogacessosrotEvent: post: description: 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 /cloud/events/importGtcconheEvent: post: description: 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 /cloud/events/exportGtcconheEvent: post: description: 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 /cloud/events/importGtcconiaEvent: post: description: 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 /cloud/events/exportGtcconiaEvent: post: description: 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 /cloud/events/importGtcmovenEvent: post: description: 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 /cloud/events/exportGtcmovenEvent: post: description: 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 /cloud/events/importGtchisenEvent: post: description: 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 /cloud/events/exportGtchisenEvent: post: description: 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 /cloud/events/importSisempreEvent: post: description: 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 /cloud/events/exportSisempreEvent: post: description: 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 /cloud/events/importCcecoletEvent: post: description: 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 /cloud/events/exportCcecoletEvent: post: description: 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 /cloud/events/importCcesitclEvent: post: description: 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 /cloud/events/exportCcesitclEvent: post: description: 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 /cloud/events/importSiscliEvent: post: description: 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 /cloud/events/exportSiscliEvent: post: description: 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 /cloud/events/importCcectrcoEvent: post: description: 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 /cloud/events/exportCcectrcoEvent: post: description: 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 /cloud/events/importCcectrmeEvent: post: description: 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 /cloud/events/exportCcectrmeEvent: post: description: 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 /cloud/events/importGtcnfEvent: post: description: 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 /cloud/events/exportGtcnfEvent: post: description: 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 /cloud/events/importSiscepEvent: post: description: 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 /cloud/events/exportSiscepEvent: post: description: 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 /cloud/events/importSisregiaEvent: post: description: 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 /cloud/events/exportSisregiaEvent: post: description: 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 /cloud/events/importGtcnaturEvent: post: description: 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 /cloud/events/exportGtcnaturEvent: post: description: 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 /cloud/events/importGtcnfpedEvent: post: description: 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 /cloud/events/exportGtcnfpedEvent: post: description: 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 /cloud/events/importSisrotaEvent: post: description: 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 /cloud/events/exportSisrotaEvent: post: description: 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 /cloud/events/importCcehistoEvent: post: description: 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 /cloud/events/exportCcehistoEvent: post: description: 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 /cloud/events/importDatabasecamadahistoricoEvent: post: description: 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 /cloud/events/exportDatabasecamadahistoricoEvent: post: description: 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 /cloud/events/importGtcfatEvent: post: description: 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 /cloud/events/exportGtcfatEvent: post: description: 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 /cloud/events/importGtcfatitEvent: post: description: 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 /cloud/events/exportGtcfatitEvent: post: description: 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 /cloud/events/importSisportaEvent: post: description: 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 /cloud/events/exportSisportaEvent: post: description: 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 /cloud/events/importGfatituEvent: post: description: 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 /cloud/events/exportGfatituEvent: post: description: 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 /cloud/events/importGtcmvedgEvent: post: description: 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 /cloud/events/exportGtcmvedgEvent: post: description: 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 /cloud/events/importGedmovEvent: post: description: 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 /cloud/events/exportGedmovEvent: post: description: 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 /cloud/events/importSisfunEvent: post: description: 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 /cloud/events/exportSisfunEvent: post: description: 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 /cloud/events/importSisveicuEvent: post: description: 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 /cloud/events/exportSisveicuEvent: post: description: 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 /cloud/events/importGfvcrtabastEvent: post: description: 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 /cloud/events/exportGfvcrtabastEvent: post: description: 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 /cloud/events/importGfvopabastEvent: post: description: 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 /cloud/events/exportGfvopabastEvent: post: description: 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 /cloud/events/importGfvvinccrtveicEvent: post: description: 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 /cloud/events/exportGfvvinccrtveicEvent: post: description: 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 /cloud/events/importSistpveilibfunEvent: post: description: 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 /cloud/events/exportSistpveilibfunEvent: post: description: 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 /cloud/events/importSistpveiEvent: post: description: 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 /cloud/events/exportSistpveiEvent: post: description: 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 /cloud/events/importOfiordEvent: post: description: 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 /cloud/events/exportOfiordEvent: post: description: 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 /cloud/events/importOfisitosEvent: post: description: 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 /cloud/events/exportOfisitosEvent: post: description: 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 /cloud/events/importOfiordseEvent: post: description: 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 /cloud/events/exportOfiordseEvent: post: description: 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 /cloud/events/importOfiplasrEvent: post: description: 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 /cloud/events/exportOfiplasrEvent: post: description: 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 /cloud/events/importGtcveidpEvent: post: description: 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 /cloud/events/exportGtcveidpEvent: post: description: 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 /cloud/events/importOfiordpeEvent: post: description: 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 /cloud/events/exportOfiordpeEvent: post: description: 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 /cloud/events/importGfvitensEvent: post: description: 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 /cloud/events/exportGfvitensEvent: post: description: 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 /cloud/events/importGfvtpiteEvent: post: description: 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 /cloud/events/exportGfvtpiteEvent: post: description: 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 /cloud/events/importSisunmedEvent: post: description: 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 /cloud/events/exportSisunmedEvent: post: description: 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 /cloud/events/importSisfabrEvent: post: description: 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 /cloud/events/exportSisfabrEvent: post: description: 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 /cloud/events/importOfiordhubEvent: post: description: 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 /cloud/events/exportOfiordhubEvent: post: description: 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 /cloud/events/importOfiorddfEvent: post: description: 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 /cloud/events/exportOfiorddfEvent: post: description: 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 /cloud/events/importGfvpenEvent: post: description: 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 /cloud/events/exportGfvpenEvent: post: description: 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 /cloud/events/importGfvtpsrvEvent: post: description: 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 /cloud/events/exportGfvtpsrvEvent: post: description: 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 /cloud/events/importTraaciEvent: post: description: 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 /cloud/events/exportTraaciEvent: post: description: 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 /cloud/events/importSisveiexEvent: post: description: 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 /cloud/events/exportSisveiexEvent: post: description: 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 /cloud/events/importSismdveiEvent: post: description: 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 /cloud/events/exportSismdveiEvent: post: description: 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 /cloud/events/importSiscombuEvent: post: description: 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 /cloud/events/exportSiscombuEvent: post: description: 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 /cloud/events/importSiscoresEvent: post: description: 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 /cloud/events/exportSiscoresEvent: post: description: 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 /cloud/events/importGfvcencuEvent: post: description: 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 /cloud/events/exportGfvcencuEvent: post: description: 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 /cloud/events/importAlmcencuEvent: post: description: 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 /cloud/events/exportAlmcencuEvent: post: description: 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 /cloud/events/importGfacencuEvent: post: description: 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 /cloud/events/exportGfacencuEvent: post: description: 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 /cloud/events/importGfvesEvent: post: description: 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 /cloud/events/exportGfvesEvent: post: description: 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 /cloud/events/importGfvtpesEvent: post: description: 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 /cloud/events/exportGfvtpesEvent: post: description: 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 /cloud/events/importSisgrpreqEvent: post: description: 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 /cloud/events/exportSisgrpreqEvent: post: description: 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 /cloud/apis/sistpveilibfunEVinculacoes: get: description: Veículos liberados por motorista tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/sistpveilibfunEVinculacoesFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/sistpveilibfunEVinculacoesAbastecimento: get: description: Abastecimento – Veículos liberados por motorista tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/sistpveilibfunEVinculacoesAbastecimentoFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/sistpveilibfunEVinculacoesTelemetria: get: description: Telemetria – Veículos liberados por motorista tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/sistpveilibfunEVinculacoesTelemetriaFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/sisveicuConsulta: get: description: Fachada de consulta de veículos tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/sisveicuConsultaFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/sisveicuEVinculacoes: get: description: Fachada veículos disponíveis tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/sisveicuEVinculacoesFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/gfvvinccrtveicEVinculacoes: get: description: Abastecimento – Vinculação entre cartões e veículos tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/gfvvinccrtveicEVinculacoesFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/apis/ofiordhubEVinculacoes: get: description: Fachada – ordem de serviços e vinculaçoes tags: – APIS x-senior-visibility: PUBLIC 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: array items: #/definitions/ofiordhubEVinculacoesFacadeOutput 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivo: 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/arquivo responses: 200: description: The created resource schema: #/definitions/arquivo 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/arquivo responses: 200: description: The created resource schema: #/definitions/arquivo 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: array items: #/definitions/arquivo 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivo/{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/editArquivo responses: 200: description: Ok schema: #/definitions/editArquivo 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/arquivo responses: 200: description: Ok schema: #/definitions/arquivo 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/arquivo 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 /cloud/entities/arquivo/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/arquivo responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivoprocessamento: 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/arquivoprocessamento responses: 200: description: The created resource schema: #/definitions/arquivoprocessamento 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/arquivoprocessamento responses: 200: description: The created resource schema: #/definitions/arquivoprocessamento 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: array items: #/definitions/arquivoprocessamento 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivoprocessamento/{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/editArquivoprocessamento responses: 200: description: Ok schema: #/definitions/editArquivoprocessamento 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/arquivoprocessamento responses: 200: description: Ok schema: #/definitions/arquivoprocessamento 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/arquivoprocessamento 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 /cloud/entities/arquivoprocessamento/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/arquivoprocessamento responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivoprocessamentoerro: 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/arquivoprocessamentoerro responses: 200: description: The created resource schema: #/definitions/arquivoprocessamentoerro 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/arquivoprocessamentoerro responses: 200: description: The created resource schema: #/definitions/arquivoprocessamentoerro 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: array items: #/definitions/arquivoprocessamentoerro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/arquivoprocessamentoerro/{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/editArquivoprocessamentoerro responses: 200: description: Ok schema: #/definitions/editArquivoprocessamentoerro 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/arquivoprocessamentoerro responses: 200: description: Ok schema: #/definitions/arquivoprocessamentoerro 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/arquivoprocessamentoerro 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 /cloud/entities/arquivoprocessamentoerro/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/arquivoprocessamentoerro responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/statusarquivointegracao: 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/statusarquivointegracao responses: 200: description: The created resource schema: #/definitions/statusarquivointegracao 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/statusarquivointegracao responses: 200: description: The created resource schema: #/definitions/statusarquivointegracao 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: array items: #/definitions/statusarquivointegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/statusarquivointegracao/{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/editStatusarquivointegracao responses: 200: description: Ok schema: #/definitions/editStatusarquivointegracao 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/statusarquivointegracao responses: 200: description: Ok schema: #/definitions/statusarquivointegracao 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/statusarquivointegracao 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 /cloud/entities/statusarquivointegracao/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/statusarquivointegracao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/logacessosrot: 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/logacessosrot responses: 200: description: The created resource schema: #/definitions/logacessosrot 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/logacessosrot responses: 200: description: The created resource schema: #/definitions/logacessosrot 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: array items: #/definitions/logacessosrot 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/logacessosrot/{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/editLogacessosrot responses: 200: description: Ok schema: #/definitions/editLogacessosrot 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/logacessosrot responses: 200: description: Ok schema: #/definitions/logacessosrot 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/logacessosrot 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 /cloud/entities/logacessosrot/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/logacessosrot responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcconhe: 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/gtcconhe responses: 200: description: The created resource schema: #/definitions/gtcconhe 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/gtcconhe responses: 200: description: The created resource schema: #/definitions/gtcconhe 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: array items: #/definitions/gtcconhe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcconhe/{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/editGtcconhe responses: 200: description: Ok schema: #/definitions/editGtcconhe 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/gtcconhe responses: 200: description: Ok schema: #/definitions/gtcconhe 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/gtcconhe 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 /cloud/entities/gtcconhe/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcconhe responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcconia: 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/gtcconia responses: 200: description: The created resource schema: #/definitions/gtcconia 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/gtcconia responses: 200: description: The created resource schema: #/definitions/gtcconia 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: array items: #/definitions/gtcconia 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcconia/{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/editGtcconia responses: 200: description: Ok schema: #/definitions/editGtcconia 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/gtcconia responses: 200: description: Ok schema: #/definitions/gtcconia 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/gtcconia 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 /cloud/entities/gtcconia/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcconia responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcmoven: 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/gtcmoven responses: 200: description: The created resource schema: #/definitions/gtcmoven 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/gtcmoven responses: 200: description: The created resource schema: #/definitions/gtcmoven 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: array items: #/definitions/gtcmoven 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcmoven/{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/editGtcmoven responses: 200: description: Ok schema: #/definitions/editGtcmoven 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/gtcmoven responses: 200: description: Ok schema: #/definitions/gtcmoven 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/gtcmoven 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 /cloud/entities/gtcmoven/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcmoven responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtchisen: 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/gtchisen responses: 200: description: The created resource schema: #/definitions/gtchisen 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/gtchisen responses: 200: description: The created resource schema: #/definitions/gtchisen 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: array items: #/definitions/gtchisen 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtchisen/{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/editGtchisen responses: 200: description: Ok schema: #/definitions/editGtchisen 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/gtchisen responses: 200: description: Ok schema: #/definitions/gtchisen 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/gtchisen 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 /cloud/entities/gtchisen/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtchisen responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisempre: 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/sisempre responses: 200: description: The created resource schema: #/definitions/sisempre 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/sisempre responses: 200: description: The created resource schema: #/definitions/sisempre 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: array items: #/definitions/sisempre 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisempre/{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/editSisempre responses: 200: description: Ok schema: #/definitions/editSisempre 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/sisempre responses: 200: description: Ok schema: #/definitions/sisempre 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/sisempre 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 /cloud/entities/sisempre/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisempre responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccecolet: 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/ccecolet responses: 200: description: The created resource schema: #/definitions/ccecolet 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/ccecolet responses: 200: description: The created resource schema: #/definitions/ccecolet 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: array items: #/definitions/ccecolet 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccecolet/{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/editCcecolet responses: 200: description: Ok schema: #/definitions/editCcecolet 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/ccecolet responses: 200: description: Ok schema: #/definitions/ccecolet 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/ccecolet 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 /cloud/entities/ccecolet/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ccecolet responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccesitcl: 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/ccesitcl responses: 200: description: The created resource schema: #/definitions/ccesitcl 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/ccesitcl responses: 200: description: The created resource schema: #/definitions/ccesitcl 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: array items: #/definitions/ccesitcl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccesitcl/{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/editCcesitcl responses: 200: description: Ok schema: #/definitions/editCcesitcl 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/ccesitcl responses: 200: description: Ok schema: #/definitions/ccesitcl 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/ccesitcl 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 /cloud/entities/ccesitcl/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ccesitcl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscli: 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/siscli responses: 200: description: The created resource schema: #/definitions/siscli 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/siscli responses: 200: description: The created resource schema: #/definitions/siscli 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: array items: #/definitions/siscli 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscli/{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/editSiscli responses: 200: description: Ok schema: #/definitions/editSiscli 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/siscli responses: 200: description: Ok schema: #/definitions/siscli 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/siscli 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 /cloud/entities/siscli/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/siscli responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccectrco: 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/ccectrco responses: 200: description: The created resource schema: #/definitions/ccectrco 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/ccectrco responses: 200: description: The created resource schema: #/definitions/ccectrco 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: array items: #/definitions/ccectrco 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccectrco/{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/editCcectrco responses: 200: description: Ok schema: #/definitions/editCcectrco 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/ccectrco responses: 200: description: Ok schema: #/definitions/ccectrco 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/ccectrco 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 /cloud/entities/ccectrco/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ccectrco responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccectrme: 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/ccectrme responses: 200: description: The created resource schema: #/definitions/ccectrme 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/ccectrme responses: 200: description: The created resource schema: #/definitions/ccectrme 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: array items: #/definitions/ccectrme 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccectrme/{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/editCcectrme responses: 200: description: Ok schema: #/definitions/editCcectrme 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/ccectrme responses: 200: description: Ok schema: #/definitions/ccectrme 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/ccectrme 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 /cloud/entities/ccectrme/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ccectrme responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnf: 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/gtcnf responses: 200: description: The created resource schema: #/definitions/gtcnf 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/gtcnf responses: 200: description: The created resource schema: #/definitions/gtcnf 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: array items: #/definitions/gtcnf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnf/{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/editGtcnf responses: 200: description: Ok schema: #/definitions/editGtcnf 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/gtcnf responses: 200: description: Ok schema: #/definitions/gtcnf 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/gtcnf 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 /cloud/entities/gtcnf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcnf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscep: 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/siscep responses: 200: description: The created resource schema: #/definitions/siscep 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/siscep responses: 200: description: The created resource schema: #/definitions/siscep 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: array items: #/definitions/siscep 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscep/{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/editSiscep responses: 200: description: Ok schema: #/definitions/editSiscep 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/siscep responses: 200: description: Ok schema: #/definitions/siscep 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/siscep 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 /cloud/entities/siscep/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/siscep responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisregia: 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/sisregia responses: 200: description: The created resource schema: #/definitions/sisregia 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/sisregia responses: 200: description: The created resource schema: #/definitions/sisregia 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: array items: #/definitions/sisregia 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisregia/{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/editSisregia responses: 200: description: Ok schema: #/definitions/editSisregia 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/sisregia responses: 200: description: Ok schema: #/definitions/sisregia 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/sisregia 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 /cloud/entities/sisregia/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisregia responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnatur: 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/gtcnatur responses: 200: description: The created resource schema: #/definitions/gtcnatur 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/gtcnatur responses: 200: description: The created resource schema: #/definitions/gtcnatur 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: array items: #/definitions/gtcnatur 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnatur/{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/editGtcnatur responses: 200: description: Ok schema: #/definitions/editGtcnatur 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/gtcnatur responses: 200: description: Ok schema: #/definitions/gtcnatur 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/gtcnatur 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 /cloud/entities/gtcnatur/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcnatur responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnfped: 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/gtcnfped responses: 200: description: The created resource schema: #/definitions/gtcnfped 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/gtcnfped responses: 200: description: The created resource schema: #/definitions/gtcnfped 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: array items: #/definitions/gtcnfped 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcnfped/{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/editGtcnfped responses: 200: description: Ok schema: #/definitions/editGtcnfped 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/gtcnfped responses: 200: description: Ok schema: #/definitions/gtcnfped 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/gtcnfped 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 /cloud/entities/gtcnfped/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcnfped responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisrota: 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/sisrota responses: 200: description: The created resource schema: #/definitions/sisrota 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/sisrota responses: 200: description: The created resource schema: #/definitions/sisrota 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: array items: #/definitions/sisrota 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisrota/{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/editSisrota responses: 200: description: Ok schema: #/definitions/editSisrota 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/sisrota responses: 200: description: Ok schema: #/definitions/sisrota 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/sisrota 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 /cloud/entities/sisrota/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisrota responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccehisto: 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/ccehisto responses: 200: description: The created resource schema: #/definitions/ccehisto 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/ccehisto responses: 200: description: The created resource schema: #/definitions/ccehisto 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: array items: #/definitions/ccehisto 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ccehisto/{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/editCcehisto responses: 200: description: Ok schema: #/definitions/editCcehisto 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/ccehisto responses: 200: description: Ok schema: #/definitions/ccehisto 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/ccehisto 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 /cloud/entities/ccehisto/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ccehisto responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/databasecamadahistorico: 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/databasecamadahistorico responses: 200: description: The created resource schema: #/definitions/databasecamadahistorico 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/databasecamadahistorico responses: 200: description: The created resource schema: #/definitions/databasecamadahistorico 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: array items: #/definitions/databasecamadahistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/databasecamadahistorico/{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/editDatabasecamadahistorico responses: 200: description: Ok schema: #/definitions/editDatabasecamadahistorico 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/databasecamadahistorico responses: 200: description: Ok schema: #/definitions/databasecamadahistorico 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/databasecamadahistorico 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 /cloud/entities/databasecamadahistorico/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/databasecamadahistorico responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcfat: 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/gtcfat responses: 200: description: The created resource schema: #/definitions/gtcfat 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/gtcfat responses: 200: description: The created resource schema: #/definitions/gtcfat 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: array items: #/definitions/gtcfat 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcfat/{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/editGtcfat responses: 200: description: Ok schema: #/definitions/editGtcfat 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/gtcfat responses: 200: description: Ok schema: #/definitions/gtcfat 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/gtcfat 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 /cloud/entities/gtcfat/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcfat responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcfatit: 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/gtcfatit responses: 200: description: The created resource schema: #/definitions/gtcfatit 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/gtcfatit responses: 200: description: The created resource schema: #/definitions/gtcfatit 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: array items: #/definitions/gtcfatit 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcfatit/{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/editGtcfatit responses: 200: description: Ok schema: #/definitions/editGtcfatit 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/gtcfatit responses: 200: description: Ok schema: #/definitions/gtcfatit 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/gtcfatit 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 /cloud/entities/gtcfatit/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcfatit responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisporta: 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/sisporta responses: 200: description: The created resource schema: #/definitions/sisporta 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/sisporta responses: 200: description: The created resource schema: #/definitions/sisporta 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: array items: #/definitions/sisporta 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisporta/{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/editSisporta responses: 200: description: Ok schema: #/definitions/editSisporta 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/sisporta responses: 200: description: Ok schema: #/definitions/sisporta 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/sisporta 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 /cloud/entities/sisporta/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisporta responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfatitu: 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/gfatitu responses: 200: description: The created resource schema: #/definitions/gfatitu 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/gfatitu responses: 200: description: The created resource schema: #/definitions/gfatitu 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: array items: #/definitions/gfatitu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfatitu/{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/editGfatitu responses: 200: description: Ok schema: #/definitions/editGfatitu 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/gfatitu responses: 200: description: Ok schema: #/definitions/gfatitu 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/gfatitu 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 /cloud/entities/gfatitu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfatitu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcmvedg: 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/gtcmvedg responses: 200: description: The created resource schema: #/definitions/gtcmvedg 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/gtcmvedg responses: 200: description: The created resource schema: #/definitions/gtcmvedg 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: array items: #/definitions/gtcmvedg 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcmvedg/{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/editGtcmvedg responses: 200: description: Ok schema: #/definitions/editGtcmvedg 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/gtcmvedg responses: 200: description: Ok schema: #/definitions/gtcmvedg 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/gtcmvedg 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 /cloud/entities/gtcmvedg/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcmvedg responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gedmov: 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/gedmov responses: 200: description: The created resource schema: #/definitions/gedmov 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/gedmov responses: 200: description: The created resource schema: #/definitions/gedmov 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: array items: #/definitions/gedmov 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gedmov/{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/editGedmov responses: 200: description: Ok schema: #/definitions/editGedmov 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/gedmov responses: 200: description: Ok schema: #/definitions/gedmov 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/gedmov 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 /cloud/entities/gedmov/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gedmov responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisfun: 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/sisfun responses: 200: description: The created resource schema: #/definitions/sisfun 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/sisfun responses: 200: description: The created resource schema: #/definitions/sisfun 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: array items: #/definitions/sisfun 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisfun/{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/editSisfun responses: 200: description: Ok schema: #/definitions/editSisfun 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/sisfun responses: 200: description: Ok schema: #/definitions/sisfun 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/sisfun 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 /cloud/entities/sisfun/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisfun responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisveicu: 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/sisveicu responses: 200: description: The created resource schema: #/definitions/sisveicu 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/sisveicu responses: 200: description: The created resource schema: #/definitions/sisveicu 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: array items: #/definitions/sisveicu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisveicu/{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/editSisveicu responses: 200: description: Ok schema: #/definitions/editSisveicu 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/sisveicu responses: 200: description: Ok schema: #/definitions/sisveicu 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/sisveicu 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 /cloud/entities/sisveicu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisveicu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvcrtabast: 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/gfvcrtabast responses: 200: description: The created resource schema: #/definitions/gfvcrtabast 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/gfvcrtabast responses: 200: description: The created resource schema: #/definitions/gfvcrtabast 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: array items: #/definitions/gfvcrtabast 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvcrtabast/{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/editGfvcrtabast responses: 200: description: Ok schema: #/definitions/editGfvcrtabast 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/gfvcrtabast responses: 200: description: Ok schema: #/definitions/gfvcrtabast 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/gfvcrtabast 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 /cloud/entities/gfvcrtabast/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvcrtabast responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvopabast: 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/gfvopabast responses: 200: description: The created resource schema: #/definitions/gfvopabast 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/gfvopabast responses: 200: description: The created resource schema: #/definitions/gfvopabast 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: array items: #/definitions/gfvopabast 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvopabast/{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/editGfvopabast responses: 200: description: Ok schema: #/definitions/editGfvopabast 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/gfvopabast responses: 200: description: Ok schema: #/definitions/gfvopabast 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/gfvopabast 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 /cloud/entities/gfvopabast/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvopabast responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvvinccrtveic: 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/gfvvinccrtveic responses: 200: description: The created resource schema: #/definitions/gfvvinccrtveic 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/gfvvinccrtveic responses: 200: description: The created resource schema: #/definitions/gfvvinccrtveic 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: array items: #/definitions/gfvvinccrtveic 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvvinccrtveic/{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/editGfvvinccrtveic responses: 200: description: Ok schema: #/definitions/editGfvvinccrtveic 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/gfvvinccrtveic responses: 200: description: Ok schema: #/definitions/gfvvinccrtveic 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/gfvvinccrtveic 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 /cloud/entities/gfvvinccrtveic/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvvinccrtveic responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sistpveilibfun: 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/sistpveilibfun responses: 200: description: The created resource schema: #/definitions/sistpveilibfun 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/sistpveilibfun responses: 200: description: The created resource schema: #/definitions/sistpveilibfun 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: array items: #/definitions/sistpveilibfun 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sistpveilibfun/{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/editSistpveilibfun responses: 200: description: Ok schema: #/definitions/editSistpveilibfun 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/sistpveilibfun responses: 200: description: Ok schema: #/definitions/sistpveilibfun 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/sistpveilibfun 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 /cloud/entities/sistpveilibfun/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sistpveilibfun responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sistpvei: 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/sistpvei responses: 200: description: The created resource schema: #/definitions/sistpvei 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/sistpvei responses: 200: description: The created resource schema: #/definitions/sistpvei 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: array items: #/definitions/sistpvei 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sistpvei/{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/editSistpvei responses: 200: description: Ok schema: #/definitions/editSistpvei 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/sistpvei responses: 200: description: Ok schema: #/definitions/sistpvei 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/sistpvei 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 /cloud/entities/sistpvei/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sistpvei responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiord: 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/ofiord responses: 200: description: The created resource schema: #/definitions/ofiord 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/ofiord responses: 200: description: The created resource schema: #/definitions/ofiord 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: array items: #/definitions/ofiord 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiord/{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/editOfiord responses: 200: description: Ok schema: #/definitions/editOfiord 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/ofiord responses: 200: description: Ok schema: #/definitions/ofiord 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/ofiord 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 /cloud/entities/ofiord/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiord responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofisitos: 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/ofisitos responses: 200: description: The created resource schema: #/definitions/ofisitos 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/ofisitos responses: 200: description: The created resource schema: #/definitions/ofisitos 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: array items: #/definitions/ofisitos 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofisitos/{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/editOfisitos responses: 200: description: Ok schema: #/definitions/editOfisitos 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/ofisitos responses: 200: description: Ok schema: #/definitions/ofisitos 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/ofisitos 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 /cloud/entities/ofisitos/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofisitos responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordse: 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/ofiordse responses: 200: description: The created resource schema: #/definitions/ofiordse 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/ofiordse responses: 200: description: The created resource schema: #/definitions/ofiordse 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: array items: #/definitions/ofiordse 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordse/{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/editOfiordse responses: 200: description: Ok schema: #/definitions/editOfiordse 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/ofiordse responses: 200: description: Ok schema: #/definitions/ofiordse 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/ofiordse 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 /cloud/entities/ofiordse/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiordse responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiplasr: 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/ofiplasr responses: 200: description: The created resource schema: #/definitions/ofiplasr 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/ofiplasr responses: 200: description: The created resource schema: #/definitions/ofiplasr 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: array items: #/definitions/ofiplasr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiplasr/{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/editOfiplasr responses: 200: description: Ok schema: #/definitions/editOfiplasr 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/ofiplasr responses: 200: description: Ok schema: #/definitions/ofiplasr 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/ofiplasr 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 /cloud/entities/ofiplasr/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiplasr responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcveidp: 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/gtcveidp responses: 200: description: The created resource schema: #/definitions/gtcveidp 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/gtcveidp responses: 200: description: The created resource schema: #/definitions/gtcveidp 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: array items: #/definitions/gtcveidp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gtcveidp/{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/editGtcveidp responses: 200: description: Ok schema: #/definitions/editGtcveidp 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/gtcveidp responses: 200: description: Ok schema: #/definitions/gtcveidp 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/gtcveidp 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 /cloud/entities/gtcveidp/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gtcveidp responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordpe: 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/ofiordpe responses: 200: description: The created resource schema: #/definitions/ofiordpe 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/ofiordpe responses: 200: description: The created resource schema: #/definitions/ofiordpe 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: array items: #/definitions/ofiordpe 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordpe/{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/editOfiordpe responses: 200: description: Ok schema: #/definitions/editOfiordpe 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/ofiordpe responses: 200: description: Ok schema: #/definitions/ofiordpe 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/ofiordpe 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 /cloud/entities/ofiordpe/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiordpe responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvitens: 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/gfvitens responses: 200: description: The created resource schema: #/definitions/gfvitens 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/gfvitens responses: 200: description: The created resource schema: #/definitions/gfvitens 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: array items: #/definitions/gfvitens 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvitens/{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/editGfvitens responses: 200: description: Ok schema: #/definitions/editGfvitens 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/gfvitens responses: 200: description: Ok schema: #/definitions/gfvitens 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/gfvitens 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 /cloud/entities/gfvitens/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvitens responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpite: 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/gfvtpite responses: 200: description: The created resource schema: #/definitions/gfvtpite 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/gfvtpite responses: 200: description: The created resource schema: #/definitions/gfvtpite 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: array items: #/definitions/gfvtpite 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpite/{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/editGfvtpite responses: 200: description: Ok schema: #/definitions/editGfvtpite 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/gfvtpite responses: 200: description: Ok schema: #/definitions/gfvtpite 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/gfvtpite 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 /cloud/entities/gfvtpite/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvtpite responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisunmed: 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/sisunmed responses: 200: description: The created resource schema: #/definitions/sisunmed 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/sisunmed responses: 200: description: The created resource schema: #/definitions/sisunmed 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: array items: #/definitions/sisunmed 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisunmed/{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/editSisunmed responses: 200: description: Ok schema: #/definitions/editSisunmed 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/sisunmed responses: 200: description: Ok schema: #/definitions/sisunmed 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/sisunmed 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 /cloud/entities/sisunmed/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisunmed responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisfabr: 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/sisfabr responses: 200: description: The created resource schema: #/definitions/sisfabr 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/sisfabr responses: 200: description: The created resource schema: #/definitions/sisfabr 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: array items: #/definitions/sisfabr 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisfabr/{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/editSisfabr responses: 200: description: Ok schema: #/definitions/editSisfabr 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/sisfabr responses: 200: description: Ok schema: #/definitions/sisfabr 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/sisfabr 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 /cloud/entities/sisfabr/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisfabr responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordhub: 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/ofiordhub responses: 200: description: The created resource schema: #/definitions/ofiordhub 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/ofiordhub responses: 200: description: The created resource schema: #/definitions/ofiordhub 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: array items: #/definitions/ofiordhub 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiordhub/{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/editOfiordhub responses: 200: description: Ok schema: #/definitions/editOfiordhub 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/ofiordhub responses: 200: description: Ok schema: #/definitions/ofiordhub 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/ofiordhub 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 /cloud/entities/ofiordhub/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiordhub responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiorddf: 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/ofiorddf responses: 200: description: The created resource schema: #/definitions/ofiorddf 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/ofiorddf responses: 200: description: The created resource schema: #/definitions/ofiorddf 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: array items: #/definitions/ofiorddf 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/ofiorddf/{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/editOfiorddf responses: 200: description: Ok schema: #/definitions/editOfiorddf 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/ofiorddf responses: 200: description: Ok schema: #/definitions/ofiorddf 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/ofiorddf 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 /cloud/entities/ofiorddf/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/ofiorddf responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvpen: 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/gfvpen responses: 200: description: The created resource schema: #/definitions/gfvpen 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/gfvpen responses: 200: description: The created resource schema: #/definitions/gfvpen 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: array items: #/definitions/gfvpen 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvpen/{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/editGfvpen responses: 200: description: Ok schema: #/definitions/editGfvpen 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/gfvpen responses: 200: description: Ok schema: #/definitions/gfvpen 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/gfvpen 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 /cloud/entities/gfvpen/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvpen responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpsrv: 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/gfvtpsrv responses: 200: description: The created resource schema: #/definitions/gfvtpsrv 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/gfvtpsrv responses: 200: description: The created resource schema: #/definitions/gfvtpsrv 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: array items: #/definitions/gfvtpsrv 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpsrv/{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/editGfvtpsrv responses: 200: description: Ok schema: #/definitions/editGfvtpsrv 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/gfvtpsrv responses: 200: description: Ok schema: #/definitions/gfvtpsrv 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/gfvtpsrv 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 /cloud/entities/gfvtpsrv/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvtpsrv responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/traaci: 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/traaci responses: 200: description: The created resource schema: #/definitions/traaci 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/traaci responses: 200: description: The created resource schema: #/definitions/traaci 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: array items: #/definitions/traaci 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/traaci/{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/editTraaci responses: 200: description: Ok schema: #/definitions/editTraaci 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/traaci responses: 200: description: Ok schema: #/definitions/traaci 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/traaci 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 /cloud/entities/traaci/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/traaci responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisveiex: 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/sisveiex responses: 200: description: The created resource schema: #/definitions/sisveiex 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/sisveiex responses: 200: description: The created resource schema: #/definitions/sisveiex 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: array items: #/definitions/sisveiex 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisveiex/{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/editSisveiex responses: 200: description: Ok schema: #/definitions/editSisveiex 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/sisveiex responses: 200: description: Ok schema: #/definitions/sisveiex 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/sisveiex 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 /cloud/entities/sisveiex/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisveiex responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sismdvei: 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/sismdvei responses: 200: description: The created resource schema: #/definitions/sismdvei 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/sismdvei responses: 200: description: The created resource schema: #/definitions/sismdvei 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: array items: #/definitions/sismdvei 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sismdvei/{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/editSismdvei responses: 200: description: Ok schema: #/definitions/editSismdvei 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/sismdvei responses: 200: description: Ok schema: #/definitions/sismdvei 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/sismdvei 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 /cloud/entities/sismdvei/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sismdvei responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscombu: 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/siscombu responses: 200: description: The created resource schema: #/definitions/siscombu 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/siscombu responses: 200: description: The created resource schema: #/definitions/siscombu 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: array items: #/definitions/siscombu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscombu/{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/editSiscombu responses: 200: description: Ok schema: #/definitions/editSiscombu 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/siscombu responses: 200: description: Ok schema: #/definitions/siscombu 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/siscombu 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 /cloud/entities/siscombu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/siscombu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscores: 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/siscores responses: 200: description: The created resource schema: #/definitions/siscores 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/siscores responses: 200: description: The created resource schema: #/definitions/siscores 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: array items: #/definitions/siscores 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/siscores/{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/editSiscores responses: 200: description: Ok schema: #/definitions/editSiscores 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/siscores responses: 200: description: Ok schema: #/definitions/siscores 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/siscores 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 /cloud/entities/siscores/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/siscores responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvcencu: 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/gfvcencu responses: 200: description: The created resource schema: #/definitions/gfvcencu 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/gfvcencu responses: 200: description: The created resource schema: #/definitions/gfvcencu 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: array items: #/definitions/gfvcencu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvcencu/{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/editGfvcencu responses: 200: description: Ok schema: #/definitions/editGfvcencu 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/gfvcencu responses: 200: description: Ok schema: #/definitions/gfvcencu 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/gfvcencu 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 /cloud/entities/gfvcencu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvcencu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/almcencu: 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/almcencu responses: 200: description: The created resource schema: #/definitions/almcencu 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/almcencu responses: 200: description: The created resource schema: #/definitions/almcencu 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: array items: #/definitions/almcencu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/almcencu/{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/editAlmcencu responses: 200: description: Ok schema: #/definitions/editAlmcencu 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/almcencu responses: 200: description: Ok schema: #/definitions/almcencu 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/almcencu 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 /cloud/entities/almcencu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/almcencu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfacencu: 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/gfacencu responses: 200: description: The created resource schema: #/definitions/gfacencu 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/gfacencu responses: 200: description: The created resource schema: #/definitions/gfacencu 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: array items: #/definitions/gfacencu 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfacencu/{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/editGfacencu responses: 200: description: Ok schema: #/definitions/editGfacencu 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/gfacencu responses: 200: description: Ok schema: #/definitions/gfacencu 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/gfacencu 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 /cloud/entities/gfacencu/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfacencu responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfves: 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/gfves responses: 200: description: The created resource schema: #/definitions/gfves 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/gfves responses: 200: description: The created resource schema: #/definitions/gfves 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: array items: #/definitions/gfves 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfves/{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/editGfves responses: 200: description: Ok schema: #/definitions/editGfves 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/gfves responses: 200: description: Ok schema: #/definitions/gfves 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/gfves 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 /cloud/entities/gfves/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfves responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpes: 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/gfvtpes responses: 200: description: The created resource schema: #/definitions/gfvtpes 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/gfvtpes responses: 200: description: The created resource schema: #/definitions/gfvtpes 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: array items: #/definitions/gfvtpes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/gfvtpes/{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/editGfvtpes responses: 200: description: Ok schema: #/definitions/editGfvtpes 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/gfvtpes responses: 200: description: Ok schema: #/definitions/gfvtpes 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/gfvtpes 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 /cloud/entities/gfvtpes/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/gfvtpes responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisgrpreq: 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/sisgrpreq responses: 200: description: The created resource schema: #/definitions/sisgrpreq 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/sisgrpreq responses: 200: description: The created resource schema: #/definitions/sisgrpreq 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: array items: #/definitions/sisgrpreq 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /cloud/entities/sisgrpreq/{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/editSisgrpreq responses: 200: description: Ok schema: #/definitions/editSisgrpreq 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/sisgrpreq responses: 200: description: Ok schema: #/definitions/sisgrpreq 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/sisgrpreq 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 /cloud/entities/sisgrpreq/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/sisgrpreq responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: TipoCUD: description: Tipos de processamento type: string enum: – CREATE – UPDATE – DELETE enumStatusDBCamada: description: Status da criação do database da gestão de camada type: string enum: – PENDENTE – CONCLUIDO enumStatusarquivointegracao: description: Status do arquivo de integração type: string enum: – AGUARDANDO_CONFIRMACAO_SEQUENCIA – AGUARDANDO_ARQUIVO – ARQUIVO_NAO_INTEGRADO – RECEBIDO – ARQUIVO_DESCOMPACTADO – PERSISTINDO_DADOS – PROCESSADO enumUpDown: description: Up or down type: string enum: – UP – DOWN userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR recCheckData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string maxLength: 255 description: Nome do healthcheck status: type: string allOf: – #/definitions/enumUpDown description: Status do healthcheck recRetObterUploadAnexo: description: Retorno Obter UploadAnexo type: object required: – id – url – nome – versao properties: id: type: string maxLength: 255 description: Id unico do arquivo no serviço url: type: string maxLength: 255 description: URL para upload do arquivo nome: type: string maxLength: 255 description: Nome do arquivo, informado no input versao: type: string maxLength: 255 description: Versão do arquivo criado recDownloadAnexo: description: Informações da URL para download do anexo type: object required: – nomeAnexo – url properties: nomeAnexo: type: string maxLength: 255 description: Nome do anexo url: type: string maxLength: 255 description: URL de download recSalvarAnexo: description: Salvar Anexo type: object required: – nomeAnexo – versao properties: nomeAnexo: type: string maxLength: 255 description: nome do arquivo, informado no input versao: type: string maxLength: 255 description: versão do arquivo criado recRetSalvarAnexo: description: Retorno Salvar Anexo type: object required: – result properties: result: type: string maxLength: 255 description: Resultado salvar anexo recDefeito: description: Dados do defeito type: object required: – sequencia – descricao – resolvido – pendencia properties: sequencia: type: integer format: int64 description: Sequência descricao: type: string maxLength: 255 description: Descrição resolvido: type: boolean description: Situação pendencia: type: object allOf: – #/definitions/recPendencia description: Pendencias recPendencia: description: Record pendência type: object required: – cdVeiculo – cdEmpresa – cdPendencia – cdAcidente properties: cdVeiculo: type: integer format: int64 description: Código do veículo cdEmpresa: type: integer format: int64 description: Código da empresa cdPendencia: type: integer format: int64 description: Código da pendência cdAcidente: type: integer format: int64 description: Código do acidente recSituacaoOrdemServico: description: Dados da Situação da Ordem de Serviço type: object required: – codigo – descricao – apelido properties: codigo: type: integer format: int64 description: Código da situação descricao: type: string maxLength: 255 description: Descrição da situação apelido: type: string maxLength: 255 description: Apelido da situação recTipoOrdemServico: description: Dados do Tipo da Ordem de Serviço type: object required: – codigo – descricao – apelido properties: codigo: type: integer format: int64 description: Código do tipo descricao: type: string maxLength: 255 description: Descrição do tipo apelido: type: string maxLength: 255 description: Apelido do tipo arquivo: description: Arquivos integrados type: object required: – idBlob – versao properties: id: type: string format: uuid description: Identificação do registro idBlob: type: string maxLength: 255 description: Identificação do blob service versao: type: string maxLength: 255 description: Versão do arquivo no blob service createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editArquivo: type: object required: – id allOf: – #/definitions/arquivo arquivoprocessamento: description: Linhas dos arquivos integrados type: object required: – metadados – sequencia properties: id: type: string format: uuid description: Identificação do registro metadados: type: string maxLength: 255 description: Dados a serem integrados sequencia: type: integer format: int64 description: Sequencia createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editArquivoprocessamento: type: object required: – id allOf: – #/definitions/arquivoprocessamento arquivoprocessamentoerro: description: Linhas não integradas dos arquivos type: object required: – metadados – descricao properties: id: type: string format: uuid description: Identificação do registro metadados: type: string maxLength: 255 description: Dados não integrados descricao: type: string maxLength: 255 description: Descrição do erro createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editArquivoprocessamentoerro: type: object required: – id allOf: – #/definitions/arquivoprocessamentoerro statusarquivointegracao: description: Status do arquivo de integração type: object required: – sequencia – status properties: id: type: string format: uuid description: Identificação do registro sequencia: type: integer format: int64 description: Sequencia do arquivo status: type: string allOf: – #/definitions/enumStatusarquivointegracao description: Status do arquivo createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editStatusarquivointegracao: type: object required: – id allOf: – #/definitions/statusarquivointegracao logacessosrot: description: Registro de acessos às rotinas do TMS type: object required: – cdsequencia – cdempresa – dsrotina – dsusuario – dtacesso – dsmodulo – dsversaomodulo – dtversaoxt properties: id: type: string format: uuid description: Identificação do registro cdsequencia: type: integer format: int64 description: Sequência do banco de dados cdempresa: type: integer format: int64 description: Código do cliente TMS dsrotina: type: string maxLength: 255 description: Descrição da Rotina dsusuario: type: string maxLength: 255 description: Apelido do usuário dtacesso: type: string format: date-time description: Data/Hora de acesso à rotina dsmodulo: type: string maxLength: 255 description: Módulo da rotina acessada dsversaomodulo: type: string maxLength: 255 description: Versão do módulo da rotina acessada dtversaoxt: type: string format: date-time description: Data da última alteração do módulo XT dstpbanco: type: string maxLength: 255 description: Descrição do tipo de Banco(Oracle / SQL Server) dsversaobanco: type: string maxLength: 255 description: Descrição basica do BD dsversaobancocompleta: type: string maxLength: 255 description: Descrição detalhada do BD createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editLogacessosrot: type: object required: – id allOf: – #/definitions/logacessosrot gtcconhe: description: GTCCONHE type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: dtemissao: type: string format: date-time description: dtentrada: type: string format: date-time description: dtcancelamento: type: string format: date-time description: dtpagamentovista: type: string format: date-time description: dtentrega: type: string format: date-time description: intipofatura: type: integer format: int64 description: nrdiasentrega: type: integer format: int64 description: intipofrete: type: integer format: int64 description: cdremetente: type: string maxLength: 255 description: cddestinatario: type: string maxLength: 255 description: cdconsignatario: type: string maxLength: 255 description: cdredespacho: type: string maxLength: 255 description: nrcepcoleta: type: integer format: int64 description: nrcepentrega: type: integer format: int64 description: nrcepcalcate: type: integer format: int64 description: cdnatureza: type: integer format: int64 description: cdespecie: type: integer format: int64 description: cdtabelapreco: type: integer format: int64 description: cdtarifa: type: integer format: int64 description: qtpeso: type: number format: double description: qtpesocubado: type: number format: double description: nrnotafiscal: type: string maxLength: 255 description: qtvolume: type: number format: double description: dsmarca: type: string maxLength: 255 description: nrmarca: type: string maxLength: 255 description: vlmercadoria: type: number format: double description: vlnfcobrada: type: number format: double description: cdtransporte: type: integer format: int64 description: cdoperacao: type: integer format: int64 description: inicms: type: integer format: int64 description: vltotalprestacao: type: number format: double description: vlbasecalculo: type: number format: double description: vlicms: type: number format: double description: vlliquido: type: number format: double description: vlfreteideal: type: number format: double description: inconhecimento: type: integer format: int64 description: inmanifesto: type: integer format: int64 description: infatura: type: integer format: int64 description: inentregamanifesto: type: integer format: int64 description: cdmotorista: type: string maxLength: 255 description: dsplacaveiculo: type: string maxLength: 255 description: cdpercurso: type: integer format: int64 description: cdfranquia: type: integer format: int64 description: incargaencomenda: type: integer format: int64 description: vlseguro: type: number format: double description: vlfretepeso: type: number format: double description: vlfretevalor: type: number format: double description: vlademe: type: number format: double description: vlitr: type: number format: double description: vlseccat: type: number format: double description: vldespacho: type: number format: double description: vlpedagio: type: number format: double description: vlsuframa: type: number format: double description: vlbalsa: type: number format: double description: vloutros: type: number format: double description: dscomentario: type: string maxLength: 255 description: cdccustocontabil: type: integer format: int64 description: nrserie: type: string maxLength: 255 description: nrplacareboque1: type: string maxLength: 255 description: nrplacareboque2: type: string maxLength: 255 description: nrplacareboque3: type: string maxLength: 255 description: cdmotorista2: type: string maxLength: 255 description: fgicmsincluso: type: integer format: int64 description: intipofreteredespacho: type: integer format: int64 description: vlgris: type: number format: double description: nrhodveiculo: type: number format: double description: vlaliqicms: type: number format: double description: vlcoeficientepeso: type: number format: double description: cdempresacotacao: type: integer format: int64 description: cdcotacao: type: integer format: int64 description: qtkmpercurso: type: number format: double description: dsusuario: type: string maxLength: 255 description: dtdigitacao: type: string format: date-time description: dslocaentrega: type: string maxLength: 255 description: dslocalcoleta: type: string maxLength: 255 description: cdtipoveiculo: type: integer format: int64 description: nrrepom: type: string maxLength: 255 description: qtentregas: type: integer format: int64 description: inorigemconhec: type: integer format: int64 description: qtmetroscubicos: type: number format: double description: qtpesototallote: type: number format: double description: qtkmtotallote: type: number format: double description: inicmsdestacado: type: integer format: int64 description: vlaliqiss: type: number format: double description: vliss: type: number format: double description: cdempresatabela: type: integer format: int64 description: qtpares: type: integer format: int64 description: cdempresacartafrete: type: integer format: int64 description: nrdoctocartafrete: type: integer format: int64 description: vlperccomissao: type: number format: double description: intipoemissao: type: integer format: int64 description: cdempresaref: type: integer format: int64 description: nrseqcontroleref: type: integer format: int64 description: nrcepcoletaant: type: integer format: int64 description: nrcepentregaant: type: integer format: int64 description: cdpercursocomercial: type: integer format: int64 description: inimpressao: type: integer format: int64 description: cdempresadestino: type: integer format: int64 description: incontrole: type: integer format: int64 description: nrconhecredespacho: type: integer format: int64 description: nrnotafiscalcobol: type: string maxLength: 255 description: cdempresafvcoleta: type: integer format: int64 description: nrfichaviagemcoleta: type: integer format: int64 description: dtimpressao: type: string format: date-time description: insegurofrete: type: integer format: int64 description: nrprechc: type: integer format: int64 description: inperccomissao: type: integer format: int64 description: iniss: type: integer format: int64 description: cdempresacoleta: type: integer format: int64 description: cdempresaligada: type: integer format: int64 description: vlbasecalccomissao: type: number format: double description: cdmotivocancelamento: type: integer format: int64 description: cdfilialcancelamento: type: integer format: int64 description: cdpercursoant: type: integer format: int64 description: nrcoleta: type: integer format: int64 description: vlaliqirrf: type: number format: double description: vlirrf: type: number format: double description: cdempresasubst: type: integer format: int64 description: nrseqcontrolesubst: type: integer format: int64 description: inarmazenagem: type: integer format: int64 description: vlfreteparceiro: type: number format: double description: incalcmultiplasnat: type: integer format: int64 description: cdgerenciadorrisco: type: integer format: int64 description: vlperctolquebra: type: number format: double description: qtpesochegada: type: number format: double description: vlfretetonmot: type: number format: double description: vltde: type: number format: double description: vlmercadoriastotallote: type: number format: double description: cdsituacaocarga: type: integer format: int64 description: vlicmscredpres: type: number format: double description: vldesc: type: number format: double description: qtdiaria: type: integer format: int64 description: dslocalentrega: type: string maxLength: 255 description: vlcap: type: number format: double description: vlcad: type: number format: double description: vltrt: type: number format: double description: vltep: type: number format: double description: nrdoctofiscal: type: integer format: int64 description: cdtpdoctofiscal: type: integer format: int64 description: infobdirigido: type: integer format: int64 description: vldesccalc: type: number format: double description: vlcapcalc: type: number format: double description: vlcadcalc: type: number format: double description: fgconversao: type: integer format: int64 description: intpcte: type: integer format: int64 description: qtminuto: type: number format: double description: cdcomposicaoveic: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcconhe: type: object required: – id allOf: – #/definitions/gtcconhe gtcconia: description: GTCCONIA type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: vlfretepesocalc: type: number format: double description: vlfretevalorcalc: type: number format: double description: vlademecalc: type: number format: double description: vlitrcalc: type: number format: double description: vlseccatcalc: type: number format: double description: vldespachocalc: type: number format: double description: vlpedagiocalc: type: number format: double description: vlsuframacalc: type: number format: double description: vlbalsacalc: type: number format: double description: vlsegurocalc: type: number format: double description: vloutroscalc: type: number format: double description: vlgriscalc: type: number format: double description: vltdecalc: type: number format: double description: vldesccalc: type: number format: double description: vlcapcalc: type: number format: double description: vlcadcalc: type: number format: double description: cdconceitoembarque: type: integer format: int64 description: nrnsu: type: number format: double description: nrsubserie: type: string maxLength: 255 description: nrcnpjcpfcolent: type: string maxLength: 255 description: vltrtcalc: type: number format: double description: inmercentdeposito: type: integer format: int64 description: vltepcalc: type: number format: double description: vltascalc: type: number format: double description: vltfbcalc: type: number format: double description: vltcecalc: type: number format: double description: vltdacalc: type: number format: double description: vltdccalc: type: number format: double description: vltas: type: number format: double description: vltfb: type: number format: double description: vltda: type: number format: double description: vltdc: type: number format: double description: vltce: type: number format: double description: dsconhecorigem: type: string maxLength: 255 description: dtemissaoconheorigem: type: string format: date-time description: dsobsvincoperacao: type: string maxLength: 255 description: qtpesocubadoreal: type: number format: double description: cdrota: type: integer format: int64 description: cdinscrclicoleta: type: string maxLength: 255 description: incargatranspdestexp: type: integer format: int64 description: inmercretdeposito: type: integer format: int64 description: qtdiaspermdeposito: type: integer format: int64 description: nranogeracaosmp: type: integer format: int64 description: nrsmp: type: integer format: int64 description: cdviagem: type: integer format: int64 description: cdvinculacaoiss: type: integer format: int64 description: cdempcontrcontainer: type: integer format: int64 description: cdpedidocontrcontainer: type: integer format: int64 description: nrchaveacessocteorigem: type: string maxLength: 255 description: inveiculo: type: integer format: int64 description: vlprestribconsfinal: type: number format: double description: cdempcteori: type: integer format: int64 description: nrseqcontrolecteori: type: integer format: int64 description: cdempnfeanu: type: integer format: int64 description: nrdoctonfeanu: type: integer format: int64 description: cdinscrnfeanu: type: string maxLength: 255 description: cdtpdoctonfeanu: type: integer format: int64 description: nrserienfeanu: type: string maxLength: 255 description: indestcargaexport: type: integer format: int64 description: vlcad: type: number format: double description: vltag: type: number format: double description: vltagcalc: type: number format: double description: intpserv: type: integer format: int64 description: nrgnre: type: string maxLength: 255 description: inglobalizado: type: integer format: int64 description: cdcfps: type: integer format: int64 description: cdoperacaodifal: type: integer format: int64 description: cdseqvincopdifal: type: integer format: int64 description: vlaliqfcp: type: number format: double description: vlaliqicmsdest: type: number format: double description: vlaliqicmsdifal: type: number format: double description: vlfcp: type: number format: double description: vlicmsdifal: type: number format: double description: vlicmsdifaldest: type: number format: double description: vlicmsdifalori: type: number format: double description: dtpreventr: type: string format: date-time description: nrdiasentrprev: type: integer format: int64 description: inmodaltransp: type: integer format: int64 description: cdempresaentrega: type: integer format: int64 description: cdempanu: type: integer format: int64 description: nrseqcontroleanu: type: integer format: int64 description: cdexpedidorcarga: type: string maxLength: 255 description: dschaveimpressao: type: string maxLength: 255 description: intpdocanterior: type: integer format: int64 description: cdemissordocanterior: type: string maxLength: 255 description: cddocanterior: type: string maxLength: 255 description: nrseriedocanterior: type: string maxLength: 255 description: dtemissaodocanterior: type: string format: date-time description: indeclaracaotransppf: type: integer format: int64 description: qtpesocubadooper: type: number format: double description: vlbasecalcicmsinfo: type: number format: double description: cdatividaderms: type: integer format: int64 description: imlogedi: type: string format: byte description: cdclasseemissao: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcconia: type: object required: – id allOf: – #/definitions/gtcconia gtcmoven: description: GTCMOVEN type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: cdsequencia: type: integer format: int64 description: dtmovimento: type: string format: date-time description: hrmovimento: type: string format: date-time description: nrmanifesto: type: string maxLength: 255 description: cdocorrencia: type: integer format: int64 description: dscomplementoocorr: type: string maxLength: 255 description: dtdigitacao: type: string format: date-time description: cdempresaroteiro: type: integer format: int64 description: cdrota: type: integer format: int64 description: cdroteiro: type: integer format: int64 description: cdlote: type: integer format: int64 description: cdsequencialote: type: integer format: int64 description: dsusuario: type: string maxLength: 255 description: dtcadastro: type: string format: date-time description: dtagendamento: type: string format: date-time description: inorigemmovto: type: integer format: int64 description: cdagencia: type: integer format: int64 description: qtpesochegada: type: number format: double description: dscontato: type: string maxLength: 255 description: nrfonecontato: type: string maxLength: 255 description: nrcodigoatendcliente: type: integer format: int64 description: nratendimentocrm: type: integer format: int64 description: hragendamento: type: string format: date-time description: nrdoctoidentpessoal: type: string maxLength: 255 description: dtmovimentofim: type: string format: date-time description: hrmovimentofim: type: string format: date-time description: inexibehist: type: integer format: int64 description: nridmobile: type: string maxLength: 255 description: dsorigemmovto: type: string maxLength: 255 description: dslatitude: type: string maxLength: 255 description: dslongitude: type: string maxLength: 255 description: qtpallets: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcmoven: type: object required: – id allOf: – #/definitions/gtcmoven gtchisen: description: GTCHISEN type: object properties: id: type: string format: uuid description: cdhistoricoentrega: type: integer format: int64 description: dshistoricoentrega: type: string maxLength: 255 description: fgentregue: type: integer format: int64 description: inentregue: type: integer format: int64 description: inexcluirdocalculodias: type: integer format: int64 description: cdobsocorrencia: type: integer format: int64 description: inexigeromaneio: type: integer format: int64 description: indtagendamento: type: integer format: int64 description: ininformaritens: type: integer format: int64 description: inpedirbo: type: integer format: int64 description: cdhistoricoentregavinc: type: integer format: int64 description: inconhecreentrega: type: integer format: int64 description: dsapelidowap: type: string maxLength: 255 description: inbaixawap: type: integer format: int64 description: inpermitecalcarmazenagem: type: integer format: int64 description: indigpesochegada: type: integer format: int64 description: inexibecontatofone: type: integer format: int64 description: ingerarbo: type: integer format: int64 description: cdocorrenciabo: type: integer format: int64 description: vlperccomissaooco: type: number format: double description: cdsituacaocarga: type: integer format: int64 description: incalccomissaooco: type: integer format: int64 description: inpedecodigoatendcli: type: integer format: int64 description: inpermitebaixacnnf: type: integer format: int64 description: inpermitedtentrpost: type: integer format: int64 description: ininformadtmovinf: type: integer format: int64 description: inenvioemailmovent: type: integer format: int64 description: cdparecerconclusaobo: type: integer format: int64 description: inresponsabilidade: type: integer format: int64 description: inanexcomprentrdigit: type: integer format: int64 description: inprioridade: type: integer format: int64 description: ingeraatendimentocrm: type: integer format: int64 description: inavisocargaretida: type: integer format: int64 description: inexibehist: type: integer format: int64 description: inpermdtagenantatual: type: integer format: int64 description: inqtocorpermdocto: type: integer format: int64 description: inaltsitfatconhec: type: integer format: int64 description: dsassuntoemail: type: string maxLength: 255 description: dscabecalhoemail: type: string maxLength: 255 description: dscomplementoemail: type: string maxLength: 255 description: indispmovtoweb: type: integer format: int64 description: inatualizaemprdest: type: integer format: int64 description: inpgtoautomavista: type: integer format: int64 description: ininativo: type: integer format: int64 description: ingerabxroman: type: integer format: int64 description: inpermcalcpaletizacao: type: integer format: int64 description: insolicassinaturamob: type: integer format: int64 description: inexigeqtpallets: type: integer format: int64 description: inconsistedescarga: type: integer format: int64 description: indesconsidpenddesc: type: integer format: int64 description: indesconsidcobrantreentreg: type: integer format: int64 description: inenvemailtranspintern: type: integer format: int64 description: cdhistoricotrackingg7: type: integer format: int64 description: cdintegracaoxplatform: type: integer format: int64 description: incobrtempoestadia: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtchisen: type: object required: – id allOf: – #/definitions/gtchisen sisempre: description: SISEMPRE type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdempresaligada: type: integer format: int64 description: dsempresa: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: dsendereco: type: string maxLength: 255 description: dsbairro: type: string maxLength: 255 description: nrcep: type: number format: double description: nrcgccpf: type: string maxLength: 255 description: nrinscrestadual: type: string maxLength: 255 description: nrinscrdner: type: string maxLength: 255 description: nrtelefone: type: string maxLength: 255 description: nrfax: type: string maxLength: 255 description: dsemail: type: string maxLength: 255 description: dshomepagea: type: string maxLength: 255 description: fgtpempresa: type: integer format: int64 description: qtmetapeso: type: number format: double description: vlmetafrete: type: number format: double description: nrreceita: type: integer format: int64 description: vljurosrecebidos: type: number format: double description: cdclienterecebe: type: integer format: int64 description: cdfornecedorpagar: type: integer format: int64 description: cdcorrecaomonetaria: type: integer format: int64 description: cdfatura: type: integer format: int64 description: nrcontareceitas: type: integer format: int64 description: nrcontajuros: type: integer format: int64 description: nrcontarecfat: type: integer format: int64 description: nrcontarec: type: integer format: int64 description: nrcontacormon: type: integer format: int64 description: nrcontapagar: type: integer format: int64 description: cdcalendario: type: integer format: int64 description: nrserieconhecimento: type: string maxLength: 255 description: vlcomissaoclientesnovos: type: number format: double description: nrinscrder: type: string maxLength: 255 description: nrcontaicmsrecolher: type: integer format: int64 description: nrcontadeducoes: type: integer format: int64 description: cdtabela: type: integer format: int64 description: dspgmimpressaoordemcoleta: type: string maxLength: 255 description: dspgmimpressaoromaneio: type: string maxLength: 255 description: fglockfatura: type: integer format: int64 description: nrapolice: type: string maxLength: 255 description: nrcontafretesapagar: type: integer format: int64 description: inadicionareventoscf: type: integer format: int64 description: nroutrascontasrec: type: integer format: int64 description: dspgmimpressaofichaviagem: type: string maxLength: 255 description: nrfreteapagarpfisica: type: integer format: int64 description: inveiculofrota: type: integer format: int64 description: inveiculoterceiros: type: integer format: int64 description: inempresa: type: integer format: int64 description: inoutros: type: integer format: int64 description: nrcentrocusto: type: string maxLength: 255 description: dscontato1: type: string maxLength: 255 description: nrfone1: type: string maxLength: 255 description: dscontato2: type: string maxLength: 255 description: nrfone2: type: string maxLength: 255 description: dsemail1: type: string maxLength: 255 description: dsemail2: type: string maxLength: 255 description: nrultadiantamentoviagem: type: integer format: int64 description: cdcontacorrenteftr: type: integer format: int64 description: cdhistoricoftr: type: integer format: int64 description: cdplanocontaftr: type: integer format: int64 description: cdhistoricoestornoftr: type: integer format: int64 description: qtsaldogaiolas: type: integer format: int64 description: qtsaldopallets: type: integer format: int64 description: inativa: type: integer format: int64 description: intipotributacao: type: integer format: int64 description: dsservidorsmtp: type: string maxLength: 255 description: dslogin: type: string maxLength: 255 description: dssenha: type: string maxLength: 255 description: inautenticacao: type: integer format: int64 description: nrcontareceitasinter: type: integer format: int64 description: nrcontareceitasterceiros: type: integer format: int64 description: nrcontacofins: type: integer format: int64 description: nrcontapis: type: integer format: int64 description: nrcontacsll: type: integer format: int64 description: nrcontairrf: type: integer format: int64 description: cddistribuicao: type: integer format: int64 description: cdcalendariocotfrete: type: integer format: int64 description: dspgmimpressaobo: type: string maxLength: 255 description: vlareatotal: type: number format: double description: vlareaarmazenagem: type: number format: double description: nrdocas: type: integer format: int64 description: hrmanhaini: type: string format: date-time description: hrmanhafim: type: string format: date-time description: hrtardeini: type: string format: date-time description: hrtardefim: type: string format: date-time description: inempresavigilancia: type: integer format: int64 description: incercaeletrica: type: integer format: int64 description: incamerasinterna: type: integer format: int64 description: incontroleapagao: type: integer format: int64 description: dsobservacao: type: string maxLength: 1000 description: dsemail2aux: type: string maxLength: 255 description: nrcontajurospagos: type: integer format: int64 description: nrcontadeducoesconcedidos: type: integer format: int64 description: nrcontaiss: type: integer format: int64 description: nrcontacsl: type: integer format: int64 description: nrcontainss: type: integer format: int64 description: cdgrupo: type: integer format: int64 description: cdgerentefilial: type: integer format: int64 description: nrinscrmunicipal: type: string maxLength: 255 description: nrlongitude: type: integer format: int64 description: nrlatitude: type: integer format: int64 description: nrdistancia: type: integer format: int64 description: dspgmimpressaodemfv: type: string maxLength: 255 description: cdplanocontaftrpf: type: integer format: int64 description: cdplanocontaftrpj: type: integer format: int64 description: intpaprovacaotabela: type: integer format: int64 description: cdcalendariofpg: type: integer format: int64 description: inaprovusumesmaemp: type: integer format: int64 description: nrcontaicmssubsttrib: type: integer format: int64 description: nrcontacredpresicms: type: integer format: int64 description: cdplanocontaadtopf: type: integer format: int64 description: cdplanocontaadtopj: type: integer format: int64 description: cdplanocontasaldopf: type: integer format: int64 description: cdplanocontasaldopj: type: integer format: int64 description: dspgmimpressaodemrm: type: string maxLength: 255 description: nrcontafretesapcoop: type: integer format: int64 description: nrcontaicmsapagar: type: integer format: int64 description: nrcuit: type: string maxLength: 255 description: cdcontasaldocoop: type: integer format: int64 description: cdcontaadtocoop: type: integer format: int64 description: cdrateiocf: type: integer format: int64 description: cdrateiocfpfisica: type: integer format: int64 description: cdempresactb: type: integer format: int64 description: nrcontafretapagarpj: type: integer format: int64 description: intipoapcreditoicms: type: integer format: int64 description: vlperccredpresumido: type: number format: double description: nrctactbrecintermun: type: integer format: int64 description: nrctactbrecfretesmun: type: integer format: int64 description: nrruc: type: string maxLength: 255 description: dsemailrespbo: type: string maxLength: 255 description: cdcentrocustobo: type: integer format: int64 description: nrrntrc: type: string maxLength: 255 description: dsnumero: type: string maxLength: 255 description: nrrut: type: string maxLength: 255 description: nrcotm: type: string maxLength: 255 description: cdempsenior: type: integer format: int64 description: cdfilialsenior: type: integer format: int64 description: dscodigo: type: string maxLength: 255 description: cdctacooprecinterestaduais: type: integer format: int64 description: cdctacooprecintermunicipais: type: integer format: int64 description: cdctacooprecmunicipais: type: integer format: int64 description: cdctacooprecinternacionais: type: integer format: int64 description: cdemprhsenior: type: integer format: int64 description: cdfilialrhsenior: type: integer format: int64 description: nrcontaicmsdifalapagar: type: integer format: int64 description: nrcontaicmsdifalrecolher: type: integer format: int64 description: cdcno: type: integer format: int64 description: dsdirnotafiscalrde: type: string maxLength: 255 description: dsdircterde: type: string maxLength: 255 description: nrpontoapoio: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisempre: type: object required: – id allOf: – #/definitions/sisempre ccecolet: description: CCECOLET type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrcoleta: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: cdcontato: type: integer format: int64 description: dtemissao: type: string format: date-time description: hremissao: type: string format: date-time description: cdnatureza: type: integer format: int64 description: cdespeciecarga: type: integer format: int64 description: qtpeso: type: number format: double description: qtvolume: type: number format: double description: cddestinatario: type: string maxLength: 255 description: dsobservacao: type: string maxLength: 255 description: nrplaca: type: string maxLength: 255 description: nrcpf: type: string maxLength: 255 description: cdfuncionario: type: integer format: int64 description: nrtelefone: type: string maxLength: 255 description: cdregiao: type: integer format: int64 description: cdsubregiao: type: integer format: int64 description: hrlimite: type: string format: date-time description: infrete: type: integer format: int64 description: dsnome: type: string maxLength: 255 description: nrcep: type: integer format: int64 description: dsendereco: type: string maxLength: 255 description: dsbairro: type: string maxLength: 255 description: dsproximidade: type: string maxLength: 255 description: dslocaldestino: type: string maxLength: 255 description: cdempresadestino: type: integer format: int64 description: fgromaneiocoleta: type: integer format: int64 description: dsdestinatario: type: string maxLength: 255 description: dscontato: type: string maxLength: 255 description: cdmotivocancelamento: type: integer format: int64 description: insituacao: type: integer format: int64 description: dsobscancelamento: type: string maxLength: 255 description: infasecoleta: type: integer format: int64 description: fgurgente: type: integer format: int64 description: intipocoleta: type: integer format: int64 description: dsusuario: type: string maxLength: 255 description: dtcadastro: type: string format: date-time description: dtagendamento: type: string format: date-time description: hragendamento: type: string format: date-time description: vlnotafiscal: type: number format: double description: cdrota: type: integer format: int64 description: cdtransporte: type: integer format: int64 description: qtmetroscubicos: type: number format: double description: qtpesocubado: type: number format: double description: inpedirvisto: type: integer format: int64 description: dsusuariovisto: type: string maxLength: 255 description: dtvisto: type: string format: date-time description: cdgerenciadorrisco: type: integer format: int64 description: dsusuariocanc: type: string maxLength: 255 description: dtcancelamento: type: string format: date-time description: dsusuariobaixa: type: string maxLength: 255 description: dtbaixa: type: string format: date-time description: cdregiaocoletaentrega: type: integer format: int64 description: cdconsignatario: type: string maxLength: 255 description: dsobsconhec: type: string maxLength: 255 description: cdviagem: type: integer format: int64 description: nrano: type: integer format: int64 description: nrsmp: type: integer format: int64 description: nrplacareboque1: type: string maxLength: 255 description: nrplacareboque2: type: string maxLength: 255 description: cdatendimento: type: integer format: int64 description: cdempresaatendimento: type: integer format: int64 description: inlocalinformveic: type: integer format: int64 description: nrtelefonecontato: type: string maxLength: 255 description: nrtransporte: type: string maxLength: 255 description: inprimeiracoleta: type: integer format: int64 description: dsusuarioimpressao: type: string maxLength: 255 description: dtimpressao: type: string format: date-time description: inimpresso: type: integer format: int64 description: nridmobile: type: string maxLength: 255 description: hriniciocoleta: type: string format: date-time description: inorigeminclusao: type: integer format: int64 description: cdempresatabela: type: integer format: int64 description: cdtabelacliente: type: integer format: int64 description: dtiniciovigencia: type: string format: date-time description: dtfimvigencia: type: string format: date-time description: cdconceitocliente: type: integer format: int64 description: cdempcot: type: integer format: int64 description: cdcotacao: type: integer format: int64 description: cdatividaderms: type: integer format: int64 description: nrpedidocoleta: type: string maxLength: 255 description: dtagenentr: type: string format: date-time description: hragenentr: type: string format: date-time description: nrpresmp: type: integer format: int64 description: dslatitude: type: string maxLength: 255 description: dslongitude: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editCcecolet: type: object required: – id allOf: – #/definitions/ccecolet ccesitcl: description: CCESITCL type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrcoleta: type: integer format: int64 description: dtcoleta: type: string format: date-time description: hrcoleta: type: string format: date-time description: cdsituacao: type: integer format: int64 description: dsobservacao: type: string maxLength: 255 description: dtcoletafinal: type: string format: date-time description: hrcoletafinal: type: string format: date-time description: dtdigitacao: type: string format: date-time description: dsusuariodigitacao: type: string maxLength: 255 description: dtagendamento: type: string format: date-time description: hragendamento: type: string format: date-time description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editCcesitcl: type: object required: – id allOf: – #/definitions/ccesitcl siscli: description: SISCLI type: object properties: id: type: string format: uuid description: cdinscricao: type: string maxLength: 255 description: dsentidade: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: ininscricao: type: integer format: int64 description: incadastro: type: integer format: int64 description: dsendereco: type: string maxLength: 255 description: dsbairro: type: string maxLength: 255 description: nrcep: type: integer format: int64 description: nrinscricaoestadual: type: string maxLength: 255 description: nrcgccpf: type: string maxLength: 255 description: nrtelefone: type: string maxLength: 255 description: nrfax: type: string maxLength: 255 description: dtcadastro: type: string format: date-time description: dtatualizacao: type: string format: date-time description: cdempresa: type: integer format: int64 description: nrsuframa: type: number format: double description: dsemail: type: string maxLength: 255 description: dshomepage: type: string maxLength: 255 description: fgclientebasico: type: integer format: int64 description: dscomentario: type: string maxLength: 255 description: nrinscricaomunicipal: type: string maxLength: 255 description: dtmovimentacao: type: string format: date-time description: nrapolice: type: string maxLength: 255 description: dsusuarioinc: type: string maxLength: 255 description: dsusuarioalt: type: string maxLength: 255 description: inclassificacaofiscal: type: integer format: int64 description: dslong: type: string maxLength: 255 description: dslat: type: string maxLength: 255 description: inhoraentrega: type: integer format: int64 description: inobsentrega: type: integer format: int64 description: inlocaldificilent: type: integer format: int64 description: inintegra: type: integer format: int64 description: dtfundacaoemp: type: string format: date-time description: inativo: type: integer format: int64 description: dscomplemento: type: string maxLength: 255 description: dsnumero: type: string maxLength: 255 description: cdcnae20: type: integer format: int64 description: cdpotencialcliente: type: integer format: int64 description: qtdiasadicionaistde: type: integer format: int64 description: vlperctde: type: number format: double description: vlminimotde: type: number format: double description: dtultverifeletinfcad: type: string format: date-time description: cdfornecsenior: type: integer format: int64 description: inagecargatranspinter: type: integer format: int64 description: fgconversao: type: integer format: int64 description: inlocaldificilacesso: type: integer format: int64 description: dtnascimento: type: string format: date-time description: inintegradog7: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSiscli: type: object required: – id allOf: – #/definitions/siscli ccectrco: description: CCECTRCO type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdsequencia: type: integer format: int64 description: cdempresaconhe: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: nrbo: type: integer format: int64 description: cdsequenciaentrega: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editCcectrco: type: object required: – id allOf: – #/definitions/ccectrco ccectrme: description: CCECTRME type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: dtemissao: type: string format: date-time description: hremissao: type: string format: date-time description: dtocorrencia: type: string format: date-time description: hrocorrencia: type: string format: date-time description: dsusuario: type: string maxLength: 255 description: cdocorrencia: type: integer format: int64 description: cdfuncionario: type: integer format: int64 description: cdempresaresp: type: integer format: int64 description: cdlocal: type: integer format: int64 description: cdfuncionarioresp: type: integer format: int64 description: cdgravidadeoco: type: integer format: int64 description: inevitarocorrencia: type: integer format: int64 description: cdempresaparecfinal: type: integer format: int64 description: inculpado: type: integer format: int64 description: nrreguladora: type: string maxLength: 255 description: nrseguradora: type: string maxLength: 255 description: nrbo: type: integer format: int64 description: dsocorrencia: type: string maxLength: 255 description: dslocal: type: string maxLength: 255 description: dsparecer: type: string maxLength: 255 description: cdchecklist: type: integer format: int64 description: dsusuariobaixa: type: string maxLength: 255 description: dtbaixa: type: string format: date-time description: nrocorrenciacliente: type: integer format: int64 description: cdsolucaoocorr: type: integer format: int64 description: dssolucaoocorr: type: string maxLength: 255 description: cdempresaconhe: type: integer format: int64 description: cdconhecimento: type: integer format: int64 description: cdembarcador: type: string maxLength: 255 description: nrserie: type: string maxLength: 255 description: cdnatureza: type: integer format: int64 description: cdespecie: type: integer format: int64 description: qtvolume: type: number format: double description: qtpeso: type: number format: double description: vlnotafiscal: type: number format: double description: inculpafuncionario: type: integer format: int64 description: cdconferente: type: integer format: int64 description: qtvolavariafalta: type: number format: double description: qtvoltotal: type: number format: double description: cdempresacnsalvado: type: integer format: int64 description: nrseqcontrolesalvado: type: integer format: int64 description: insalvadoenvmatriz: type: integer format: int64 description: dsacoes: type: string maxLength: 255 description: dscausas: type: string maxLength: 255 description: dsmotivonaoenvmatriz: type: string maxLength: 255 description: dsusuatlacoescausas: type: string maxLength: 255 description: dsusuincacoescausas: type: string maxLength: 255 description: dtusuatlacoescausas: type: string format: date-time description: dtusuincacoescausas: type: string format: date-time description: dtembarquesalvado: type: string format: date-time description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editCcectrme: type: object required: – id allOf: – #/definitions/ccectrme gtcnf: description: GTCNF type: object properties: id: type: string format: uuid description: cdremetente: type: string maxLength: 255 description: nrserie: type: string maxLength: 255 description: nrnotafiscal: type: integer format: int64 description: dtemissao: type: string format: date-time description: cddestinatario: type: string maxLength: 255 description: vlnotafiscal: type: number format: double description: vlbasecalcnf: type: number format: double description: qtpeso: type: number format: double description: qtpesocubado: type: number format: double description: fgdiversasnat: type: integer format: int64 description: cdnatureza: type: integer format: int64 description: cdespecie: type: integer format: int64 description: qtvolume: type: number format: double description: dsmarca: type: string maxLength: 255 description: qtmetroscubicos: type: number format: double description: nrtransporte: type: string maxLength: 255 description: nrmarca: type: string maxLength: 255 description: nrlocalexp: type: integer format: int64 description: qtpares: type: integer format: int64 description: nroperadorlogistico: type: string maxLength: 255 description: dtentrada: type: string format: date-time description: hrentrada: type: string format: date-time description: nrconheoplog: type: integer format: int64 description: nrserieconheoplog: type: string maxLength: 255 description: dtentrega: type: string format: date-time description: dsobs: type: string maxLength: 255 description: nridentificacaocarga: type: integer format: int64 description: nrprotocolo: type: integer format: int64 description: nrroteiro: type: string maxLength: 255 description: vlmercadoriaseguro: type: number format: double description: nridentificacaocargabeta: type: string maxLength: 255 description: cdlrid: type: integer format: int64 description: dsnumlr: type: string maxLength: 255 description: dsawb: type: string maxLength: 255 description: dsdep: type: string maxLength: 255 description: dsobscanhoto: type: string maxLength: 255 description: dtentregacanhoto: type: string format: date-time description: cdoperacaofiscal: type: integer format: int64 description: cdsituacaocarga: type: integer format: int64 description: cdtipoveiculo: type: integer format: int64 description: cdtptransporte: type: integer format: int64 description: inmanifesto: type: integer format: int64 description: dtdigitacaocanhoto: type: string format: date-time description: hrdigitacaocanhoto: type: string format: date-time description: dsusuariodigcanhoto: type: string maxLength: 255 description: intipofrete: type: integer format: int64 description: cdrotaentrega: type: integer format: int64 description: nrnotafiscalanexa: type: integer format: int64 description: dstipoentradanf: type: string maxLength: 255 description: nrserieanexa: type: string maxLength: 255 description: dsusuario: type: string maxLength: 255 description: dtdigitacao: type: string format: date-time description: nrcepentrega: type: integer format: int64 description: nrcepcalcate: type: integer format: int64 description: dsendereco: type: string maxLength: 255 description: dtsaida: type: string format: date-time description: cdprotocolo: type: integer format: int64 description: nrcfop: type: string maxLength: 255 description: nrpreconhec: type: integer format: int64 description: nrcepcoleta: type: integer format: int64 description: dsendcoleta: type: string maxLength: 255 description: cdredespacho: type: string maxLength: 255 description: cdremetentenfanexa: type: string maxLength: 255 description: cdconsignatario: type: string maxLength: 255 description: vlicmsnf: type: number format: double description: vlicmssubstnf: type: number format: double description: insituacao1: type: integer format: int64 description: dscontato: type: string maxLength: 255 description: nrcpfcontato: type: string maxLength: 255 description: vlbasecalcicms: type: number format: double description: nrchaveacessonfe: type: string maxLength: 255 description: cdsequencianf: type: integer format: int64 description: cdparticipante: type: string maxLength: 255 description: nrocorrenciaembarc: type: integer format: int64 description: cdempresacrm: type: integer format: int64 description: cdatendimentocrm: type: integer format: int64 description: fgconversaoserie: type: integer format: int64 description: fgconversaopeso: type: integer format: int64 description: nrnforiginal: type: integer format: int64 description: cdplanta: type: integer format: int64 description: indadosnfconferidos: type: integer format: int64 description: dtgeracaoetiqueta: type: string format: date-time description: inorigeminclnfe: type: integer format: int64 description: nrinscrfilialprestserv: type: string maxLength: 255 description: nrpinsuframa: type: integer format: int64 description: nrchaveacessocteoplog: type: string maxLength: 255 description: nrvalepedagio: type: string maxLength: 255 description: vlpedagio: type: number format: double description: nridentificacaocarga2: type: string maxLength: 255 description: dslogcalcm3: type: string maxLength: 255 description: indeclaracaotransppf: type: integer format: int64 description: qtpesocubadooper: type: number format: double description: cdatividaderms: type: integer format: int64 description: indocnfiscal: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcnf: type: object required: – id allOf: – #/definitions/gtcnf siscep: description: SISCEP type: object properties: id: type: string format: uuid description: cdcep: type: integer format: int64 description: nrcep: type: integer format: int64 description: dslogradouros: type: string maxLength: 255 description: dslocal: type: string maxLength: 255 description: dsuf: type: string maxLength: 255 description: dsbairro: type: string maxLength: 255 description: dstipo: type: string maxLength: 255 description: cdregiao: type: integer format: int64 description: cdsubregiao: type: integer format: int64 description: cdfiscal: type: integer format: int64 description: cdregiaooperacional: type: integer format: int64 description: dspais: type: string maxLength: 255 description: cdcidade: type: integer format: int64 description: cdpais: type: integer format: int64 description: cdrotacoleta: type: integer format: int64 description: cdrotaentrega: type: integer format: int64 description: cdregiaometropolitana: type: integer format: int64 description: nrddd: type: integer format: int64 description: cdregiaocoletaentrega: type: integer format: int64 description: cdibge: type: integer format: int64 description: cdmundeclan: type: integer format: int64 description: cdmunicipio: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSiscep: type: object required: – id allOf: – #/definitions/siscep sisregia: description: SISREGIA type: object properties: id: type: string format: uuid description: cdregiao: type: integer format: int64 description: cdempresa: type: integer format: int64 description: dsregiao: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: ingruposubgrupo: type: integer format: int64 description: cdregiaogrupo: type: integer format: int64 description: nrregiao: type: string maxLength: 255 description: nrnivel: type: integer format: int64 description: inentdomingo: type: integer format: int64 description: inentsegunda: type: integer format: int64 description: inentterca: type: integer format: int64 description: inentquarta: type: integer format: int64 description: inentquinta: type: integer format: int64 description: inentsexta: type: integer format: int64 description: inentsabado: type: integer format: int64 description: hrentdomingo: type: string format: date-time description: hrentsegunda: type: string format: date-time description: hrentterca: type: string format: date-time description: hrentquarta: type: string format: date-time description: hrentquinta: type: string format: date-time description: hrentsexta: type: string format: date-time description: hrentsabado: type: string format: date-time description: qtkmfilialatendente: type: number format: double description: infreteapagar: type: integer format: int64 description: incoleta: type: integer format: int64 description: inentrega: type: integer format: int64 description: inlocaldificilacesso: type: integer format: int64 description: infretecortesia: type: integer format: int64 description: nrdiasentrega: type: integer format: int64 description: inaceitafreteavista: type: integer format: int64 description: qtpedagiosatefilial: type: integer format: int64 description: qtpopulacao: type: number format: double description: vlcubagem: type: number format: double description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisregia: type: object required: – id allOf: – #/definitions/sisregia gtcnatur: description: GTCNATUR type: object properties: id: type: string format: uuid description: cdnatureza: type: integer format: int64 description: dsnatureza: type: string maxLength: 255 description: vlcubagem: type: number format: double description: nrnatureza: type: string maxLength: 255 description: cdespeciecarga: type: integer format: int64 description: cdclasserisco: type: integer format: int64 description: nridrisco: type: string maxLength: 255 description: nronu: type: string maxLength: 255 description: nrnivel: type: integer format: int64 description: cdclasserisco2: type: integer format: int64 description: fgprodutocontrolado: type: integer format: int64 description: fgtanquetermico: type: integer format: int64 description: fgrevestimentointerno: type: integer format: int64 description: fgserpentina: type: integer format: int64 description: fgcontroletemperatura: type: integer format: int64 description: fgcontrolepressao: type: integer format: int64 description: fgatmosferanitrogenio: type: integer format: int64 description: fgagentedescontaminante: type: integer format: int64 description: dsoutrasespec: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: nrcodigoprf: type: string maxLength: 255 description: incargaperigosa: type: integer format: int64 description: fgavisousuario: type: integer format: int64 description: vlmercadoriaaviso: type: number format: double description: dsaviso: type: string maxLength: 255 description: dsobservacoes: type: string maxLength: 255 description: inmercadoriaespecifica: type: integer format: int64 description: qtpesominref: type: number format: double description: inpagaadicpericcarga: type: integer format: int64 description: inenqmtpriprodintemb: type: integer format: int64 description: cdncm: type: integer format: int64 description: intipotransp: type: integer format: int64 description: cdtipotransp: type: integer format: int64 description: inincidefcp: type: integer format: int64 description: intipocargaantt: type: integer format: int64 description: cdtipocargarms: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcnatur: type: object required: – id allOf: – #/definitions/gtcnatur gtcnfped: description: GTCNFPED type: object properties: id: type: string format: uuid description: cdremetente: type: string maxLength: 255 description: nrserie: type: string maxLength: 255 description: nrnotafiscal: type: integer format: int64 description: nrpedido: type: string maxLength: 255 description: fgconversaoserie: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcnfped: type: object required: – id allOf: – #/definitions/gtcnfped sisrota: description: SISROTA type: object properties: id: type: string format: uuid description: cdrota: type: integer format: int64 description: dsrota: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: qtquilometragem: type: number format: double description: vlaliqcomissaoagente: type: number format: double description: cdempresaorigem: type: integer format: int64 description: cdempresadestino: type: integer format: int64 description: hrsaida: type: string format: date-time description: hrchegada: type: string format: date-time description: incoleta: type: integer format: int64 description: intransferencia: type: integer format: int64 description: inentrega: type: integer format: int64 description: dsobservacao: type: string maxLength: 255 description: vldiaria: type: number format: double description: vlencargos: type: number format: double description: cdcentrodistribuicao: type: integer format: int64 description: cdfuncionarioresp: type: integer format: int64 description: cdgerenteregional: type: integer format: int64 description: dtproximachegada: type: string format: date-time description: dtproximasaida: type: string format: date-time description: nrplaca: type: string maxLength: 255 description: intestarmotman: type: integer format: int64 description: insituacao: type: integer format: int64 description: inativa: type: integer format: int64 description: intprota: type: integer format: int64 description: vlpercminlibviagem: type: number format: double description: vlpercminocupcarga: type: number format: double description: cdrotarms: type: integer format: int64 description: inadicautovalpedagio: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisrota: type: object required: – id allOf: – #/definitions/sisrota ccehisto: description: CCEHISTO type: object properties: id: type: string format: uuid description: cdhistorico: type: integer format: int64 description: dshistorico: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: fgcoletabaixada: type: integer format: int64 description: fgconsiderainef: type: integer format: int64 description: incalccomissaosit: type: integer format: int64 description: vlperccomissaosit: type: number format: double description: inbaixawap: type: integer format: int64 description: dsapelidowap: type: string maxLength: 255 description: cdsituacaocoleta: type: integer format: int64 description: inresponsabilidade: type: integer format: int64 description: ingeraemail: type: integer format: int64 description: inexigedthragend: type: integer format: int64 description: cdintegracaoxplatform: type: integer format: int64 description: dstituloemail: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editCcehisto: type: object required: – id allOf: – #/definitions/ccehisto databasecamadahistorico: description: REGISTRO CRIACAO DA CAMADA HISTORICO type: object required: – tpstatus properties: id: type: string format: uuid description: tpstatus: type: string allOf: – #/definitions/enumStatusDBCamada description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editDatabasecamadahistorico: type: object required: – id allOf: – #/definitions/databasecamadahistorico gtcfat: description: GTCFAT type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdfatura: type: integer format: int64 description: cdparcela: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: dtemissao: type: string format: date-time description: dtvencimento: type: string format: date-time description: dtdesconto: type: string format: date-time description: vlpercdesconto: type: number format: double description: vldesconto: type: number format: double description: dscondicaoespecial: type: string maxLength: 255 description: vlarredondamento: type: number format: double description: vlacrescimo: type: number format: double description: intipofaturamento: type: integer format: int64 description: cdmoeda: type: integer format: int64 description: cdcondicaovencto: type: integer format: int64 description: vlbasecalculo: type: number format: double description: vlicms: type: number format: double description: vltotal: type: number format: double description: cdportador: type: integer format: int64 description: cdcarteira: type: integer format: int64 description: cdespeciedocumento: type: integer format: int64 description: cdinstrucao: type: integer format: int64 description: cdhistorico: type: integer format: int64 description: cdplanoconta: type: integer format: int64 description: nrregistrobanco: type: string maxLength: 255 description: nrdigregistro: type: string maxLength: 255 description: intipotransporte: type: integer format: int64 description: infaturamento: type: integer format: int64 description: inbloqueto: type: integer format: int64 description: induplicata: type: integer format: int64 description: cdempresaant: type: integer format: int64 description: cdfaturaant: type: integer format: int64 description: cdparcelaant: type: integer format: int64 description: dscomplemento: type: string maxLength: 255 description: insituacao: type: integer format: int64 description: dtcancelamento: type: string format: date-time description: dsobscancelamento: type: string maxLength: 255 description: dtgeracao: type: string format: date-time description: inproprioterceiros: type: integer format: int64 description: fgrefaturamento: type: integer format: int64 description: vlpercacrescimo: type: number format: double description: dsusuarioinc: type: string maxLength: 255 description: inorigemcadastro: type: integer format: int64 description: vlinss: type: number format: double description: vlirrf: type: number format: double description: vliss: type: number format: double description: cdtributacao: type: integer format: int64 description: dtbase: type: string format: date-time description: vlestorno: type: number format: double description: vldescontoicms: type: number format: double description: cdmotivocancelamento: type: integer format: int64 description: vlcsll: type: number format: double description: vlcofins: type: number format: double description: vlpis: type: number format: double description: cdcentrocusto: type: integer format: int64 description: ingeradoedi: type: integer format: int64 description: dtfatini: type: string format: date-time description: dtfatfim: type: string format: date-time description: vlliquidooriginal: type: number format: double description: intipofatura: type: integer format: int64 description: insitenvioemail: type: integer format: int64 description: dthrvisualfatweb: type: string format: date-time description: vltotalaux: type: number format: double description: inexportadoedi: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcfat: type: object required: – id allOf: – #/definitions/gtcfat gtcfatit: description: GTCFATIT type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdfatura: type: integer format: int64 description: cdparcela: type: integer format: int64 description: cdempresaconhec: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: insituacao: type: integer format: int64 description: dtestorno: type: string format: date-time description: intipoestorno: type: integer format: int64 description: cdmotivocancelamento: type: integer format: int64 description: vldesconto: type: number format: double description: cdmotivodesconto: type: integer format: int64 description: dsusuariodesconto: type: string maxLength: 255 description: dtdesconto: type: string format: date-time description: cdempresarespdesconto: type: integer format: int64 description: dsobsdesconto: type: string maxLength: 255 description: cdsolicitacao: type: integer format: int64 description: inrecebidoant: type: integer format: int64 description: cdtitulo: type: string maxLength: 255 description: cdsequencia: type: integer format: int64 description: vltdc: type: number format: double description: vltas: type: number format: double description: vldespacho: type: number format: double description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcfatit: type: object required: – id allOf: – #/definitions/gtcfatit sisporta: description: SISPORTA type: object properties: id: type: string format: uuid description: cdportador: type: integer format: int64 description: dsportador: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: cdcarteira: type: integer format: int64 description: nrcontacontabil: type: integer format: int64 description: intipoportador: type: integer format: int64 description: cdbanco: type: integer format: int64 description: vltaxabanco: type: number format: double description: vlmaxfatura: type: number format: double description: dspgmfatura: type: string maxLength: 255 description: ingeraqrcode: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisporta: type: object required: – id allOf: – #/definitions/sisporta gfatitu: description: GFATITU type: object properties: id: type: string format: uuid description: inpagarreceber: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: cdtitulo: type: string maxLength: 255 description: dsdigito: type: string maxLength: 255 description: nrregistrobanco: type: string maxLength: 255 description: dsregistrobanco: type: string maxLength: 255 description: cdfilial: type: integer format: int64 description: cdrepresentante: type: string maxLength: 255 description: cdcarteira: type: integer format: int64 description: cdcentrocusto: type: integer format: int64 description: cdportador: type: integer format: int64 description: cdsituacao: type: integer format: int64 description: cdplanoconta: type: integer format: int64 description: cdespeciedocumento: type: integer format: int64 description: cdmoeda: type: integer format: int64 description: nrfatura: type: integer format: int64 description: cdhistorico: type: integer format: int64 description: dscomplemento: type: string maxLength: 255 description: cdinstrucao: type: integer format: int64 description: vlprevisao: type: number format: double description: vloriginal: type: number format: double description: vlsaldo: type: number format: double description: inrejeitado: type: integer format: int64 description: dtvencimento: type: string format: date-time description: dtemissao: type: string format: date-time description: dtcompetencia: type: string format: date-time description: dtpagto: type: string format: date-time description: dtregistro: type: string format: date-time description: cdtituloanterior: type: integer format: int64 description: nrautorizacaopagto: type: number format: double description: inautorizacaopagto: type: integer format: int64 description: insituacao: type: integer format: int64 description: dtcancelamento: type: string format: date-time description: inbloqueto: type: integer format: int64 description: insci: type: integer format: int64 description: cdparcela: type: integer format: int64 description: nrregbancoantigo: type: string maxLength: 255 description: dtprevisaopagto: type: string format: date-time description: dsusuarioinc: type: string maxLength: 255 description: dtgeracao: type: string format: date-time description: hrgeracao: type: string format: date-time description: dsusuariocancel: type: string maxLength: 255 description: hrcancelamento: type: string format: date-time description: dtvencimentoant: type: string format: date-time description: dscodigobarras: type: number format: double description: dsfavorecido: type: string maxLength: 255 description: ininscricaofavorecido: type: integer format: int64 description: nrcnpjcpffavorecido: type: string maxLength: 255 description: cdbancofavorecido: type: integer format: int64 description: cdagenciafavorecido: type: integer format: int64 description: cdarrecadacao: type: integer format: int64 description: cdmodalidade: type: integer format: int64 description: cdfinalidade: type: integer format: int64 description: intipocontabancaria: type: integer format: int64 description: induplicimpressa: type: integer format: int64 description: dsusuprevparareal: type: string maxLength: 255 description: dtaltprevparareal: type: string format: date-time description: vlliquidooriginal: type: number format: double description: vloriginalaux: type: number format: double description: fgconversao: type: integer format: int64 description: nrregistrobancoaux: type: string maxLength: 255 description: dsregistrobancoaux: type: string maxLength: 255 description: insitparcelactrbrpa: type: integer format: int64 description: intptitulo: type: integer format: int64 description: nrcontafavorecido: type: string maxLength: 255 description: dschavepix: type: string maxLength: 255 description: urlpix: type: string maxLength: 255 description: inchavepix: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfatitu: type: object required: – id allOf: – #/definitions/gfatitu gtcmvedg: description: GTCMVEDG type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: cdsequencia: type: integer format: int64 description: dsarquivo: type: string format: byte description: dsnomearquivo: type: string maxLength: 255 description: dstipoarquivo: type: string maxLength: 255 description: dscaminhoarquivo: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcmvedg: type: object required: – id allOf: – #/definitions/gtcmvedg gedmov: description: GEDMOV type: object properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: nrseqcontrole: type: integer format: int64 description: dtdigitalizacao: type: string format: date-time description: dsusuario: type: string maxLength: 255 description: dscaminhoarquivo: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGedmov: type: object required: – id allOf: – #/definitions/gedmov sisfun: description: SISFUN type: object required: – cdfuncionario properties: id: type: string format: uuid description: cdfuncionario: type: integer format: int64 description: dsnome: type: string maxLength: 255 description: insexo: type: integer format: int64 description: inestadocivil: type: integer format: int64 description: dsnacionalidade: type: string maxLength: 255 description: dsnaturalidade: type: string maxLength: 255 description: dsendereco: type: string maxLength: 255 description: dsbairro: type: string maxLength: 255 description: dsptoref: type: string maxLength: 255 description: nrcep: type: integer format: int64 description: dsfone: type: string maxLength: 255 description: dtnascimento: type: string format: date-time description: nrcpf: type: string maxLength: 255 description: nrrg: type: string maxLength: 255 description: dsnumctps: type: string maxLength: 255 description: dsseriectps: type: string maxLength: 255 description: dsufctps: type: string maxLength: 255 description: dtadmissao: type: string format: date-time description: fgdemitido: type: integer format: int64 description: dtafastamento: type: string format: date-time description: cdcbo: type: integer format: int64 description: cdsequenciacbo: type: integer format: int64 description: cdescalabase: type: integer format: int64 description: cdempresa: type: integer format: int64 description: nrpis: type: string maxLength: 255 description: nrtituloeleitoral: type: string maxLength: 255 description: nrcarteiramot: type: string maxLength: 255 description: dstipocarteira: type: string maxLength: 255 description: dtvctocarteira: type: string format: date-time description: nragenciacc: type: string maxLength: 255 description: nrctacorrente: type: string maxLength: 255 description: vlsalarioatual: type: number format: double description: nrcertificadoreserv: type: string maxLength: 255 description: cdescalaponto: type: integer format: int64 description: dtinicioexperiencia: type: string format: date-time description: qtdiasexperiencia: type: integer format: int64 description: cddepartamento: type: integer format: int64 description: fgencerrante: type: integer format: int64 description: cdtpmaoobra: type: integer format: int64 description: dsemail: type: string maxLength: 255 description: invitimaroubo: type: integer format: int64 description: inacidente: type: integer format: int64 description: intranspempresa: type: integer format: int64 description: qtvitimaroubo: type: integer format: int64 description: qtacidente: type: integer format: int64 description: qttranspempresa: type: integer format: int64 description: dtemissaorg: type: string format: date-time description: dsorgaoemissorrg: type: string maxLength: 255 description: nrceprg: type: integer format: int64 description: dtemissaocnh: type: string format: date-time description: nrprontuariocnh: type: string maxLength: 255 description: dtprimhabilitacao: type: string format: date-time description: dsorgaoemissorcnh: type: string maxLength: 255 description: nrcepcnh: type: integer format: int64 description: dsfavorecido: type: string maxLength: 255 description: cdbanco: type: integer format: int64 description: cdagencia: type: integer format: int64 description: dscontacorrente: type: string maxLength: 255 description: dsnomepai: type: string maxLength: 255 description: dsnomemae: type: string maxLength: 255 description: nrcepnascimento: type: integer format: int64 description: dsnomeconjuge: type: string maxLength: 255 description: nrdependentes: type: integer format: int64 description: nraltura: type: number format: double description: qtpeso: type: number format: double description: dscorpele: type: string maxLength: 255 description: dscabelo: type: string maxLength: 255 description: dsolhos: type: string maxLength: 255 description: dssinaisfisicos: type: string maxLength: 255 description: dsreferencia: type: string maxLength: 255 description: nrmopp: type: string maxLength: 255 description: dtemissaomopp: type: string format: date-time description: dtvencimentomopp: type: string format: date-time description: dsorgaoemissormopp: type: string maxLength: 255 description: nrcepmopp: type: integer format: int64 description: nrcelular: type: string maxLength: 255 description: cdcbo2002: type: string maxLength: 255 description: cdsequencialcbo2002: type: integer format: int64 description: inaprendiz: type: integer format: int64 description: inraca: type: integer format: int64 description: ininstrucao: type: integer format: int64 description: indeficiencia: type: integer format: int64 description: cdcaged: type: integer format: int64 description: cdcentrocusto: type: integer format: int64 description: dtemissaoctps: type: string format: date-time description: cdsituacao: type: integer format: int64 description: cdmatricula: type: integer format: int64 description: dttransferencia: type: string format: date-time description: cdrais: type: integer format: int64 description: cdnacionalidade: type: integer format: int64 description: inanochegada: type: integer format: int64 description: inalvara: type: integer format: int64 description: cdempresafolha: type: integer format: int64 description: cdturno: type: integer format: int64 description: cdservico: type: integer format: int64 description: nrcartaoponto: type: string maxLength: 255 description: cdparametro: type: integer format: int64 description: nrramal: type: integer format: int64 description: cdmatriculaant: type: integer format: int64 description: incargosalario: type: integer format: int64 description: cdavaliacao: type: integer format: int64 description: cdsuperior: type: integer format: int64 description: cdtabelasalario: type: integer format: int64 description: cdcargo: type: integer format: int64 description: cdnivel: type: integer format: int64 description: vlsalarioinicial: type: number format: double description: cdrequisicaopessoal: type: integer format: int64 description: inbatecartao: type: integer format: int64 description: intipoconta: type: integer format: int64 description: nrcontasalario: type: string maxLength: 255 description: intpdeficiencia: type: integer format: int64 description: vlsaldocc: type: number format: double description: vlsaldomaxcc: type: number format: double description: cdfontepagadora: type: integer format: int64 description: inintegraponto: type: integer format: int64 description: inhorasextras: type: integer format: int64 description: infaltajustificada: type: integer format: int64 description: infaltanjustificada: type: integer format: int64 description: indsrfalta: type: integer format: int64 description: inadicnoturno: type: integer format: int64 description: nrcalcado: type: integer format: int64 description: nrarmario: type: string maxLength: 255 description: nrtamanhocalca: type: string maxLength: 255 description: nrtamanhocamisa: type: string maxLength: 255 description: nrcelularempresa: type: string maxLength: 255 description: intipocontroleponto: type: integer format: int64 description: nrendereco: type: string maxLength: 255 description: dscomplemento: type: string maxLength: 255 description: incasapropria: type: integer format: int64 description: dtchegadabrasil: type: string format: date-time description: infilhosbrasil: type: integer format: int64 description: incasadobrasil: type: integer format: int64 description: inimovelrecurfgts: type: integer format: int64 description: cdfuncao: type: integer format: int64 description: intplogradouro: type: string maxLength: 255 description: dsnomesocial: type: string maxLength: 255 description: inpreenchecota: type: string maxLength: 255 description: nrcracha: type: string maxLength: 255 description: inturnoofi: type: integer format: int64 description: cdusuariosapiens: type: integer format: int64 description: nrruc: type: string maxLength: 255 description: cdfuncesocial: type: integer format: int64 description: numcadhcm: type: integer format: int64 description: numemphcm: type: integer format: int64 description: codfilhcm: type: integer format: int64 description: nrformnrcnh: type: string maxLength: 255 description: nrsegnrcnh: type: string maxLength: 255 description: nrrenach: type: string maxLength: 255 description: dsimgcnh: type: string maxLength: 255 description: imgcnh: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisfun: type: object required: – id allOf: – #/definitions/sisfun sisveicu: description: SISVEICU type: object required: – cdveiculo properties: id: type: string format: uuid description: cdveiculo: type: integer format: int64 description: qtpneus: type: integer format: int64 description: nrplaca: type: string maxLength: 255 description: nrveiculo: type: string maxLength: 255 description: nrcertificado: type: string maxLength: 255 description: nrchassis: type: string maxLength: 255 description: cdtipoveiculo: type: integer format: int64 description: cdcombustivel: type: integer format: int64 description: cdmodelo: type: integer format: int64 description: dsanomodelo: type: integer format: int64 description: dsanofabricacao: type: integer format: int64 description: dsanomodelocarroc: type: integer format: int64 description: dsanofabriccarroc: type: integer format: int64 description: vlpotencia: type: number format: double description: cdunimedpot: type: string maxLength: 255 description: vlcapactotal: type: number format: double description: cdunimedcap: type: string maxLength: 255 description: vlcapacideal: type: number format: double description: cdunimedideal: type: string maxLength: 255 description: dscategoria: type: string maxLength: 255 description: cdcor: type: integer format: int64 description: dscidadecertificado: type: string maxLength: 255 description: dsufcertificado: type: string maxLength: 255 description: dtcertificado: type: string format: date-time description: cdcep: type: number format: double description: nrtabelarevisao: type: integer format: int64 description: cdempresa: type: integer format: int64 description: cdcentrocusto: type: integer format: int64 description: qtautonomiatanque: type: number format: double description: nrkmultrevisao: type: number format: double description: nrhodultrevisao: type: number format: double description: nrkmpercorrida: type: number format: double description: nrhodpercorrido: type: number format: double description: nrkmatual: type: number format: double description: nrhodatual: type: number format: double description: nrkmultabastecimento: type: number format: double description: nrhodultabastecimento: type: number format: double description: nrcoefrateio: type: number format: double description: cdmodcarroceria: type: integer format: int64 description: cddimensao: type: integer format: int64 description: qtcapacidadetanque: type: number format: double description: fgbaixado: type: integer format: int64 description: nrrenavan: type: string maxLength: 255 description: qtaltura: type: number format: double description: qtlargura: type: number format: double description: qtcomprimento: type: number format: double description: insituacaoveiculo: type: integer format: int64 description: nrpatrimonio: type: string maxLength: 255 description: qtportas: type: integer format: int64 description: nrpermissao: type: string maxLength: 255 description: dtvalidadepermissao: type: string format: date-time description: nruve: type: integer format: int64 description: dtinstalacaouve: type: string format: date-time description: nrmct: type: integer format: int64 description: inmarcador: type: integer format: int64 description: vltara: type: number format: double description: cdunimedtara: type: string maxLength: 255 description: dsobscertificado: type: string maxLength: 255 description: dsobsveiculo: type: string maxLength: 255 description: nrtabrevisaoveiceletronico: type: integer format: int64 description: inalienado: type: integer format: int64 description: cdfornecedor: type: string maxLength: 255 description: dtfinal: type: string format: date-time description: nrcontrato: type: string maxLength: 255 description: dtinclusao: type: string format: date-time description: dsusuarioinc: type: string maxLength: 255 description: cdcfgeixos: type: integer format: int64 description: cdchecklistveiculo: type: integer format: int64 description: nrhodultabastarla: type: number format: double description: cdintegsenior: type: integer format: int64 description: inprioridade: type: integer format: int64 description: cdchecklistvistoria: type: integer format: int64 description: cdtransportadorasenior: type: integer format: int64 description: dsimgcrlv: type: string maxLength: 255 description: imgcrlv: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisveicu: type: object required: – id allOf: – #/definitions/sisveicu gfvcrtabast: description: GFCVRTABAST type: object required: – cdcartao properties: id: type: string format: uuid description: cdcartao: type: integer format: int64 description: numerocartao: type: string maxLength: 255 description: nometitular: type: string maxLength: 255 description: datavalidade: type: string format: date-time description: codigoseguranca: type: string maxLength: 255 description: idbandeira: type: string maxLength: 255 description: cdbandeira: type: integer format: int64 description: dataemissao: type: string format: date-time description: usuarioinclusao: type: string maxLength: 255 description: insituacao: type: integer format: int64 description: intpcartao: type: integer format: int64 description: cdempresa: type: integer format: int64 description: inoperadora: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvcrtabast: type: object required: – id allOf: – #/definitions/gfvcrtabast gfvopabast: description: GFVOPABAST type: object required: – cdsequencia properties: id: type: string format: uuid description: cdsequencia: type: integer format: int64 description: inoperadoraabast: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvopabast: type: object required: – id allOf: – #/definitions/gfvopabast gfvvinccrtveic: description: GFVVINCCRTVEIC type: object required: – cdveiculo – cdcartao properties: id: type: string format: uuid description: cdveiculo: type: integer format: int64 description: cdcartao: type: integer format: int64 description: uservinculacao: type: string maxLength: 255 description: dtvinculacao: type: string format: date-time description: insitvinculacao: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvvinccrtveic: type: object required: – id allOf: – #/definitions/gfvvinccrtveic sistpveilibfun: description: SISTPVEILIBFUN type: object required: – cdtpveiculo – cdfuncionario properties: id: type: string format: uuid description: cdtpveiculo: type: integer format: int64 description: cdfuncionario: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSistpveilibfun: type: object required: – id allOf: – #/definitions/sistpveilibfun sistpvei: description: SISTPVEI type: object required: – cdtpveiculo properties: id: type: string format: uuid description: cdtpveiculo: type: integer format: int64 description: dstpveiculo: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: fgrebocador: type: integer format: int64 description: fgreboque: type: integer format: int64 description: dssiglaantt: type: string maxLength: 255 description: inexigereboque: type: integer format: int64 description: vlcustoporkm: type: number format: double description: inexigerenavam: type: integer format: int64 description: cdgrprequisito: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSistpvei: type: object required: – id allOf: – #/definitions/sistpvei ofiord: description: OFIORD type: object required: – cdempresa – cdordemservico properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: cdveiculo: type: integer format: int64 description: dtemissao: type: string format: date-time description: cdtpservico: type: integer format: int64 description: cdinscricao: type: string maxLength: 255 description: hremissao: type: string format: date-time description: nrhodometroveiculo: type: number format: double description: dtbaixa: type: string format: date-time description: cdfuncionario: type: integer format: int64 description: fgintegraestoque: type: integer format: int64 description: dsdefeitos: type: string maxLength: 255 description: cddeposito: type: integer format: int64 description: dsapelidousuario: type: string maxLength: 255 description: cdsituacaoos: type: integer format: int64 description: cdclientesolicitante: type: string maxLength: 255 description: vlorcado: type: number format: double description: cdcontato: type: integer format: int64 description: cdjustificativa: type: integer format: int64 description: dtconclprev: type: string format: date-time description: hrconclprev: type: string format: date-time description: cdacidente: type: integer format: int64 description: nrpedidofornecedorsenior: type: string maxLength: 255 description: fgosimpressa: type: integer format: int64 description: nrprotocoloext: type: string maxLength: 30 description: dataprotocolo: type: string format: date-time description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiord: type: object required: – id allOf: – #/definitions/ofiord ofisitos: description: OFISITOS type: object required: – cdsituacao properties: id: type: string format: uuid description: cdsituacao: type: integer format: int64 description: dssituacao: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: inemiteconhecmanveic: type: integer format: int64 description: inemiteromcolentr: type: integer format: int64 description: inemitefichaviagem: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfisitos: type: object required: – id allOf: – #/definitions/ofisitos ofiordse: description: OFIORDSE type: object required: – cdempresa – cdordemservico – cdsequencia properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: cdsequencia: type: integer format: int64 description: cdfornecedor: type: string maxLength: 255 description: dtexecucao: type: string format: date-time description: cddefeito: type: integer format: int64 description: qttempo: type: number format: double description: vlunitario: type: number format: double description: vltotal: type: number format: double description: dsobservacao: type: string maxLength: 255 description: fgconcluido: type: integer format: int64 description: cdplanoservico: type: integer format: int64 description: nrnotafiscal: type: integer format: int64 description: nrserienota: type: string maxLength: 3 description: insituacao: type: integer format: int64 description: dtgarantia: type: string format: date-time description: nrhodometrose: type: number format: double description: dtvenctonf: type: string format: date-time description: cdintegsenior: type: integer format: int64 description: nrordemcomprasenior: type: integer format: int64 description: vldesconto: type: number format: double description: dtexecucaofinal: type: string format: date-time description: hrexecucaoinicial: type: string format: date-time description: hrexecucaofinal: type: string format: date-time description: nrreqalmsenior: type: integer format: int64 description: nrseqalmsenior: type: integer format: int64 description: inreqalmsenior: type: integer format: int64 description: cdprojeto: type: integer format: int64 description: cdfase: type: integer format: int64 description: nrseqitemnfsenior: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiordse: type: object required: – id allOf: – #/definitions/ofiordse ofiplasr: description: OFIPLASR type: object required: – cdplanoservico properties: id: type: string format: uuid description: cdplanoservico: type: integer format: int64 description: nrplanoservico: type: string maxLength: 15 description: dsplanoservico: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: inplanoservico: type: integer format: int64 description: nrnivel: type: integer format: int64 description: nrtempogarantia: type: integer format: int64 description: nrtemporeservico: type: integer format: int64 description: cdtpmaoobra: type: integer format: int64 description: incustoservico: type: integer format: int64 description: vlcustoservico: type: integer format: int64 description: cdcontacfr: type: integer format: int64 description: qttempopadrao: type: number format: double description: cdservsenior: type: string maxLength: 14 description: cdfamiliasenior: type: string maxLength: 6 description: intpservborracharia: type: integer format: int64 description: cdsetor: type: integer format: int64 description: inprioridade: type: integer format: int64 description: inverificapendencia: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiplasr: type: object required: – id allOf: – #/definitions/ofiplasr gtcveidp: description: GTCVEIDP type: object required: – nrplaca properties: id: type: string format: uuid description: nrplaca: type: string maxLength: 255 description: inveiculo: type: integer format: int64 description: cdveiculo: type: integer format: int64 description: dsdescricao: type: string maxLength: 255 description: insituacao: type: integer format: int64 description: nridwap: type: string maxLength: 255 description: cdtiporastreamento: type: integer format: int64 description: inpossuirastreador: type: integer format: int64 description: cdfabricrastreador: type: integer format: int64 description: intpbuscaconhecmobil: type: integer format: int64 description: inpermmovcontrtraf: type: integer format: int64 description: nridentvalepedagio: type: string maxLength: 255 description: indesabmonitoramentosmp: type: integer format: int64 description: cdidtrahisvi: type: integer format: int64 description: cdidtraveivi: type: integer format: int64 description: inveiculoalugado: type: integer format: int64 description: cdfabricsegnrastreador: type: integer format: int64 description: nrsegndrastreador: type: string maxLength: 255 description: cdfabricbloqueador: type: integer format: int64 description: nrbloqueador: type: string maxLength: 255 description: cdfabrictagpedagio: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGtcveidp: type: object required: – id allOf: – #/definitions/gtcveidp ofiordpe: description: OFIORDPE type: object required: – cdempresa – cdordemservico – cdsequencia properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: cdsequencia: type: integer format: int64 description: cdfornecedor: type: string maxLength: 14 description: dtutilizacao: type: string format: date-time description: cditem: type: integer format: int64 description: qtitem: type: number format: double description: vlunitario: type: number format: double description: vltotal: type: number format: double description: dsobservacao: type: string maxLength: 255 description: nrnotafiscal: type: integer format: int64 description: nrserienota: type: string maxLength: 3 description: dtgarantia: type: string format: date-time description: nrhodometrope: type: number format: double description: vldesconto: type: number format: double description: cdintegsenior: type: integer format: int64 description: nrordemcomprasenior: type: integer format: int64 description: nrreqalmsenior: type: integer format: int64 description: nrseqalmsenior: type: integer format: int64 description: inreqalmsenior: type: integer format: int64 description: nrseqitemnfsenior: type: integer format: int64 description: cdprojeto: type: integer format: int64 description: cdfase: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiordpe: type: object required: – id allOf: – #/definitions/ofiordpe gfvitens: description: GFVTITENS type: object required: – cditem properties: id: type: string format: uuid description: cditem: type: integer format: int64 description: nritem: type: string maxLength: 15 description: dsitem: type: string maxLength: 60 description: cdtpitem: type: integer format: int64 description: cdunidademedida: type: string maxLength: 5 description: cddespesa: type: integer format: int64 description: nrtemporessupri: type: integer format: int64 description: nrtemposeguranca: type: integer format: int64 description: nrestoqueminimo: type: number format: double description: nrloteeconomico: type: number format: double description: nrpesoliquido: type: number format: double description: dslocalestoque: type: string maxLength: 10 description: vlultimocusto: type: number format: double description: vlprecomedio: type: number format: double description: nravisocompra: type: integer format: int64 description: qtprogramada: type: number format: double description: dsobservacao: type: string maxLength: 255 description: qtadquirida: type: number format: double description: qtconsumida: type: number format: double description: dtultimaentrada: type: string format: date-time description: dtultimasaida: type: string format: date-time description: nritemfornecedor: type: string maxLength: 25 description: nrcor: type: integer format: int64 description: insimplescomposto: type: integer format: int64 description: cdlocalizacao: type: integer format: int64 description: ininativo: type: integer format: int64 description: inmovimentaarmazem: type: integer format: int64 description: qtpesoitem: type: number format: double description: qtlarguraitem: type: number format: double description: qtalturaitem: type: number format: double description: qtcomprimentoitem: type: number format: double description: cdanp: type: integer format: int64 description: cdcest: type: string maxLength: 7 description: cdorisenior: type: string maxLength: 3 description: cdfamiliasenior: type: string maxLength: 6 description: cdderivsenior: type: string maxLength: 7 description: cditemsenior: type: string maxLength: 14 description: cdprodutosilt: type: integer format: int64 description: csticmsinventario: type: string maxLength: 2 description: vlfatorinventario: type: number format: double description: vlaliqicmsinventario: type: number format: double description: qtkmgarantia: type: integer format: int64 description: dsanp: type: string maxLength: 95 description: qtprazogarantia: type: integer format: int64 description: cdcontafinsenior: type: integer format: int64 description: vlaliqicmsadrem: type: number format: double description: vlaliqicmsadremreten: type: number format: double description: vlpercglpanp: type: number format: double description: vlpercgnnanp: type: number format: double description: vlpercgniannp: type: number format: double description: vlvalorpartida: type: number format: double description: dsregistrocodif: type: string maxLength: 21 description: vlqtcombustambiente: type: number format: double description: inpercbiodiesel: type: integer format: int64 description: nrbicobiod: type: integer format: int64 description: nrbombabiod: type: integer format: int64 description: nrtanquebiod: type: integer format: int64 description: vlencinibiod: type: number format: double description: vlencfimbiod: type: number format: double description: vlpercbio: type: number format: double description: cdunidadetrib: type: string maxLength: 5 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvitens: type: object required: – id allOf: – #/definitions/gfvitens gfvtpite: description: GFVTPITE type: object required: – cdtpitem properties: id: type: string format: uuid description: cdtpitem: type: integer format: int64 description: dstpitem: type: string maxLength: 30 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvtpite: type: object required: – id allOf: – #/definitions/gfvtpite sisunmed: description: SIUNMED type: object required: – cdunidademedida properties: id: type: string format: uuid description: cdunidademedida: type: string maxLength: 5 description: dsunidademedida: type: string maxLength: 20 description: vlunidademedida: type: number format: double description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisunmed: type: object required: – id allOf: – #/definitions/sisunmed sisfabr: description: SISFABR type: object required: – cdfabricante properties: id: type: string format: uuid description: cdfabricante: type: integer format: int64 description: dsfabricante: type: string maxLength: 40 description: dsidentfabrrastr: type: string maxLength: 30 description: intipofabricante: type: integer format: int64 description: intiporastreador: type: integer format: int64 description: intipoteccom: type: integer format: int64 description: intptagpedagio: type: integer format: int64 description: cdinscricao: type: string maxLength: 14 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisfabr: type: object required: – id allOf: – #/definitions/sisfabr ofiordhub: description: type: object required: – cdempresa – cdordemservico – nrcgccpf properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: nrcgccpf: type: string maxLength: 18 description: datainclusao: type: string format: date-time description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiordhub: type: object required: – id allOf: – #/definitions/ofiordhub ofiorddf: description: type: object required: – cdempresa – cdordemservico – cddefeito properties: id: type: string format: uuid description: cdempresa: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: cddefeito: type: integer format: int64 description: fgdefeitoresolvido: type: integer format: int64 description: cdmotivo: type: integer format: int64 description: cdempresapen: type: integer format: int64 description: cdpendencia: type: integer format: int64 description: dtinclusao: type: string format: date-time description: dsusuinclusao: type: string maxLength: 10 description: qttempogasto: type: integer format: int64 description: insituacao: type: integer format: int64 description: inplanejado: type: integer format: int64 description: dsdefeito: type: string maxLength: 255 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editOfiorddf: type: object required: – id allOf: – #/definitions/ofiorddf gfvpen: description: GFVPEN type: object required: – cdveiculo – cdempresa – cdpendencia properties: id: type: string format: uuid description: cdveiculo: type: integer format: int64 description: dtregistro: type: string format: date-time description: dsusuarioregistro: type: string maxLength: 10 description: insituacao: type: integer format: int64 description: dtinclusaoos: type: string format: date-time description: dsusuarioincos: type: string maxLength: 10 description: cdempresa: type: integer format: int64 description: cdpendencia: type: integer format: int64 description: nrhodveiculo: type: number format: double description: qtkmprevisao: type: number format: double description: dtprevisao: type: string format: date-time description: cdtabelarevisao: type: integer format: int64 description: nrrevisao: type: integer format: int64 description: inorigem: type: integer format: int64 description: cdempresaos: type: integer format: int64 description: cdordemservico: type: integer format: int64 description: cdtipodocumento: type: integer format: int64 description: cdempresaacerto: type: integer format: int64 description: nrcontrole: type: integer format: int64 description: nrchecklist: type: integer format: int64 description: cdchecklist: type: integer format: int64 description: cdgrupo: type: integer format: int64 description: cditem: type: integer format: int64 description: intpckl: type: integer format: int64 description: cdresposta: type: integer format: int64 description: cdmotivobaixa: type: integer format: int64 description: qtavisos: type: integer format: int64 description: cdtarefa: type: integer format: int64 description: dsobservacao: type: string maxLength: 200 description: cdservicoverificacao: type: integer format: int64 description: dspendencia: type: string maxLength: 250 description: dsusuariobaixa: type: string maxLength: 10 description: cdacidente: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvpen: type: object required: – id allOf: – #/definitions/gfvpen gfvtpsrv: description: GFVTPSRV type: object required: – cdtpservico properties: id: type: string format: uuid description: cdtpservico: type: integer format: int64 description: dstpservico: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: fgintegraestoque: type: integer format: int64 description: inverificarrevisao: type: integer format: int64 description: ininformahodmovtoos: type: integer format: int64 description: cdtpmovofi: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvtpsrv: type: object required: – id allOf: – #/definitions/gfvtpsrv traaci: description: TRAACI type: object required: – cdacidente properties: id: type: string format: uuid description: cdacidente: type: integer format: int64 description: dtacidente: type: string format: date-time description: hracidente: type: string format: date-time description: cdtipocolisao: type: integer format: int64 description: dslocal: type: string maxLength: 60 description: qtpessoasenvolvidas: type: integer format: int64 description: qtveiculosenvolvidos: type: integer format: int64 description: cdveiculo: type: integer format: int64 description: cdlinha: type: integer format: int64 description: cdcarro: type: integer format: int64 description: cdcobrador: type: integer format: int64 description: cdmotorista: type: integer format: int64 description: cdestadocivil: type: integer format: int64 description: nrrg: type: string maxLength: 17 description: cdestadofisico: type: integer format: int64 description: dsavarias: type: string maxLength: 255 description: fgmotoristaferido: type: integer format: int64 description: fgcobradorferido: type: integer format: int64 description: qtpassagferidos: type: integer format: int64 description: dsproximidades: type: string maxLength: 60 description: dssinalizacao: type: string maxLength: 60 description: fgculpado: type: integer format: int64 description: dsnomeperito: type: string maxLength: 40 description: cdresponsaveltrafego: type: integer format: int64 description: cdcodfiscal: type: integer format: int64 description: fgevitavel: type: integer format: int64 description: dsacidente: type: string maxLength: 255 description: fgexamemedico: type: integer format: int64 description: fgcinto: type: integer format: int64 description: fgtestealcool: type: integer format: int64 description: fgrecusou: type: integer format: int64 description: dsparecerfiscal: type: string maxLength: 255 description: inzona: type: integer format: int64 description: cdtipoleito: type: integer format: int64 description: cdcondicaovia: type: integer format: int64 description: cdcondicaotempo: type: integer format: int64 description: cdluminosidade: type: integer format: int64 description: cdsentidovia: type: integer format: int64 description: cdcaracterreno: type: integer format: int64 description: nrboletim: type: string maxLength: 20 description: dtfechamento: type: string format: date-time description: cdinscricao: type: string maxLength: 14 description: dtaviso: type: string format: date-time description: hraviso: type: string format: date-time description: intptransporte: type: integer format: int64 description: intpuso: type: integer format: int64 description: dsmotoristaterc: type: string maxLength: 40 description: dsenderecoterc: type: string maxLength: 40 description: dsfonemotoristaterc: type: string maxLength: 25 description: nrhabilitacaoterc: type: string maxLength: 20 description: dstipocarteiraterc: type: string maxLength: 5 description: dtvalidadehabilitacaoterc: type: string format: date-time description: cdgravidade: type: integer format: int64 description: nrplacaveicterceiro: type: string maxLength: 8 description: cdinscrsegenvolvida: type: string maxLength: 14 description: nravisosinistro: type: string maxLength: 20 description: cdsegenvolvida: type: string maxLength: 14 description: instatusrespon: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editTraaci: type: object required: – id allOf: – #/definitions/traaci sisveiex: description: SISVEIEX type: object required: – cdcfgeixos properties: id: type: string format: uuid description: cdcfgeixos: type: integer format: int64 description: dscfgeixos: type: string maxLength: 40 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisveiex: type: object required: – id allOf: – #/definitions/sisveiex sismdvei: description: SISMDVEI type: object required: – cdmodelo properties: id: type: string format: uuid description: cdmodelo: type: integer format: int64 description: dsmodelo: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: nrcapacidade: type: number format: double description: cdunidademedida: type: string maxLength: 5 description: nrmediaconsumo: type: number format: double description: cdfabricante: type: integer format: int64 description: intipodemarcador: type: integer format: int64 description: qtoleocarter: type: number format: double description: dssiglaantt: type: string maxLength: 2 description: qtoleodiferencial: type: number format: double description: qtoleocaixacambio: type: number format: double description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSismdvei: type: object required: – id allOf: – #/definitions/sismdvei siscombu: description: SISCOMBU type: object required: – cdcombustivel properties: id: type: string format: uuid description: cdcombustivel: type: integer format: int64 description: dscombustivel: type: string maxLength: 20 description: nrcontacombustivel: type: string maxLength: 15 description: nrcontacombustivel2: type: string maxLength: 15 description: nrcontacombustivel3: type: string maxLength: 15 description: nrcontacombustivel4: type: string maxLength: 15 description: nrcontacombustivel5: type: string maxLength: 15 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSiscombu: type: object required: – id allOf: – #/definitions/siscombu siscores: description: SISCORES type: object required: – cdcores properties: id: type: string format: uuid description: cdcores: type: integer format: int64 description: dscores: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSiscores: type: object required: – id allOf: – #/definitions/siscores gfvcencu: description: GFVCENCU type: object required: – cdcentrocusto properties: id: type: string format: uuid description: cdcentrocusto: type: integer format: int64 description: dscentrocusto: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: cdcentrocustocontab: type: integer format: int64 description: cdtpadto: type: integer format: int64 description: vlpercctt: type: number format: double description: cdcentrocustoctb: type: integer format: int64 description: inccustoctbsaidasalm: type: integer format: int64 description: ingeracklauto: type: integer format: int64 description: inctrlmanut: type: integer format: int64 description: inexibepainelofi: type: integer format: int64 description: cdoperacao: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvcencu: type: object required: – id allOf: – #/definitions/gfvcencu almcencu: description: ALMCENCU type: object required: – cdcentrocusto properties: id: type: string format: uuid description: cdcentrocusto: type: integer format: int64 description: dscentrocusto: type: string maxLength: 20 description: dsapelido: type: string maxLength: 10 description: intipo: type: integer format: int64 description: cdveiculoempresa: type: integer format: int64 description: cddeposito: type: integer format: int64 description: nrplaca: type: string maxLength: 8 description: cdcentrocustoctb: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editAlmcencu: type: object required: – id allOf: – #/definitions/almcencu gfacencu: description: GFACENCU type: object required: – cdcentrocusto properties: id: type: string format: uuid description: cdcentrocusto: type: integer format: int64 description: dscentrocusto: type: string maxLength: 40 description: dsapelido: type: string maxLength: 10 description: inarea: type: integer format: int64 description: cdfilial: type: integer format: int64 description: nrnivel: type: integer format: int64 description: intipo: type: integer format: int64 description: nrcentrocusto: type: string maxLength: 25 description: dtatualizacao: type: string format: date-time description: dtcadastro: type: string format: date-time description: cdcentrocustofinsenior: type: string maxLength: 50 description: cdcentrocustoerpext: type: string maxLength: 50 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfacencu: type: object required: – id allOf: – #/definitions/gfacencu gfves: description: GFVES type: object required: – cdveiculo properties: id: type: string format: uuid description: cdveiculo: type: integer format: int64 description: dtentrada: type: string format: date-time description: cdtipoentrada: type: integer format: int64 description: dsobsentrada: type: string maxLength: 4000 description: cdfornecedor: type: string maxLength: 14 description: dtsaida: type: string format: date-time description: cdtiposaida: type: integer format: int64 description: dsobssaida: type: string maxLength: 4000 description: cdcliente: type: string maxLength: 14 description: vlentrada: type: number format: double description: vlsaida: type: number format: double description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfves: type: object required: – id allOf: – #/definitions/gfves gfvtpes: description: GFVTPES type: object required: – cdtpentradasaida properties: id: type: string format: uuid description: cdtpentradasaida: type: integer format: int64 description: dstpentradasaida: type: string maxLength: 30 description: dsapelido: type: string maxLength: 10 description: incompravenda: type: integer format: int64 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editGfvtpes: type: object required: – id allOf: – #/definitions/gfvtpes sisgrpreq: description: SISGRPREQ type: object required: – cdsequencia properties: id: type: string format: uuid description: cdsequencia: type: integer format: int64 description: dsdescricao: type: string maxLength: 255 description: dsapelido: type: string maxLength: 255 description: dscodigoexterno: type: string maxLength: 50 description: createdBy: type: string maxLength: 255 description: createdDate: type: string format: date-time description: lastModifiedBy: type: string maxLength: 255 description: lastModifiedDate: type: string format: date-time description: editSisgrpreq: type: object required: – id allOf: – #/definitions/sisgrpreq 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 maxLength: 255 description: Class of notification notificationOrigin: type: string maxLength: 255 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 maxLength: 255 description: Notification subject. notificationContent: type: string maxLength: 255 description: Notification content. sourceDomain: type: string maxLength: 255 description: Domain that generates the notification. sourceService: type: string maxLength: 255 description: Service that generates the notification. destinationUser: type: string maxLength: 255 description: Username of the destination user. link: type: string maxLength: 255 description: Notification link _discriminator: type: string maxLength: 255 description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string maxLength: 255 description: Email sender address sendTo: type: array items: type: string maxLength: 255 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 maxLength: 255 description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string maxLength: 255 description: The domain the blob belongs to. serviceName: type: string maxLength: 255 description: The service the blob belongs to. targetObjectId: type: string maxLength: 255 description: The basic id of the blob. targetCopyId: type: string maxLength: 255 description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string maxLength: 255 description: The user-facing error message, if any. errorCode: type: string maxLength: 255 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 maxLength: 255 description: message: type: string maxLength: 255 description: exceptionClass: type: string maxLength: 255 description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string maxLength: 255 description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string maxLength: 255 description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string maxLength: 255 description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string maxLength: 255 description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string maxLength: 255 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 maxLength: 255 description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string maxLength: 255 description: beanClass: type: string maxLength: 255 description: serviceClass: type: string maxLength: 255 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 maxLength: 255 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 maxLength: 255 description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string maxLength: 255 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 maxLength: 255 description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string maxLength: 255 description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string maxLength: 255 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 maxLength: 255 description: Domain of the dependency service service: type: string maxLength: 255 description: Name of the dependency service type: string maxLength: 255 description: Version of the dependency service sistpveilibfunEVinculacoesFacadeInput: description: Veículos liberados por motorista type: object properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular sistpveilibfunEVinculacoesFacadeOutput: description: Veículos liberados por motorista type: object required: – cdmatricula – dsnome – nrcpf – nrcracha – cdempresamotorista – dsempresamotorista – nrplaca – cdveiculo – nrveiculo – cdempresaveiculo – dsempresaveiculo – inalienado – cdtpveiculo – dstpveiculo – dsapelido – cdinscricao – dsentidade – nrcgccpf properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista dsnome: type: string maxLength: 255 description: Nome do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Número do veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo inalienado: type: integer format: int64 description: Situação do registro veicular cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdinscricao: type: string maxLength: 255 description: Código do fornecedor do registro veicular dsentidade: type: string maxLength: 255 description: Nome do fornecedor do registro veicular nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular sistpveilibfunEVinculacoesAbastecimentoFacadeInput: description: Abastecimento – Veículos liberados por motorista type: object properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular sistpveilibfunEVinculacoesAbastecimentoFacadeOutput: description: Abastecimento – Veículos liberados por motorista type: object required: – cdmatricula – dsmotorista – nrcpf – nrcracha – nrplaca – cdveiculo – nrveiculo – cdtpveiculo – dstpveiculo – dsapelido – cdempresaveiculo – dsempresaveiculo – nrcgccpf – inalienadoregveicu – cdempresamotorista – dsempresamotorista – nrcgccpfregistroveicular – dsfornecedorabastecimento properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista dsmotorista: type: string maxLength: 255 description: Nome do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Número do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de Veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de Veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular inalienadoregveicu: type: integer format: int64 description: Situação registro veicular cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista nrcgccpfregistroveicular: type: string maxLength: 255 description: CNPJ do fornecedor de abastecimento dsfornecedorabastecimento: type: string maxLength: 255 description: Nome do fornecedor de abastecimento sistpveilibfunEVinculacoesTelemetriaFacadeInput: description: Telemetria – Veículos liberados por motorista type: object properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular sistpveilibfunEVinculacoesTelemetriaFacadeOutput: description: Telemetria – Veículos liberados por motorista type: object required: – cdmatricula – dsnome – nrcpf – nrcracha – nrplaca – cdveiculo – nrveiculo – cdtpveiculo – cdempresaveiculo – dsempresaveiculo – dstpveiculo – dsapelido – nrcgccpf – cdempresamotorista – dsempresamotorista – inalienadoregveicu – cdfabricanterastreador – dsfabricanterastreador properties: cdmatricula: type: integer format: int64 description: Matrícula do motorista dsnome: type: string maxLength: 255 description: Nome do motorista nrcpf: type: string maxLength: 255 description: CPF do motorista nrcracha: type: string maxLength: 255 description: Crachá do motorista nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Número do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo dsempresaveiculo: type: string maxLength: 255 description: Nome da empresa do veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do fornecedor do registro veicular cdempresamotorista: type: integer format: int64 description: Código da empresa do motorista dsempresamotorista: type: string maxLength: 255 description: Nome da empresa do motorista inalienadoregveicu: type: integer format: int64 description: Situação registro veicular: 0-Quitado; 1-Alienado; 2-Financiado; 3-Consorcio; 4-Arrendado; 5-Locado cdfabricanterastreador: type: integer format: int64 description: Código do fabricante do rastreador dsfabricanterastreador: type: string maxLength: 255 description: Descricao do fabricante do rastreador sisveicuConsultaFacadeInput: description: Fachada de consulta de veículos type: object properties: cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Número de identificação nrplaca: type: string maxLength: 255 description: Placa do veículo cdempresa: type: integer format: int64 description: Código da empresa do veículo fgativo: type: boolean description: Veículo ativo sisveicuConsultaFacadeOutput: description: Fachada de consulta de veículos type: object required: – cdveiculo – nrveiculo – nrplaca – nrpatrimonio – nrchassis – nrrenavan – dscategoria – dsanomodelo – dsanofabricacao – qtcapacidadetanque – cdcfgeixos – dscfgeixos – cdmodelo – dsmodelo – dsapelidomodelo – cdfabricante – dsfabricante – cdcombustivel – dscombustivel – cdcor – dscores – dsapelidocores – cdcentrocusto – dscentrocusto – dsapelidocentrocusto – cdcentrocustoalm – dscentrocustoalm – dsapelidocentrocustoalm – cdcentrocustofin – dscentrocustofin – dsapelidocentrocustofin – cdcentrocustoerpext – cdempresa – dsempresa – dsapelidoempresa – cdtipoveiculo – dstpveiculo – dsapelidotpveiculo – cdgruporequisito – dsgruporequisito – dsapelidogruporequisito – cdextgruporequisito – nrcgccpf – dsentidade – inalienado – nrcontrato – dtfinal – cdtipoentrada – dstpentradasaida – dtentrada – vlentrada – cdfornecedorentrada – dsentidadeentrada – dsobsentrada – cdtiposaida – dstpsaida – dtsaida – vlsaida – cdcliente – dsentidadesaida – dsobssaida – insituacaoveiculo – fgbaixado properties: cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Número de identificação nrplaca: type: string maxLength: 255 description: Placa do veículo nrpatrimonio: type: string maxLength: 255 description: Código do patrimonio do veículo nrchassis: type: string maxLength: 255 description: Número do chassis do veículo nrrenavan: type: string maxLength: 255 description: Número do Renavan do veículo dscategoria: type: string maxLength: 255 description: Categoria do certificado do registro do veículo dsanomodelo: type: integer format: int64 description: Ano do modelo do veículo dsanofabricacao: type: integer format: int64 description: Ano de fabricação do veículo qtcapacidadetanque: type: number format: double description: Capacidade do tanque do veículo cdcfgeixos: type: integer format: int64 description: Código dos eixos do veículo dscfgeixos: type: string maxLength: 255 description: Descrição dos eixos do veículo cdmodelo: type: integer format: int64 description: Código do modelo do veículo dsmodelo: type: string maxLength: 255 description: Descrição do modelo do veículo dsapelidomodelo: type: string maxLength: 255 description: Apelido do modelo do veículo cdfabricante: type: integer format: int64 description: Código do fabricante do veículo dsfabricante: type: string maxLength: 255 description: Descrição do fabricante do veículo cdcombustivel: type: integer format: int64 description: Código do combustível do veículo dscombustivel: type: string maxLength: 255 description: Descrição do combustível do veículo cdcor: type: integer format: int64 description: Código da cor do veículo dscores: type: string maxLength: 255 description: Descrição da cor do veículo dsapelidocores: type: string maxLength: 255 description: Apelido da cor do veículo cdcentrocusto: type: integer format: int64 description: Código do centro de custo do veículo dscentrocusto: type: string maxLength: 255 description: Descrição do centro de custo do veículo dsapelidocentrocusto: type: string maxLength: 255 description: Apelido do centro de custo do veículo cdcentrocustoalm: type: integer format: int64 description: Código do centro de custo almoxarifado do veículo dscentrocustoalm: type: string maxLength: 255 description: Descrição do centro de custo almoxarifado do veículo dsapelidocentrocustoalm: type: string maxLength: 255 description: Apelido do centro de custo almoxarifado do veículo cdcentrocustofin: type: integer format: int64 description: Código do centro de custo financeiro almoxarifado do veículo dscentrocustofin: type: string maxLength: 255 description: Descrição do centro de custo financeiro almoxarifado do veículo dsapelidocentrocustofin: type: string maxLength: 255 description: Apelido do centro de custo financeiro almoxarifado do veículo cdcentrocustoerpext: type: string maxLength: 255 description: Código ERP externo do centro de custo financeiro almoxarifado do veículo cdempresa: type: integer format: int64 description: Código da empresa do veículo dsempresa: type: string maxLength: 255 description: Nome da empresa do veículo dsapelidoempresa: type: string maxLength: 255 description: Apelido da empresa do veículo cdtipoveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelidotpveiculo: type: string maxLength: 255 description: Apelido do tipo de veículo cdgruporequisito: type: integer format: int64 description: Código do grupo de requisitos do veículo dsgruporequisito: type: string maxLength: 255 description: Descrição do grupo de requisitos do veículo dsapelidogruporequisito: type: string maxLength: 255 description: Apelido do grupo de requisitos do veículo cdextgruporequisito: type: string maxLength: 255 description: Código externo do grupo de requisitos do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do registro veicular dsentidade: type: string maxLength: 255 description: Nome do registro veicular inalienado: type: integer format: int64 description: Situação do registro veicular nrcontrato: type: string maxLength: 255 description: Número do contrato do registro veicular dtfinal: type: string format: date-time description: Data final do registro veicular cdtipoentrada: type: integer format: int64 description: Codigo do tipo da entrada na frota dstpentradasaida: type: string maxLength: 255 description: Descrição do tipo da entrada na frota dtentrada: type: string format: date-time description: Data de entrada na frota vlentrada: type: number format: double description: Valor de entrada na frota cdfornecedorentrada: type: string maxLength: 255 description: Código do fornecedor de entrada na frota dsentidadeentrada: type: string maxLength: 255 description: Nome do fornecedor de entrada na frota dsobsentrada: type: string maxLength: 4000 description: Observação de entrada na frota cdtiposaida: type: integer format: int64 description: Codigo do tipo de saída da frota dstpsaida: type: string maxLength: 255 description: Descrição do tipo da saída na frota dtsaida: type: string format: date-time description: Data de saída da frota vlsaida: type: number format: double description: Valor de saída da frota cdcliente: type: string maxLength: 255 description: Código do cliente de saída da frota dsentidadesaida: type: string maxLength: 255 description: Nome do cliente de saída da frota dsobssaida: type: string maxLength: 4000 description: Observação de saída da frota insituacaoveiculo: type: boolean description: Veículo ativo fgbaixado: type: boolean description: Veículo baixado sisveicuEVinculacoesFacadeInput: description: Fachada veículos disponíveis type: object properties: nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo cdempresaveiculo: type: integer format: int64 description: Código da empresa do veículo nrcpf: type: string maxLength: 255 description: CPF do fornecedor do registro veicular inalienado: type: integer format: int64 description: Situação registro veicular insituacaoveiculo: type: boolean description: Veículo ativo fgbaixado: type: boolean description: Veículo baixado sisveicuEVinculacoesFacadeOutput: description: Fachada veículos disponíveis type: object required: – nrplaca – cdveiculo – nrveiculo – cdtpveiculo – dstpveiculo – dsapelido – cdempresa – dsempresa – nrcgccpf – dsentidade – inalienado – insituacaoveiculo – fgbaixado properties: nrplaca: type: string maxLength: 255 description: Placa do veículo cdveiculo: type: integer format: int64 description: Código do veículo nrveiculo: type: string maxLength: 255 description: Numero do veículo cdtpveiculo: type: integer format: int64 description: Código do tipo de veículo dstpveiculo: type: string maxLength: 255 description: Descrição do tipo de veículo dsapelido: type: string maxLength: 255 description: Apelido do tipo de veículo cdempresa: type: integer format: int64 description: Código da empresa do veículo dsempresa: type: string maxLength: 255 description: Nome da empresa do veículo nrcgccpf: type: string maxLength: 255 description: CNPJ do registro veicular dsentidade: type: string maxLength: 255 description: Nome do registro veicular inalienado: type: integer format: int64 description: Situação registro veicular insituacaoveiculo: type: boolean description: Veículo ativo fgbaixado: type: boolean description: Veículo baixado gfvvinccrtveicEVinculacoesFacadeInput: description: Abastecimento – Vinculação entre cartões e veículos type: object properties: cdcartao: type: integer format: int64 description: Código do cartão cdveiculo: type: integer format: int64 description: Código do veículo numerocartao: type: string maxLength: 255 description: Número do cartão insituacao: type: integer format: int64 description: Situação do cartão intpcartao: type: integer format: int64 description: Tipo do cartão dtvinculacao: type: string format: date-time description: Data da vinculação gfvvinccrtveicEVinculacoesFacadeOutput: description: Abastecimento – Vinculação entre cartões e veículos type: object required: – cdcartao – cdveiculo – numerocartao – nrplaca – insituacao – intpcartao – dtvinculacao – insitvinculacao properties: cdcartao: type: integer format: int64 description: Código do cartão cdveiculo: type: integer format: int64 description: Código do veículo numerocartao: type: string maxLength: 255 description: Número do cartão nrplaca: type: string maxLength: 255 description: Placa do veículo insituacao: type: integer format: int64 description: Situação do cartão intpcartao: type: integer format: int64 description: Tipo do cartão dtvinculacao: type: string format: date-time description: Data da vinculação insitvinculacao: type: integer format: int64 description: Situação da vinculação ofiordhubEVinculacoesFacadeInput: description: Fachada – ordem de serviços e vinculaçoes type: object properties: cdEmpresa: type: integer format: int64 description: Código da empresa cdOrdemServico: type: integer format: int64 description: Código da ordem de serviço ofiordhubEVinculacoesFacadeOutput: description: Fachada – ordem de serviços e vinculaçoes type: object required: – cdEmpresa – cdOrdemServico – cdVeiculo – nrPlaca – dtEmissao – nrCGCCPF – nrHodometroVeiculo – vlOrcado – dtConclPrev – dsDefeitos – tipo – situacao – defeitos – fgOsImpressa – dtBaixa – cdAcidente – nrProtocoloExt properties: cdEmpresa: type: integer format: int64 description: Código da empresa cdOrdemServico: type: integer format: int64 description: Código da ordem de serviço cdVeiculo: type: integer format: int64 description: Código do veículo nrPlaca: type: string maxLength: 255 description: Placa do veículo dtEmissao: type: string format: date-time description: Data de emissão nrCGCCPF: type: string maxLength: 255 description: CNPJ do fornecedor nrHodometroVeiculo: type: number format: double description: Hodômetro vlOrcado: type: number format: double description: Valor orçado dtConclPrev: type: string format: date-time description: Data da conclusão prevista dsDefeitos: type: string maxLength: 255 description: Descrição dos defeitos tipo: type: object allOf: – #/definitions/recTipoOrdemServico description: Tipo da ordem de serviço situacao: type: object allOf: – #/definitions/recSituacaoOrdemServico description: Situação da ordem de serviço defeitos: type: array items: type: object allOf: – #/definitions/recDefeito minimum: 1 description: Defeitos fgOsImpressa: type: boolean description: Ordem de serviço impressa dtBaixa: type: string format: date-time description: Data da baixa cdAcidente: type: integer format: int64 description: Código do acidente nrProtocoloExt: type: string maxLength: 30 description: Número do protocolo de atendimento genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE