The Parcel Shop API gives the client the possibility to get information about Parcel Shop based on a zip code and a country. The API is based on a WCF Service with a RESTful implementation.
For access and testing of the Parcel Shop API please call the following web address:
http://ubapimanagement.azure-api.net/droppoints/Home/[function-name]
For easy testing, an extension like Postman can be used.
Gets parcel shops for selected carriers
http://ubapimanagement.azure-api.net/droppoints/Home/GetParcelShops
POST
Content-Type: application/json
{ "Carriers": [1000000001, 1000000002], "ZipCode": "8000", "City": null, "CountryCode": "DK", "Address": "Vestergade", "AddressNumber": "5", "Limit": 4 }
Name | Type | Required | Description |
---|---|---|---|
Carriers | array |
The specific carrier(s) you wish to see track and trace from. Each carrier is separated by a comma. See table below for values. | |
ZipCode | string |
The zip in which you wish to search for parcel shops. | |
City | string |
If you wish you can specify a city name. | |
CountryCode | string |
Here you specify the country from which you want the parcel shop information from. | |
Address | int |
The address without house number of which you want to search for parcel shops from. | |
AddressNumber | string |
The house number in regards to the Address. Required if address is specified. | |
Limit | int |
Ranging from 1 - 20 the limit defines the number of parcel shop you wish to receive. If only less can be found the API returns these, if more can be found the API returns the first found. |
Carrier | Carrier Name | Countries |
---|---|---|
1000000001 |
GLS | CZ, DK, SE, SK |
1000000004 |
DAO | DK |
1000000009 |
PostNord | SE, NO, FI, DK, DE, BE, NL, LU, EE, LV, LT, AT, FR, GB |
1000000002 |
DHL | DK, SE, NO, AT, BE, CZ, DE, NL, PL, SK |
1000000015 |
DB Schenker | SE |
1000000017 |
Posti Finland | FI |
Successfull response object will have the StatusCode of "200"
.
Unsuccessfull response object will have the StatusCode different than "200"
.
{ "StatusCode": 417, "ErrorMessages": [ "Object reference not set to an instance of an object." ] }
{ "StatusCode": 200, "SuccessObject": { "ParcelShops": [ { "Address": "Vesterbro 39 ", "Carrier": 0, "City": "Odense C", "CompanyName": "SwipBOX Føtex Vesterbro", "Country": "dk", "Latitude": "55.3945219975", "Longitude": "10.3757637271", "OpeningHours": [ { "Breaks": "", "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Tuesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Wednesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Thursday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Friday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Saturday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Sunday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] } ] }, { "Address": "Vesterbro 39 ", "Carrier": 0, "City": "Odense C", "CompanyName": "SwipBOX Føtex Vesterbro", "Country": "dk", "Latitude": "55.3945219975", "Longitude": "10.3757637271", "OpeningHours": [ { "Breaks": "", "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Tuesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Wednesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Thursday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Friday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Saturday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Sunday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] } ] }, { "Address": "Vesterbro 39 ", "Carrier": 0, "City": "Odense C", "CompanyName": "SwipBOX Føtex Vesterbro", "Country": "dk", "Latitude": "55.3945219975", "Longitude": "10.3757637271", "OpeningHours": [ { "Breaks": "", "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Tuesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Wednesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Thursday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Friday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Saturday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Sunday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] } ] }, { "Address": "Vesterbro 39 ", "Carrier": 0, "City": "Odense C", "CompanyName": "SwipBOX Føtex Vesterbro", "Country": "dk", "Latitude": "55.3945219975", "Longitude": "10.3757637271", "OpeningHours": [ { "Breaks": "", "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Tuesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Wednesday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Thursday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Friday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Saturday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": "", "Day": "Sunday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] } ] } ], "Errors": [] } }
Gets specific parcel shop by parcel shop ID, carrier and country
http://ubapimanagement.azure-api.net/droppoints/Home/GetSpecificParcelShop
POST
Content-Type: application/json
{ "ParcelShopId": "0125", "CountryIata": "SE", "CarrierMdmIdentifier": 1000000015 }
Name | Type | Required | |
---|---|---|---|
ParcelShopId | string |
The specific parcel shop ID you want to lookup. | |
CountryIata | string |
Country ISO-Alpha-2 code in which the parcel shop is located | |
CarrierMdmIdentifier | long |
The specific carrier identification number |
Carrier | Carrier Name | Countries |
---|---|---|
1000000001 |
GLS | CZ, DK, SE, SK |
1000000004 |
DAO | DK |
1000000009 |
PostNord | SE, NO, FI, DK, DE, BE, NL, LU, EE, LV, LT, AT, FR, GB |
1000000002 |
DHL | DK, SE, NO, AT, BE, CZ, DE, NL, PL, SK |
1000000015 |
DB Schenker | SE |
1000000017 |
Posti Finland | FI |
Successfull response object will have the StatusCode of "200"
.
Unsuccessfull response object will have the StatusCode different than "200"
.
{ "StatusCode": 404, "ErrorMessages": [ "Parcel shop not found" ] }
{ "StatusCode": 200, "SuccessObject": { "ParcelShops": [ { "Address": "Torggatan 17", "Carrier": 1000000015, "City": "Vallentuna", "CompanyName": null, "Country": "SWEDEN", "Latitude": "59.5351115642557", "Longitude": "18.078396441163331", "OpeningHours": [ { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] }, { "Breaks": null, "Day": "Monday", "OpenAt": [ { "From": "08:00", "To": "21:00" } ] } ] } ], "Errors": [] } }
Copyright © UBsend 2025. All rights reserved.