Carrier object

The carrier master file consists of profiles of all inside and outside carriers that transport loads for your company. A profile must exist for a carrier before you can dispatch it on a trip. Carrier profiles are recorded in the Carrier Profile window.

Vendor methods

First available in SystemsLink 2014.1.

The Return Value for all methods is Carrier.ReturnObject.
Method Name Parameters Carrier.ReturnObject.ReturnCode Description

Name

Data type (in C#)

NewCarrier

tokenValue

string

0 = successful

1000 = errors occurred

Authenticates the user using the provided token and key, then returns a new Carrier object

vendorKey

string

NewCarriers

tokenValue

string

0 = successful

1000 = errors occurred

Authenticates the user using the provided token and key, then returns a specified number of new Carrier objects

vendorKey

string

total

int

RetrieveCarrier

tokenValue

string

0 = successful

100 = no records found

1000 = errors occurred

Authenticates the user using the provided token and key, then returns all Carrier objects that meet the specified criteria

vendorKey

string

criteria

Carrier.Criteria

SaveCarrier

tokenValue

string

0 = successful

100 = validation errors occurred and updates prevented

500 = update proceeded with warnings

1000 = error occurred and updates prevented

Authenticates the user using the provided token and key, then saves the provided Carrier objects and updates to the database if requested, then returns the saved objects if the save was successful

vendorKey

string

carriers

List<Carrier>

updateDB

bool

Properties and column mapping

Use the properties and column mapping for the Carrier object in SystemsLink for TMWSuite.

Carrier.ReturnObject

Use the Carrier.ReturnObject details for the Carrier object in SystemsLink for TMWSuite.

CarrierUpdateinfo object

Use the CarrierUpdateinfo object for the Carrier object in SystemsLink in TMWSuite.

Criteria object

Use the Criteria object for the Carrier object in SystemsLink for TMWSuite.