Partially update routing

Partially update the editable fields of a routing by routing ID. Provided 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 | null
Defaults to null

Title of the routing.

string | null
Defaults to null

A unique code to identify the routing.

operations
array of objects
length ≥ 1
Defaults to null

Operations of the routing, in the order they are performed. Sending 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. Every listed operation is a complete record, not a partial one. At least one operation is required, so an empty array is refused. Omit the array or send null to leave the operations unchanged.

operations
bom_ids
array of integers
Defaults to null

IDs of the product's bills of materials (BOMs) to connect to this routing. Omit or null to keep the current connections.

bom_ids
string | null
Defaults to null

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

string | null
Defaults to null

Other variable cost, added per produced quantity.

string | null
Defaults to null

Number of items the other variable cost applies to.

files
array of objects | null
Defaults to null

Files to add or update. A file that is not listed is left unchanged; an empty array changes nothing.

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