{
"isSuccess": true,
"message": "<string>",
"payload": {
"headerId": "123",
"referenceNumber": "<string>",
"supplierReferenceNumber": "<string>",
"fromWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"fromWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"toWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"toWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"statusCode": "<string>",
"statusCodeName": "<string>",
"supplierId": "<string>",
"submittedDate": "2023-11-07T05:31:56Z",
"closedDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z",
"expectedDate": "2023-11-07T05:31:56Z",
"inventories": [
{
"lineId": "<string>",
"inventoryItemId": "<string>",
"headerId": "<string>",
"lineNumber": "<string>",
"toSubInventoryCode": "<string>",
"toSubInventoryName": "<string>",
"fromSubInventoryCode": "<string>",
"fromSubInventoryName": "<string>",
"qtyTransferIn": 123,
"qtyTransferOut": 123,
"qtyReceived": 123,
"qtyShipped": 123,
"sku": "<string>",
"wineDirectSku": "<string>",
"description": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z"
}
]
}
}
Sample Request (To get the Transfer)
GET /TRAN-1234
{
"isSuccess": true,
"message": "<string>",
"payload": {
"headerId": "123",
"referenceNumber": "<string>",
"supplierReferenceNumber": "<string>",
"fromWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"fromWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"toWarehouseCode": "GLW, WDI, PSO, SMA, SHW",
"toWarehouseName": "Glenwillow, Green Island, Paso Robles, Santa Maria, Willamette Valley",
"statusCode": "<string>",
"statusCodeName": "<string>",
"supplierId": "<string>",
"submittedDate": "2023-11-07T05:31:56Z",
"closedDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z",
"expectedDate": "2023-11-07T05:31:56Z",
"inventories": [
{
"lineId": "<string>",
"inventoryItemId": "<string>",
"headerId": "<string>",
"lineNumber": "<string>",
"toSubInventoryCode": "<string>",
"toSubInventoryName": "<string>",
"fromSubInventoryCode": "<string>",
"fromSubInventoryName": "<string>",
"qtyTransferIn": 123,
"qtyTransferOut": 123,
"qtyReceived": 123,
"qtyShipped": 123,
"sku": "<string>",
"wineDirectSku": "<string>",
"description": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"updatedDate": "2023-11-07T05:31:56Z"
}
]
}
}
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
The WineDirect Transfer Reference Number. eg TRAN-1234
2
Returns the Inter-Center Transfer
Generic container for all service responses