AEB

AEB Routing API

API for the handling of routing tasks

Operations 10

POST /RoutingBFBean/createRoutingTask createRoutingTask #
POST /RoutingBFBean/createSupplementTask createSupplementTask #
POST /RoutingBFBean/getAllCarriers getAllCarriers #
POST /RoutingBFBean/getHandoverPoints getHandoverPoints #
POST /RoutingBFBean/getRatingProfiles getRatingProfiles #
POST /RoutingBFBean/getRejectedRoutingTaskResult getRejectedRoutingTaskResult #
POST /RoutingBFBean/getRoutingRequirementTypes getRoutingRequirementTypes #
POST /RoutingBFBean/getRoutingTaskResult getRoutingTaskResult #
POST /RoutingBFBean/getSupplementTaskResult getSupplementTaskResult #
POST /RoutingBFBean/waitForRoutingTaskResult waitForRoutingTaskResult #

Documentation

📖
Documentation
https://customsmanagement.docs.developers.aeb.com/
📖
APIReference
https://customsmanagement.docs.developers.aeb.com/reference/how-to-use-the-api-reference
📖
GettingStarted
https://customsmanagement.docs.developers.aeb.com/docs/your-first-consignment
📖
Documentation
https://customsmanagement.docs.developers.aeb.com/docs/about-product-classification
📖
Documentation
https://trade-compliance.docs.developers.aeb.com/
📖
APIReference
https://trade-compliance.docs.developers.aeb.com/reference/compliance-foundation
📖
GettingStarted
https://trade-compliance.docs.developers.aeb.com/docs/accessing-the-rest-services
📖
Documentation
https://transport-freight-management.docs.developers.aeb.com/
📖
APIReference
https://transport-freight-management.docs.developers.aeb.com/reference/shipping
📖
APIReference
https://transport-freight-management.docs.developers.aeb.com/reference/createroutingtask
📖
APIReference
https://transport-freight-management.docs.developers.aeb.com/reference/getshipmentsevents
📖
Documentation
https://transport-freight-management.docs.developers.aeb.com/docs/carrier-event-service/llms.txt
📖
APIReference
https://transport-freight-management.docs.developers.aeb.com/reference/getbillingscenario
📖
Documentation
https://transport-freight-management.docs.developers.aeb.com/docs/logistics-cost-management/llms.txt
📖
APIReference
https://transport-freight-management.docs.developers.aeb.com/reference/getworkstations
📖
Documentation
https://transport-freight-management.docs.developers.aeb.com/docs/document-service/llms.txt
📖
Documentation
https://sap-plugins.docs.developers.aeb.com/

Specifications

SDKs

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aeb-routing-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aeb-routing-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Aeb Routing API
  version: '1.0'
  description: 'Operations tagged Routing across 2 of this provider''s published API definitions: aeb-bsm-openapi.json, aeb-carrier-select-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://rz3.aeb.de/test2bsm/rest
- url: https://rz3.aeb.de/demo1routing/rest
security:
- SWAGGER_AUTH_KEY: []
- BASIC_AUTH: []
tags:
- name: Routing
  description: API for the handling of routing tasks
