Hi Mark,
Thanks for the response, but I think you might have misunderstood me :)
To better explain my issue, I will use the following example.
Let's say I create a Manager Account with certain ID that later serves as LoginCustomerId. After that, i use CreateCustomer.php to create a new Customer Account under this Manager Account with the previously set LoginCustomerId. In this step I set a descriptive name for this new Account as well as other fields (Currency code, timezone, etc.).
My question is how can I get the ID of this newly created Customer Account?
I suppose I should use the Account name and the Manager Account ID to build some kind of query, but I am not sure how to achieve that.
Thanks in advance!