Hi Robert,
Thank you for reaching out.
The BudgetOrderError.INVALID_BUDGET_DATE_RANGE error is expected if you are
attempting to create a BudgetOrder whose duration overlaps with another
BudgetOrder for the same account.
You may try and perform a BudgetOrderService.get() first to verify which
account.
But we get an error:
BudgetOrderError.INVALID_BUDGET_DATE_RANGE @
operations[0].operand.startDateTime.endDateTime
Because the scheduled billing transfer for july 2021 still present in the
account.
We can manually remove these transfer. But we have to do it in 500 accounts.
Is there a