paths:
  /RoutingBFBean/createRoutingTask:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: createRoutingTask
      description: Creates a new routing task and returns a unique task id.<br> <br> In case of successful creation, the response will contain the unique taskId of the created routing task. The respective routing task can be found by this task id. Proposal calculation starts in an asynchronous process. The current state of calculation can be requested by handing over the provided task id via the call of getRoutingTaskResult(GetRoutingTaskResultRequestDTO) or waitForRoutingTaskResult(WaitForRoutingTaskResultRequestDTO).<br>
      operationId: createRoutingTask
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateRoutingTaskRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  routingTask:
                    referenceNumber: REF_NO
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5
                        unit: kg
                      singleDimensions:
                        length: 10
                        width: 20
                        height: 30
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB HQ
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      address:
                        referenceCode: AEB MZ
                        name: AEB Mainz
                        street: Dekan-Laist-Str. 13
                        postcode: '55129'
                        city: Mainz
                        countryISOCode: DE
                        stateRegion: RLP
                    decisiveDate: '2020-12-31'
              Complete data:
                description: Complete data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  routingTask:
                    referenceNumber: REF_NO
                    routingParms:
                      ratingProfile: DEFAULT
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5.0
                        unit: kg
                      singleDimensions:
                        length: 10.0
                        width: 20.0
                        height: 30.0
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    parties:
                    - address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                      partyRole: SHIPPER
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      hopRef:
                        identCode: FRA
                    decisiveDate: '2020-12-31'
                    readyForShippingDate:
                      dateInTimezone: '2020-12-24 12:00:00'
                      timezone: GMT+01:00
                    confirmedDeliveryDate:
                      dateInTimezone: '2020-12-31 18:00:00'
                      timezone: GMT+01:00
                    termsOfDeliveryCode: DDP
                    requirements:
                    - requirementType: SERVICE_LEVEL
                      requirementCode: EXPRESS
                    isDocumentShipment: false
                    loadingMeters: 5
                    palletPlaces: 2
                    addFreightCalculationData:
                      modeOfTransportIdentCode: AIR
                      distance:
                        value: 100.0
                        unit: km
                      goodsValue:
                        value: 1000.0
                        currencyIso: EUR
                      customsValue:
                        value: 500.0
                        currencyIso: EUR
                      numberOfDeliveryNotes: 1
                      numberOfInvoices: 2
          application/xml:
            schema:
              $ref: '#/components/schemas/CreateRoutingTaskRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  routingTask:
                    referenceNumber: REF_NO
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5
                        unit: kg
                      singleDimensions:
                        length: 10
                        width: 20
                        height: 30
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB HQ
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      address:
                        referenceCode: AEB MZ
                        name: AEB Mainz
                        street: Dekan-Laist-Str. 13
                        postcode: '55129'
                        city: Mainz
                        countryISOCode: DE
                        stateRegion: RLP
                    decisiveDate: '2020-12-31'
              Complete data:
                description: Complete data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  routingTask:
                    referenceNumber: REF_NO
                    routingParms:
                      ratingProfile: DEFAULT
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5.0
                        unit: kg
                      singleDimensions:
                        length: 10.0
                        width: 20.0
                        height: 30.0
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    parties:
                    - address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                      partyRole: SHIPPER
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      hopRef:
                        identCode: FRA
                    decisiveDate: '2020-12-31'
                    readyForShippingDate:
                      dateInTimezone: '2020-12-24 12:00:00'
                      timezone: GMT+01:00
                    confirmedDeliveryDate:
                      dateInTimezone: '2020-12-31 18:00:00'
                      timezone: GMT+01:00
                    termsOfDeliveryCode: DDP
                    requirements:
                    - requirementType: SERVICE_LEVEL
                      requirementCode: EXPRESS
                    isDocumentShipment: false
                    loadingMeters: 5
                    palletPlaces: 2
                    addFreightCalculationData:
                      modeOfTransportIdentCode: AIR
                      distance:
                        value: 100.0
                        unit: km
                      goodsValue:
                        value: 1000.0
                        currencyIso: EUR
                      customsValue:
                        value: 500.0
                        currencyIso: EUR
                      numberOfDeliveryNotes: 1
                      numberOfInvoices: 2
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateRoutingTaskResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/CreateRoutingTaskResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/createSupplementTask:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: createSupplementTask
      description: Creates a new supplement task and returns a unique task id.<br> <br>In case of successful creation, the response will contain the unique taskId of the created supplement task. The respective supplement task can be found by this task id. Supplement calculation starts in an asynchronous process. The current state of calculation can be request by handing over the provided task id via the call of getSupplementTaskResult(GetSupplementTaskResultRequestDTO).<br>
      operationId: createSupplementTask
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateSupplementTaskRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  supplementTask:
                    referenceNumber: REF_NO
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5
                        unit: kg
                      singleDimensions:
                        length: 10
                        width: 20
                        height: 30
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB HQ
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      address:
                        referenceCode: AEB MZ
                        name: AEB Mainz
                        street: Dekan-Laist-Str. 13
                        postcode: '55129'
                        city: Mainz
                        countryISOCode: DE
                        stateRegion: RLP
                    decisiveDate: '2020-12-31'
                    service:
                      serviceIdentCode: UPS_EXPR
                      serviceProviderIdentCode: UPS
              Complete data:
                description: Complete data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  supplementTask:
                    referenceNumber: REF_NO
                    routingParms:
                      ratingProfile: DEFAULT
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5.0
                        unit: kg
                      singleDimensions:
                        length: 10.0
                        width: 20.0
                        height: 30.0
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    parties:
                    - address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                      partyRole: SHIPPER
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      hopRef:
                        identCode: FRA
                    decisiveDate: '2020-12-31'
                    readyForShippingDate:
                      dateInTimezone: '2020-12-24 12:00:00'
                      timezone: GMT+01:00
                    confirmedDeliveryDate:
                      dateInTimezone: '2020-12-31 18:00:00'
                      timezone: GMT+01:00
                    termsOfDeliveryCode: DDP
                    isDocumentShipment: false
                    loadingMeters: 5
                    palletPlaces: 2
                    addFreightCalculationData:
                      modeOfTransportIdentCode: AIR
                      distance:
                        value: 100.0
                        unit: km
                      goodsValue:
                        value: 1000.0
                        currencyIso: EUR
                      customsValue:
                        value: 500.0
                        currencyIso: EUR
                      numberOfDeliveryNotes: 1
                      numberOfInvoices: 2
                    service:
                      serviceIdentCode: UPS_EXPR
                      serviceProviderIdentCode: UPS
                      vasIdentCodes:
                      - COD
                      - SATDEL
          application/xml:
            schema:
              $ref: '#/components/schemas/CreateSupplementTaskRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  supplementTask:
                    referenceNumber: REF_NO
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5
                        unit: kg
                      singleDimensions:
                        length: 10
                        width: 20
                        height: 30
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB HQ
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      address:
                        referenceCode: AEB MZ
                        name: AEB Mainz
                        street: Dekan-Laist-Str. 13
                        postcode: '55129'
                        city: Mainz
                        countryISOCode: DE
                        stateRegion: RLP
                    decisiveDate: '2020-12-31'
                    service:
                      serviceIdentCode: UPS_EXPR
                      serviceProviderIdentCode: UPS
              Complete data:
                description: Complete data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  supplementTask:
                    referenceNumber: REF_NO
                    routingParms:
                      ratingProfile: DEFAULT
                    handlingUnits:
                    - numberOfHandlingUnits: 1
                      singleGrossWeight:
                        value: 5.0
                        unit: kg
                      singleDimensions:
                        length: 10.0
                        width: 20.0
                        height: 30.0
                        quantityUnit: cm
                      handlingUnitType: PALLET
                      dangerousGoodsCode:
                        handlingCode: NONE
                    parties:
                    - address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                      partyRole: SHIPPER
                    startLocation:
                      address:
                        referenceCode: AEB
                        name: AEB SE
                        street: Sigmaringer Straße 109
                        postcode: '70567'
                        city: Stuttgart
                        countryISOCode: DE
                        stateRegion: BW
                    endLocation:
                      hopRef:
                        identCode: FRA
                    decisiveDate: '2020-12-31'
                    readyForShippingDate:
                      dateInTimezone: '2020-12-24 12:00:00'
                      timezone: GMT+01:00
                    confirmedDeliveryDate:
                      dateInTimezone: '2020-12-31 18:00:00'
                      timezone: GMT+01:00
                    termsOfDeliveryCode: DDP
                    isDocumentShipment: false
                    loadingMeters: 5
                    palletPlaces: 2
                    addFreightCalculationData:
                      modeOfTransportIdentCode: AIR
                      distance:
                        value: 100.0
                        unit: km
                      goodsValue:
                        value: 1000.0
                        currencyIso: EUR
                      customsValue:
                        value: 500.0
                        currencyIso: EUR
                      numberOfDeliveryNotes: 1
                      numberOfInvoices: 2
                    service:
                      serviceIdentCode: UPS_EXPR
                      serviceProviderIdentCode: UPS
                      vasIdentCodes:
                      - COD
                      - SATDEL
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreateSupplementTaskResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/CreateSupplementTaskResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getAllCarriers:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getAllCarriers
      description: Returns all carriers available for the target client.<br> <br> This call might help to find the correct identCode of a carrier and service as well as the value-added services belonging to that carrier, which shall be added to the supplement task by using createSupplementTask(CreateSupplementTaskRequestDTO).
      operationId: getAllCarriers_1
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetAllCarriersRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
          application/xml:
            schema:
              $ref: '#/components/schemas/GetAllCarriersRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetAllCarriersResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/GetAllCarriersResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getHandoverPoints:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getHandoverPoints
      description: Returns all handover points available for the target client.<br> <br> Handover points are master file data. This call can be used to choose a handover point from a drop down application. It is <b>not</b> intended that this call is used for master data maintenance or master data synchronization.<br><br> The address is <b>not</b> included in the response.
      operationId: getHandoverPoints
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetHandoverPointsRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
          application/xml:
            schema:
              $ref: '#/components/schemas/GetHandoverPointsRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetHandoverPointsResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/GetHandoverPointsResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getRatingProfiles:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getRatingProfiles
      description: Returns all rating profiles available for the target client.<br> <br> This call might help to find the correct identCode of a rating profile, which shall be added to the routing task by using createRoutingTask(CreateRoutingTaskRequestDTO). This becomes more important, if a rating profile other than the default profile shall be used for proposal calculation.<br>
      operationId: getRatingProfiles
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetRatingProfilesRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
          application/xml:
            schema:
              $ref: '#/components/schemas/GetRatingProfilesRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetRatingProfilesResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/GetRatingProfilesResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getRejectedRoutingTaskResult:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getRejectedRoutingTaskResult
      description: 'Returns a sorted list of the rejected proposals for the provided task id and its current calculation state.<br> The rejected proposals are those proposals which were filtered out according to the settings in the rating profile.<br> <br> Possible states of calculation are:<br> - INPROGRESS: entries (and ordering) might change in future calls. <br> - RANKED: ordering and entries fixed, at least one supplement missing. <br> - COMPLETE: ordering and entries fixed, all supplements are calculated. <br> <br> A new routing task can be created by using createRoutingTask(CreateRoutingTaskRequestDTO).<br>'
      operationId: getRejectedRoutingTaskResult
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetRoutingTaskResultRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  taskId: MY_ROUTING_TASK_ID
          application/xml:
            schema:
              $ref: '#/components/schemas/GetRoutingTaskResultRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
                  taskId: MY_ROUTING_TASK_ID
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetRoutingTaskResultResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/GetRoutingTaskResultResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getRoutingRequirementTypes:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getRoutingRequirementTypes
      description: Returns all requirements and requirement types available for the target client.<br> <br> This call might help to find the correct identCode of a requirement, which shall be added to the routing task by using createRoutingTask(CreateRoutingTaskRequestDTO).<br>
      operationId: getRoutingRequirementTypes
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetRoutingRequirementTypesRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
          application/xml:
            schema:
              $ref: '#/components/schemas/GetRoutingRequirementTypesRequestDTO'
            examples:
              Basic data:
                description: Basic data
                value:
                  clientSystemId: MY_SYSTEM
                  clientIdentCode: MY_CLIENT
                  userName: MY_USERNAME
                  resultLanguageIsoCodes:
                  - de
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetRoutingRequirementTypesResponseDTO'
            application/xml:
              schema:
                $ref: '#/components/schemas/GetRoutingRequirementTypesResponseDTO'
      security:
      - BASIC_AUTH: []
  /RoutingBFBean/getRoutingTaskResult:
    servers:
    - url: https://rz3.aeb.de/test2bsm/rest
    post:
      tags:
      - Routing
      summary: getRoutingTaskResult
      description: 'Returns a sorted list of proposals for the provided task id and its current calculation state.<br> <br> The final list of proposals is ranked according to a rating profile. A rating profile uses supplements for score calculation and ranking.<br> <br> Possible states of calculation are:<br> - INPROGRESS: entries (and ordering) might change in future calls. <br> - RANKED: ordering and entries fixed, at least one supplement missing. <br> - COMPLETE: ordering and entries fixed, all supplements are calculated. <br> <br> A new routing task can be created by using createRoutingTask(CreateRoutingTaskRequestDTO).<br>'
      operationId: getRoutingTaskResult
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetRoutingT

# --- truncated at 32 KB (106 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aeb/refs/heads/main/openapi/aeb-routing-api-openapi.yml