Create multiple accounts with single Create operation

Hi Team,

I am having requirement as below

  1. Create account in different endpoints at same time
  2. There is no need of passing unique identifier to pass to next call, so I have to create accounts in parallelly so they map as different links for same user in IIQ.

What I tried?

  • Using single create operation able to create account in different end points
  • Create call hitting first account and returning response and creating link
  • For remaining links I am using restClient in after operation rule and executing post call and able to create account in target.
  • I tried merge all links responses back in after rule and returning.

What is the problem?

  • With above approach, IIQ able to get only single link to the user.
  • Remaining link are coming back only after doing aggregation.
  • I tried placing multiple getObjects as well but didn’t worked out, this calling single operation

Could you please help me how I can get all the links at same time and map to user using single account create call

You can configure 4 HTTP operations for Create Account.

  1. Create Account - 1 for 1st account
  2. Create Account - 2 for 2nd account
  3. Create Account - 3 to get 1st account created using Get-Object operation
  4. Create Account - 4 to get 2nd account created using Get-Object operation

Hi Krishna,

Thanks for the suggestion.

I tried to put two account creation operation, first one execution is fine but second one calling multiple times

It shouldn’t be, can you get me the config by masking sensitive data.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.