https://[server-name]/gates/onboarding?requestType=create&userName=myUsername&password=myP%40ssword&profileId=100001&isEmbedded=0&pageFormat=OBDA&cancelURL=http%3A%2F%2Fyour.domain.com%2Fcancel&returnURL=http%3A%2F%2Fyour.domain.com%2Freturn&portfolioId=100
Operation
Operation Type
|
//More examples this http://curl.haxx.se/docs/httpscripting.html curl -X POST https://[server-name]/gates/onboarding? \ -d "requestType=create" \ -d "userName=myUsername" \ -d "password=myP%40ssword" \ -d "profileId=100001" \ -d "isEmbedded=0" \ -d "pageFormat=OBDA" \ -d "cancelURL=http%3A%2F%2Fyour.domain.com%2Fcancel" \ -d "returnURL=http%3A%2F%2Fyour.domain.com%2Freturn" \ -d "portfolioId=100"
key: | requestType | create |
key: | userName | myUsername |
key: | password | myP%40ssword |
key: | profileId | 100001 |
key: | isEmbedded | 0 |
key: | pageFormat | OBDA |
key: | cancelURL | http%3A%2F%2Fyour.domain.com%2Fcancel |
key: | returnURL | http%3A%2F%2Fyour.domain.com%2Freturn |
key: | portfolioId | 100 |
https://[server-name]/gates/onboarding?requestType=create&userName=myUsername&password=myP%40ssword&profileId=100001&isEmbedded=0&pageFormat=OBDA&cancelURL=http%3A%2F%2Fyour.domain.com%2Fcancel&returnURL=http%3A%2F%2Fyour.domain.com%2Freturn&portfolioId=100