...
Info |
---|
Note: InTouch must enable this feature before you will get the extra UUID |
Once the feature is enabled, the GET call to the web service will return the InTouch UUID in the extraProviderIDs section.
Code Block | ||||
---|---|---|---|---|
| ||||
<user> <providerInfo> <identifier>PROVIDER_ID</identifier> <clientID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</clientID> <clubID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</clubID> <recordID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</recordID> </providerInfo> <extraProviderIDs> <inTouchID>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</inTouchID> </extraProviderIDs> <userInfo> <firstname>Foo</firstname> <lastname>Bar</lastname> ... </userInfo> </user> |