POST
/
api
/
v1
/
Transfers
/
OUTs
/
Search
{
  "isSuccess": true,
  "message": "<string>",
  "payload": [
    {
      "supplierId": "<string>",
      "supplierName": "<string>",
      "warehouseCode": "<string>",
      "warehouseName": "<string>",
      "orderNumber": "<string>",
      "referenceNumber": "<string>",
      "orderedDate": "2023-11-07T05:31:56Z",
      "requestedPriority": "<string>",
      "requestDate": "2023-11-07T05:31:56Z",
      "statusCode": "<string>",
      "status": "<string>",
      "createdBy": "<string>",
      "isEditable": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum length: 2
warehouseCode
string

The warehouse (Code)

"GLW" - Glenwillow,
"WDI" - Green Island,
"PSO" - Paso Robles,
"SMA" - Santa Maria,
"SHW" - Willamette Valley
"DAL" - Dallas
sku
string

The SKU of the customer

searchStartDate
string<date-time>
required

The beginning date of the search range

YYYY-MM-DD
searchEndDate
string<date-time>
required

The ending date of the search range

YYYY-MM-DD

Response

200 - application/json

OK

Generic container for all service responses