API for work order components reservation
Summary:
Requirement is to reserve all components for a given work order. We will pass the work order as input to the API and it create reservations for all its components.
REST API and FBDI are available for creating inventory reservations. But for both of these we have to pass all the components.
Our requirement is that an API should be able to create reservations for all work order components by taking only the work order number as the input.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24B (11.13.24.04.0)
Code Snippet (add any code snippets that support your topic, if applicable):
0