2.0info: 0.18.0 WMS-X Stock General description: Serviço Foundation do estoque do WMS-X x-senior-domain: Estoque WMS-X x-senior-domain-path: wmsx_stock x-senior-service-path: general 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/wmsx_stocksecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /general/queries/listQueryStock: post: description: Listar estoque tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: stockId: type: string description: Id do estoque placeId: type: string description: Id do Local batchId: type: string description: Id do Lote ownerId: type: string description: Id do Depositante productOwnerId: type: string description: Id do Produto productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Produto sectorDescription: type: string description: Setor placeType: type: string allOf: – #/definitions/enumPlaceType description: Tipo de Local packing: type: string description: Embalagem paleteNumber: type: string description: Palete industrialBatch: type: string description: Lote Indústria blocked: type: boolean description: Bloqueado (Sim/Não) inputOperationType: type: string allOf: – #/definitions/enumInputOpertionType description: Tipo de Operação de Entrada inputOperationCode: type: string description: Código da Operação de Entrada wmsWarehouseId: type: string description: Armazém globalFilter: type: string description: Filtros Globais offset: type: integer format: int64 description: Numero da página default: 0 size: type: integer format: int64 description: Tamanho da página default: 10 sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos responses: 200: description: Ok schema: type: object required: – totalElements – totalPages – contents properties: totalElements: type: integer format: int64 description: Número de elementos na lista totalPages: type: integer format: int64 description: Número total de páginas contents: type: array items: type: object allOf: – #/definitions/recQueryStock minimum: 1 description: Lista de Stock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/listBatchWithStock: post: description: Listar lotes com estoque tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – wmsWarehouseId – displayFields properties: wmsWarehouseId: type: string description: Armazém wmsOwnerId: type: string description: Id do Depositante productOwnerId: type: string description: Id do Produto packing: type: string description: Embalagem productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Produto palletNumber: type: string description: Palete industrialBatch: type: string description: Lote Indústria blocked: type: boolean description: Bloqueado offset: type: integer format: int64 description: Numero da página default: 0 displayFields: type: array items: type: string minimum: 1 description: Campos a serem exibidos size: type: integer format: int64 description: Tamanho da página default: 10 sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos responses: 200: description: Ok schema: type: object required: – totalElements – totalPages – contents properties: totalElements: type: integer format: int64 description: Número de elementos na lista totalPages: type: integer format: int64 description: Número total de páginas contents: type: array items: type: object allOf: – #/definitions/batch minimum: 1 description: Lista de lotes com estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/listPlaceInStock: post: description: Listar locais com estoque e sem lote bloqueado tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – wmsWarehouseId – displayFields properties: wmsWarehouseId: type: string description: Id do Armazém wmsOwnerId: type: string description: Id do Depositante (Proprietário) do estoque no local address: type: string description: Endereço formatedAddress: type: string description: Endereço block: type: string description: Bloco street: type: string description: Rua building: type: integer format: int64 description: Prédio floor: type: integer format: int64 description: Andar apartment: type: integer format: int64 description: Apartamento type: type: array items: type: string allOf: – #/definitions/enumPlaceType description: Tipo sectorCode: type: string description: Código do setor sectorDescription: type: string description: Descrição do setor situation: type: string allOf: – #/definitions/enumSitReg description: Situação offset: type: integer format: int64 description: Numero da página default: 0 displayFields: type: array items: type: string minimum: 1 description: Campos a serem exibidos size: type: integer format: int64 description: Tamanho da página default: 10 sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos responses: 200: description: Ok schema: type: object required: – totalElements – totalPages – contents properties: totalElements: type: integer format: int64 description: Número de elementos na lista totalPages: type: integer format: int64 description: Número total de páginas contents: type: array items: type: object allOf: – #/definitions/place minimum: 1 description: Lista de Locais de Armazenagem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/listStockAvailableSpecificBatch: post: description: Consultar o estoque disponível do item do pedido para vincular o lote específico tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – wmsWarehouseId – outBoundItemId – productSituation – productOwnerId properties: wmsWarehouseId: type: string description: Id do armazém outBoundItemId: type: string description: Id do item do pedido productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto productOwnerId: type: string description: Id do produto/depositante sectorId: type: string description: Id do setor address: type: string description: Endereço globalFilter: type: string description: Filtros Globais sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos offset: type: integer format: int64 description: Numero da página default: 0 size: type: integer format: int64 description: Tamanho da página default: 10 responses: 200: description: Ok schema: type: object required: – totalElements – totalPages – contents – totalReserved properties: totalElements: type: integer format: int64 description: Número de elementos na lista totalPages: type: integer format: int64 description: Número total de páginas contents: type: array items: type: object allOf: – #/definitions/recStockAvailableSpecificBatch minimum: 1 description: Lista de estoque disponível do item do pedido para vincular o lote específico totalReserved: type: number format: double description: Total reservado 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/listStockHistoryQueryView: post: description: Endpoint para buscar histórico de transações do estoque com filtros personalizados tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – wmsOwnerId – startDate – endDate properties: wmsWarehouseId: type: string description: Id do armazém wmsOwnerId: type: string description: Id do depositante productId: type: string description: Id do produto identifier: type: string description: ID da transação startDate: type: string format: date description: Data Inicial de busca endDate: type: string format: date description: Data Final de busca sectorId: type: string description: Id do setor placeId: type: string description: Id do local industryBatch: type: string description: Lote indústria internalBatch: type: string description: Lote interno fabricationDate: type: string format: date description: Data de fabricação expirationDate: type: string format: date description: Data de vencimento stockOperationType: type: string allOf: – #/definitions/enumStockOperationType description: Tipo da operação stockOperationCode: type: string description: Código da operação productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto offset: type: integer format: int64 description: Numero da página default: 0 size: type: integer format: int64 description: Tamanho da página default: 10 sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos responses: 200: description: Ok schema: type: object required: – totalElements – totalPages – contents properties: totalElements: type: integer format: int64 description: Número de elementos na lista totalPages: type: integer format: int64 description: Número total de páginas contents: type: array items: type: object allOf: – #/definitions/recStockHistory minimum: 1 description: Lista de Separações – View 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/productHasAnyStock: post: description: Consultar a existência de estoque, pendência ou adicionar de um produto em um depositante em um armzém, caso não informe armazém pesquisa em todos os armazéns tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – productOwnerId properties: productOwnerId: type: string description: Id do produto/depositante wmsWarehouseId: type: string description: Id do armazém – Se nulo valida o estoque em todos os armazéns responses: 200: description: Ok schema: type: object required: – hasStock properties: hasStock: type: boolean description: Indica se o produto tem estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consultar a existência de estoque, pendência ou adicionar de um produto em um depositante em um armzém, caso não informe armazém pesquisa em todos os armazéns tags: – Queries x-senior-visibility: PRIVATE parameters: – name: productOwnerId description: Id do produto/depositante in: query required: true type: string – name: wmsWarehouseId description: Id do armazém – Se nulo valida o estoque em todos os armazéns in: query type: string responses: 200: description: Ok schema: type: object required: – hasStock properties: hasStock: type: boolean description: Indica se o produto tem estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/queries/placeOrSectorHasAnyStock: post: description: Endpoint para consulta se existe estoque em determinado setor ou local tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – wmsWarehouseId properties: wmsWarehouseId: type: string description: Id do armazém sectorId: type: string description: Id do setor placeId: type: string description: Id do local responses: 200: description: Ok schema: type: object required: – hasStock properties: hasStock: type: boolean description: Retorno informando se há ou não estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Endpoint para consulta se existe estoque em determinado setor ou local tags: – Queries x-senior-visibility: PRIVATE parameters: – name: wmsWarehouseId description: Id do armazém in: query required: true type: string – name: sectorId description: Id do setor in: query type: string – name: placeId description: Id do local in: query type: string responses: 200: description: Ok schema: type: object required: – hasStock properties: hasStock: type: boolean description: Retorno informando se há ou não estoque 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/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 /general/queries/exportWmsWarehouse: 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 /general/queries/exportWmsOwner: 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 /general/queries/exportSector: 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 /general/queries/exportPlace: 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 /general/queries/exportProduct: 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 /general/queries/exportPacking: 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 /general/queries/exportProductOwner: 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 /general/queries/exportReasonOccurrence: 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 /general/queries/exportBatch: 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 /general/queries/exportStockEntryCorrection: 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 /general/queries/exportStockEntryCorrectionItem: 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 /general/queries/exportStock: 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 /general/queries/exportStockOutCorrection: 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 /general/queries/exportStockOutCorrectionItem: 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 /general/queries/exportStockOutCorrectionItemView: 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 /general/queries/exportBatchChangeLog: 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 /general/queries/exportSpecificBatch: 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 /general/queries/exportStockHistory: 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 /general/queries/exportBatchComposition: 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 /general/queries/exportMaterialStateCorrection: 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 /general/queries/exportMaterialStateCorrectionItem: 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 /general/queries/exportRelocation: 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 /general/queries/exportRelocationItem: 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 /general/queries/exportSeparationZone: 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 /general/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 /general/queries/healthcheck: post: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/newStockOutCorrectionItem: post: description: Adicioinar item do Ajuste de Saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – stockOutCorrectionId – item properties: stockOutCorrectionId: type: string description: Id do Ajuste de Saída item: type: object allOf: – #/definitions/recAddStockOutCorrectionItem description: Item adicionado responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/newStockOutCorrectionItemComplete: post: description: Adicioinar item completo do Ajuste de Saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – stockOutCorrectionId – item properties: stockOutCorrectionId: type: string description: Id do Ajuste de Saída item: type: object allOf: – #/definitions/recAddStockOutCorrectionItemComplete description: Item compelto adicionado responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/removeStockOutCorrectionItem: post: description: Excluir item do Ajuste de Saída tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – stockOutCorrectionId – productOwnerId – productSituation – palletNumber properties: stockOutCorrectionId: type: string description: Id do Ajuste de Saída productOwnerId: type: string description: Id do produto/depositante productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto palletNumber: type: string description: Numero do palete industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/blockUnblockBatch: post: description: Bloquear/Desbloquear lote tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – batchIds – block properties: batchIds: type: array items: type: string minimum: 1 description: Id do Lote block: type: boolean description: Bloquear responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/changeBatchCharacteristics: post: description: Alterar características do lote tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – batchId properties: batchId: type: string description: Id do Lote industrialBatch: type: string description: Tipo de alteração fabricationDate: type: string format: date description: Data de fabricação expirationDate: type: string format: date description: Data de vencimento responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/addSpecificBatch: post: description: Adicionar lote específico tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – specificBatches properties: specificBatches: type: array items: type: object allOf: – #/definitions/recAddSpecificBatch minimum: 1 description: Lotes específicos responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/revertReserveFromSpecificBatch: post: description: Retirar quantidade utilizada e volta o status para criado tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – outBoundItems properties: outBoundItems: type: array items: type: string minimum: 1 description: Id do item do pedido responses: 200: description: Ok schema: type: object required: – success properties: success: type: boolean description: Indica se houve sucesso 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/printStorageBatchLabel: post: description: Imprimir etiqueta de lotes de armazenagem tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: batchIds: type: array items: type: string description: Id dos Lotes a serem impressos origin: type: string allOf: – #/definitions/enumBatchOrigin description: Origem dos Lotes originId: type: string description: Id da Origem dos lotes responses: 200: description: Ok schema: type: object required: – success – message – url properties: success: type: boolean description: Retorna se houve sucesso ao imprimir a etiqueta message: type: string description: Mensagem url: type: string description: URL para download da etiqueta 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/exportOwnerStock: post: description: Exportar Estoque do Depositante tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – ownerId properties: ownerId: type: string description: Id do depositante responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/actions/importWmsWarehouse: 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 /general/actions/importWmsOwner: 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 /general/actions/importSector: 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 /general/actions/importPlace: 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 /general/actions/importProduct: 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 /general/actions/importPacking: 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 /general/actions/importProductOwner: 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 /general/actions/importReasonOccurrence: 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 /general/actions/importBatch: 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 /general/actions/importStockEntryCorrection: 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 /general/actions/importStockEntryCorrectionItem: 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 /general/actions/importStock: 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 /general/actions/importStockOutCorrection: 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 /general/actions/importStockOutCorrectionItem: 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 /general/actions/importStockOutCorrectionItemView: 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 /general/actions/importBatchChangeLog: 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 /general/actions/importSpecificBatch: 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 /general/actions/importStockHistory: 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 /general/actions/importBatchComposition: 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 /general/actions/importMaterialStateCorrection: 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 /general/actions/importMaterialStateCorrectionItem: 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 /general/actions/importRelocation: 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 /general/actions/importRelocationItem: 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 /general/actions/importSeparationZone: 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 /general/signals/executeStockEntryCorrectionItem: post: description: Executar Ajuste tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – stockEntryCorrectionNumber properties: stockEntryCorrectionNumber: type: integer format: int64 description: Número do Ajuste responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /general/signals/executeStockOutCorrectionItem: post: description: Executar Ajuste de saída tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – stockOutCorrectionNumber properties: stockOutCorrectionNumber: type: integer format: int64 description: Número do Ajuste responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /general/signals/generateBatches: post: description: Gerar Lotes tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – stockEntryCorrectionNumber properties: stockEntryCorrectionNumber: type: integer format: int64 description: Número do Ajuste responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /general/events/stockEntryCorrectionCreated: post: description: Ajuste de entrada estoque foi criada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/stockEntryCorrectionCanceled: post: description: Ajuste de entrada estoque foi cancelada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/stockEntryCorrectionExecuted: post: description: Ajuste de entrada estoque foi cancelada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/stockOutCorrectionCreated: post: description: Ajuste de saída estoque foi criada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/stockOutCorrectionCanceled: post: description: Ajuste de saída estoque foi cancelada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/stockOutCorrectionExecuted: post: description: Ajuste de saída estoque foi cancelada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/stockOperation responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/exportOwnerStockRequested: post: description: Exportação de Estoque solicitada x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/exportOwnerStockPayload responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/exportStockOperation: post: description: Exportação de movimentação de estoque x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object allOf: – #/definitions/exportStockOperationPayload responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /general/events/importWmsWarehouseEvent: post: description: 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 /general/events/exportWmsWarehouseEvent: post: description: 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 /general/events/importWmsOwnerEvent: post: description: 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 /general/events/exportWmsOwnerEvent: post: description: 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 /general/events/importSectorEvent: post: description: 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 /general/events/exportSectorEvent: post: description: 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 /general/events/importPlaceEvent: post: description: 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 /general/events/exportPlaceEvent: post: description: 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 /general/events/importProductEvent: post: description: 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 /general/events/exportProductEvent: post: description: 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 /general/events/importPackingEvent: post: description: 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 /general/events/exportPackingEvent: post: description: 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 /general/events/importProductOwnerEvent: post: description: 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 /general/events/exportProductOwnerEvent: post: description: 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 /general/events/importReasonOccurrenceEvent: post: description: 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 /general/events/exportReasonOccurrenceEvent: post: description: 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 /general/events/importBatchEvent: post: description: 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 /general/events/exportBatchEvent: post: description: 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 /general/events/importStockEntryCorrectionEvent: post: description: 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 /general/events/exportStockEntryCorrectionEvent: post: description: 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 /general/events/importStockEntryCorrectionItemEvent: post: description: 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 /general/events/exportStockEntryCorrectionItemEvent: post: description: 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 /general/events/importStockEvent: post: description: 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 /general/events/exportStockEvent: post: description: 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 /general/events/importStockOutCorrectionEvent: post: description: 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 /general/events/exportStockOutCorrectionEvent: post: description: 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 /general/events/importStockOutCorrectionItemEvent: post: description: 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 /general/events/exportStockOutCorrectionItemEvent: post: description: 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 /general/events/importStockOutCorrectionItemViewEvent: post: description: 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 /general/events/exportStockOutCorrectionItemViewEvent: post: description: 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 /general/events/importBatchChangeLogEvent: post: description: 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 /general/events/exportBatchChangeLogEvent: post: description: 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 /general/events/importSpecificBatchEvent: post: description: 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 /general/events/exportSpecificBatchEvent: post: description: 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 /general/events/importStockHistoryEvent: post: description: 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 /general/events/exportStockHistoryEvent: post: description: 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 /general/events/importBatchCompositionEvent: post: description: 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 /general/events/exportBatchCompositionEvent: post: description: 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 /general/events/importMaterialStateCorrectionEvent: post: description: 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 /general/events/exportMaterialStateCorrectionEvent: post: description: 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 /general/events/importMaterialStateCorrectionItemEvent: post: description: 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 /general/events/exportMaterialStateCorrectionItemEvent: post: description: 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 /general/events/importRelocationEvent: post: description: 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 /general/events/exportRelocationEvent: post: description: 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 /general/events/importRelocationItemEvent: post: description: 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 /general/events/exportRelocationItemEvent: post: description: 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 /general/events/importSeparationZoneEvent: post: description: 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 /general/events/exportSeparationZoneEvent: post: description: 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 /general/entities/wmsWarehouse: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/wmsWarehouse 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/wmsWarehouse/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/wmsWarehouse 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/wmsOwner: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/wmsOwner 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/wmsOwner/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/wmsOwner 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/sector: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/sector 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/sector/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/sector 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/place: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/place 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/place/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/place 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/productOwner: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/productOwner 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/productOwner/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/productOwner 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/reasonOccurrence: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/reasonOccurrence 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/reasonOccurrence/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/reasonOccurrence 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batch: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/batch responses: 200: description: The created resource schema: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/batch responses: 200: description: The created resource schema: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batch/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/batch responses: 200: description: Ok schema: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/batch responses: 200: description: Ok schema: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/batch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batch/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/batch responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrection: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockEntryCorrection responses: 200: description: The created resource schema: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockEntryCorrection responses: 200: description: The created resource schema: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrection/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockEntryCorrection responses: 200: description: Ok schema: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockEntryCorrection responses: 200: description: Ok schema: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/stockEntryCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrection/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/stockEntryCorrection responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrectionItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockEntryCorrectionItem responses: 200: description: The created resource schema: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockEntryCorrectionItem responses: 200: description: The created resource schema: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrectionItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockEntryCorrectionItem responses: 200: description: Ok schema: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockEntryCorrectionItem responses: 200: description: Ok schema: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/stockEntryCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockEntryCorrectionItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/stockEntryCorrectionItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stock: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/stock 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrection: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockOutCorrection responses: 200: description: The created resource schema: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockOutCorrection responses: 200: description: The created resource schema: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrection/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockOutCorrection responses: 200: description: Ok schema: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockOutCorrection responses: 200: description: Ok schema: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/stockOutCorrection 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrection/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/stockOutCorrection responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrectionItem: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockOutCorrectionItem responses: 200: description: The created resource schema: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/stockOutCorrectionItem responses: 200: description: The created resource schema: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrectionItem/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockOutCorrectionItem responses: 200: description: Ok schema: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/stockOutCorrectionItem responses: 200: description: Ok schema: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/stockOutCorrectionItem 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrectionItem/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/stockOutCorrectionItem responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/stockOutCorrectionItemView: 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/stockOutCorrectionItemView 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batchChangeLog: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/batchChangeLog responses: 200: description: The created resource schema: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/batchChangeLog responses: 200: description: The created resource schema: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batchChangeLog/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/batchChangeLog responses: 200: description: Ok schema: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/batchChangeLog responses: 200: description: Ok schema: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/batchChangeLog 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/batchChangeLog/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/batchChangeLog responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/specificBatch: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/specificBatch responses: 200: description: The created resource schema: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: entity in: body required: true schema: type: object allOf: – #/definitions/specificBatch responses: 200: description: The created resource schema: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/specificBatch/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/specificBatch responses: 200: description: Ok schema: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/specificBatch responses: 200: description: Ok schema: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/specificBatch 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /general/entities/specificBatch/bulk: post: description: Esta entidade pode ser customizada. tags: – Bulk parameters: – name: entities in: body required: true schema: type: array items: #/definitions/specificBatch responses: 200: description: The bulk creation has created resources 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: enumJurFis: description: Tipo de pessoa type: string enum: – VJ – VF enumTipMer: description: Tipo de mercado type: string enum: – VI – VE enumSitReg: description: Situação do registro type: string enum: – VA – VI enumRegime: description: Regime de Armazenagem type: string enum: – VF – VA – VG enumTransportModel: description: Modelo de Trasnsporte type: string enum: – ROAD – RAILWAY – AIR enumTypeTerm: description: Tipo de prazo type: string enum: – VM – VD enumControlShelfLife: description: Controle de validade type: string enum: – VN – VV – VF – VVF enumPlaceType: description: Tipo de Local de Armazenagem type: string enum: – PI – PB – PP – DC – BF – PA enumPalletType: description: Tipo do Lote Palete Gerado type: string enum: – COMPLETE – INCOMPLETE – LEFTOVER – UNIT enumInputOpertionType: description: Tipo de Operação de Entrada type: string enum: – ORDER_RECEIVING – RELOCATION – STOCK_ENTRY_CORRECTION – INVENTORY enumBatchOrigin: description: Origem do Lote type: string enum: – OR – RE – IV – SC – MS enumOrderReceivingSituation: description: Situação da Ordem de Recebimento type: string enum: – CREATED – CHECKIN_IN_PROGRESS – CHECKIN_COMPLETED – CHECKIN_COMPLETED_WITH_DIVERGENCE – GENERATED_BATCH – AWAITING_ALLOCATION – COMPLETED_ALLOCATION – CANCELED enumQuantityCheckinType: description: Tipo de Conferência type: string enum: – QUANTITY – BALLAST_AND_LAYER enumStockCorrectionSituation: description: Situação do ajuste type: string enum: – CREATED – EXECUTION – EXECUTED – CANCELED enumProductSituation: description: Situação do Produto type: string enum: – GOOD – DAMAGED – EXPIRED – TRUNCATED enumBatchChangeType: description: Tipo de Alteração do Lote type: string enum: – BLOCK – UNBLOCK – INDUSTRIAL_BATCH – FABRICATION_DATE – EXPIRATION_DATE enumSpecificBatchSituation: description: Tipo de Situação do Lote Específico type: string enum: – CREATED – CANCELED – IN_SHIPMENT enumStockOperationType: description: Tipo de Operação de Estoque type: string enum: – ALLOCATION – RELOCATION – STOCK_ENTRY_CORRECTION – STOCK_OUT_CORRECTION – DISPATCH – SEPARATION – CKECKOUT – VOLUME – STOCK_OUT – INVENTORY – MATERIAL_STATE_CORRECTION – REVERSE_DISPATCH – REVERSE_ALLOCATION – CHARACTERISTICS_CHANGE – BATCH_BLOCK – BATCH_UNBLOCK enumMaterialStateCorrectionSituation: description: Situação do ajuste type: string enum: – CREATED – EXECUTED – CANCELED enumRelocationSituation: description: Situação do remanejamento type: string enum: – CREATED – PLANNED – EXECUTED – CANCELED enumSideBuildingType: description: Tipo do Lado de Prédio type: string enum: – ALL – EVEN – ODD enumPlaceBlockOperation: description: Operações de bloqueio de local type: string enum: – MB – GI 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 healthcheckDTO: description: Status do healthcheck type: string enum: – UP – DOWN recQueryStock: description: Modelo de dados para relatório de estoque type: object required: – formatedAddress – placeType – productReferenceCode – productDescription – productSituation – paleteNumber – sectorDescription – industrialBatch – expirationDate – blocked – inputOperationDescription – inputOperationType – inputOperationCode – stock – pendency – add – available – packing – conversionFactor – packingStock – packingPendency – packingAdd – packingAvailable – ownerName – expiredDays – fabricationDate – marketingPeriod – criticalDeadline – stockGrossWeight – productId – stockId – createdBy – createdDate – lastModifiedBy – lastModifiedDate properties: formatedAddress: type: string description: Local Formatado placeType: type: string allOf: – #/definitions/enumPlaceType description: Tipo de Local productReferenceCode: type: string description: Código de Referência do Produto productDescription: type: string description: Descrição do Produto productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Material paleteNumber: type: string description: Número do Palete sectorDescription: type: string description: Setor industrialBatch: type: string description: Lote Indústria expirationDate: type: string format: YYYY-MM-DDTHH:mm:ss.SSS pattern: ^[0-9]{4}-(1[0-2]|0[1-9])-(3[01]|[12][0-9]|0[1-9])T(1[0-9]|0[1-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])[.][0-9]{3}$ description: Data de Validade blocked: type: boolean description: Bloqueado (Sim/Não) inputOperationDescription: type: string description: Descrição da Entrada inputOperationType: type: string allOf: – #/definitions/enumInputOpertionType description: Tipo de Operação de Entrada inputOperationCode: type: string description: Código da Operação de Entrada stock: type: number format: double description: Estoque pendency: type: number format: double description: Pendencia add: type: number format: double description: Adicionar available: type: number format: double description: Disponível packing: type: string description: Embalagem conversionFactor: type: number format: double description: Fator de Conversão packingStock: type: number format: double description: Estoque na Embalagem packingPendency: type: number format: double description: Pendencia na Embalagem packingAdd: type: number format: double description: Adicionar na Embalagem packingAvailable: type: number format: double description: Disponível na Embalagem ownerName: type: string description: Depositante expiredDays: type: integer format: int64 description: Dias Vencido fabricationDate: type: string format: YYYY-MM-DDTHH:mm:ss.SSS pattern: ^[0-9]{4}-(1[0-2]|0[1-9])-(3[01]|[12][0-9]|0[1-9])T(1[0-9]|0[1-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])[.][0-9]{3}$ description: Data de Fabricação marketingPeriod: type: integer format: int64 description: Prazo de Comercialização criticalDeadline: type: integer format: int64 description: Prazo Crítico stockGrossWeight: type: number format: double description: Peso (Kg) productId: type: string description: Id do Produto stockId: type: string description: Id do Estoque createdBy: type: string description: Usuário Inclusão createdDate: type: string format: date-time description: Data Hora Entrada lastModifiedBy: type: string description: Usuário Alteração lastModifiedDate: type: string format: date-time description: Data Alteração recAddStockOutCorrectionItem: description: Dados do item a ser adicionado ao Ajuste de Saída type: object required: – productSituation – place – productOwner – palletNumber – packing – quantity properties: productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Material sector: type: object allOf: – #/definitions/sector description: Setor place: type: object allOf: – #/definitions/place description: Endereço productOwner: type: object allOf: – #/definitions/productOwner description: Produto palletNumber: type: string description: Número do Palete packing: type: object allOf: – #/definitions/packing description: Embalagem quantity: type: number format: double description: Quantidade industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento stockIdentifier: type: integer format: int64 description: Identificador alteração estoque recAddStockOutCorrectionItemComplete: description: Dados do item completo a ser adicionado ao Ajuste de Saída type: object required: – productSituation – place – productOwner – palletNumber – quantity properties: productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Material sector: type: object allOf: – #/definitions/sector description: Setor place: type: object allOf: – #/definitions/place description: Endereço productOwner: type: object allOf: – #/definitions/productOwner description: Produto palletNumber: type: string description: Número do Palete quantity: type: number format: double description: Quantidade industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento stockIdentifier: type: integer format: int64 description: Identificador alteração estoque recStockAvailableSpecificBatch: description: Lotes específicos vinculados ao item do pedido type: object required: – id – outBoundItemId – place – batch – availableQuantity – reservedQuantity properties: id: type: string description: Id do estoque outBoundItemId: type: string description: Id do item do pedido place: type: object allOf: – #/definitions/place description: Local de armazenagem batch: type: object allOf: – #/definitions/batch description: Lote availableQuantity: type: number format: double description: Quantidade disponível reservedQuantity: type: number format: double description: Quantidade reservada recAddSpecificBatch: description: Modelo de dados para adicionar lote específico type: object required: – outBoundItemId – placeId – batchId – quantityUn properties: outBoundItemId: type: string description: Id do item do pedido placeId: type: string description: Local de armazenagem batchId: type: string description: Lote quantityUn: type: number format: double description: Quantidade unitária recStockHistory: description: Dados de histórico de transações de estoque type: object required: – wmsOwner – identifier – transactionDateTime – productCode – productDescription – stock – pendency – add – productSituation – placeType – placeAddress – stockOperationType – createdBy properties: wmsOwner: type: string description: Descrição do Depositante identifier: type: integer format: int64 description: Identificador da transação transactionDateTime: type: string format: date-time description: Data e hora da transação productCode: type: string description: Código do produto/depositante productDescription: type: string description: Descrição do produto industrialBatch: type: string description: Lote indústria internalBatch: type: string description: Lote interno fabricationDate: type: string format: date description: Data de fabricação expirationDate: type: string format: date description: Data de vencimento stock: type: number format: double description: Estoque pendency: type: number format: double description: Pendência add: type: number format: double description: Adicionar productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto sectorDescription: type: string description: Descrição do setor placeType: type: string allOf: – #/definitions/enumPlaceType description: Tipo do local placeAddress: type: string description: Endereço do local stockOperationType: type: string allOf: – #/definitions/enumStockOperationType description: Tipo de operação stockOperationCode: type: string description: Código da operação stockOperationDescription: type: string description: Descriçao da operação createdBy: type: string description: Usuário que movimentou stockOperation: description: Modelo de dados para eventos de operação de estoque type: object required: – warehouseId – ownerId – operationId – operationNumber – userName properties: warehouseId: type: string description: ID do armazem ownerId: type: string description: ID do depositante operationId: type: string description: ID da Operação de Estoque operationNumber: type: integer format: int64 description: Número da Operação de Estoque userName: type: string description: Usuário / Operador exportOwnerStockPayload: description: Payload da exportação de estoque type: object required: – ownerCode – productOwnerCode – integrationSectorCode – stock – available – productSituation properties: ownerCode: type: string description: Código do Depositante productOwnerCode: type: string description: Código do Produto Depositante integrationSectorCode: type: string description: Código de Integração do Setor stock: type: number format: double description: Estoque available: type: number format: double description: Disponível productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Material exportStockOperationPayload: description: Payload da exportação de movimentação de estoque type: object required: – ownerCode – warehouseCode – operationType – productCode – productDescription – packagingCode – packagingShortDescription – conversionFactor – quantity – fromProductSituation – toProductSituation – fromCodeSector – toCodeSector properties: ownerCode: type: string description: Código do Depositante detentor do estoque warehouseCode: type: string description: Código do Armazém operationType: type: string allOf: – #/definitions/enumStockOperationType description: Tipo de Operação operationCode: type: string description: Identificador da operação reasonOccurrenceCode: type: string description: Código do Motivo de Ocorrência reasonOccurrenceDescription: type: string description: Motivo de Ocorrência productCode: type: string description: Código do Produto productDescription: type: string description: Produto packagingCode: type: string description: Código de Barras packagingShortDescription: type: string description: Descrição Reduzida da Embalagem conversionFactor: type: number format: double description: Fator de Conversão da Embalagem quantity: type: number format: double description: Quantidade unitária fromProductSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do material antes toProductSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do material fromCodeSector: type: string description: Código de integração do setor do estoque de origem toCodeSector: type: string description: Código de integração do setor de Destino fromFabricationDate: type: string format: date description: Data de Fabricação Antes toFabricationDate: type: string format: date description: Data de Fabricação Depois fromShelfLife: type: string format: date description: Data de Vencimento Antes toShelfLife: type: string format: date description: Data de Vencimento Depois fromIndustrialBatch: type: string description: Lote Indústria Antes toIndustrialBatch: type: string description: Lote Indústria Depois materialStateCorrectionOperation: description: Modelo de dados para eventos de operação de estoque de estado de material type: object required: – warehouseId – ownerId – productSituation – originPlace – destinationPlace – operationId – operationNumber – identificationDate – userName properties: warehouseId: type: string description: ID do Armazém ownerId: type: string description: ID do Depositante productSituation: type: string description: Novo Estado do produto (GOOD, DAMAGED, EXPIRED, TRUNCATED) originPlace: type: string description: ID do Local de Origem destinationPlace: type: string description: ID do Local de Destino operationId: type: string description: ID da Operação de Estoque operationNumber: type: integer format: int64 description: Número da Operação de Ajuste de Materual identificationDate: type: string format: date description: Data da Identificação userName: type: string description: Usuário / Operador relocationOperation: description: Modelo de dados para eventos de operação de estoque de remanejamento type: object required: – originPlace – destinationPlace – operationId – operationNumber – userName – status properties: originPlace: type: string description: ID do Local de Origem destinationPlace: type: string description: ID do Local de Destino operationId: type: string description: ID da Operação de Estoque operationNumber: type: integer format: int64 description: Número da Operação de Remanejamento userName: type: string description: Usuário / Operador status: type: string allOf: – #/definitions/enumRelocationSituation description: Situação do remanejamento wmsWarehouse: description: Armazém type: object properties: id: type: string format: uuid description: Id da entidade warehouseSituation: type: string allOf: – #/definitions/enumSitReg description: Situação do Armazém codPes: type: integer format: int64 description: Código nomPes: type: string description: Nome apePes: type: string description: Nome fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa cnpCpf: type: string description: CNPJ/CPF numRge: type: string description: Número do RG datRge: type: string format: date description: Data de emissão do RG orgRge: type: string description: Órgão emissor do RG insEst: type: string description: Inscrição estadual insMun: type: string description: Inscrição municipal blockMask: type: string maxLength: 5 description: Máscara bloco streetMask: type: string maxLength: 5 description: Máscara rua buildingMask: type: string maxLength: 5 description: Máscara prédio floorMask: type: string maxLength: 5 description: Máscara andar apartmentMask: type: string maxLength: 5 description: Máscara apartamento code: type: string description: Código do Armazem para Integração excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: wmsOwner: description: Depositante type: object properties: id: type: string format: uuid description: Identificador único ownerSituation: type: string allOf: – #/definitions/enumSitReg description: Situação codPes: type: integer format: int64 description: Código nomPes: type: string description: Nome apePes: type: string description: Nome fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa cnpCpf: type: string description: CNPJ/CPF numRge: type: string description: Número do RG datRge: type: string format: date description: Data de emissão do RG orgRge: type: string description: Órgão emissor do RG insEst: type: string description: Inscrição estadual insMun: type: string description: Inscrição municipal regime: type: string allOf: – #/definitions/enumRegime description: Regime de Armazenagem code: type: string description: Código do Depositante para Integração excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: sector: description: Setor type: object properties: id: type: string format: uuid description: Identificador único code: type: string maxLength: 20 description: Código integrationCode: type: string description: Código de integração description: type: string maxLength: 100 description: Descrição good: type: boolean description: Bom damaged: type: boolean description: Danificado expired: type: boolean description: Vencido truncated: type: boolean description: Truncado picking: type: boolean description: Picking bufferStock: type: boolean description: Pulmão buffer: type: boolean description: Buffer wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém situation: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: place: description: Local de Armazenagem type: object properties: id: type: string format: uuid description: Identificador único address: type: string description: Endereço formatedAddress: type: string description: Endereço block: type: string description: Bloco street: type: string description: Rua building: type: integer format: int64 description: Prédio floor: type: integer format: int64 description: Andar apartment: type: integer format: int64 description: Apartamento wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém type: type: string allOf: – #/definitions/enumPlaceType description: Tipo height: type: integer format: int64 description: Altura (mm) width: type: integer format: int64 description: Largura (mm) length: type: integer format: int64 description: Comprimento (mm) maneuverHeight: type: integer format: int64 description: Altura de Manobra (mm) maxWeight: type: integer format: int64 description: Peso Máximo (gr) situation: type: string allOf: – #/definitions/enumSitReg description: Situação sector: type: object allOf: – #/definitions/sector description: Setor separationZone: type: object allOf: – #/definitions/separationZone description: Zona de separação sideBuildingType: type: string allOf: – #/definitions/enumSideBuildingType description: Tipo do lado do prédio blockOperation: type: string allOf: – #/definitions/enumPlaceBlockOperation description: Operação que solicitou o bloqueio do local excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: product: description: Produto type: object properties: id: type: string format: uuid description: Identificador único referenceCode: type: string description: Código Referência description: type: string description: Descrição cplDescription: type: string description: Descrição complementar situation: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: packing: description: Embalagem type: object properties: id: type: string format: uuid description: Identificador único product: type: object allOf: – #/definitions/product description: Produto code: type: string maxLength: 30 description: Código shortDescription: type: string description: Descrição Reduzida conversionFactor: type: number format: double description: Fator de Conversão height: type: integer format: int64 description: Altura (mm) width: type: integer format: int64 description: Largura (mm) length: type: integer format: int64 description: Comprimento (mm) grossWeight: type: integer format: int64 description: Peso Bruto (gr) netWeight: type: integer format: int64 description: Peso Líquido (gr) ballast: type: integer format: int64 description: Lastro layer: type: integer format: int64 description: Camada maximumStacking: type: integer format: int64 description: Empilhamento Máximo preRegistration: type: boolean description: Pré-cadastro situation: type: string allOf: – #/definitions/enumSitReg description: Situação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: productOwner: description: Depositantes vinculados ao produto type: object properties: id: type: string format: uuid description: Id da entidade product: type: object allOf: – #/definitions/product description: Produto wmsOwner: type: object allOf: – #/definitions/wmsOwner description: Depositante code: type: string description: Código do produto description: type: string description: Descrição do produto situation: type: string allOf: – #/definitions/enumSitReg description: Situação do produto controlShelfLife: type: string allOf: – #/definitions/enumControlShelfLife description: Tipo de controle de validade typeTerm: type: string allOf: – #/definitions/enumTypeTerm description: Tipo de prazo shelfLife: type: integer format: int64 description: Prazo de validade marketingPeriod: type: integer format: int64 description: Prazo de comercialização criticalDeadline: type: integer format: int64 description: Prazo crítico controlIndustrialBatch: type: boolean description: Controlar lote indústria requestDayInDates: type: boolean description: Solicitar dia ao informar data de vencimento e fabricação excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: reasonOccurrence: description: Motivo de Ocorrência – Replicação type: object required: – inventory properties: id: type: string format: uuid description: Identificador único code: type: string description: Código description: type: string description: Descrição situation: type: string allOf: – #/definitions/enumSitReg description: Situação batchUnlock: type: boolean description: Desbloqueio de lote batchBlocking: type: boolean description: Bloqueio de lote physicalCut: type: boolean description: Corte físico stockEntryCorrection: type: boolean description: Ajuste de movimentação de entrada stockOutCorrection: type: boolean description: Ajuste de movimentação de saída materialStateCorrection: type: boolean description: Ajuste de estado de material releaseConferenceWithDivergence: type: boolean description: Liberação de conferência com divergência inventory: type: boolean description: Controle de Inventário excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: batch: description: Lote de Armazenamento type: object required: – wmsWarehouse – originId – origin – palletNumber – palletType – productOwner – packing – productSituation – quantity – quantityUn – inputOperationType – inputOperationId – receivingDate – allocationDate properties: id: type: string format: uuid description: Identificador único wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém originId: type: string format: uuid description: Id da origem do lote origin: type: string allOf: – #/definitions/enumBatchOrigin description: Origem do lote palletNumber: type: integer format: int64 description: Número do palete palletType: type: string allOf: – #/definitions/enumPalletType description: Tipo do Lote productOwner: type: object allOf: – #/definitions/productOwner description: Produto Depositante packing: type: object allOf: – #/definitions/packing description: Embalagem productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto quantity: type: number format: double description: Quantidade total do lote no fator da embalagem quantityUn: type: number format: double description: Quantidade unitária total do lote industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento inputOperationType: type: string allOf: – #/definitions/enumInputOpertionType description: Tipo da operação de entrada inputOperationId: type: string format: uuid description: Id da operação de entrada inputOperationCode: type: string description: Código/Número da operação de entrada inputOperationDescription: type: string maxLength: 400 description: Descrição da operação de entrada blocked: type: boolean description: Bloqueado default: false receivingDate: type: string format: date-time description: Data de recebimento allocationDate: type: string format: date-time description: Data de alocação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockEntryCorrection: description: Ajuste de Entrada type: object required: – situation – wmsWarehouse – wmsOwner – reasonOccurrence properties: id: type: string format: uuid description: Identificador único stockEntryCorrectionNumber: type: integer format: int64 description: Número situation: type: string allOf: – #/definitions/enumStockCorrectionSituation description: Situação wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém wmsOwner: type: object allOf: – #/definitions/wmsOwner description: Depositante executionDate: type: string format: date description: Data de execução executionUser: type: string description: Usuário de execução stockIdentifier: type: integer format: int64 description: Identificador alteração estoque reasonOccurrence: type: object allOf: – #/definitions/reasonOccurrence description: Motivo de Ocorrência comment: type: string description: Observação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockEntryCorrectionItem: description: Item do Ajuste de Entrada type: object required: – stockEntryCorrection – productSituation – place – productOwner – packing – quantity properties: id: type: string format: uuid description: Identificador único stockEntryCorrection: type: object allOf: – #/definitions/stockEntryCorrection description: Ajuste de Entrada productSituation: type: string allOf: – #/definitions/enumProductSituation description: Estado do Material sector: type: object allOf: – #/definitions/sector description: Setor place: type: object allOf: – #/definitions/place description: Endereço productOwner: type: object allOf: – #/definitions/productOwner description: Produto packing: type: object allOf: – #/definitions/packing description: Embalagem quantity: type: number format: double description: Quantidade industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stock: description: Estoque type: object required: – wmsWarehouse – place – batch – productOwner properties: id: type: string format: uuid description: Identificador único wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém place: type: object allOf: – #/definitions/place description: Local batch: type: object allOf: – #/definitions/batch description: Lote productOwner: type: object allOf: – #/definitions/productOwner description: Produto/Depositante add: type: number format: double description: Adicionar default: 0.0 pendency: type: number format: double description: Pendência default: 0.0 stock: type: number format: double description: Estoque default: 0.0 createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockOutCorrection: description: Ajuste de Saída type: object required: – situation – wmsWarehouse – wmsOwner – reasonOccurrence – place properties: id: type: string format: uuid description: Identificador único stockOutCorrectionNumber: type: integer format: int64 description: Número situation: type: string allOf: – #/definitions/enumStockCorrectionSituation description: Situação wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém wmsOwner: type: object allOf: – #/definitions/wmsOwner description: Depositante executionDate: type: string format: date description: Data de execução executionUser: type: string description: Usuário de execução stockIdentifier: type: integer format: int64 description: Identificador alteração estoque reasonOccurrence: type: object allOf: – #/definitions/reasonOccurrence description: Motivo de Ocorrência place: type: object allOf: – #/definitions/place description: Endereço comment: type: string maxLength: 500 description: Observação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockOutCorrectionItem: description: Item do Ajuste de Saída type: object required: – stockOutCorrection – packing – batch – quantity properties: id: type: string format: uuid description: Identificador único stockOutCorrection: type: object allOf: – #/definitions/stockOutCorrection description: Ajuste de Saída packing: type: object allOf: – #/definitions/packing description: Embalagem batch: type: object allOf: – #/definitions/batch description: Lote quantity: type: number format: double description: Quantidade createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockOutCorrectionItemView: description: Itens disponíveis para Ajuste de Saída e quantidades selecionada para saída – View type: object required: – id – stockOutCorrectionId – productOwner – palletNumber – productSituation – quantityAvailableUn properties: id: type: integer format: int64 description: Identificador stockOutCorrectionId: type: string format: uuid description: Id do Ajuste de saída productOwner: type: object allOf: – #/definitions/productOwner description: Informações do Produto Dispoível palletNumber: type: string description: Numero do palete productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situação do produto quantityAvailableUn: type: number format: double description: Quantidade unitária total disponível quantitySelectedUn: type: number format: double description: Quantidade unitária total selecionada default: 0.0 industrialBatch: type: string description: Lote indústria fabricationDate: type: string format: date description: Data fabricação expirationDate: type: string format: date description: Data vencimento blocked: type: boolean description: Informa se o Lote é bloqueado batchChangeLog: description: Log de alteração de lote type: object required: – batch – changeType – description properties: id: type: string format: uuid description: Identificador único batch: type: object allOf: – #/definitions/batch description: Lote changeType: type: string allOf: – #/definitions/enumBatchChangeType description: Tipo de alteração description: type: string description: Ação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: specificBatch: description: Lote específico type: object required: – outBoundItem – place – batch – quantityUn – quantityUsed – situation properties: id: type: string format: uuid description: Identificador único outBoundItem: type: string format: uuid description: Item do pedido place: type: object allOf: – #/definitions/place description: Local de armazenagem batch: type: object allOf: – #/definitions/batch description: Lote quantityUn: type: number format: double description: Quantidade unitária quantityUsed: type: number format: double description: Quantidade utilizada situation: type: string allOf: – #/definitions/enumSpecificBatchSituation description: Situação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: stockHistory: description: Histórico de Alteração de Estoque type: object required: – identifier – wmsWarehouse – place – batch – productSituation – productOwner – add – pendency – stock – stockOperationType – stockOperationId properties: id: type: string format: uuid description: Identificador único identifier: type: integer format: int64 description: Identificador da transação wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém place: type: object allOf: – #/definitions/place description: Local de Armazenagem sector: type: object allOf: – #/definitions/sector description: Setor batch: type: object allOf: – #/definitions/batch description: Lote productSituation: type: string allOf: – #/definitions/enumProductSituation description: Situacao do produto productOwner: type: object allOf: – #/definitions/productOwner description: Produto Depositante add: type: number format: double description: Adicionar pendency: type: number format: double description: Pendência stock: type: number format: double description: Estoque stockOperationType: type: string allOf: – #/definitions/enumStockOperationType description: Tipo da operação de estoque stockOperationId: type: string format: uuid description: Id da operação de estoque stockOperationCode: type: string description: Código/Número da operação de estoque stockOperationDescription: type: string description: Descrição da operação de estoque createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: batchComposition: description: Composição do Lote type: object required: – oldBatch – newBatch – quantityUnitUsed properties: id: type: string format: uuid description: Identificador único oldBatch: type: object allOf: – #/definitions/batch description: Lote Anterior newBatch: type: object allOf: – #/definitions/batch description: Novo Lote quantityUnitUsed: type: number format: double description: Quantidade utilizada createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: materialStateCorrection: description: Ajuste de Estado de Material type: object required: – wmsWarehouse – wmsOwner – productSituation – originPlace – destinationPlace – reasonOccurrence properties: id: type: string format: uuid description: Identificador único number: type: integer format: int64 description: Número wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém wmsOwner: type: object allOf: – #/definitions/wmsOwner description: Depositante productSituation: type: string allOf: – #/definitions/enumProductSituation description: Novo Estado do produto originPlace: type: object allOf: – #/definitions/place description: Endereço de origem destinationPlace: type: object allOf: – #/definitions/place description: Endereço de destino reasonOccurrence: type: object allOf: – #/definitions/reasonOccurrence description: Motivo de ocorrência createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: materialStateCorrectionItem: description: Item do Ajuste de Estado de Material type: object required: – materialStateCorrection – batch – packing – quantity properties: id: type: string format: uuid description: Identificador único materialStateCorrection: type: object allOf: – #/definitions/materialStateCorrection description: Ajuste de Estado de Material batch: type: object allOf: – #/definitions/batch description: Lote packing: type: object allOf: – #/definitions/packing description: Embalagem quantity: type: number format: double description: Quantidade createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: relocation: description: Remanejamento type: object required: – originSector – originPlace – destinationSector – destinationPlace properties: id: type: string format: uuid description: Identificador único relocationNumber: type: integer format: int64 description: Número originSector: type: object allOf: – #/definitions/sector description: Setor de origem originPlace: type: object allOf: – #/definitions/place description: Endereço de origem destinationSector: type: object allOf: – #/definitions/sector description: Setor de destino destinationPlace: type: object allOf: – #/definitions/place description: Endereço de destino stockIdentifier: type: integer format: int64 description: Identificador alteração estoque createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: relocationItem: description: Item do remanejamento type: object required: – relocation – batch – packing – quantity properties: id: type: string format: uuid description: Identificador único relocation: type: object allOf: – #/definitions/relocation description: Remanejamento batch: type: object allOf: – #/definitions/batch description: Lote packing: type: object allOf: – #/definitions/packing description: Embalagem quantity: type: number format: double description: Quantidade createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: separationZone: description: Zona de Separação type: object properties: id: type: string format: uuid description: Identificador único wmsWarehouse: type: object allOf: – #/definitions/wmsWarehouse description: Armazém code: type: string description: Código description: type: string description: Descrição picking: type: boolean description: Picking bufferStock: type: boolean description: Pulmão buffer: type: boolean description: Buffer excluido: type: boolean description: Indica se o registro foi excluído default: false extIntSts: type: string maxLength: 100 description: Indica status da replicação extIntMsg: type: string maxLength: 100 description: Indica a mensagem da replicação createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service checkDTO: description: Retorno status usados de retorno type: object required: – status – name properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status name: type: string description: Status 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