patch
https://api.katanamrp.com/v1/bin_transfers//status
Transitions a bin transfer status. Any status is reachable from any other; the transition stamps or
clears the corresponding movement dates on the transfer and every row.
| From | To | Effect |
|---|---|---|
CREATED | IN_TRANSIT | Stamps departed_at = now. |
CREATED | DONE | Stamps departed_at = now and arrived_at = now. |
IN_TRANSIT | DONE | Stamps arrived_at = now. |
IN_TRANSIT | CREATED | Clears departed_at. |
DONE | IN_TRANSIT | Clears arrived_at. |
DONE | CREATED | Clears both departed_at and arrived_at. |
Submitting the current status is a no-op (200 with the unchanged transfer). Stamped or cleared
timestamps must fall outside any inventory lock date window, otherwise 422.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…