PreETA

This service provides information about pre ETA timeframes

preEtaTimeframes

This endpoint provides estimated timeframes for parcel deliveries before the final ETA is determined. This allows users to view possible delivery windows, helping them anticipate when the parcel may arrive.

Securityapi_key
Request
query Parameters
tenantId
required
string

Tenant id

Example: tenantId=gls-de
date
required
string <date>

Date

Example: date=2024-01-30
zipCodeRangeFrom
string = 4 characters

Zip code range starting point. Should be always 4 digits.

Example: zipCodeRangeFrom=1234
zipCodeRangeTo
string = 4 characters

Zip code range ending point. Should be always 4 digits.

Example: zipCodeRangeTo=6789
coverageModel
string

Coverage model

Enum: "70" "75" "80" "90"
page
required
integer

Page number to fetch. Starting with 0.

Example: page=2
pageSize
required
integer

Page size to fetch

Example: pageSize=100
Responses
200

OK

400

Bad request

401

Unauthorized

500

Server error

get/preEtaTimeframes
Request samples
Response samples
application/json
{
  • "timeframeList": [
    ]
}