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.
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)