Skip to main content
GET
Query the Inter-Center Transfer system for transfers

Authorizations

Authorization
string
header
required

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

Query Parameters

statusCode
string
required

The Status of the transfers.

Minimum string length: 2
startDate
string<date-time>

The start date for the query

Defaults to 30 days in the past if not set. eg 2022-03-15 (YYYY-MM-DD)

endDate
string<date-time>

The end date for the query

Defaults to today if not set eg 2022-03-15 (YYYY-MM-DD)

supplierId
string
required

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

Minimum string length: 2
fromWarehouseCode
string
required

The warehouse (Code)

toWarehouseCode
string
required

The warehouse (Code)

unassignedOnly
boolean
default:true
required

Whether to restrict the search to Transfers that have not been assigned to Trucks

Defaults to False: (Return transfers either assigned or not yet assigned to a truck.)

Response

200 - application/json

Returns the Inter-Center Transfers

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
object[] | null

The payload object of the response