GLS ShipIT 3.4.19
GLS ShipIT - REST services
|
The endpoints for the centrally hosted services can be obtained from your primary GLS contact and will be given with your credentials for the Service.
If you are connecting to a locally installed GLS ShipIT, you have to adapt the URL to point to the host (and port) in your network where the GLS ShipIT backend is running. E.g. https://10.10.10.10:8443//backend/rs/timeframe/deliverydays
Only one operation is available at this port. This operation can be used to get an estimation of the amount of working days needed to ship a shipment unit from an origin to a destination address.
This operation estimates the days needed to deliver a shipment unit from the given origin address to the given destination address.
/deliverydays
with http request method POST
Parameter | Mandatory | Location in Request | Description |
---|---|---|---|
fromToLocation | TRUE | request body | The eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation with the request parameters. |
The parts of the Address are explained in the following sections in more detail:
Name | Expression in webservices | Field length | Type | Format | Mandatory/Optional | Restrictions | Level | Description |
---|---|---|---|---|---|---|---|---|
Street | Street | 40 | alphanumeric | Mandatory | > 3 | Street name | ||
Street number | StreetNumber | 40 | alphanumeric | Optional | - | Street number (if not part of the street) | ||
Country code | CountryCode | 2 | alphanumeric | DE, AT, BE, FR, etc. | Mandatory | - | Destination country of the shipment | |
ZIPCode | ZIPCode | 10 | alphanumeric | Mandatory | - | ZIP code of the consignee's city | ||
City | City | 40 | alphanumeric | Mandatory | - | City of the consignee |
The REST response is an instance of eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.EstimatedDeliveryDays or one of the following faults:
If the request was successful:
If one of the necessary fields is missing:
If one of the fields has an invalid value (e.g. wrong country code):