Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PUT
MethodPathProvided permissionsRequestResponseDescriptionNotes
PUTPOST

inventory/items/move

inventory.items.move.arrayitem.putpostCollection<Item>Move204 UPDATED201 CREATEDUpdate items from arrayMove items to new holding


POSTinventory/holdings/moveinventory.holdings.move.arrayitem.putpostCollection<Holding>Move204 UPDATED201 CREATEDUpdate holdings from arrayMove holdings to new instance

Flow details

Sequence diagram:

...

8) Return response to UI client.


Transfer schema:

FieldTypeNote
toUUIDUnique identifier of instance/holding to which holdings/items to be moved
idsArray<UUID>Array of holding/item unique identifiers which will be moved to the new instance/holding


Business logic algorithm for mod-inventory:

...