Skip to main content
POST
Move stock between stores as two ledger rows in one transaction, carrying its value with it.

Headers

Prefer
enum<string>

Preference

Available options:
params=single-object

Body

Move stock between stores as two ledger rows in one transaction, carrying its value with it.

p_from_warehouse_id
string<uuid>
required
p_part_id
string<uuid>
required
p_quantity
number<numeric>
required
p_to_warehouse_id
string<uuid>
required
p_notes
string<text>

Response

200

OK