Equipment
Create a piece of equipment.
post/api/equipment
Request body
namestring required
Identifying name. Must be unique.
descriptionstring required
Description. Required.
workCenterIdstring nullable
WorkCenter identifier. Please reference /api/work-centers endpoint.
manufacturerstring nullable
Manufacturer.
modelNumberstring nullable
Model number.
serialNumberstring nullable
Serial number.
canRunUnattendedboolean
Indicates if this equipment can be run unattended. This allows the portion of an operation that utilizes this equipment to be scheduled outside of a shift.
unlimitedCapacityboolean
Indicates if this equipment can support multiple operations simultaneously.
status'good' | 'poor' | 'bad' | 'outOfService'
Equipment status
notesstring nullable
Notes associated to the equipment.
Response
Equipment created
idstring required
The id of the created record