Skip to main content
POST
Bulk update work order status

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Body

application/json
work_order_ids
integer[]
required

IDs of the work orders to update.

Minimum array length: 1
status
enum<string>
required

New status to apply to the work orders.

Available options:
draft,
planned,
in_progress

Response

Successful response

data
object