Overview
The endpoint is a non-editable list of Pallets.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
Shows the whole list, in order of departure date/time. |
|
Requests allowed |
GET, PATCH |
|
Primary key |
|
|
Record ID |
|
|
Child Objects |
Available with $expand
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Format |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string |
uuid |
The GUID of the record. |
|
|
2 |
|
integer |
|
|
PRIMARY KEY Record ID |
|
3 |
|
string |
|
|
|
|
4 |
|
string |
|
|
|
|
5 |
|
string |
enum |
|
|
|
6 |
|
string |
|
|
|
|
7 |
|
string |
|
|
|
|
8 |
|
string |
|
|
|
|
9 |
|
string |
date |
|
|
|
10 |
|
string |
time |
|
|
|
11 |
|
string |
date |
|
|
|
12 |
|
string |
time |
|
|
|
13 |
|
integer |
|
The number of delivery agreements in this trip. |
|
|
14 |
|
integer |
|
The number of transport units in this trip. |
|
|
15 |
|
string |
|
|
|
|
16 |
|
array |
|
A list of the transport units. Properties are as can seen in the documentation for that object: API - Transport Units |
|
Object Example
{
"number": "TRIP-01",
"systemId": "5afe5e66-410b-f111-b02e-cfedda509304",
"shippingAgentCode": "DHL",
"shippingAgentName": "DHL Systems, Inc.",
"status": "Open",
"loadingStatus": " ",
"isExport": false,
"transportMethod": "",
"departureDate": "2026-02-16",
"departureTime": "00:00:00",
"arrivalDate": "2027-01-17",
"arrivalTime": "00:00:00",
"numberOfAgreements": 1,
"numberOfTransportUnits": 2,
"lastModified": "2026-02-16T14:11:54.78Z",
"transportUnits": []
}
Usage
For example to read scheduled trips with transport units:
GET .../scheduledTrips?$expand=transportUnits