2.0info: 2.3.0 int_monitorlogistica description: Serviço de monitoramento de integração x-senior-domain: erp_isl x-senior-domain-path: erp_isl x-senior-service-path: int_monitorlogistica 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/erp_islsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /int_monitorlogistica/queries/searchSyncPendencyItem: post: description: Retornar os eventos da pendência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – offset – size properties: id: type: string description: Filtro por identificador da pendência filterError: type: boolean description: Filtro por erro offset: type: integer format: int64 description: Posição do registro inicial minimum: 0 size: type: integer format: int64 description: Quantidade de registros a ser retornada minimum: 1 maximum: 100 responses: 200: description: Ok schema: type: object required: – pendencyItem – totalElements properties: pendencyItem: type: array items: type: object allOf: – #/definitions/recPendencyItem minimum: 1 description: Eventos da pendência totalElements: type: integer format: int64 description: Quantidade total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retornar os eventos da pendência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Filtro por identificador da pendência in: query required: true type: string – name: filterError description: Filtro por erro in: query type: boolean – name: offset description: Posição do registro inicial in: query required: true type: integer format: int64 – name: size description: Quantidade de registros a ser retornada in: query required: true type: integer format: int64 responses: 200: description: Ok schema: type: object required: – pendencyItem – totalElements properties: pendencyItem: type: array items: type: object allOf: – #/definitions/recPendencyItem minimum: 1 description: Eventos da pendência totalElements: type: integer format: int64 description: Quantidade total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/searchSyncPendencyLogEvents: post: description: Retornar os eventos da pendência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id – offset – size properties: id: type: string description: Filtro por identificador da pendência offset: type: integer format: int64 description: Posição do registro inicial minimum: 0 size: type: integer format: int64 description: Quantidade de registros a ser retornada minimum: 1 maximum: 100 responses: 200: description: Ok schema: type: object required: – pendencyLogEvents – totalElements properties: pendencyLogEvents: type: array items: type: object allOf: – #/definitions/recPendencyLogEvent minimum: 1 description: Eventos da pendência totalElements: type: integer format: int64 description: Quantidade total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Retornar os eventos da pendência tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: Filtro por identificador da pendência in: query required: true type: string – name: offset description: Posição do registro inicial in: query required: true type: integer format: int64 – name: size description: Quantidade de registros a ser retornada in: query required: true type: integer format: int64 responses: 200: description: Ok schema: type: object required: – pendencyLogEvents – totalElements properties: pendencyLogEvents: type: array items: type: object allOf: – #/definitions/recPendencyLogEvent minimum: 1 description: Eventos da pendência totalElements: type: integer format: int64 description: Quantidade total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/searchBifrostInitLoadCtrl: post: description: Busca registros na tabela bifrost_init_load_crtrl tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna true se tiver registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca registros na tabela bifrost_init_load_crtrl tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – result properties: result: type: boolean description: Retorna true se tiver registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/searchSyncPendency: post: description: Retornar as pendências para o monitor ISL tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – offset – size properties: id: type: string description: Filtro por identificador da pendência process: type: array items: type: string allOf: – #/definitions/process description: Processo erpStatus: type: array items: type: string allOf: – #/definitions/enumErpStatus description: Filtro de situação ERP wmsStatus: type: array items: type: string allOf: – #/definitions/enumWmsStatus description: Filtro de situação WMS erpPayload: type: string description: Conteúdo/Payload do ERP wmsPayload: type: string description: Conteúdo/Payload do WMS docKeyErp: type: string description: Chave ERP docKeyWms: type: string description: Chave WMS includedOnInterval: type: object allOf: – #/definitions/recDateTimeInterval description: Intervalo de filtro por data/hora de inclusão da pendência lastProcessedOnInterval: type: object allOf: – #/definitions/recDateTimeInterval description: Intervalo de filtro por data/hora do último processamento da pendência showHistoric: type: boolean description: Parâmetro para mostrar histórico offset: type: integer format: int64 description: Posição do registro inicial minimum: 0 size: type: integer format: int64 description: Quantidade de registros a ser retornada minimum: 1 maximum: 100 responses: 200: description: Ok schema: type: object required: – totalElements properties: pendencies: type: array items: type: object allOf: – #/definitions/recSyncPendency description: Lista de pendências de replicação totalElements: type: integer format: int64 description: Quantidade total de registros 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/healthcheck: post: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para o SRE verificar a disponibilidade do serviço tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status geral do serviço checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verificações para assegurar o status 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/searchIntegrationParameters: post: description: Query para retornar os parâmetros de integração do tenant tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object properties: modeloIntegracao: type: string description: Modelo de integração destinoWms: type: integer format: int64 description: Destino WMS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query para retornar os parâmetros de integração do tenant tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object properties: modeloIntegracao: type: string description: Modelo de integração destinoWms: type: integer format: int64 description: Destino WMS 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportEventoErp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportEventoErpItem: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportLogEventoErp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportHisEventoErp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportEventoWms: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportLogEventoWms: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportHisEventoWms: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportBifrostInitLoadCtrl: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/queries/exportParametrosIntegracao: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/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 /int_monitorlogistica/actions/importEventoErp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importEventoErpItem: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importLogEventoErp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importHisEventoErp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importEventoWms: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importLogEventoWms: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importHisEventoWms: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importBifrostInitLoadCtrl: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/actions/importParametrosIntegracao: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/signals/reprocessPendencies: post: description: Reprocessamento de pendências tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/events/importEventoErpEvent: post: description: 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 /int_monitorlogistica/events/exportEventoErpEvent: post: description: 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 /int_monitorlogistica/events/importEventoErpItemEvent: post: description: 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 /int_monitorlogistica/events/exportEventoErpItemEvent: post: description: 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 /int_monitorlogistica/events/importLogEventoErpEvent: post: description: 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 /int_monitorlogistica/events/exportLogEventoErpEvent: post: description: 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 /int_monitorlogistica/events/importHisEventoErpEvent: post: description: 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 /int_monitorlogistica/events/exportHisEventoErpEvent: post: description: 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 /int_monitorlogistica/events/importEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/exportEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/importLogEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/exportLogEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/importHisEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/exportHisEventoWmsEvent: post: description: 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 /int_monitorlogistica/events/importBifrostInitLoadCtrlEvent: post: description: 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 /int_monitorlogistica/events/exportBifrostInitLoadCtrlEvent: post: description: 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 /int_monitorlogistica/events/importParametrosIntegracaoEvent: post: description: 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 /int_monitorlogistica/events/exportParametrosIntegracaoEvent: post: description: 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 /int_monitorlogistica/entities/eventoErp: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoErp responses: 200: description: The created resource schema: #/definitions/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoErp responses: 200: description: The created resource schema: #/definitions/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/eventoErp/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoErp responses: 200: description: Ok schema: #/definitions/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoErp responses: 200: description: Ok schema: #/definitions/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/eventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/eventoErp/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventoErp responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/eventoErpItem: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoErpItem responses: 200: description: The created resource schema: #/definitions/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoErpItem responses: 200: description: The created resource schema: #/definitions/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/eventoErpItem/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoErpItem responses: 200: description: Ok schema: #/definitions/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoErpItem responses: 200: description: Ok schema: #/definitions/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/eventoErpItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/eventoErpItem/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventoErpItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/logEventoErp: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/logEventoErp responses: 200: description: The created resource schema: #/definitions/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/logEventoErp responses: 200: description: The created resource schema: #/definitions/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/logEventoErp/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/logEventoErp responses: 200: description: Ok schema: #/definitions/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/logEventoErp responses: 200: description: Ok schema: #/definitions/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/logEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/logEventoErp/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/logEventoErp responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/hisEventoErp: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/hisEventoErp responses: 200: description: The created resource schema: #/definitions/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/hisEventoErp responses: 200: description: The created resource schema: #/definitions/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/hisEventoErp/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/hisEventoErp responses: 200: description: Ok schema: #/definitions/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/hisEventoErp responses: 200: description: Ok schema: #/definitions/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/hisEventoErp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/hisEventoErp/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/hisEventoErp responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/eventoWms: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoWms responses: 200: description: The created resource schema: #/definitions/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/eventoWms responses: 200: description: The created resource schema: #/definitions/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/eventoWms/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoWms responses: 200: description: Ok schema: #/definitions/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/eventoWms responses: 200: description: Ok schema: #/definitions/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/eventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/eventoWms/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/eventoWms responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/logEventoWms: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/logEventoWms responses: 200: description: The created resource schema: #/definitions/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/logEventoWms responses: 200: description: The created resource schema: #/definitions/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/logEventoWms/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/logEventoWms responses: 200: description: Ok schema: #/definitions/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/logEventoWms responses: 200: description: Ok schema: #/definitions/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/logEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/logEventoWms/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/logEventoWms responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/hisEventoWms: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/hisEventoWms responses: 200: description: The created resource schema: #/definitions/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/hisEventoWms responses: 200: description: The created resource schema: #/definitions/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/hisEventoWms/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/hisEventoWms responses: 200: description: Ok schema: #/definitions/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/hisEventoWms responses: 200: description: Ok schema: #/definitions/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/hisEventoWms 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/hisEventoWms/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/hisEventoWms responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/bifrostInitLoadCtrl: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bifrostInitLoadCtrl responses: 200: description: The created resource schema: #/definitions/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/bifrostInitLoadCtrl responses: 200: description: The created resource schema: #/definitions/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/bifrostInitLoadCtrl/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bifrostInitLoadCtrl responses: 200: description: Ok schema: #/definitions/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/bifrostInitLoadCtrl responses: 200: description: Ok schema: #/definitions/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/bifrostInitLoadCtrl 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/bifrostInitLoadCtrl/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/bifrostInitLoadCtrl responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/parametrosIntegracao: post: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosIntegracao responses: 200: description: The created resource schema: #/definitions/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/parametrosIntegracao responses: 200: description: The created resource schema: #/definitions/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: 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/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /int_monitorlogistica/entities/parametrosIntegracao/{id}: put: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosIntegracao responses: 200: description: Ok schema: #/definitions/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/parametrosIntegracao responses: 200: description: Ok schema: #/definitions/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/parametrosIntegracao 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: 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 /int_monitorlogistica/entities/parametrosIntegracao/bulk: post: tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/parametrosIntegracao responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericErrordefinitions: upDown: description: Up or down type: string enum: – UP – DOWN process: description: Tipo do processo type: string enum: – ORDEM_SEPARACAO – ORDEM_RECEBIMENTO – CADASTRO_PRODUTO – CADASTRO_CLIENTE – CADASTRO_FORNECEDOR – CADASTRO_TRANSPORTADORA – MOVIMENTO_ESTOQUE_SAIDA – TRANSFERENCIA_SAIDA – TRANSFERENCIA_ENTRADA – ABASTECIMENTO_PRODUCAO – APONTAMENTO_PRODUCAO – MOVIMENTO_ESTOQUE_ENTRADA – MOVIMENTO_ESTOQUE – FATURAMENTO_SERVICO – INVENTARIO – REQUISICAO_ESTOQUE enumErpStatus: description: Situação do ERP type: string enum: – AGUARDANDO_EXPORTACAO – EM_EXPORTACAO – EXPORTADO – REENVIAR – CANCELADO – REABERTO – CONCLUIDO – AGUARDANDO_FATURAMENTO – MOV_AGUARDANDO_PROCESSAMENTO – INV_AGUARDANDO_PROCESSAMENTO – FAT_AGUARDANDO_EXPORTACAO – FAT_EM_EXPORTACAO – FAT_EXPORTADO – FAT_REENVIAR – FAT_CANCELADO – FAT_REABERTO – FAT_CONCLUIDO – CAN_AGUARDANDO_EXPORTACAO – CAN_EXPORTADO – CAN_CONCLUIDO – CAN_NEGADO – REF_AGUARDANDO_EXPORTACAO – REF_EXPORTADO – REF_CONCLUIDO – EXCLUIDO – ERRO – HTTP_ERROR enumWmsStatus: description: Situação do WMS type: string enum: – AGUARDANDO_EXPORTACAO – EM_EXPORTACAO – EXPORTADO – EXPORTADO_CONFIRMADO – AGUARDANDO_IMPORTACAO – EM_IMPORTACAO – IMPORTADO – REENVIAR – CANCELADO – CONCLUIDO – CANCELADO_NEGADO – EXPORTADO_AGENDADO – AGUARDANDO_FORMACAO_DE_ONDA – AGUARDANDO_SEPARACAO – SEPARACAO_INICIADA – AGUARDANDO_RESOLUCAO_DE_QUEBRA – SEPARACAO_CONCLUIDA – PACKING_INICIADO – PACKING_CONCLUIDO – ENVIADO_PARA_FATURAMENTO – COLETA_INICIADA – EXPEDIDO – QUARENTENA – DIGITADO_IMPORTADO – PLANEJAMENTO_CONCLUIDO – RESERVADO – EM_CURSO_CONFERENCIA – CONFERIDO – ERRO – NAO_INTEGRADO – HTTP_ERROR enumTipoDocumento: description: Tipo de documento type: string enum: – PEDIDO_VENDA – PRE_FATURA – NOTA_FISCAL_SAIDA – NOTA_FISCAL_ENTRADA – NOTA_FISCAL_ENTRADA_IMPORTACAO – NOTA_FISCAL_ENTRADA_DEVOLUCAO – TRANSFERENCIA_DEPOSITO_ENTRADA – MOVIMENTO_ESTOQUE_SAIDA_AGRUPADO – CADASTRO_PRODUTO – CADASTRO_CLIENTE – CADASTRO_FORNECEDOR – CADASTRO_TRANSPORTADORA – MOVIMENTO_ESTOQUE – TRANSFERENCIA_DEPOSITO_SAIDA – TRANSFERENCIA_DEPOSITO_SAIDA_AGRUPADO – ABASTECIMENTO_PRODUCAO – APONTAMENTO_PRODUCAO – MOVIMENTO_ESTOQUE_ENTRADA_AGRUPADO – TRANSFERENCIA_DEPOSITO_ENTRADA_AGRUPADO – FATURAMENTO_SERVICO – INVENTARIO – REQUISICAO_ESTOQUE 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 checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recSyncPendency: description: Pendência de replicação type: object required: – id – process – docKeyErp – docKeyWms – erpStatus – wmsStatus – erpStatusDetail – wmsStatusDetail – includedOn properties: id: type: string description: Identificador process: type: string allOf: – #/definitions/enumTipoDocumento description: Tipo de processo docKeyErp: type: string description: Chave ERP docKeyWms: type: string description: Chave WMS erpStatus: type: string allOf: – #/definitions/enumErpStatus description: Situação do ERP wmsStatus: type: string allOf: – #/definitions/enumWmsStatus description: Situação do WMS erpStatusDetail: type: string description: Situação do ERP wmsStatusDetail: type: string description: Situação do WMS erpPayload: type: string description: Conteúdo/Payload do ERP wmsPayload: type: string description: Conteúdo/Payload do WMS erpPayloadConvert: type: string description: Conteúdo/Payload do ERP Convertido wmsPayloadConvert: type: string description: Conteúdo/Payload do WMS Convertido includedOn: type: string format: date-time description: Data/Hora de inclusão da pendência lastProcessedOn: type: string format: date-time description: Data/Hora do último processamento recPendencyLogEvent: description: Evento da pendência type: object properties: statusDescription: type: string description: Descrição do Status eventDate: type: string format: date-time description: Data/Hora do evento origem: type: string description: Origem do log recPendencyItem: description: Evento item pendência type: object required: – id – logIntegracao – idItem – situacao – codigo – descricao properties: id: type: string description: Identificador único alfanumérico logIntegracao: type: string description: Log da ultima ação ocorrida na integração idItem: type: string description: Identificador único item situacao: type: string allOf: – #/definitions/enumErpStatus description: Situação codigo: type: string description: Código cadastro descricao: type: string description: Descrição cadastro recDateTimeInterval: description: Intervalo de tempo type: object required: – init – end properties: init: type: string format: date-time description: Data e hora inicial end: type: string format: date-time description: Data e hora final eventoErp: description: Evento de integração ERP type: object required: – chaveDocumento – tipoDocumento – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao – datahoraAtualizacao – informacaoConvertido properties: id: type: string format: uuid description: Identificador único alfanumérico chaveDocumento: type: string description: Chave do documento de origem tipoDocumento: type: integer format: int64 description: Tipo do documento de origem situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ERP para o ISL logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro datahoraAtualizacao: type: string format: date-time description: Data/Hora da atualização do registro informacaoConvertido: type: string description: Dados enviados do ERP para o ISL convertido eventoErpItem: description: Item evento de integração ERP type: object required: – id – idEventoErp – codigo – descricao – situacao – logIntegracao properties: id: type: string format: uuid description: Id item idEventoErp: type: string format: uuid description: Id evento erp codigo: type: string description: Código cadastro descricao: type: string description: Descrição cadastro situacao: type: integer format: int64 description: Situação logIntegracao: type: string description: Log de integração retornado do WMS logEventoErp: description: Log de evento do ERP type: object required: – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao properties: id: type: string format: uuid description: Identificador único alfanumérico idOrigem: type: string format: uuid description: Identificador único alfanumérico da nota de entrada situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ERP para o ISL logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro hisEventoErp: description: Histórico de evento do ERP type: object required: – datahoraGeracaoHistorico – chaveDocumento – tipoDocumento – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao – datahoraAtualizacao – informacaoConvertido properties: id: type: string format: uuid description: Identificador único alfanumérico datahoraGeracaoHistorico: type: string format: date-time description: Data/Hora da geração do histórico chaveDocumento: type: string description: Chave do documento de origem tipoDocumento: type: integer format: int64 description: Tipo do documento de origem situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ERP para o ISL logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro datahoraAtualizacao: type: string format: date-time description: Data/Hora da atualização do registro informacaoConvertido: type: string description: Informação JSON convertido eventoWms: description: Evento de integração WMS type: object required: – chaveDocumentoErp – chaveDocumentoWms – tipoDocumento – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao – datahoraAtualizacao – protocoloRecebimento – informacaoIntegracaoRetorno – informacaoRetornoConvertido properties: id: type: string format: uuid description: Identificador único alfanumérico chaveDocumentoErp: type: string description: Chave do documento de origem no ERP chaveDocumentoWms: type: string description: Chave do documento de origem no WMS tipoDocumento: type: integer format: int64 description: Tipo do documento de origem situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ISL para o WMS logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro datahoraAtualizacao: type: string format: date-time description: Data/Hora da atualização do registro protocoloRecebimento: type: integer format: int64 description: Protocolo de recebimento do envio da nota fiscal de entrada para o WMS informacaoIntegracaoRetorno: type: string description: Dados enviados do WMS para o sistema ISL informacaoRetornoConvertido: type: string description: Dados enviados do WMS para o sistema ISL convertido logEventoWms: description: Log de evento do WMS type: object required: – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao – protocoloRecebimento – informacaoIntegracaoRetorno properties: id: type: string format: uuid description: Identificador único alfanumérico idOrigem: type: string format: uuid description: Identificador único alfanumérico da nota de entrada situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ISL para o WMS logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro protocoloRecebimento: type: integer format: int64 description: Protocolo de recebimento do envio da nota fiscal de entrada para o WMS informacaoIntegracaoRetorno: type: string description: Dados enviados do WMS para o sistema ISL hisEventoWms: description: Histórico de evento do wms type: object required: – datahoraGeracaoHistorico – chaveDocumentoErp – chaveDocumentoWms – tipoDocumento – situacaoIntegracao – informacaoIntegracao – logIntegracao – usuarioGerador – datahoraGeracao – datahoraAtualizacao – protocoloRecebimento – informacaoIntegracaoRetorno – informacaoRetornoConvertido properties: id: type: string format: uuid description: Identificador único alfanumérico datahoraGeracaoHistorico: type: string format: date-time description: Data/Hora da geração do histórico chaveDocumentoErp: type: string description: Chave do documento de origem no ERP chaveDocumentoWms: type: string description: Chave do documento de origem no WMS tipoDocumento: type: integer format: int64 description: Tipo do documento na origem situacaoIntegracao: type: integer format: int64 description: Situação da integração informacaoIntegracao: type: string description: Dados enviados do ISL para o WMS logIntegracao: type: string description: Log da ultima ação ocorrida na integração usuarioGerador: type: integer format: int64 description: Usuário responsável pela geração do registro datahoraGeracao: type: string format: date-time description: Data/Hora da geração do registro datahoraAtualizacao: type: string format: date-time description: Data/Hora da atualização do registro protocoloRecebimento: type: integer format: int64 description: Protocolo de recebimento do envio da nota fiscal de entrada para o WMS informacaoIntegracaoRetorno: type: string description: Dados enviados do WMS para o sistema ISL informacaoRetornoConvertido: type: string description: Dados enviados do ISL para o ERP após a conversão bifrostInitLoadCtrl: description: Bifrost carga inicial type: object required: – complementVersion – dataInfo – dataReceivedOn – includedOn – name – processFinishedOn – processStartedOn – processUser – recordAmount – recordVersion – status properties: id: type: string format: uuid description: ID complementVersion: type: string description: Complement Version dataInfo: type: string description: Data info dataReceivedOn: type: string format: date-time description: Data Received On includedOn: type: string format: date-time description: Included On name: type: string description: Name processFinishedOn: type: string format: date-time description: Process Finished On processStartedOn: type: string format: date-time description: Process Started On processUser: type: string description: Process User recordAmount: type: integer format: int64 description: Record Amount recordVersion: type: integer format: int64 description: Record Version status: type: string description: Status parametrosIntegracao: description: Parâmetros de integração type: object required: – modeloIntegracao – destinoWms – urlWms properties: modeloIntegracao: type: string description: Modelo de integração destinoWms: type: integer format: int64 description: Destino WMS urlWms: type: string description: URL notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string 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