Nexeed
    • Introduction
    • User Manual
      • Log into the Desktop Client
      • User interface
      • Set language
      • Adjust configuration
      • Adjust settings
      • Master data
        • Actions
        • Categories
        • Groupings
        • Material classes
        • Part types
      • Operation
        • Product parts lists
        • Product assembly plan
        • Packaging instructions
        • Type/material actions
    • Operations manual
      • Overview
      • System architecture and interfaces
        • Interface mappings with ERP
      • System requirements
        • Backend
        • Client
        • Required infrastructure services
        • Messaging middleware
      • Migration from previous versions
        • Data from MES to IAS
        • Configuration files to RuntimeConfiguration
        • Resources mapping from MES to IAS
        • V3.2 to V3.3
      • Setup and configuration
        • Database
        • Service
        • Client
        • Runtime
      • Start and shutdown
      • Regular operations
      • Failure handling
        • Authentication troubleshooting
        • Authorization troubleshooting
      • Backup and Restore
      • Logging and monitoring
      • Known limitations
        • Multitenancy Capability
        • On Premise
        • ClickOnce
        • Database Limitation
        • IAS Constraints
        • Direct Access Grants
    • Developer documentation
      • Getting started
        • Setup for ERPC use cases
      • How-to
        • Explode product setup (import from ERP)
        • Import packaging setup from ERP
        • Get product setups after explosion
        • Get production versions
    • API documentation
    • Glossary
Product Setup Management
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator

Nexeed Learning Portal

  • Product Setup Management
  • Developer documentation
  • How-to
  • Get product setups after explosion

Get product setups after explosion

Prerequisites

After product setup explosion, the application contains the full BOM object inside it’s database. With the new query endpoint the system provides a list of items which are requested for in a different response format than in the other ordinary query endpoints.

Get product setups endpoint

The endpoint (see in the API documentation - GetProductSetups) can be called with different filter parameters. Based on the filters, one or multiple product setups will be returned. Items will be represented in a flat structure. If a BOM has multiple variants, only the latest variant is returned.

With or without alternatives

There is a "withAlternative" flag in the request which is used to define that we want to see each items alternative pairs in the response or not. The alternative items will be represented in the "alternativeItems" property. Default value is "false".

NOTE: if you specify withAlternative as true, you need to perform at least one explosion with this flag set to true as well. Otherwise, the endpoint will return an error result.

Mandatory parameters

  • TypeNumbers

Optional parameters

  • BenNumber

    • If it is null or empty (not specified), BOM-s with specified BEN numbers will be excluded from the result

  • BenDate

  • RevisionLevel

  • Status

  • ProcurementType

  • WithAlternative

    • Default value is "False"

  • ItemFilters (currently placeholder)

    • The only available item filter property is "MaterialClass"

  • ShortkeyBen (currently placeholder)

  • Category (currently placeholder)

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses