Método setTaskNotify

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

Notifica sobre una tarea de Teamwork en específico.

Métodos de petición disponibles

Parámetros

Campo Descripción Tipo de datoObligatoriaAdicionales
strTokenEs el token de seguridad.StringX
strPKTaskEs el identificador de la tarea.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>
    <setTaskNotifyResponse xmlns="http://greyphillips.com/">
      <setTaskNotifyResult>string</setTaskNotifyResult>
    </setTaskNotifyResponse>
  </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>
    <setTaskNotifyResponse xmlns="http://greyphillips.com/">
      <setTaskNotifyResult>string</setTaskNotifyResult>
    </setTaskNotifyResponse>
  </soap12:Body>
</soap12:Envelope>