Método getUserAccess

ReferenciaS API

Aproveche todas las ventajas de nuestra plataforma, con los productos relacionados se puede obtener el máximo provecho y así conseguir de mejor manera cumplir con su tarea del día.

Descripción

Este método consulta los permisos de acceso para un usuario.

Métodos de petición disponibles

Parámetros

Campo Descripción Tipo de dato Obligatoria Adicionales
strToken Es el token de seguridad. String X
strResult String
strUserPK String
strAccPK String
strAppPK String
blnLicense Boolean
strEquipmentPK String

Respuesta (200)

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getUserAccessResponse xmlns="http://greyphillips.com/">
      <getUserAccessResult>boolean</getUserAccessResult>
      <strResult>string</strResult>
      <blnLicense>boolean</blnLicense>
      <strEquipmentPK>string</strEquipmentPK>
    </getUserAccessResponse>
  </soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getUserAccessResponse xmlns="http://greyphillips.com/">
      <getUserAccessResult>boolean</getUserAccessResult>
      <strResult>string</strResult>
      <blnLicense>boolean</blnLicense>
      <strEquipmentPK>string</strEquipmentPK>
    </getUserAccessResponse>
  </soap12:Body>
</soap12:Envelope>