production_order_number | string | NULL | The production order delivery note number |
status | string | open | Possible values: open , sent , received , booked |
supplier_id | int | | The supplier of the production order delivery note |
expected_arrival | date | NULL | The expected arrival date of the delivery |
original_expected_arrival | date | NULL | The first expected arrival date of the delivery |
expected_departure | date | NULL | The expected departure date of the delivery |
original_expected_departure | date | NULL | The first expected departure date of the delivery |
notes | string | NULL | Notes |
created_at | datetime | | |
updated_at | datetime | | |
lines.* | | | An array of object production order delivery note line |