tasks (coming soon)
PUT {{api_url}}/api/v1/tasks
Upserts (Creates or updates) an existing task in Userlot by setting appropriate attributes in the body of the request.
If you specify an id
, external_id
or source_external_id
attribute it will attempt an update, otherwise it will create.
Please see the Custom Field setup for this entity to determine if certain attributes are required
Request Body
[{"name"=>"title", "value"=>"", "datatype"=>"null"}, {"name"=>"description", "value"=>"", "datatype"=>"null"}, {"name"=>"priority", "value"=>"", "datatype"=>"null"}, {"name"=>"busy", "value"=>"", "datatype"=>"null"}, {"name"=>"completed_at", "value"=>"", "datatype"=>"null"}, {"name"=>"due_at", "value"=>"", "datatype"=>"null"}, {"name"=>"end_at", "value"=>"", "datatype"=>"null"}, {"name"=>"user_id", "value"=>"", "datatype"=>"null"}, {"name"=>"company_id", "value"=>"", "datatype"=>"null"}, {"name"=>"activity_type", "value"=>"", "datatype"=>"null"}]