API allow quantity for pricing in POL creation
We use the adquisitions API to duplicate POLs. When we are creating a new POLs based on a existing ones.
We get the original POLs json and we make some changes on it to send it again in order to create a new one.
If the POL has more than one items to be ordered (quanity for pricing field), the api ignore it and put always a 1.
The problem is that the Alma make some calculations with the amount field and the fun percentage changes, so the POL amount increases and is not the correct amount.
In order to solve the problem we ask to accept the "Quantity for pricing" information when the order is created by API.