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. You can retrieve the WSDL of the corresponding service by adding '?wsdl' to the URL.
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/TrackingService/TrackingPortType?wsdl
This service is about tracking parcels (retrieving information about the current status as well as retrieving a proof of delivery). The parcels searched for must have been created on the backend you are searching on.
If the user is authenticated successfully the actual backend state is requested from datahub. If the backend is active in datahub, the backend state in backend database is set to active and the request is executed, else the backend state in backend database is set to inactive and a response with HTTP status 490 is returned.
These operations search for parcels. Several parameters can be passed to the service. The search returns all parcels that match the search criteria (and to which the user issuing the request has access to). Partial matches or wildcard matches are not supported. The DateFrom and DateTo each include the specified day. That means searching DateFrom to '2017-02-07' and DateTo to '2017-02-07' finds all parcels created during that day. Also, the shipment unit will be searched by its identifiers: TrackID, ParcelNumber, PartnerParcelNumber, ShipmentReference or ShipmentUnitReference.
Please consider: Only parcels that went through Use case description: getEndOfDayReport are being found by the tracking service.
/parcels
with http request method POST
Parameter | Mandatory | Location in Request | Description |
---|---|---|---|
tulReferenceData | TRUE | request body | The eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData with the request parameters. |
Name | Expression in webservices | Field length | Type | Format | Mandatory/Optional | Restrictions | Level | Description |
---|---|---|---|---|---|---|---|---|
Parcel identifier (alphanumeric) | TrackID | 40 | alphanumeric | Optional | - | Main identifier of a parcel within GLS. | ||
Parcel identifier (numeric) | ParcelNumber | - | numeric | Optional | - | Either use 11 or 12 digit parcel no given at parcel creation. | ||
Shipment reference number | ShipmentReference | 40 | alphanumeric | Optional | - | Reference for this consignment of parcels. | ||
Parcel reference | ShipmentUnitReference | 40 | alphanumeric | Optional | - | Reference given to a single parcel. | ||
Partner's parcel number | PartnerParcelNumber | 50 | alphanumeric | Optional | - | Option for logistic partners to hand over their own reference. | ||
Shipping Date (Start) | DateFrom | 10 | alphanumeric | YYYY-MM-DD | Mandatory | - | Start of timeframe the parcels shall be searched up. | |
Shipping Date (End) | DateTo | 10 | alphanumeric | YYYY-MM-DD | Mandatory | - | Start of timeframe the parcels shall be searched up. |
The REST response is an instance of eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUListResponse or one of the following faults:
To retrieve all parcels created between 7th and 8th February, you could issue a request as follows:
If the request was successful:
If the request was successful (but no result was found):
If a mandatory parameter is not provided, a HTTP response with error code '400 Bad Request' is returned:
If DateFrom is after DateTo, a HTTP response with error code '400 Bad Request' is returned:
Retrieves the detailed Track&Trace information (including the transport history) for a specific shipment unit identified by its TrackID, ParcelNumber, PartnerParcelNumber, ShipmentReference or ShipmentUnitReference. If the parcel has been delivered, the delivery date and the signature will be set.
/parceldetails
with http request method POST
Parameter | Mandatory | Location in Request | Description |
---|---|---|---|
detailsReferenceData | TRUE | request body | The eu.glsgroup.fpcs.datatypes.soap.v1.tracking.DetailsReferenceData with the request parameters. |
Name | Expression in webservices | Field length | Type | Format | Mandatory/Optional | Restrictions | Level | Description |
---|---|---|---|---|---|---|---|---|
Parcel identifier (alphanumeric) | TrackID | 40 | alphanumeric | Conditional | - | Main identifier of a parcel within GLS. | ||
Parcel identifier (numeric) | ParcelNumber | - | numeric | Conditional | - | Either use 11 or 12 digit parcel no given at parcel creation. | ||
Shipment reference number | ShipmentReference | 40 | alphanumeric | Conditional | - | Reference for this consignment of parcels. | ||
Parcel reference | ShipmentUnitReference | 40 | alphanumeric | Conditional | - | Reference given to a single parcel. | ||
Partner's parcel number | PartnerParcelNumber | 50 | alphanumeric | Conditional | - | Option for logistic partners to hand over their own reference. |
The REST response is an instance of eu.glsgroup.fpcs.datatypes.soap.v1.tracking.ParcelDetailResponse or one of the following faults:
If the request was successful:
If the parcel does not exist / is not accessible:
Retrieves the proof of delivery document for a parcel. The parcel is identified by its TrackID, ParcelNumber, PartnerParcelNumber, ShipmentReference or ShipmentUnitReference.
/parcelpod
with http request method POST
Parameter | Mandatory | Location in Request | Description |
---|---|---|---|
tupReferenceData | TRUE | request body | The eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUPReferenceData with the request parameters. |
Name | Expression in webservices | Field length | Type | Format | Mandatory/Optional | Restrictions | Level | Description |
---|---|---|---|---|---|---|---|---|
Parcel identifier (alphanumeric) | TrackID | 40 | alphanumeric | Conditional | - | Main identifier of a parcel within GLS. | ||
Parcel identifier (numeric) | ParcelNumber | - | numeric | Conditional | - | Either use 11 or 12 digit parcel no given at parcel creation. | ||
Shipment reference number | ShipmentReference | 40 | alphanumeric | Conditional | - | Reference for this consignment of parcels. | ||
Parcel reference | ShipmentUnitReference | 40 | alphanumeric | Conditional | - | Reference given to a single parcel. | ||
Partner's parcel number | PartnerParcelNumber | 50 | alphanumeric | Conditional | - | Option for logistic partners to hand over their own reference. |
The rest response is an instance of eu.glsgroup.fpcs.datatypes.soap.v1.tracking.PODResponse or one of the following rest faults:
If the request was successful (ImageData is shortened. Here a Base64 encoded byte[] will be returned):
If no signature is available / the parcel is in the wrong state: