Skip to main content

FreightLocationDto

A pickup or delivery location with address, coordinates, and time window

addressstringnullable

Address

Example: Elgfaret 72
zipCodestringnullable

Zip

Possible values: <= 12 characters

Example: 3930
citystringnullable

City

Example: Porsgrunn
countryCodestringnullable

Country code

Example: NO
latitudenumber<double>nullable

Latitude of location

Example: 59.915318
longitudenumber<double>nullable

Longitude of location

Example: 10.745938
contactCompanystringnullable

Name of company or location

fromDatestring<date-time>

Earliest point in time, if null this will be set to the current time

toDatestring<date-time>nullable

Latest point in time

dateTimeOffsetSpanstring<date-span>nullable

Extra info to use in DateTimeOffsets if and when needed

FreightLocationDto
{
"address": "Elgfaret 72",
"zipCode": "3930",
"city": "Porsgrunn",
"countryCode": "NO",
"latitude": 59.915318,
"longitude": 10.745938,
"contactCompany": "string",
"fromDate": "2024-07-29T15:51:28.071Z",
"toDate": "2024-07-29T15:51:28.071Z",
"dateTimeOffsetSpan": "string"
}