v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Operation

Update an operation.

put/api/operation/{id}

Path parameters

idstring required

Request body

namestring required

The name of operation.

descriptionstring required

The description of the operation.

isOutsideProcessingboolean

Specifies whether this is an outside processing operation.

machineTimeTrackingEnabledboolean

Specifies whether machine tracking is enabled.

defaultVendorIdstring nullable

Default vendor id that will be used for this operation. Please reference /api/vendors endpoint.

vendorsstring[] nullable

Available vendors.

leadDaysinteger nullable

Lead days.

instructionsstring nullable

Instructions.

accountingCodeIdstring nullable

Accounting code key identifier. Please reference /api/accounting-codes endpoint.

Response

The updated operation

idstring required

Unique id associated to this entity.

namestring required

Identifying name. Must be unique.

descriptionstring nullable

A verbose description of the location.

machineTimeTrackingEnabledboolean nullable

Is machine time tracking enabled.

isOutsideProcessingboolean

Specifies whether this is an outside processing operation

unattendedboolean

Specifies whether this is operation will be unattended.

defaultVendorIdstring nullable

Default vendor id that will be used for this operation. Please reference /api/vendors endpoint.

leadDaysinteger

Lead days.

accountingCodeIdstring nullable

Accounting code key identifier. Please reference /api/accounting-codes endpoint.

isNestableboolean

Indicates if this operation is nestable.

instructionsstring nullable

Instructions.