| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiverBranchId |
Id of receiving branch. Receiver or sending branch must be a central warehouse branch. |
integer |
Required |
| SenderBranchId |
Id of sending branch. Receiver or sending branch must be a central warehouse branch. |
integer |
Required |
| OrderDate |
Order date. |
date |
Required |
| Note |
Stock transfer note. Maxlength 255 characters. |
string |
Max length: 255 |
| Express |
Indicates if the stock transfer will be sent with WMS express. |
boolean |
Required |
| PreSeason |
Indicates if the stock transfer is a pre season order. |
boolean |
Required |
| CarrierId |
Id of the carrier. Indicates to the WMS system which carrier to use. |
integer |
None. |
| DeliveryDate |
Desired delivery date. Indicates to the WMS system the date of delivery. |
date |
None. |
| TransportationScheduleId |
Id of the transportation schedule to use for the order. If this is set carrier and delivery date are ignored. |
integer |
None. |
| StockTransferLines |
Stock transfer order lines. At least one order line must be given. |
Collection of StockTransferLineRequest |
Required |