Navigation:  Integration via REST web services > Published web services > Kanban >

TSKTASKUPDATEATTRIB

Previous  Top  Next

This method allows changing the value of a task attribute using a REST Web Service.

 

Method

POST

 

Input parameters

ID #

Constant value

Parameter

Type

Description

cdprod

275

QUERY

NUMERIC

Product code

classname

UpdateTaskAttrib

QUERY

STRING

Class name used in WADL

classpath

tsk_import

QUERY

STRING

Path to the class used in WADL

 

Request body

{

 "TaskId": "string",

 "AttributeId": "string",

 "AttributeValue": "string",

 "AttribDescriptionValue": "text",

         "UserId": "text"

}

 

Output parameter

{

   "success": true,

   "total": 1,

   "results": [

       {

           "Result": true,

           "Code": 1

       }

   ]

}

 

To enter each of these request items it is necessary to follow the pattern documented below.

Request

ID #

Required

Description

TaskId

X

Activity ID #

AttributeId

X

Attribute ID #

AttributeValue

X

Attribute value

AttribDescriptionValue

X

Attribute value for memo-type fields

UserId

X1

User ID

 

1 - It will be required for recording in the history.