AEB

AEB International Customs BF Bean API

Interface overview for Customs Management

Operations 17

POST /InternationalCustomsBFBean/acknowledgeGetChangedDeclarations Acknowledge call of get changed declarations #
POST /InternationalCustomsBFBean/addDeclarationAttachments Add declaration attachments #
POST /InternationalCustomsBFBean/cancelConsignment Cancel consignment #
POST /InternationalCustomsBFBean/cancelConsignmentManifest Cancel consignment manifest #
POST /InternationalCustomsBFBean/cancelDeclaration Cancel declaration #
POST /InternationalCustomsBFBean/createConsignment Create a consignment #
POST /InternationalCustomsBFBean/createConsignmentManifest Create a consignment manifest #
POST /InternationalCustomsBFBean/createDelivery Create a delivery #
POST /InternationalCustomsBFBean/getBrokerDeclarations Get broker declarations #
POST /InternationalCustomsBFBean/getChangedDeclarations Get changed declarations #
GET /InternationalCustomsBFBean/getCodes #
POST /InternationalCustomsBFBean/getCodes Get codes #
POST /InternationalCustomsBFBean/getConsignmentsOfManifest Get consignments of manifest #
POST /InternationalCustomsBFBean/getDeclarationAttachments Get declaration attachments #
POST /InternationalCustomsBFBean/getDeclarations Get declarations #
POST /InternationalCustomsBFBean/sendDeclarations Send declarations #
POST /InternationalCustomsBFBean/setDeclarationAttachmentsStatus Set declaration attachment status #

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-internationalcustomsbfbean-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-internationalcustomsbfbean-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Customs Management HTTP International Customs BF Bean API
  description: Thank you for using our HTTP API documentation.
  version: '1.0'
servers:
- url: https://rz3.aeb.de/test2ici/rest
security:
- SWAGGER_AUTH_KEY: []
- BASIC_AUTH: []
tags:
- name: InternationalCustomsBFBean
  description: Interface overview for Customs Management
