This new end point is for #26320 SedonaCloud API -- POST API /api/part/PartTransferWarehouse not available
POST PartTransferWarehouse
This creates the warehouse transfer for the specified part.
-
PartCode - Required. Specifies the part being transferred.
-
FromWarehouseCode - Required. Specifies the warehouse from which the part will be transferred.
-
ToWarehouseCode - Required. Specifies the warehouse to which the part will be transferred.
-
Quantity - Required and must be greater than zero.
-
TransferDate - Optional. If not supplied or a date prior to 2000-01-01 is supplied, the time at which the request is made will be used.
-
Reference - Optional. Populates the Reference field of the transfer.
-
UserCode - Optional. Populates the User Code field of the transfer.
-
SerialNumber - Optional. Specifies the serial number of the part being transferred.
-
LotNumber - Optional. Specifies the lot number of the part being transferred.
-
TransferId - Incoming value is ignored. Response contains the TransferId created.
-
PrimaryRegisterId - Incoming value is ignored. Response contains the PrimaryRegisterId if GL Register entries are created; otherwise 0. GL Register entries are created when COGS > 0 and the warehouse GL accounts or branches are different.
POST PartTransfers
This retrieves part transfers according the specified search parameters.
-
PartCode - Used when filter includes PartCode; otherwise ignored.
-
WarehouseCode - Used when filter includes WarehouseCode; otherwise ignored.
-
FetchCode - Specifies the type of filtering to apply:
-
0 = Filter on PartCode and WarehouseCode
-
1 = Filter on WarehouseCode
-
2 = Filter on PartCode
-
3 = No filter
-