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": "9652e68c-7b6d-4598-bbbd-4e933126c994",
"task_id": "ec77bdfe-882b-4254-84a2-979f5c2b20a9",
"task_activity_id": "881ec938-4044-4cfa-82f5-b684d9383c0d",
"user_id": "e11ce129-09c6-48a2-aa5f-d2473d0e2298",
"contact_id": "f4f88089-0053-4b7f-b228-7feb728fc541",
"subject": "sample string 6",
"description": "sample string 7",
"due_date": "2026-01-11T20:58:34.7203833+00:00",
"is_closed": true,
"date_closed": "2026-01-11T20:58:34.7203833+00:00",
"reference_back_office": "sample string 11",
"modified_dateutc": "2026-01-11T20:58:34.7203833+00:00"
}
application/xml, text/xml
Sample:
<task_activity_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>f4f88089-0053-4b7f-b228-7feb728fc541</contact_id> <date_closed>2026-01-11T20:58:34.720Z</date_closed> <description>sample string 7</description> <due_date>2026-01-11T20:58:34.720Z</due_date> <id>9652e68c-7b6d-4598-bbbd-4e933126c994</id> <is_closed>true</is_closed> <modified_dateutc>2026-01-11T20:58:34.720Z</modified_dateutc> <reference_back_office>sample string 11</reference_back_office> <subject>sample string 6</subject> <task_activity_id>881ec938-4044-4cfa-82f5-b684d9383c0d</task_activity_id> <task_id>ec77bdfe-882b-4254-84a2-979f5c2b20a9</task_id> <user_id>e11ce129-09c6-48a2-aa5f-d2473d0e2298</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": "c955df1f-fc72-4e21-8dfe-c4c5b94a628d",
"task_id": "700f13d6-e62f-492a-8e80-6fd80a228f3b",
"task_activity_id": "59b23fbb-7316-40a2-a77e-9fed7a804f02",
"user_id": "8af8dab9-f805-42ea-b328-4405f3e1d290",
"contact_id": "d45839bd-d2e6-4bf7-bffd-9f805826f34a",
"subject": "sample string 6",
"description": "sample string 7",
"due_date": "2026-01-11T20:58:34.7506331+00:00",
"is_closed": true,
"date_closed": "2026-01-11T20:58:34.7506331+00:00",
"reference_back_office": "sample string 11",
"modified_dateutc": "2026-01-11T20:58:34.7506331+00:00"
}
application/xml, text/xml
Sample:
<task_activity_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>d45839bd-d2e6-4bf7-bffd-9f805826f34a</contact_id> <date_closed>2026-01-11T20:58:34.750Z</date_closed> <description>sample string 7</description> <due_date>2026-01-11T20:58:34.750Z</due_date> <id>c955df1f-fc72-4e21-8dfe-c4c5b94a628d</id> <is_closed>true</is_closed> <modified_dateutc>2026-01-11T20:58:34.750Z</modified_dateutc> <reference_back_office>sample string 11</reference_back_office> <subject>sample string 6</subject> <task_activity_id>59b23fbb-7316-40a2-a77e-9fed7a804f02</task_activity_id> <task_id>700f13d6-e62f-492a-8e80-6fd80a228f3b</task_id> <user_id>8af8dab9-f805-42ea-b328-4405f3e1d290</user_id> </task_activity_log>