POST Client/DeepLink
DeepLink launching mobile
Request Information
URI Parameters
None.
Body Parameters
DeepLinkAnalysisRequestName | Description | Type | Additional information |
---|---|---|---|
URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "URL": "sample string 1" }
application/xml, text/xml
Sample:
<DeepLinkAnalysisRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <URL>sample string 1</URL> </DeepLinkAnalysisRequest>
Response Information
Resource Description
DeepLinkAnalysisResultName | Description | Type | Additional information |
---|---|---|---|
PersonToken | string |
None. |
|
AutoLogoutAfterService | boolean |
None. |
|
Error | string |
None. |
|
RedirectURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PersonToken": "sample string 1", "AutoLogoutAfterService": true, "Error": "sample string 2", "RedirectURL": "sample string 3" }
application/xml, text/xml
Sample:
<DeepLinkAnalysisResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AutoLogoutAfterService>true</AutoLogoutAfterService> <Error>sample string 2</Error> <PersonToken>sample string 1</PersonToken> <RedirectURL>sample string 3</RedirectURL> </DeepLinkAnalysisResult>