Skip to main content
Version: 2.2.1

updateTaskAttrib

This method allows editing:

  • Task attribute data

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\task\UpdateTaskAttribRequestType.java
Returnweb\wwwroot\ws\java\task\UpdateTaskAttribResponseType.java

Request:

ID #RequiredDescription
TaskIdXTask ID #
AttributeIdXAttribute ID #
AttributeValueXAttribute value.
Patterns for date-type data input: yyyy-mm-dd
AttribDescriptionValueX¹Attribute value for memo
info
  • X¹ - Required if the attribute is of the "memo" type.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:task">
<soapenv:Header/>
<soapenv:Body>
<urn:updateTaskAttrib>
<!--You may enter the following 4 items in any order-->
<urn:TaskId>?</urn:TaskId>
<urn:AttributeId>?</urn:AttributeId>
<urn:AttributeValue>?</urn:AttributeValue>
<urn:AttribDescriptionValue>?</urn:AttribDescriptionValue>
</urn:updateTaskAttrib>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Return regarding the executed item
FAILURE: Error message.