Listings API V2

StopRequest

object

Details of a stop.

stopIdstring(uuid)

The system assigned UUID of the stop. Read-only on create (POST). Required on update (PUT).

stopNumberinteger(int32)

The sequential number of the stop along the route e.g. 1 is the pick up stop and 2 is the delivery stop.

Example:1

locationNamestring

The name of the stop.

<= 200 characters

Example:ABC Cars lot

addressstring

The street address.

<= 100 characters

Example:345 W Elm St.

address2string

Additional street address line.

<= 100 characters

Example:2nd Floor

citystring

The city.

<= 50 characters

Example:Anaheim

statestring

The state.

Example:CA

postalCodestring

The ZIP code. Must be a valid United States ZIP code or Canadian postal code.

<= 20 characters

Example:92802

countrystring

The country code. US or CA.

<= 2 characters

Example:US

phonestring

The primary phone number of the contact.

<= 50 characters

Example:949-555-1323

phone2string

An additional phone number of the contact.

<= 50 characters

Example:949-555-2434

phone3string

An additional phone number of the contact.

<= 50 characters

Example:949-555-3545

siteIdstring

The ID of the site.

Example:ABC

contactNamestring

The name of the contact.

<= 100 characters

Example:Mickey Smith

contactPhonestring

The primary phone number of the contact.

<= 50 characters

Example:949-555-1323

contactCellPhonestring

The cell phone number of the contact.

<= 50 characters

Example:949-555-1212

buyerNumberstring

The buyer reference number.

<= 70 characters

Example:12345

metroAreastring

The metro area of the stop.

<= 150 characters

Example:Orange County

twicboolean

Indicates whether the stop requires driver to have a Transportation Worker Identification Credential (TWIC). A TWIC is a credential required by the Maritime Transportation Security Act for carriers to access some locations. If you are not sure if a TWIC is needed, please contact the location.

Default:false

Example:true

geoCodeobject

Details of the geographical coordinates for a location.

Show Child Parameters
locationTypestring

The facility type of the stop.

Allowed values:UnspecifiedAirportRentalCenterAuctionAuctionSatelliteLotCommercialBusinessCorporateOfficePlantCrossDockSatelliteStagingLotDealershipImpoundMarshallingYardMilitaryBaseMobileAuctionPortRailYardReconFacilityRentalCarRetailSiteRepoResidenceServiceCenterConsumerMovesTerminalOtherMechanicShopWarehouseParkingLot

Default:Unspecified

Example:Dealership

contactEmailAddressstring

The email address of the contact. Must be a valid email address format.

Example:mickey@snoogle.com

Example

StopResponse

object

Details of a stop.

stopIdstring(uuid)

The system assigned UUID of the stop.

Example:4e2efc84-6add-435c-9f12-8b19e3e5ba21

stopNumberinteger(int32)

The sequential number of the stop along the route e.g. 1 is the pick up stop and 2 is the delivery stop.

Example:1

locationNamestring

The name of the stop.

Example:ABC Cars lot

addressstring

The street address.

Example:345 W Elm St.

address2string

Additional street address line.

Example:2nd Floor

citystring

The city.

Example:Anaheim

statestring

The state.

Example:CA

postalCodestring

The ZIP code. Must be a valid United States ZIP code or Canadian postal code.

Example:92802

countrystring

The country code. US or CA.

Example:US

distanceToNextStopInMilesinteger(int32)

The distance to the next stop in miles.

Example:267

phonestring

The primary phone number of the contact.

Example:949-555-1323

phone2string

An additional phone number of the contact.

Example:949-555-2434

phone3string

An additional phone number of the contact.

Example:949-555-3545

siteIdstring

The ID of the site.

Example:ABC

contactNamestring

The name of the contact.

Example:Mickey Smith

contactPhonestring

The primary phone number of the contact.

Example:949-555-1323

contactCellPhonestring

The cell phone number of the contact.

Example:949-555-1212

metroAreastring

The metro area of the stop.

Example:Orange County

locationTypestring

The facility type of the stop.

Allowed values:UnspecifiedAirportRentalCenterAuctionAuctionSatelliteLotCommercialBusinessCorporateOfficePlantCrossDockSatelliteStagingLotDealershipImpoundMarshallingYardMilitaryBaseMobileAuctionPortRailYardReconFacilityRentalCarRetailSiteRepoResidenceServiceCenterConsumerMovesTerminalOtherMechanicShopWarehouseParkingLot

Default:Unspecified

Example:Dealership

geoCodeobject

Details of the geographical coordinates for a location.

Show Child Parameters
twicboolean

Indicates whether the stop requires driver to have a Transportation Worker Identification Credential (TWIC). A TWIC is a credential required by the Maritime Transportation Security Act for carriers to access some locations. If you are not sure if a TWIC is needed, please contact the location.

Example:true

contactEmailAddressstring

The email address of the contact. Must be a valid email address format.

Example:mickey@snoogle.com

Example

TagRequest

object

Details of a tag.

namestring

The name of the tag.

<= 100 characters

Example:contractedCarrier

valuestring

The value of the tag.

<= 500 characters

Example:true

Example

TagResponse

object

Details of a listing tag.

namestring

The name of the tag.

Example:contractedCarrier

valuestring

The value of the tag.

Example:true

Example

TrailerType

string

The trailer type.

Allowed values:DRIVEAWAYENCLOSEDOPEN

Default:OPEN

Example