paths:
  /InternationalCustomsBFBean/acknowledgeGetChangedDeclarations:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Acknowledge call of get changed declarations
      description: 'Acknowledge, that the result of calling {@link #getChangedDeclarations(ICGetChangedDeclarationsRequestDTO)} was processed.'
      operationId: acknowledgeGetChangedDeclarations
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICAcknowledgeGetChangedDeclarationsRequestDTO'
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ICAcknowledgeGetChangedDeclarationsResponseDTO'
  /InternationalCustomsBFBean/addDeclarationAttachments:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Add declaration attachments
      description: Add attachments (files) to declarations. The size of the files are limited to a configurable size (e.g. 20 MB)<br> This operation is deprecated, use createConsignment with attachments instead.
      operationId: addDeclarationAttachments
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICAddDeclarationAttachmentsRequestDTO'
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ICAddDeclarationAttachmentsResponseDTO'
      deprecated: true
  /InternationalCustomsBFBean/cancelConsignment:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Cancel consignment
      description: 'Initiates a cancellation process for the requested consignment. <br> The consignment can be addressed via the consignment id from the client system (field ''consignmentIdClientSystem'') or via the businessObjectId which is the reference of the ICI system. If both fields are entered the businessObjectId will be used.<br> There are two possible outcomes: <ul> <li>Deletion of the consignment and all referenced declarations</li> <li>Invalidation of the consignment and all referenced declarations</li> </ul> If it is not possible to delete or invalidate nothing will be done.'
      operationId: cancelConsignment
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICCancelConsignmentRequestDTO'
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ICCancelConsignmentResponseDTO'
  /InternationalCustomsBFBean/cancelConsignmentManifest:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Cancel consignment manifest
      description: 'Initiates a cancellation process for the requested consignment manifest. <br> The consignment manifest can be addressed via the consignment id from the client system (field ''consignmentIdClientSystem'') or via the businessObjectId which is the reference of the ICI system. If both fields are entered the businessObjectId will be used.<br> There are two possible outcomes: <ul> <li>Deletion of the consignment manifest and all referenced declarations</li> <li>Invalidation of the consignment manifest and all referenced declarations</li> </ul> If it is not possible to delete or invalidate nothing will be done.'
      operationId: cancelConsignmentManifest
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICCancelConsignmentRequestDTO'
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ICCancelConsignmentResponseDTO'
  /InternationalCustomsBFBean/cancelDeclaration:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Cancel declaration
      description: 'Initiates a cancellation process for the requested declaration. <br> There are two possible outcomes: <ul> <li>Deletion of the declaration</li> <li>Invalidation of the declaration</li> </ul> If it is not possible to delete or invalidate nothing will be done.'
      operationId: cancelDeclaration
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICCancelDeclarationRequestDTO'
      responses:
        default:
          description: default response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ICCancelDeclarationResponseDTO'
  /InternationalCustomsBFBean/createConsignment:
    post:
      tags:
      - InternationalCustomsBFBean
      summary: Create a consignment
      description: Creates a new consignment. If any fields on consignment or delivery level are empty which are mandatory an error message will be created and the creation stopped. Only if the mandatory fields are filled the consignment will be created and imported.
      operationId: createConsignment
      requestBody:
        description: The consignment data
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ICCreateConsignmentRequestDTO'
            examples:
              Typical ERP example:
                description: Example with fields which are typically availabe in an ERP system.
                value:
                  clientSystemId: ERP-ID
                  clientIdentCode: APITEST
                  resultLanguageIsoCodes:
                  - en
                  consignment:
                    consignmentIdClientSystem: CONS-1000-ID
                    organizationUnitClientSystem: OrgUnit
                    consignmentNumber: CONS-1000
                    remark: Remark
                    profileCode: STD
                    personInCharge:
                      forename: Forename
                      surname: Surename1
                      email: email@company.com
                      phone: Phone
                      supplement: Supplement
                      initials: Initials
                    deliveries:
                    - deliveryIdClientSystem: DEL-1000-ID
                      organizationUnitClientSystem: OrgUnit
                      deliveryNumber: DEL-1000
                      remark: Remark
                      totalGrossMass:
                        value: '150'
                        unit: kg
                      totalNetMass:
                        value: '120'
                        unit: kg
                      dispatchCountryCode: NL
                      destinationCountryCode: US
                      decisiveDate:
                        dateInTimezone: '2020-05-05 12:00:00'
                        timezone: GMT+01:00
                      tradeTerms:
                        incotermCode: EXW
                        place: Place
                        info: Info
                      isContainerised: 'true'
                      parties:
                      - partyType: DECLARANT
                        customsProcess: EXPORT_NL
                        companyNumber: DECL-1000
                        name: Declarant NL
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: NL
                        contact:
                          forename: Forname
                          surname: Surname
                          email: email@declarant.com
                          phone: Phone
                          supplement: Supplement
                          initials: Initials
                        customsIds:
                        - identificationType: EORI
                          identification: NL123456789
                      - partyType: EXPORTER
                        customsProcess: EXPORT_NL
                        companyNumber: DECL-1000
                        name: Declarant NL
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: NL
                        customsIds:
                        - identificationType: EORI
                          identification: NL123456789
                      - partyType: CONSIGNEE
                        name: Consignee US
                        street: Street
                        city: City
                        postCode: '123456'
                        country: US
                      transportEquipments:
                      - equipmentType: CONTAINER
                        identification: CON-1000
                        seals:
                        - identification: SEAL-1000
                      customsOffices:
                      - officeType: EXPORT
                        sequenceNumber: '1'
                        officeCode: NL000074
                      transportMeans:
                      - meansType: BORDER
                        transportModeCode: '3'
                        transportMeansCode: '20'
                        identification: Identification
                        nationalityCode: NL
                      itinerary:
                      - sequenceNumber: '1'
                        countryCode: BE
                      invoices:
                      - invoiceIdClientSystem: INV-1000-ID
                        invoiceNumber: INV-1000
                        invoiceDate:
                          dateInTimezone: '2020-05-05 12:00:00'
                          timezone: GMT+01:00
                        invoicePrice:
                          value: '500'
                          currencyIso: USD
                      items:
                      - itemIdClientSystem: '1'
                        itemNumber: '1'
                        material:
                          materialId: M-1000
                        invoiceIdClientSystem: INV-1000-ID
                        grossMass:
                          value: '150'
                          unit: kg
                        netMass:
                          value: '120'
                          unit: kg
                        netPrice:
                          value: '500'
                          currencyIso: USD
                        originCountryCode: NL
                        preferentialOriginCountryCode: NL
                        isEligiblePreference: 'false'
                        statisticalValue:
                          value: '400'
                          currencyIso: EUR
                        classifications:
                        - classificationType: COCOEXPORT
                          classificationValue: '87120030'
                        goodsDescription:
                        - languageISOCode: EN
                          text: Bicycles and accessories
                        quantities:
                        - quantityType: ITEM
                          quantity:
                            value: '10'
                            unit: St
                        additionalReferences:
                        - referenceType: EMCS_ARC_NUMBER
                          reference: Reference number
                        customsProcedures:
                        - customsProcedureType: EXPORTPROC
                          customsProcedureCode: '1000'
                      packages:
                      - packageIdClientSystem: PACK-1000-ID
                        quantity: '1'
                        typeUneceCode: PB
                        grossMass:
                          value: '150'
                          unit: kg
                        marksAndNumbers:
                          languageISOCode: EN
                          text: Marks
                        seals:
                        - identification: SEAL-1000
                        packedItems:
                        - itemIdClientSystem: '1'
                          packedQuantity: '10'
                      goodsDescription:
                      - languageISOCode: EN
                        text: Bicycles
                      additionalReferences:
                      - referenceType: EMCS_ARC_NUMBER
                        reference: Reference number
              Country specific example:
                description: Example with country specific fields which need to be passed as extension.
                value:
                  clientSystemId: ERP-ID
                  clientIdentCode: APITEST
                  resultLanguageIsoCodes:
                  - en
                  consignment:
                    consignmentIdClientSystem: CONS-1000-ID
                    consignmentNumber: CONS-1000
                    profileCode: STD
                    deliveries:
                    - deliveryIdClientSystem: DEL-1000-ID
                      deliveryNumber: DEL-1000
                      dispatchCountryCode: NL
                      destinationCountryCode: US
                      decisiveDate:
                        dateInTimezone: '2020-05-05 12:00:00'
                        timezone: CET
                      parties:
                      - partyType: CONSIGNEE
                        name: Consignee US
                        street: Main road 1
                        city: Atlanta
                        postCode: '123456'
                        country: US
                      transportMeans:
                      - meansType: BORDER
                        transportModeCode: '3'
                        transportMeansCode: '20'
                        identification: US 123
                        nationalityCode: US
                      extension:
                        exportNL:
                          expectedArrivalTime:
                            dateInTimezone: '2020-05-05 00:00:00'
                            timezone: CET
                          expectedDepartureTime:
                            dateInTimezone: '2020-05-15 00:00:00'
                            timezone: CET
                      items:
                      - itemIdClientSystem: '1'
                        itemNumber: '1'
                        material:
                          materialId: M-1000
                        netMass:
                          value: '120'
                          unit: kg
                        originCountryCode: BE
                        statisticalValue:
                          value: '400'
                          currencyIso: EUR
                        classifications:
                        - classificationType: COCOEXPORT
                          classificationValue: '87120030'
                        goodsDescription:
                        - languageISOCode: EN
                          text: Bicycles and accessories
                        quantities:
                        - quantityType: ITEM
                          quantity:
                            value: '10'
                            unit: St
                        extension:
                          exportNL:
                            transactionNatureCode: '11'
                            producedDocuments:
                            - typeCode: Y902
                              reference: Document reference Y902
                              informationDate:
                                dateInTimezone: '2020-05-05 00:00:00'
                                timezone: CET
                          exportDE:
                            transactionNatureCode: '11'
                            producedDocuments:
                            - typeCode: Y901
                              reference: Document reference Y901
                              informationDate:
                                dateInTimezone: '2020-05-05 00:00:00'
                                timezone: CET
                            terminationCustomsWarehouse:
                              authorisationNumber: DECWP0000ZL000001
                              items:
                              - entryInATLAS: 'true'
                                customsRegistrationNumber: ATX0000000000000000001
                                itemNumber: '1'
                                commodityCode: '99001000'
                                removalQuantity:
                                  value: '5'
                                  unit: NAR
                              - entryInATLAS: 'false'
                                registrationNumber: X1234
                                itemNumber: '2'
                                commodityCode: '99001010'
                                removalQuantity:
                                  value: '3'
                                  unit: NAR
                      packages:
                      - packageIdClientSystem: PACK-1000-ID
                        quantity: '1'
                        typeUneceCode: PB
                        grossMass:
                          value: '150'
                          unit: kg
                        marksAndNumbers:
                          languageISOCode: EN
                          text: Marks
              Broker example:
                description: Example with broker specific fields which need to passed as free defined extra fields in an extension.
                value:
                  clientSystemId: ERP-ID
                  clientIdentCode: APITEST
                  resultLanguageIsoCodes:
                  - en
                  consignment:
                    consignmentIdClientSystem: CONS-1000-ID
                    consignmentNumber: CONS-1000
                    profileCode: STD
                    deliveries:
                    - deliveryIdClientSystem: DEL-1000-ID
                      deliveryNumber: DEL-1000
                      dispatchCountryCode: NL
                      destinationCountryCode: US
                      decisiveDate:
                        dateInTimezone: '2020-05-05 12:00:00'
                        timezone: CET
                      parties:
                      - partyType: CONSIGNEE
                        name: Consignee US
                        street: Main road 1
                        city: Atlanta
                        postCode: '123456'
                        country: US
                      transportMeans:
                      - meansType: BORDER
                        transportModeCode: '3'
                        transportMeansCode: '20'
                        identification: US 123
                        nationalityCode: US
                      extension:
                        exportBroker:
                          extraFields:
                          - identCode: FIELD_1
                            value: VALUE_1
                          - identCode: FIELD_2
                            value: VALUE_2
                      items:
                      - itemIdClientSystem: '1'
                        itemNumber: '1'
                        material:
                          materialId: M-1000
                        netMass:
                          value: '120'
                          unit: kg
                        originCountryCode: BE
                        statisticalValue:
                          value: '400'
                          currencyIso: EUR
                        classifications:
                        - classificationType: COCOEXPORT
                          classificationValue: '87120030'
                        goodsDescription:
                        - languageISOCode: EN
                          text: Bicycles and accessories
                        quantities:
                        - quantityType: ITEM
                          quantity:
                            value: '10'
                            unit: St
                        extension:
                          exportBroker:
                            extraFields:
                            - identCode: FIELD_1
                              value: VALUE_1
                            - identCode: FIELD_2
                              value: VALUE_2
                            producedDocuments:
                            - typeCode: Y902
                              reference: Document reference Y902
                              informationDate:
                                dateInTimezone: '2020-05-05 00:00:00'
                                timezone: CET
                      packages:
                      - packageIdClientSystem: PACK-1000-ID
                        quantity: '1'
                        typeUneceCode: PB
                        grossMass:
                          value: '150'
                          unit: kg
                        marksAndNumbers:
                          languageISOCode: EN
                          text: Marks
              Export ATLAS DE:
                description: Example with fields filled for a customs declaration in German ATLAS system.
                value:
                  clientSystemId: HOSTSYSTEM
                  clientIdentCode: REPLACE_WITH_YOUR_CLIENT_IDENTODE
                  userName: REPLACE_WITH_YOUR_USER_NAME
                  resultLanguageIsoCodes:
                  - DE
                  consignment:
                    consignmentIdClientSystem: 4732_DE
                    consignmentNumber: 4732_DE
                    personInCharge:
                      forename: Forename
                      surname: Surename1
                      email: email@company.com
                      phone: Phone
                      supplement: Supplement
                      initials: Initials
                    profileCode: REPLACE_WITH_YOUR_EXPORT_DE_PROFILE
                    deliveries:
                    - deliveryIdClientSystem: DCTEST
                      deliveryNumber: DCTEST_001
                      isContainerised: 'true'
                      dispatchCountryCode: DE
                      destinationCountryCode: CH
                      decisiveDate:
                        dateInTimezone: '2024-01-10 10:12:10'
                        timezone: UTC
                      parties:
                      - partyType: DECLARANT
                        name: Declarant NL
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: DE
                        contact:
                          forename: Forname
                          surname: Surname
                          email: email@declarant.com
                          phone: Phone
                          supplement: Supplement
                          initials: Initials
                        customsIds:
                        - identificationType: EORI
                          identification: DE123456789
                      - partyType: EXPORTER
                        name: Declarant NL
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: DE
                        customsIds:
                        - identificationType: EORI
                          identification: DE123456789
                      - partyType: CONSIGNEE
                        name: Consignee CH
                        street: Street
                        city: City
                        postCode: '123456'
                        country: CH
                      transportEquipments:
                      - equipmentType: CONTAINER
                        identification: CON-1001
                        seals:
                        - identification: SEAL-1001
                      customsOffices:
                      - officeType: EXPORT
                        sequenceNumber: '1'
                        officeCode: DE002651
                      - officeType: EXIT
                        sequenceNumber: '1'
                        officeCode: DE004701
                      tradeTerms:
                        incotermCode: EXW
                        place: Place
                        country: DE
                      invoices:
                      - invoiceIdClientSystem: '100'
                        invoiceNumber: '100'
                        invoicePrice:
                          value: '400'
                          currencyIso: EUR
                      - invoiceIdClientSystem: '50'
                        invoiceNumber: '50'
                        invoicePrice:
                          value: '100'
                          currencyIso: EUR
                      items:
                      - itemIdClientSystem: '1'
                        itemNumber: '1'
                        invoiceIdClientSystem: '100'
                        netPrice:
                          value: '400'
                          currencyIso: EUR
                        originCountryCode: DE
                        preferentialOriginCountryCode: ''
                        dispatchCountryCode: ''
                        destinationCountryCode: ''
                        customsProcedures:
                        - customsProcedureType: EXPORTPROC
                          customsProcedureCode: '1000'
                        classifications:
                        - classificationType: COCOEXPORT
                          classificationValue: '87120030'
                        goodsDescription:
                        - languageISOCode: DE
                          text: Fahrräder
                        netMass:
                          value: '20'
                          unit: KGM
                        quantities:
                        - quantityType: ITEM
                          quantity:
                            value: '1000'
                            unit: NAR
                        - quantityType: STATISTICAL
                          quantity:
                            value: '1000'
                            unit: NAR
                        statisticalValue:
                          value: '400'
                          currencyIso: EUR
                        extension:
                          exportDE:
                            originCountryRegionCode: '01'
                            transactionNatureCode: '11'
                            producedDocuments:
                            - documentType: ADDITIONAL_REFERENCE
                              typeCode: Y903
                            - documentType: ADDITIONAL_REFERENCE
                              typeCode: Y935
                      - itemIdClientSystem: '2'
                        itemNumber: '2'
                        material:
                          materialId: '4711'
                        invoiceIdClientSystem: '50'
                        originCountryCode: DE
                        customsProcedures:
                        - customsProcedureType: EXPORTPROC
                          customsProcedureCode: '1000'
                        classifications:
                        - classificationType: COCOEXPORT
                          classificationValue: '87120070'
                        goodsDescription:
                        - languageISOCode: DE
                          text: Fahrräder
                        netMass:
                          value: '5'
                          unit: KGM
                        quantities:
                        - quantityType: ITEM
                          quantity:
                            value: '500'
                            unit: NAR
                        - quantityType: STATISTICAL
                          quantity:
                            value: '500'
                            unit: NAR
                        statisticalValue:
                          value: '100'
                          currencyIso: EUR
                        extension:
                          exportDE:
                            originCountryRegionCode: '01'
                            transactionNatureCode: '11'
                            producedDocuments:
                            - documentType: ADDITIONAL_REFERENCE
                              typeCode: Y903
                            - documentType: ADDITIONAL_REFERENCE
                              typeCode: Y935
                      packages:
                      - packageIdClientSystem: P1
                        quantity: '1'
                        typeCode: PK
                        typeUneceCode: PK
                        grossMass:
                          value: '50'
                          unit: KGM
                        marksAndNumbers:
                          languageISOCode: DE
                          text: Marks
                        packedItems:
                        - itemIdClientSystem: '1'
                          packedQuantity: '1000'
                          unit: NAR
                        - itemIdClientSystem: '2'
                          packedQuantity: '500'
                          unit: NAR
                      extension:
                        exportDE:
                          producedDocuments:
                          - documentType: TRANSPORT
                            typeCode: 9ZZZ
                            reference: '12345'
              Sumdec ATLAS DE:
                description: Example with fields filled for a summary declaration in German ATLAS system.
                value:
                  clientSystemId: HOSTSYSTEM
                  clientIdentCode: REPLACE_WITH_YOUR_CLIENT_IDENTODE
                  userName: REPLACE_WITH_YOUR_USER_NAME
                  resultLanguageIsoCodes:
                  - DE
                  consignment:
                    consignmentIdClientSystem: 4732_DE
                    consignmentNumber: 4732_DE
                    profileCode: REPLACE_WITH_YOUR_SUMDEC_DE_PROFILE
                    deliveries:
                    - deliveryIdClientSystem: HOSTSYSTEMID
                      deliveryNumber: '1'
                      parties:
                      - partyType: PRESENTOR
                        name: Presentor
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: DE
                        customsIds:
                        - identificationType: EORI
                          identification: DE123456789
                      - partyType: AGENT
                        name: Agent
                        name2: Name2
                        street: Street
                        street2: Street 2
                        city: City
                        postCode: '123456'
                        district: District
                        country: DE
                        contact:
                          forename: Forname
                          surname: Surname
                          email: email@company.com
                          phone: Phone
                          professionalTitle: customs profi
                          initials: Initials
                        customsIds:
                        - identificationType: EORI
                          identification: DE123456789
                      customsOffices:
                      - officeType: DECLARATION
                        officeCode: DE001482
                      transportMeans:
    

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