# Get WarehouseTransaction Get WarehouseTransaction Endpoint: GET /Orders/WarehouseTransactions Version: 2.0 ## Response 200 fields (application/json): - `TransactionNo` (string) TransactionNo. MaxLength: 50. Nullable. - `Id` (string) Id. Key property. - `TransactionDate` (string) TransactionDate. - `WarehouseCode` (string) WarehouseCode. MaxLength: 50. Nullable. - `LocationCode` (string) LocationCode. MaxLength: 50. Nullable. - `Type` (string) Type. MaxLength: 50. Nullable. - `OrderNo` (string) OrderNo. MaxLength: 50. Nullable. - `PurchaseOrderNo` (string) PurchaseOrderNo. MaxLength: 50. Nullable. - `DeliveryNoteNo` (string) DeliveryNoteNo. MaxLength: 50. Nullable. - `ExternalReference` (string) ExternalReference. MaxLength: 50. Nullable. - `ReasonCode` (string) ReasonCode. MaxLength: 50. Nullable. - `Comment` (string) Comment. MaxLength: 500. Nullable. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Items` (array) Items. - `Items.WarehouseTransactionId` (string) WarehouseTransactionId. - `Items.LineNumber` (number) LineNumber. - `Items.PartNo` (string) PartNo. MaxLength: 50. Nullable. - `Items.Qty` (number) Qty. - `Items.Amount` (number) Amount. - `Items.RemainingQty` (number) RemainingQty. Nullable. - `Items.RemainingAmount` (number) RemainingAmount. Nullable.