production_order_number | string | NULL | The production order number |
status | string | open | Possible values: in_production , partially_sent , sent , partially_received , received , partially_booked , booked , closed |
supplier_id | int | | The supplier of the production order |
expected_arrival | date | NULL | The expected arrival date of the production order |
original_expected_arrival | date | NULL | The original expected arrival date of the production order |
expected_departure | date | NULL | The expected departure date of the production order |
original_expected_departure | date | NULL | The original expected departure date of the production order |
external_comments | string | NULL | The external comments of the production order |
internal_comments | string | NULL | The internal comments of the production order |
created_at | datetime | | |
updated_at | datetime | | |
orders.* | | | An array of sales orders attached to the production order |
lines.* | | | An array of object production order line |