PUT
/
api
/
v1
/
Transfers
{
  "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"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The Transfer to create

Defines a transfer to create

Response

200 - application/json

OK

Generic container for all service responses