I have multiple accounts in SoftLayer and I'm ordering hardware using "placeOrder()" function from the API. The problem is that, even though that I'm using different credentials to connect to SoftLayer, it seems that the hardware is ordered always to the default account.
So there must be a place in the order JSON blob where the "accountId" can be specified. I have tried it on each element of the "hardware" field (as I saw that "verifyOrder()" returned it empty). But it didn't work. I can't find any documentation about this. Is there any way to specify the account ID where I want to order hardware? Thanks!