GET/freeze_time</sublist code>
Description
Get the freeze time matrix for the given sublist or all sublists if none is given.
Output
JSON array of the packing slips in the following format:
If sublist specified:
{ <sublist> : <freeze time>,
..
}
If none specified:
<freeze time>
Endpoint
POST/freeze_time</sublist code>
Description
Set the freeze time for the given sublist code (required) to now.
Output
OK
Endpoint
DELETE/freeze_time</sublist code>
Description
Removes the freeze time for the given sublist.
Output
OK
Comments