Hello, I am migrating from v201603 to v201607
I have a main MCC and under this I have 60 SubMcc with account under each SubMCC.
I am using BudgetOrderService like in v201603, but I obtain next error:
BudgetOrderError.INVALID_BILLING_ACCOUNT_ID_FORMAT, when I call the API to create a new budget for a account, I dont pass the billingAccountId I pass the OrderId because I have a very particular organization.
Documentation saids that I have to use getBillingAccounts, but I use order_id
Any idea?