Parameters
name type required description
reciptask_sid string yes Unique Identifier for the recipient task
body object yes JSON data that matches the expected field configuration for the data container endpoint configuration.
saveOnly string false true or false. If true, the data will be saved but the task will not be completed.
completeOnly string false true or false. If true, existing data will be preserved and the task will be marked complete.
Example
Resource/tasktypes/data-container/instances/tasks/reciptasks/d854f1fd-773d-4883-a2b7-0acc8c33d138?saveOnly=false&completeOnly=falseTry It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Post Data
{
  "client_name": "John Doe",
  "client_number": 5
}
Response
[
  {
    "key": "client_name",
    "label": "client_name",
    "value": "John Doe"
  },
  {
    "key": "client_number",
    "label": "client_number",
    "value": 5
  }
]