This endpoint gets or creates a new manufacture order.
| Field | Type | Description |
|---|---|---|
| id | String | Unique identifier for the manufacture order |
| memo | String | Additional notes or information about the manufacture order |
| number | String | Number assigned to the manufacture order |
| priority | String | Priority level of the manufacture order |
| site | String | Site or location associated with the manufacture order |
| yield_location | String | Location where the manufactured product will be stored |
| created_on | DateTime | Date and time when the manufacture order was created |
| expected_completion_date | Date | Expected date of completion for the manufacture order |
| issued_on | Date | Date when the manufacture order was issued |
| Field | Type | Description |
|---|---|---|
| bom_name | String | Name of the bill of materials (BOM) associated with the line item |
| bom_number | String | Number assigned to the bill of materials (BOM) |
| id | String | Unique identifier for the line item |
| expected_date | Date | Expected date for the completion of the line item |
| line_status | String | Status of the line item (e.g., in progress, completed, etc.) |
| line_type | String | Type or category of the line item |
| manufacture_order_number | String | Number of the associated manufacture order |
| output_type | String | Type of output produced by the line item (e.g., product, component) |
| part_name | String | Name of the part associated with the line item |
| part_number | String | Number assigned to the part associated with the line item |
| priority | String | Priority level of the line item |
| quantity | Integer | Quantity of the part to be manufactured or processed |
| site | String | Site or location associated with the line item |
| work_order_number | String | Number of the associated work order |
| yield_location | String | Location where the manufactured product will be stored |