Inventory Transfers

Create Transfer

Create a transfer in DRAFT status (no stock movement yet).

post/inventory/transfers

Request body

transfer_datestring nullable

ISO datetime, default now if missing

from_location_idinteger required
to_location_idinteger required
notesstring nullable
created_bystring nullable

Response

Successful Response

idinteger required
numberstring required
transfer_datestring required
from_location_idinteger required
from_location_codestring required
from_location_namestring required
to_location_idinteger required
to_location_codestring required
to_location_namestring required
statusstring required
notesstring nullable required
created_bystring nullable required
created_atstring required
posted_bystring nullable required
posted_atstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.