WorkCenter
Create a work center.
post/api/work-centers
Request body
namestring required
Identifying name. Must be unique.
departmentIdstring nullable
Department identifier. Please reference /api/departments endpoint.
setupRatenumber double nullable
Hourly cost rate for setup.
laborRatenumber double nullable
Hourly cost rate for labor.
overheadRatenumber double nullable
Hourly cost rate for overhead.
machineRatenumber double nullable
Hourly cost rate for machine. Providing a value turns on machine time for this work center.
equipmentIdsstring[] nullable
Identifiers of the equipment associated with this work center. Please reference /api/equipment endpoint.
Response
Work center created
idstring required
The id of the created record