Trendsic Platform Service

<back to all web services

DispatchLoadsRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/dispatch/loads
DispatchLoadsRequest Parameters:
NameParameterData TypeRequiredDescription
HoursqueryintNo
ModulequerystringNo
DispatchLoadsResponse Parameters:
NameParameterData TypeRequiredDescription
LoadsformList<DispatchLoadView>No
HoursformintNo
ResponseStatusformResponseStatusNo
DispatchLoadView Parameters:
NameParameterData TypeRequiredDescription
LoadIdformintNo
CodeformstringNo
ModuleformstringNo
TruckLabelformstringNo
DriverLabelformstringNo
CarrierLabelformstringNo
SourceLabelformstringNo
DestinationLabelformstringNo
Qtyformdecimal?No
UnitformstringNo
QtyTextformstringNo
TicketCodeformstringNo
RateAppliedformdecimal?No
RateBasisformstringNo
Revenueformdecimal?No
PayPlanLabelformstringNo
Payformdecimal?No
StatusformstringNo
OpenedUtcformDateTimeNo
ClosedUtcformDateTime?No
PhotosformintNo
StagesformList<DispatchLoadStageView>No
DispatchLoadStageView Parameters:
NameParameterData TypeRequiredDescription
StageformstringNo
AtUtcformDateTimeNo
NoteformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /v1/dispatch/loads HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"Loads":[{"LoadId":0,"Code":"String","Module":"String","TruckLabel":"String","DriverLabel":"String","CarrierLabel":"String","SourceLabel":"String","DestinationLabel":"String","Qty":0,"Unit":"String","QtyText":"String","TicketCode":"String","RateApplied":0,"RateBasis":"String","Revenue":0,"PayPlanLabel":"String","Pay":0,"Status":"String","OpenedUtc":"0001-01-01T00:00:00.0000000","ClosedUtc":"0001-01-01T00:00:00.0000000","Photos":0,"Stages":[{"Stage":"String","AtUtc":"0001-01-01T00:00:00.0000000","Note":"String"}]}],"Hours":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}