wmsx_fnd (Foundation WMS-X)

2.0info: 0.11.1 WMS-X Foundation General description: Serviço Foundation do WMS-X responsável por entidades acessórias na operação do Armazém x-senior-domain: Foundation WMS-X x-senior-domain-path: wmsx_fnd x-senior-service-path: general contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /wmsx_fnd/generalsecurityDefinitions: 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/importPerson: post: description: The create request primitive for the importPerson facade. deprecated: false tags: – Apis security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/importPersonFacade responses: 200: description: Ok schema: #/definitions/importPersonFacade default: description: Error response schema: #/definitions/genericErrordefinitions: personSpecialization: type: string enum: – CARRIER – VENDOR – CUSTOMER importPersonFacade: type: object required: – code – name – personSpecialization properties: code: type: string description: Código de integração da Pessoa name: type: string description: Nome da Pessoa tradingName: type: string description: Nome Fantasia legalPerson: type: boolean description: Indica que é uma pessoa juridica national: type: boolean description: Indica se pessoa atua em mercado nacional documentNumber: type: string description: Documento – Ex: CNPJ / CPF / Passaporte personSpecialization: #/definitions/personSpecialization address: #/definitions/recAddress recAddress: type: object required: – address properties: address: type: string description: Rua do Endereço address2: type: string description: Complemento number: type: string description: Número do Endereço postalCode: type: string description: Código Postal neighborhood: type: string description: Bairro city: type: string description: Cidade state: type: string description: Estado country: type: string description: Pais 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