Capacity Search Multiple

SecurityAPIKeyHeader
Request
Request Body schema: application/json
required
earliest
string <date-time> (Earliest)

The start datetime of when the capacity is required

latest
string <date-time> (Latest)

The end datetime of when the capacity is required

required
object (Origin)

Origin address

required
object (Destination)

Destination address

required
Array of objects (Equipment)

Acceptable equipment types for this capacity request

age_limit_minutes
required
integer (Age Limit Minutes)

Search for assets that are no older than this number of minutes. The age of an asset is the time since it was created, or last updated, or last refreshed, whichever is latest.

mode
required
string (ModeEnum)

Mode of the requested capacity

Enum: "FTL" "LTL" "VLTL" "PARTIAL" "DRAYAGE" "INTERMODAL" "INVALID" "OTHER" "FINAL_MILE" "PARCEL" "AIR" "FCL" "LCL"
origin_range_distance
string <decimal> (Origin Range Distance)

The radial distance in units of range_distance_units to return (e.g 100 miles of origin location)

origin_range_distance_units
required
string (DistanceUnitsEnum)

Units of origin range distance. Should be in units of KM or MILE

Enum: "MILE" "KM"
destination_range_distance
string <decimal> (Destination Range Distance)

The radial distance in units of range_distance_units to return (e.g 100 miles of destination)

destination_range_distance_units
required
string (DistanceUnitsEnum)

Units of destination_range_distance. Should be KM or MILE

Enum: "MILE" "KM"
Responses
200

Successful Response

Response Schema: application/json
page_size
integer (Page Size)
Default: 10

Page size

total_count
integer (Total Count)
Default: 0

Total count

total_pages
integer (Total Pages)
Default: 0

Total pages

current_page
integer (Current Page)
Default: 0

Current page

required
object (CapacitySearchResponseFullMultiple)
internal_query_id
string (Internal Query Id)
400

Validation Error

post/loadboards/capacity/search
Request samples
application/json
{
  • "earliest": "2019-08-24T14:15:22Z",
  • "latest": "2019-08-24T14:15:22Z",
  • "origin": {
    },
  • "destination": {
    },
  • "equipment": [
    ],
  • "age_limit_minutes": 0,
  • "mode": "FTL",
  • "origin_range_distance": "string",
  • "origin_range_distance_units": "MILE",
  • "destination_range_distance": "string",
  • "destination_range_distance_units": "MILE"
}
Response samples
application/json
{
  • "page_size": 10,
  • "total_count": 0,
  • "total_pages": 0,
  • "current_page": 0,
  • "data": {
    },
  • "internal_query_id": "string"
}
Copyright © Shipwell 2024. All right reserved.