Actual quantities produced versus the target quantities
Is there a sub-resource of operations that compares the actually produced quantities with the target quantities?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Alexander
There is no sub-resource that contains both information. The default values from the routing of the ERP system can be found in operations/{id}/specification, the actually produced quantities are documented in operations/{id}/quantitySummary. You can retrieve both together with the following call:
GET operations?embed=quantitySummary&embed=specification&isDispatched=false&isPlannable=false