Skip to main content
Version: 2.2.0

TSKTASKUPDATEATTRIB

This method allows changing the value of a task attribute using a REST web service.

POST /apigateway/se/generic/gn_webservice/gn_webservice_execute.php

Query parameters:

Query parametersTypeRequiredDescription
cdprodNumericYesProduct code
Constant Value: 275
classnameStringYesClass name used in WADL
Constant value: UpdateTaskAttrib
classpathStringYesPath to the class used in WADL
Constant value: tsk_import

Example request:

Supported attributes:

Request body parameterTypeRequiredDescription
TaskIdStringYesActivity ID #
AttributeIdStringYesAttribute ID #
AttributeValueStringYesAttribute value
AttribDescriptionValueStringYesAttribute value for memo-type fields
UserIdStringYes¹User ID
info

Yes¹ - It will be required for recording in the history.

{
"TaskId": "string",
"AttributeId": "string",
"AttributeValue": "string",
"AttribDescriptionValue": "text",
"UserId": "text"
}

Example response:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}