externalAccountInitiateRequest element

Type: externalAccountInitiateRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <externalAccountInitiateRequest> <apiKey>...</apiKey> <type>...</type> <oauthCallbackUrl>...</oauthCallbackUrl> </externalAccountInitiateRequest>

Example JSON

{ "type" : ..., "oauthCallbackUrl" : "...", "apiKey" : "..." }