crmx_business (Gestão Relacionamento | CRMX)

2.0info: 1.6.0 Negócios description: Serviço responsável pelo negócios do CRMX x-senior-domain: Gestão Relacionamento | CRMX x-senior-domain-path: crmx_business x-senior-service-path: foundation contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /crmx_business/foundationsecurityDefinitions: 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: /entities/e075der: get: description: This entity is customizable. tags: – Entities security: – bearerAuth: [] parameters: – #/parameters/clientId – name: offset in: query type: number – name: size in: query type: number responses: 200: description: The created resource schema: type: array items: #/definitions/e075der default: description: Error response schema: #/definitions/genericError /entities/e075der/{id}: get: description: This entity is customizable. tags: – Entities security: – bearerAuth: [] parameters: – #/parameters/clientId – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e075der default: description: Error response schema: #/definitions/genericErrordefinitions: enumSitReg: type: string enum: – VA – VI e075der: type: object required: – codDer – desDer – sitDer – e070emp – e012fam properties: id: type: string description: format: uuid codDer: type: string description: Derivação desDer: type: string description: Descrição sitDer: #/definitions/enumSitReg e070emp: #/definitions/e070emp e012fam: #/definitions/e012fam excluido: type: boolean description: Indica se o registro foi excluído extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração e070emp: type: object required: – codEmp – nomEmp properties: id: type: string description: format: uuid codEmp: type: integer description: Código nomEmp: type: string description: Nome extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração e012fam: type: object required: – codFam – desFam – e070emp properties: id: type: string description: format: uuid codFam: type: string description: Código desFam: type: string description: Descrição e070emp: #/definitions/e070emp extIntSts: type: string description: Estado de integração com a entidade externa extIntMsg: type: string description: Mensagem do resultado da integração 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