Work Order Bulk Action

Operates on Service Orders, shown in the Zuper client app as "Work Order" (in every industry). Work Orders share the exact same underlying schema and endpoints as Purchase Orders / Material Orders; they're distinguished only by the purchase_order_type field (SERVICE_ORDER here) and the /service_orders route prefix. Only action: "update_status" is currently supported. The action is processed asynchronously by a background worker — this endpoint acknowledges the request immediately; it does not confirm that every order was updated by the time it responds.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
purchase_order_uid
array of strings

UIDs to target. Alternative to filter_rules.

purchase_order_uid
filter_rules
array of objects

Rule-engine filter, alternative to purchase_order_uid.

filter_rules
string
enum
Defaults to AND
Allowed:
string
enum
required
Allowed:
action_options
object
required
Response

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