externalAccountCreateRequest
| Extends: | request |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| type (int) | 1/1 | The type of the account 0 .. google 2 .. b & you 3 .. at & t |
| oauthToken (string) | 1/1 | The oauth token of the external account |
| refreshToken (string) | 0/1 | The optional refresh token of the external account |
| countryCode (string) | 0/1 | The iso country code {http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2} |
JSON
| property | type | description |
|---|---|---|
| type | type (int) | The type of the account 0 .. google 2 .. b & you 3 .. at & t |
| oauthToken | oauthToken (string) | The oauth token of the external account |
| refreshToken | refreshToken (string) | The optional refresh token of the external account |
| countryCode | countryCode (string) | The iso country code {http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2} |