Complete a Data Container task
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. |
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.
{ "client_name": "John Doe", "client_number": 5 }
[ { "key": "client_name", "label": "client_name", "value": "John Doe" }, { "key": "client_number", "label": "client_number", "value": 5 } ]