Add/update task_activity_log
Request Information
URI Parameters :
None.
Body Parameters :
task_activity_log| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| task_id | globally unique identifier | ||
| task_activity_id | globally unique identifier | ||
| user_id | globally unique identifier | ||
| contact_id | globally unique identifier | ||
| subject | string | ||
| description | string | ||
| due_date | date | ||
| is_closed | boolean | ||
| date_closed | date | ||
| reference_back_office | string | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "0e58c5e4-96d4-49cb-a482-625785baeb96",
"task_id": "62d34d67-26cb-4c5d-9ad2-f2843f22a671",
"task_activity_id": "0c9be947-61a1-4bed-b0df-18219748372a",
"user_id": "9e308b13-267c-45e5-add7-6718889b2916",
"contact_id": "c88dcc5f-ca65-4713-8dfd-441dd9e1796e",
"subject": "sample string 6",
"description": "sample string 7",
"due_date": "2026-03-07T14:41:21.4561349+00:00",
"is_closed": true,
"date_closed": "2026-03-07T14:41:21.4561349+00:00",
"reference_back_office": "sample string 11",
"modified_dateutc": "2026-03-07T14:41:21.4561349+00:00"
}
application/xml, text/xml
Sample:
<task_activity_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>c88dcc5f-ca65-4713-8dfd-441dd9e1796e</contact_id> <date_closed>2026-03-07T14:41:21.456Z</date_closed> <description>sample string 7</description> <due_date>2026-03-07T14:41:21.456Z</due_date> <id>0e58c5e4-96d4-49cb-a482-625785baeb96</id> <is_closed>true</is_closed> <modified_dateutc>2026-03-07T14:41:21.456Z</modified_dateutc> <reference_back_office>sample string 11</reference_back_office> <subject>sample string 6</subject> <task_activity_id>0c9be947-61a1-4bed-b0df-18219748372a</task_activity_id> <task_id>62d34d67-26cb-4c5d-9ad2-f2843f22a671</task_id> <user_id>9e308b13-267c-45e5-add7-6718889b2916</user_id> </task_activity_log>
Response Information
Resource Description :
task_activity_log| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| task_id | globally unique identifier | ||
| task_activity_id | globally unique identifier | ||
| user_id | globally unique identifier | ||
| contact_id | globally unique identifier | ||
| subject | string | ||
| description | string | ||
| due_date | date | ||
| is_closed | boolean | ||
| date_closed | date | ||
| reference_back_office | string | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "aa277291-26fd-4a0f-85c5-25c248e671c1",
"task_id": "a6d7d0da-b090-432e-a46f-136016ecfcf4",
"task_activity_id": "b6a9f3f7-7a5e-407d-94ed-5dd1f696f75f",
"user_id": "81ce509d-b8c1-471c-9493-287917f5f196",
"contact_id": "f8bdfdcf-2bd8-408c-a489-b281d980d25b",
"subject": "sample string 6",
"description": "sample string 7",
"due_date": "2026-03-07T14:41:21.4752811+00:00",
"is_closed": true,
"date_closed": "2026-03-07T14:41:21.4752811+00:00",
"reference_back_office": "sample string 11",
"modified_dateutc": "2026-03-07T14:41:21.4752811+00:00"
}
application/xml, text/xml
Sample:
<task_activity_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>f8bdfdcf-2bd8-408c-a489-b281d980d25b</contact_id> <date_closed>2026-03-07T14:41:21.475Z</date_closed> <description>sample string 7</description> <due_date>2026-03-07T14:41:21.475Z</due_date> <id>aa277291-26fd-4a0f-85c5-25c248e671c1</id> <is_closed>true</is_closed> <modified_dateutc>2026-03-07T14:41:21.475Z</modified_dateutc> <reference_back_office>sample string 11</reference_back_office> <subject>sample string 6</subject> <task_activity_id>b6a9f3f7-7a5e-407d-94ed-5dd1f696f75f</task_activity_id> <task_id>a6d7d0da-b090-432e-a46f-136016ecfcf4</task_id> <user_id>81ce509d-b8c1-471c-9493-287917f5f196</user_id> </task_activity_log>