Search
K
Stage - Membership API

CarrierMatchRecordResponse

object

Record/reference view of a persisted carrier match.

hrefstring

Canonical self URL for this carrier match.

Example:https://membership-api.centraldispatch.com/carrier-matches/id/c1a7e9d0-4b3f-4a1e-9c6d-8f2b5a7e0c14

listingstring

Reference href to the listing this match was created for.

Example:https://membership-api.centraldispatch.com/listings/id/42220470

createdOnstring(date-time)

The creation date and time of the item, in UTC/ISO 8601 format.

Example:2024-10-15T00:00:00Z

carriersarray[string]

Collection of reference hrefs to the matched carriers’ customer resources. No enrichment fields.

Example:https://membership-api.centraldispatch.com/customers/id/0ca91a43-fbee-4c05-9a6c-aa5c63888f5c

Example

CarrierMatchResourceResponse

object

The created carrier match, with carriers ranked and enriched.

hrefstring

Canonical self URL for the created carrier match.

Example:https://membership-api.centraldispatch.com/carrier-matches/id/c1a7e9d0-4b3f-4a1e-9c6d-8f2b5a7e0c14

carriersarray[object]

A carrier matched for a listing, enriched with rating, tenure, contact, and network information.

Show Child Parameters
Example

CarrierMatchResponse

object

A carrier matched for a listing, enriched with rating, tenure, contact, and network information.

hrefstring

Canonical self URL for the carrier’s customer resource.

Example:https://membership-api.centraldispatch.com/customers/id/0ca91a43-fbee-4c05-9a6c-aa5c63888f5c

customerIdstring(uuid)

The Central Dispatch customer ID of the customer.

Example:0ca91a43-fbee-4c05-9a6c-aa5c63888f5c

customerNamestring

The carrier name.

Example:Acu Logistics

addressobject

Details of a customer’s address.

Show Child Parameters
phonestring

The carrier’s business phone number.

Example:800-555-0142

establishedInstring

The year the company was established.

Example:1998

joinedOnstring(date-time)

The date the company joined the platform, in UTC/ISO 8601 format.

Example:2024-09-10T00:00:00Z

usDotAuthorizedStatestring

The state under which the carrier’s USDOT number is authorized to operate, if on file; otherwise null.

Example:OH

overallRatingobject

A carrier’s rating summary for a given period.

Show Child Parameters
recentRatingobject

A carrier’s rating summary for a given period.

Show Child Parameters
isPreferredboolean

Whether this carrier is in the calling shipper’s preferred-carrier network.

Example:true

warningsarray[object]

An advisory warning about a matched carrier.

Show Child Parameters
Example

CarrierRating

object

A carrier’s rating summary for a given period.

averageRatingsnumber(double)

Average rating across the period.

Example:4.7

totalRatingsinteger(int32)

Number of ratings the average is computed from.

Example:42

periodDaysinteger(int32)

Rating window in days; null means lifetime, 90 means the recent (90-day) window.

Example:90

Example

CarrierWarning

object

An advisory warning about a matched carrier.

codestring

Namespaced warning code (carrier.fmcsa.* or carrier.audit.*).

Example:carrier.fmcsa.authority_revoked

messagestring

Human-readable warning description.

Example:FMCSA operating authority has been revoked.

Example