Updates the task with the specified key.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The task id. |
globally unique identifier |
Required |
Body Parameters :
task| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| created_by_user_id |
Foreign key of the user who created this task. |
globally unique identifier | |
| task_type_id |
Foreign key of task type for this task |
globally unique identifier |
Optionally required : task_type_id, task_type_code or task_type must be provided |
| task_status_id |
Foreign key of task status for this task.If nothing specified, the system will uses the default task_status available |
globally unique identifier | |
| task_priority_id |
Foreign key of task priority for this task |
globally unique identifier |
Optionally required : task_priority_id, task_priority_code or task_priority must be provided |
| company_id |
The company linked to this task |
globally unique identifier |
Optionally required : company_id, company_code or company must be provided |
| contact_id |
Foreign key of the contact linked to this task. |
globally unique identifier | |
| to_db_table_id |
Foreign key to the table that is linked to this task (Example:project or jobs) using Guid |
globally unique identifier | |
| to_id_in_table |
Foreign key of the object that is linked to this task using Odyssee Guid Primary Key (Exemple:project.id or jobs.id) |
globally unique identifier | |
| subject |
Subject of the Task |
string |
Required Max length: 150 |
| remark |
Remark of the Task (long text area field) |
string | |
| customer_reference |
Reference of this task for the customer |
string |
Max length: 4000 |
| assigned_to_user_id |
Foreign key of the user on which the task has been assigned. If not filled, the system can fill it automatically based on the task_type. When a task is assigned to somebody, the field date_assigned will be filled |
globally unique identifier | |
| assigned_to_user_group_id |
Foreign key of the user_group on which the task will be assigned. If not filled, the system can fill it automatically based on the task_type |
globally unique identifier | |
| date_create |
Creation date+time. Automaticaly filled when adding if no value specified |
date | |
| date_update |
Updated date+time. Automaticaly filled when adding if no value specified |
date | |
| date_start |
Starting date of the task (date_start in the future are not shown on the UI) |
date | |
| due_date |
Deadline to close the task |
date | |
| date_closed |
Date+Time when the task goes into archive (=completed) |
date | |
| archived |
Indicate that the task is now closed (has been updated to a task status 'Completed').Automatically filled when adding/updating a task based on the task_type |
boolean | |
| date_assigned |
Date+Time when the task has been assigned to a specific user |
date | |
| dateutc_assigned |
Date+Time UTC when the task has been assigned to a specific user |
date | |
| date_suggested_by_company |
Date+Time suggested by the company to start working on this task |
date | |
| id2 |
Internal ID (numeric). Will be used on the UI to identify easily the task |
integer | |
| reference_back_office |
The Id/Ref of the back office for this task. Used by Embedded entity |
string |
Max length: 50 |
| next_task_activity_id |
Foreign key of the next planned to follow up on this task. |
globally unique identifier | |
| next_task_activity_log_id |
Foreign key of the next planned to follow up on this task. |
globally unique identifier | |
| requested_by_company_id |
Foreign key of the company that requested this task. |
globally unique identifier | |
| requested_by_contact_id |
Foreign key of the contact that requested this task. |
globally unique identifier | |
| bill_to_party |
Used to know which party is the bill to. |
string |
Max length: 255 |
| dateutc_create |
Readonly system field: UTC creation date and time of this task. |
date | |
| created_by_servicedesk_api |
It is set to TRUE when the task has been created via servicedesk. |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| internal_remark |
Internal remark of the Task |
string |
Max length: 4000 |
| dateutc_max_sla_hands_on_machine |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| dateutc_max_sla_resolution |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| dateutc_max_sla_contact |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| dont_apply_sla |
When true, SLA deadlines are not enforced/computed for this task. |
boolean | |
| udf1 |
Custom user-defined text field #1. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf2 |
Custom user-defined text field #2. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf3 |
Custom user-defined text field #3. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf4 |
Custom user-defined text field #4. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf5 |
Custom user-defined text field #5. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf6 |
Custom user-defined text field #6. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf7 |
Custom user-defined text field #7. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf8 |
Custom user-defined text field #8. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf9 |
Custom user-defined text field #9. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf10 |
Custom user-defined text field #10. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf11 |
Custom user-defined text field #11. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf12 |
Custom user-defined text field #12. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf13 |
Custom user-defined text field #13. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf14 |
Custom user-defined text field #14. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf15 |
Custom user-defined text field #15. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf16 |
Custom user-defined text field #16. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf17 |
Custom user-defined text field #17. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf18 |
Custom user-defined text field #18. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf19 |
Custom user-defined text field #19. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf20 |
Custom user-defined text field #20. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf21 |
Custom user-defined text field #21. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf22 |
Custom user-defined text field #22. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf23 |
Custom user-defined text field #23. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf24 |
Custom user-defined text field #24. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf25 |
Custom user-defined text field #25. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf26 |
Custom user-defined text field #26. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf27 |
Custom user-defined text field #27. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf28 |
Custom user-defined text field #28. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf29 |
Custom user-defined text field #29. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf30 |
Custom user-defined text field #30. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf31 |
Custom user-defined text field #31. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf32 |
Custom user-defined text field #32. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf33 |
Custom user-defined text field #33. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf34 |
Custom user-defined text field #34. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf35 |
Custom user-defined text field #35. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf36 |
Custom user-defined text field #36. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf37 |
Custom user-defined text field #37. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf38 |
Custom user-defined text field #38. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf39 |
Custom user-defined text field #39. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf40 |
Custom user-defined text field #40. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf41 |
Custom user-defined text field #41. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf42 |
Custom user-defined text field #42. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf43 |
Custom user-defined text field #43. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf44 |
Custom user-defined text field #44. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf45 |
Custom user-defined text field #45. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf46 |
Custom user-defined text field #46. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf47 |
Custom user-defined text field #47. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf48 |
Custom user-defined text field #48. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf49 |
Custom user-defined text field #49. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf50 |
Custom user-defined text field #50. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf51 |
Custom user-defined text field #51. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf52 |
Custom user-defined text field #52. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf53 |
Custom user-defined text field #53. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf54 |
Custom user-defined text field #54. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf55 |
Custom user-defined text field #55. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf56 |
Custom user-defined text field #56. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf57 |
Custom user-defined text field #57. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf58 |
Custom user-defined text field #58. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf59 |
Custom user-defined text field #59. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf60 |
Custom user-defined text field #60. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf61 |
Custom user-defined text field #61. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf62 |
Custom user-defined text field #62. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf63 |
Custom user-defined text field #63. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf64 |
Custom user-defined text field #64. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf65 |
Custom user-defined text field #65. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf66 |
Custom user-defined text field #66. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf67 |
Custom user-defined text field #67. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf68 |
Custom user-defined text field #68. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf69 |
Custom user-defined text field #69. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf70 |
Custom user-defined text field #70. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf71 |
Custom user-defined text field #71. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf72 |
Custom user-defined text field #72. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf73 |
Custom user-defined text field #73. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf74 |
Custom user-defined text field #74. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf75 |
Custom user-defined text field #75. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf76 |
Custom user-defined text field #76. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf77 |
Custom user-defined text field #77. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf78 |
Custom user-defined text field #78. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf79 |
Custom user-defined text field #79. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf80 |
Custom user-defined text field #80. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf81 |
Custom user-defined text field #81. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf82 |
Custom user-defined text field #82. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf83 |
Custom user-defined text field #83. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf84 |
Custom user-defined text field #84. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf85 |
Custom user-defined text field #85. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf86 |
Custom user-defined text field #86. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf87 |
Custom user-defined text field #87. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf88 |
Custom user-defined text field #88. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf89 |
Custom user-defined text field #89. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf90 |
Custom user-defined text field #90. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf91 |
Custom user-defined text field #91. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf92 |
Custom user-defined text field #92. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf93 |
Custom user-defined text field #93. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf94 |
Custom user-defined text field #94. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf95 |
Custom user-defined text field #95. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf96 |
Custom user-defined text field #96. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf97 |
Custom user-defined text field #97. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf98 |
Custom user-defined text field #98. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf99 |
Custom user-defined text field #99. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf100 |
Custom user-defined text field #100. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
Request Formats :
application/json, text/json
{
"id": "63baa2f3-41ed-407e-85c7-49ad6c0cad85",
"created_by_user_id": "4aa7a7b9-7fb0-4ba1-b069-59465738657e",
"task_type_id": "1d30862d-7b97-4c2c-a78c-467a5b244c87",
"task_status_id": "360e5be7-9da9-4f1c-8ce7-b726cf9fbe87",
"task_priority_id": "f974d563-7b0c-4add-8640-d411e295e9ca",
"company_id": "fe1a5bdf-373f-4603-bfe1-a0ee2dceccae",
"contact_id": "9217ac3b-44e4-4bb3-bfda-c76ea27358a6",
"to_db_table_id": "f6401fee-c3dc-4d52-a2f4-6a068310a061",
"to_id_in_table": "cd2d0239-f3d0-47c7-94ac-fd746cd3272e",
"subject": "sample string 10",
"remark": "sample string 11",
"customer_reference": "sample string 12",
"assigned_to_user_id": "e2abcc07-1d6b-4b64-a8c2-6fa516758158",
"assigned_to_user_group_id": "75505112-9b01-4c0b-9228-c5d7dd15ff37",
"date_create": "2026-09-16T10:12:38.2302442+00:00",
"date_update": "2026-09-16T10:12:38.2302442+00:00",
"date_start": "2026-09-16T10:12:38.2302442+00:00",
"due_date": "2026-09-16T10:12:38.2302442+00:00",
"date_closed": "2026-09-16T10:12:38.2302442+00:00",
"archived": true,
"date_assigned": "2026-09-16T10:12:38.2302442+00:00",
"dateutc_assigned": "2026-09-16T10:12:38.2302442+00:00",
"date_suggested_by_company": "2026-09-16T10:12:38.2302442+00:00",
"id2": 24,
"reference_back_office": "sample string 25",
"next_task_activity_id": "a696364e-6768-436c-8992-84f7a986f19f",
"next_task_activity_log_id": "0d59dfd0-86b4-48ab-ab82-172a0162b61c",
"requested_by_company_id": "3cf83fc7-5a90-46ad-b905-ee97e1161057",
"requested_by_contact_id": "5692a3dc-be88-4144-b7c4-444740a5735d",
"bill_to_party": "sample string 30",
"dateutc_create": "2026-09-16T10:12:38.2302442+00:00",
"created_by_servicedesk_api": true,
"modified_dateutc": "2026-09-16T10:12:38.2302442+00:00",
"internal_remark": "sample string 34",
"dateutc_max_sla_hands_on_machine": "2026-09-16T10:12:38.2302442+00:00",
"dateutc_max_sla_resolution": "2026-09-16T10:12:38.2302442+00:00",
"dateutc_max_sla_contact": "2026-09-16T10:12:38.2302442+00:00",
"dont_apply_sla": true,
"udf1": "sample string 39",
"udf2": "sample string 40",
"udf3": "sample string 41",
"udf4": "sample string 42",
"udf5": "sample string 43",
"udf6": "sample string 44",
"udf7": "sample string 45",
"udf8": "sample string 46",
"udf9": "sample string 47",
"udf10": "sample string 48",
"udf11": "sample string 49",
"udf12": "sample string 50",
"udf13": "sample string 51",
"udf14": "sample string 52",
"udf15": "sample string 53",
"udf16": "sample string 54",
"udf17": "sample string 55",
"udf18": "sample string 56",
"udf19": "sample string 57",
"udf20": "sample string 58",
"udf21": "sample string 59",
"udf22": "sample string 60",
"udf23": "sample string 61",
"udf24": "sample string 62",
"udf25": "sample string 63",
"udf26": "sample string 64",
"udf27": "sample string 65",
"udf28": "sample string 66",
"udf29": "sample string 67",
"udf30": "sample string 68",
"udf31": "sample string 69",
"udf32": "sample string 70",
"udf33": "sample string 71",
"udf34": "sample string 72",
"udf35": "sample string 73",
"udf36": "sample string 74",
"udf37": "sample string 75",
"udf38": "sample string 76",
"udf39": "sample string 77",
"udf40": "sample string 78",
"udf41": "sample string 79",
"udf42": "sample string 80",
"udf43": "sample string 81",
"udf44": "sample string 82",
"udf45": "sample string 83",
"udf46": "sample string 84",
"udf47": "sample string 85",
"udf48": "sample string 86",
"udf49": "sample string 87",
"udf50": "sample string 88",
"udf51": "sample string 89",
"udf52": "sample string 90",
"udf53": "sample string 91",
"udf54": "sample string 92",
"udf55": "sample string 93",
"udf56": "sample string 94",
"udf57": "sample string 95",
"udf58": "sample string 96",
"udf59": "sample string 97",
"udf60": "sample string 98",
"udf61": "sample string 99",
"udf62": "sample string 100",
"udf63": "sample string 101",
"udf64": "sample string 102",
"udf65": "sample string 103",
"udf66": "sample string 104",
"udf67": "sample string 105",
"udf68": "sample string 106",
"udf69": "sample string 107",
"udf70": "sample string 108",
"udf71": "sample string 109",
"udf72": "sample string 110",
"udf73": "sample string 111",
"udf74": "sample string 112",
"udf75": "sample string 113",
"udf76": "sample string 114",
"udf77": "sample string 115",
"udf78": "sample string 116",
"udf79": "sample string 117",
"udf80": "sample string 118",
"udf81": "sample string 119",
"udf82": "sample string 120",
"udf83": "sample string 121",
"udf84": "sample string 122",
"udf85": "sample string 123",
"udf86": "sample string 124",
"udf87": "sample string 125",
"udf88": "sample string 126",
"udf89": "sample string 127",
"udf90": "sample string 128",
"udf91": "sample string 129",
"udf92": "sample string 130",
"udf93": "sample string 131",
"udf94": "sample string 132",
"udf95": "sample string 133",
"udf96": "sample string 134",
"udf97": "sample string 135",
"udf98": "sample string 136",
"udf99": "sample string 137",
"udf100": "sample string 138"
}
application/xml, text/xml
<task xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <assigned_to_user_group_id>75505112-9b01-4c0b-9228-c5d7dd15ff37</assigned_to_user_group_id> <assigned_to_user_id>e2abcc07-1d6b-4b64-a8c2-6fa516758158</assigned_to_user_id> <bill_to_party>sample string 30</bill_to_party> <company_id>fe1a5bdf-373f-4603-bfe1-a0ee2dceccae</company_id> <contact_id>9217ac3b-44e4-4bb3-bfda-c76ea27358a6</contact_id> <created_by_servicedesk_api>true</created_by_servicedesk_api> <created_by_user_id>4aa7a7b9-7fb0-4ba1-b069-59465738657e</created_by_user_id> <customer_reference>sample string 12</customer_reference> <date_assigned>2026-09-16T10:12:38.230Z</date_assigned> <date_closed>2026-09-16T10:12:38.230Z</date_closed> <date_create>2026-09-16T10:12:38.230Z</date_create> <date_start>2026-09-16T10:12:38.230Z</date_start> <date_suggested_by_company>2026-09-16T10:12:38.230Z</date_suggested_by_company> <date_update>2026-09-16T10:12:38.230Z</date_update> <dateutc_assigned>2026-09-16T10:12:38.230Z</dateutc_assigned> <dateutc_create>2026-09-16T10:12:38.230Z</dateutc_create> <dateutc_max_sla_contact>2026-09-16T10:12:38.230Z</dateutc_max_sla_contact> <dateutc_max_sla_hands_on_machine>2026-09-16T10:12:38.230Z</dateutc_max_sla_hands_on_machine> <dateutc_max_sla_resolution>2026-09-16T10:12:38.230Z</dateutc_max_sla_resolution> <dont_apply_sla>true</dont_apply_sla> <due_date>2026-09-16T10:12:38.230Z</due_date> <id>63baa2f3-41ed-407e-85c7-49ad6c0cad85</id> <id2>24</id2> <internal_remark>sample string 34</internal_remark> <modified_dateutc>2026-09-16T10:12:38.230Z</modified_dateutc> <next_task_activity_id>a696364e-6768-436c-8992-84f7a986f19f</next_task_activity_id> <next_task_activity_log_id>0d59dfd0-86b4-48ab-ab82-172a0162b61c</next_task_activity_log_id> <reference_back_office>sample string 25</reference_back_office> <remark>sample string 11</remark> <requested_by_company_id>3cf83fc7-5a90-46ad-b905-ee97e1161057</requested_by_company_id> <requested_by_contact_id>5692a3dc-be88-4144-b7c4-444740a5735d</requested_by_contact_id> <subject>sample string 10</subject> <task_priority_id>f974d563-7b0c-4add-8640-d411e295e9ca</task_priority_id> <task_status_id>360e5be7-9da9-4f1c-8ce7-b726cf9fbe87</task_status_id> <task_type_id>1d30862d-7b97-4c2c-a78c-467a5b244c87</task_type_id> <to_db_table_id>f6401fee-c3dc-4d52-a2f4-6a068310a061</to_db_table_id> <to_id_in_table>cd2d0239-f3d0-47c7-94ac-fd746cd3272e</to_id_in_table> <udf1>sample string 39</udf1> <udf10>sample string 48</udf10> <udf100>sample string 138</udf100> <udf11>sample string 49</udf11> <udf12>sample string 50</udf12> <udf13>sample string 51</udf13> <udf14>sample string 52</udf14> <udf15>sample string 53</udf15> <udf16>sample string 54</udf16> <udf17>sample string 55</udf17> <udf18>sample string 56</udf18> <udf19>sample string 57</udf19> <udf2>sample string 40</udf2> <udf20>sample string 58</udf20> <udf21>sample string 59</udf21> <udf22>sample string 60</udf22> <udf23>sample string 61</udf23> <udf24>sample string 62</udf24> <udf25>sample string 63</udf25> <udf26>sample string 64</udf26> <udf27>sample string 65</udf27> <udf28>sample string 66</udf28> <udf29>sample string 67</udf29> <udf3>sample string 41</udf3> <udf30>sample string 68</udf30> <udf31>sample string 69</udf31> <udf32>sample string 70</udf32> <udf33>sample string 71</udf33> <udf34>sample string 72</udf34> <udf35>sample string 73</udf35> <udf36>sample string 74</udf36> <udf37>sample string 75</udf37> <udf38>sample string 76</udf38> <udf39>sample string 77</udf39> <udf4>sample string 42</udf4> <udf40>sample string 78</udf40> <udf41>sample string 79</udf41> <udf42>sample string 80</udf42> <udf43>sample string 81</udf43> <udf44>sample string 82</udf44> <udf45>sample string 83</udf45> <udf46>sample string 84</udf46> <udf47>sample string 85</udf47> <udf48>sample string 86</udf48> <udf49>sample string 87</udf49> <udf5>sample string 43</udf5> <udf50>sample string 88</udf50> <udf51>sample string 89</udf51> <udf52>sample string 90</udf52> <udf53>sample string 91</udf53> <udf54>sample string 92</udf54> <udf55>sample string 93</udf55> <udf56>sample string 94</udf56> <udf57>sample string 95</udf57> <udf58>sample string 96</udf58> <udf59>sample string 97</udf59> <udf6>sample string 44</udf6> <udf60>sample string 98</udf60> <udf61>sample string 99</udf61> <udf62>sample string 100</udf62> <udf63>sample string 101</udf63> <udf64>sample string 102</udf64> <udf65>sample string 103</udf65> <udf66>sample string 104</udf66> <udf67>sample string 105</udf67> <udf68>sample string 106</udf68> <udf69>sample string 107</udf69> <udf7>sample string 45</udf7> <udf70>sample string 108</udf70> <udf71>sample string 109</udf71> <udf72>sample string 110</udf72> <udf73>sample string 111</udf73> <udf74>sample string 112</udf74> <udf75>sample string 113</udf75> <udf76>sample string 114</udf76> <udf77>sample string 115</udf77> <udf78>sample string 116</udf78> <udf79>sample string 117</udf79> <udf8>sample string 46</udf8> <udf80>sample string 118</udf80> <udf81>sample string 119</udf81> <udf82>sample string 120</udf82> <udf83>sample string 121</udf83> <udf84>sample string 122</udf84> <udf85>sample string 123</udf85> <udf86>sample string 124</udf86> <udf87>sample string 125</udf87> <udf88>sample string 126</udf88> <udf89>sample string 127</udf89> <udf9>sample string 47</udf9> <udf90>sample string 128</udf90> <udf91>sample string 129</udf91> <udf92>sample string 130</udf92> <udf93>sample string 131</udf93> <udf94>sample string 132</udf94> <udf95>sample string 133</udf95> <udf96>sample string 134</udf96> <udf97>sample string 135</udf97> <udf98>sample string 136</udf98> <udf99>sample string 137</udf99> </task>
Response Information
Resource Description :
IHttpActionResult containing the updated task.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.