I’m getting a (Business Validation Error: The discount amount must be negative.). The number is negative as you can see in the image. What am I missing here?
Hi
According to QuickBooks API docs the “DiscountLineDetail” - “Amount” is defined as the number in “10.5 format”.
I would then recommend trying to define it as “25.0” instead of “-25” even though the API error message mentioned it should be negative.
In case it won’t work, you may try “-25”.
Hopefully it helps.
Cheerio
3 Likes