Updates the task activity with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters :
task_activity| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                |
| reference_back_office | string | ||
| name | string | 
                                 Required Max length: 64  | 
                |
| description | string | ||
| only_for_system | boolean | ||
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date | 
Request Formats :
application/json, text/json
            Sample:
{
  "id": "6fedfa09-2d96-468e-870c-82ad514aac5b",
  "reference_back_office": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "only_for_system": true,
  "modified_dateutc": "2025-10-12T21:41:02.5772765+00:00"
}
        Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.