Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. SOAP Business Entity Service Calls
  6. Cross-reference Records and BVT Calculations Services
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Appendix A: Using REST APIs to Add Records
  10. Appendix B: Using REST APIs to Upload Files
  11. Appendix C: Using REST APIs to Manage Reports

Request Body

Request Body

Specify the tasks that you want to edit and provide the task data in the request body.
The following table describes the parameters in the request body:
Parameter
Description
taskId
ID of the task.
dueDate
Optional. Date when the owner must complete the task.
comments
Optional. Comments for the task.
title
Optional. Short description for the task.
priority
Optional. Level of importance of the task. Use one of the following values:
high
,
normal
, and
low
.
assignTo
Optional. User responsible for the task.
fileId
Optional. The ID of the file that you want to attach to the task.
To attach a file to a task, you must upload the file to a temporary storage. For more information, see Appendix B: Using REST APIs to Upload Files.
opType
Operation that you want to perform on the tasks. Specify
Edit
to edit the tasks.

0 COMMENTS

We’d like to hear from you!