Create Machine
Beta/v1/operations/machinesIdempotent with Idempotency-Key header. Learn more
Creates a machine and assigns it to a department.
Returns a conflict error if another machine in your account already uses the same name, and a not-found error if the department does not belong to your account. The department cannot be changed once the machine exists.
include[]optional arrayenumValues:departmentSub-objects to expand in the response. When omitted, sub-objects are returned as null.
namestringDisplay name of the machine.
Must be unique within your account; maximum 255 characters.
serial_numberstringSerial number of the machine.
Maximum 255 characters.
notesoptional stringFree-form notes about the machine.
department_idstringID of the department this machine belongs to.
Must reference a department in your account.
idstringMachine ID.
objectstringenumValues:machineResource type identifier.
namestringDisplay name of the machine.
Unique within the account.
serial_numberstringSerial number of the machine.
notesstringnullableFree-form notes about the machine.
The department this machine belongs to.
Set when the machine is created; a machine cannot be moved to another department afterwards.
idstringDepartment ID.
objectstringenumValues:departmentResource type identifier.
namestringDisplay name of the department.
Unique within the account.
notesstringnullableFree-form notes about the department.
locationlocationnullableThe storage location where this department operates.
null in this endpoint.Scanning stations in this department.
null in this endpoint.Machines in this department.
null in this endpoint.labor_rateratenullableHourly labor rate for work done in this department, such as a changeover technician.
Production scheduling costs changeovers with the constraint department's rate when one is set, falling back to the account-wide changeover labor rate setting.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last update timestamp.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for Create Machine