{
"pagination": {
"total": 100,
"page": 1,
"pageSize": 10
},
"data": [
{
"id": 1,
"date": "2024-03-20",
"formattedDate": "Mar 20, 2024",
"transactionNumber": "WT-2024-001",
"fromWarehouseId": 1,
"toWarehouseId": 2,
"transferInitiatedAt": "2024-03-20T10:00:00Z",
"transferDeliveredAt": "2024-03-21T15:00:00Z",
"isInitiated": true,
"isTransferred": true,
"fromWarehouse": {},
"toWarehouse": {},
"entries": [
{
"id": 1,
"itemId": 1,
"quantity": 100,
"cost": 10.5,
"total": 1050,
"formattedQuantity": "100.00",
"formattedCost": "$10.50",
"formattedTotal": "$1,050.00",
"item": {}
}
],
"createdAt": "2024-03-20T09:00:00Z",
"updatedAt": "2024-03-21T15:00:00Z"
}
]
}{
"pagination": {
"total": 100,
"page": 1,
"pageSize": 10
},
"data": [
{
"id": 1,
"date": "2024-03-20",
"formattedDate": "Mar 20, 2024",
"transactionNumber": "WT-2024-001",
"fromWarehouseId": 1,
"toWarehouseId": 2,
"transferInitiatedAt": "2024-03-20T10:00:00Z",
"transferDeliveredAt": "2024-03-21T15:00:00Z",
"isInitiated": true,
"isTransferred": true,
"fromWarehouse": {},
"toWarehouse": {},
"entries": [
{
"id": 1,
"itemId": 1,
"quantity": 100,
"cost": 10.5,
"total": 1050,
"formattedQuantity": "100.00",
"formattedCost": "$10.50",
"formattedTotal": "$1,050.00",
"item": {}
}
],
"createdAt": "2024-03-20T09:00:00Z",
"updatedAt": "2024-03-21T15:00:00Z"
}
]
}Value must be 'Bearer
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
The warehouse transfer transactions have been retrieved successfully.
Pagination metadata
Show child attributes
The ID of the warehouse transfer
1
The date of the warehouse transfer
"2024-03-20"
The formatted date of the warehouse transfer
"Mar 20, 2024"
The transaction number of the warehouse transfer
"WT-2024-001"
The ID of the source warehouse
1
The ID of the destination warehouse
2
The date when the transfer was initiated
"2024-03-20T10:00:00Z"
The date when the transfer was delivered
"2024-03-21T15:00:00Z"
Whether the transfer has been initiated
true
Whether the transfer has been completed
true
The source warehouse details
The destination warehouse details
The entries of the warehouse transfer
Show child attributes
The ID of the warehouse transfer entry
1
The ID of the item being transferred
1
The quantity of items being transferred
100
The cost per unit of the item
10.5
The total cost of the transfer entry
1050
The formatted quantity of items being transferred
"100.00"
The formatted cost per unit of the item
"$10.50"
The formatted total cost of the transfer entry
"$1,050.00"
The item details
The creation date of the warehouse transfer
"2024-03-20T09:00:00Z"
The last update date of the warehouse transfer
"2024-03-21T15:00:00Z"