Add a procedure to a Work Order by its external reference (ERP reference)

Adds a Procedure Template as a new procedure instance to an existing Work Order identified by its external reference (ERP reference). Per-type procedure limits are enforced by the Work Order. Returns 409 if multiple Work Orders share the same external reference.

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

The Work Order's external reference (ERP reference). Must be URL encoded.

Body Params
string
required

The internal ID of the Procedure Template to add to the Work Order. A new procedure instance is created from it. Per-type procedure limits are enforced by the Work Order.

Responses

400

Bad Request (malformed id, or per-type procedure limit reached)

403

Forbidden

404

Not Found (missing Work Order or Procedure Template)

409

More than one Work Order with the same external reference (ERP reference) was found

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