2.0info: 2.31.0 MRP – Cálculos description: MRP x-senior-domain: Gestão industrial x-senior-domain-path: erpx_man x-senior-service-path: mrp_calculo contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_mansecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /mrp_calculo/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 /mrp_calculo/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 /mrp_calculo/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 /mrp_calculo/signals/importNeeds: post: description: Buscar as necessidades importadas e incluir no cálculo do MRP\n### Resources\nres://senior.com.br/erpx_man/mrp/entities/calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/importStockPolicies: post: description: Busca SKUs com políticas de estoque configurado e dispara o importStockPoliciesPagination.\n### Resources\n- res://senior.com.br/erpx_man/mrp/entities/calculo – incluir tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/importStockPoliciesPagination: post: description: Busca SKUs com politicas de estoque configurado paginado e incluir no cálculo do MRP tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId – pagination – totalPolicies properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado pagination: type: integer format: int64 description: Pagina a ser consultada totalPolicies: type: integer format: int64 description: Contador de quantas políticas existem. responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/calculateSku: post: description: Será executado o cálculo MRP para os SKUs informados\n### Resources\n- res://senior.com.br/erpx_man/mrp/entities/calculo – incluir tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId – skuId properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado skuId: type: array items: type: string minimum: 1 description: Identificador único dos SKUs que serão cálculados responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/calculateMrpLowLevelCode: post: description: Iniciar o cálculo dos SKUs conforme LLC\n### Resources\n- res://senior.com.br/erpx_man/mrp/entities/calculo – incluir tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/importDependentDemands: post: description: Busca saídas de consumos das Ordens que estão em processamento e dispara importDependentDemandsPagination.\n### Resources\n- res://senior.com.br/erpx_man/mrp/entities/calculo – incluir tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/importDependentDemandsPagination: post: description: Busca saídas de consumos das Ordens que estão em processamento paginado e inclui no cálculo do MRP tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – calculationId – pagination properties: calculationId: type: string description: Identificador único do cálculo do MRP que está sendo executado pagination: type: integer format: int64 description: Pagina a ser consultada responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/startCalculationMPS: post: description: Iniciar o cálculo da projeção de MPS\n### Resources:\nres://senior.com.br/erpx_man/mrp/entities/mps_calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId properties: mpsCalculationId: type: string description: Identificador único do cálculo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/calculateMpsSkuHistory: post: description: Realizar o cálculo do consumo histórico para o cálculo da projeção do MPS\n### Resources:\nres://senior.com.br/erpx_man/mrp/entities/mps_calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId – mpsCalculationSkuIds – fireEvent properties: mpsCalculationId: type: string description: Identificador único do cálculo mpsCalculationSkuIds: type: array items: type: string minimum: 1 description: Lista – Identificador único do SKU no cálculo fireEvent: type: boolean description: Indicativo se deve disparar o evento para atualizar a barra de progresso responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/importMpsDemands: post: description: Realizar a importação dos pedidos de venda para o cálculo da projeção do MPS\n### Resources:\nres://senior.com.br/erpx_man/mrp/entities/mps_calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId properties: mpsCalculationId: type: string description: Identificador único do cálculo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/calculateMpsSkuProjection: post: description: Realizar o cálculo da previsão de consumo da projeção do MPS\n### Resources:\nres://senior.com.br/erpx_man/mrp/entities/mps_calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId – mpsCalculationSkuIds – fireEvent properties: mpsCalculationId: type: string description: Identificador único do cálculo mpsCalculationSkuIds: type: array items: type: string minimum: 1 description: Lista – Identificador único do SKU no cálculo fireEvent: type: boolean description: Indicativo se deve disparar o evento para atualizar a barra de progresso responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/signals/generateMPS: post: description: Irá gerar os registros de MPS com base no cálculo informado\n### Resources:\nres://senior.com.br/erpx_man/mrp/entities/mps_calculo tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId properties: mpsCalculationId: type: string description: Identificador único do cálculo responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /mrp_calculo/events/mrpCalculationProcessingStatusEvent: post: description: Privado – Evento interno entre os serviços sempre que ocorrer uma alteração no processamento do cálculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – calculationId properties: calculationId: type: string description: Identificador único do cálculo responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /mrp_calculo/events/mpsCalculationStatusEvent: post: description: Interno – Evento lançado sempre que ocorrer uma alteração na situação do cálculo x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – mpsCalculationId properties: mpsCalculationId: type: string description: Identificador único do cálculo responses: 200: description: OK default: description: Error response schema: #/definitions/genericErrordefinitions: upDown: description: Up or down type: string enum: – UP – DOWN enumTipoDocumento: description: Tipo de documento type: string enum: – ORDEM_PRODUCAO – RESERVA_ESTOQUE – ORDEM_COMPRA enumMotivo: description: Motivo type: string enum: – NECESSIDADE – PONTO_PEDIDO – ESTOQUE_SEGURANCA – SAIDA_ESTRUTURA – LOTE_MINIMO enumSituacaoMPSCalculo: description: Situação do cálculo MPS type: string enum: – PENDENTE – IMPORTANDO_PEDIDOS – IMPORTACAO_FINALIZADA – CALCULANDO – CONFERENCIA – GERANDO_MPS – FINALIZADO – ERRO enumSituacaoMPSCalculoSKU: description: Situação do cálculo MPS do SKU type: string enum: – PENDENTE – NAO_CALCULADO – DESNECESSARIO – NECESSARIO enumInicioNecessidades: description: Parâmetros que definem se o cálculo MRP deverá antecipar ou prorrogar a produção/compras type: string enum: – PRORROGA – ANTECIPA 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 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 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. 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