wmsx_fnd (Foundation WMS-X)

2.0info: 0.1.0 WMS-X Foundation LPN description: Serviço Foundation do WMS-X responsável por entidades da LPN x-senior-domain: Foundation WMS-X x-senior-domain-path: wmsx_fnd x-senior-service-path: lpn contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /wmsx_fnd/lpnsecurityDefinitions: bearerAuth: type: apiKey in: header name: Authorization – application/json – application/jsonparameters: clientId: name: client_id type: string in: header required: true description: Identificação da aplicação cadastrada no portal do desenvolvedor (api.xplatform.com.br)paths: /apis/linkLpnTypeSeparationZone: post: description: The create request primitive for the linkLpnTypeSeparationZone facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/linkLpnTypeSeparationZoneFacade responses: 200: description: Ok schema: #/definitions/linkLpnTypeSeparationZoneFacade default: description: Error response schema: #/definitions/genericError /apis/linkLpnTypeWarehouse: post: description: The create request primitive for the linkLpnTypeWarehouse facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/linkLpnTypeWarehouseFacade responses: 200: description: Ok schema: #/definitions/linkLpnTypeWarehouseFacade default: description: Error response schema: #/definitions/genericError /apis/linkLpnTypeOwner: post: description: The create request primitive for the linkLpnTypeOwner facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/linkLpnTypeOwnerFacade responses: 200: description: Ok schema: #/definitions/linkLpnTypeOwnerFacade default: description: Error response schema: #/definitions/genericError /apis/linkLpnTypeSector: post: description: The create request primitive for the linkLpnTypeSector facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/linkLpnTypeSectorFacade responses: 200: description: Ok schema: #/definitions/linkLpnTypeSectorFacade default: description: Error response schema: #/definitions/genericError /apis/linkLpnTypeProduct: post: description: The create request primitive for the linkLpnTypeProduct facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/linkLpnTypeProductFacade responses: 200: description: Ok schema: #/definitions/linkLpnTypeProductFacade default: description: Error response schema: #/definitions/genericErrordefinitions: linkLpnTypeWarehouseFacade: type: object required: – lpnTypeId properties: id: type: string description: format: uuid lpnTypeId: type: string description: format: uuid warehouseIds: type: array items: type: string format: uuid description: removedIds: type: array items: type: string format: uuid description: linkLpnTypeSectorFacade: type: object required: – lpnTypeId properties: id: type: string description: format: uuid lpnTypeId: type: string description: format: uuid sectorIds: type: array items: type: string format: uuid description: removedIds: type: array items: type: string format: uuid description: linkLpnTypeSeparationZoneFacade: type: object required: – lpnTypeId properties: id: type: string description: format: uuid lpnTypeId: type: string description: format: uuid separationZoneIds: type: array items: type: string format: uuid description: removedIds: type: array items: type: string format: uuid description: linkLpnTypeOwnerFacade: type: object required: – lpnTypeId properties: id: type: string description: format: uuid lpnTypeId: type: string description: format: uuid ownerIds: type: array items: type: string format: uuid description: removedIds: type: array items: type: string format: uuid description: linkLpnTypeProductFacade: type: object required: – lpnTypeId properties: id: type: string description: format: uuid lpnTypeId: type: string description: format: uuid productIds: type: array items: type: string format: uuid description: removedIds: type: array items: type: string format: uuid description: 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