Update routing

Replace the editable fields of a routing by routing ID. The operations replace all existing operations; the product cannot be changed.

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

Routing ID.

Body Params
string
required

Title of the routing.

string
required

A unique code to identify the routing.

operations
array of objects
required
length ≥ 1

Operations of the routing, in the order they are performed: the array position defines the order. The array replaces the whole collection - an operation with an operation_id updates that operation, one without creates a new one, and stored operations that are not listed are deleted.

operations*
bom_ids
array of integers
Defaults to null

IDs of the product's bills of materials (BOMs) to connect to this routing. Null keeps the current connections.

bom_ids
string | null
Defaults to null

Other fixed cost, added to the total cost of a manufacturing order. Null removes the cost.

string | null
Defaults to null

Other variable cost, added per produced quantity. Null removes the cost.

string | null
Defaults to null

Number of items the other variable cost applies to. Required when variable_cost is set.

files
array of objects | null
Defaults to null

Files of the routing. The array replaces the current collection: a file that is not listed is removed. Omit the property to leave the files unchanged.

files
Responses
202

Routing updated

401

Unauthorized

404

Not found

429

Too many requests

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