Bulk Upsert Plan Tasks

Create new tasks, update existing tasks, or both in a single request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create new tasks, update existing tasks, or do both in a single request. If a task object includes an id, it is treated as an update; otherwise, it is treated as a create.

Creating tasks

When creating a new task, the following fields are required: name, item_id, item_class, stock_item_id, and quantity_to_produce. You can optionally include sub_tasks with their quantity_to_produce and origin.

Updating tasks

When updating, only send the fields you want to change along with the task id. Omitted fields are left unchanged.

Path Params
string
required

The ID of the production plan.

Body Params
tasks
array of objects
required

Array of task objects to create or update.

tasks*
Responses

400

Invalid request body.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json