openapi: 3.2.0 info: version: V1 title: Partner services API V1. Extended Delivery Point API description: This zip includes example/sample code to connect to DB Schenker Partner API. x-swagger-net-version: 8.5.28.001 servers: - url: https://parcelservices-se.dbschenker.com/Apipartner tags: - name: ExtendedDeliveryPoint description: Responsible for all Web API functions related to HITTA paths: /ExtendedDeliveryPoint/v1/GetAllServicePoints: get: tags: - ExtendedDeliveryPoint summary: Get all Existing Servicepoints for a specified country. operationId: ExtendedDeliveryPoint_GetAllServicePoints parameters: - name: countryCode in: query description: Countycode for specified country required: true schema: type: string responses: '200': description: Successful response '204': description: No content '400': description: Bad request '401': description: Unauthorized deprecated: false security: - basic: [] components: securitySchemes: basic: type: http scheme: basic description: Basic HTTP Authentication