...
Method | Path | Provided permissions | Request | Response | Description | Notes | |
---|---|---|---|---|---|---|---|
PUTPOST | inventory/items/move | inventory.items.move.arrayitem.putpost | Collection<Item>Move | 204 UPDATED201 CREATED | Update items from array | PUTMove items to new holding | |
POST | inventory/holdings/move | inventory.holdings.move.arrayitem.putpost | Collection<Holding>Move | 204 UPDATED201 CREATED | Update holdings from arrayMove holdings to new instance |
Flow details
Sequence diagram:
...
8) Return response to UI client.
Transfer schema:
Field | Type | Note |
---|---|---|
to | UUID | Unique identifier of instance/holding to which holdings/items to be moved |
ids | Array<UUID> | Array of holding/item unique identifiers which will be moved to the new instance/holding |
Business logic algorithm for mod-inventory:
...