GET Client/URL/{FeatureName}
Return the link (URL) for the web app to allow accessing certain functions through the web. Type of URLs: ReferNewProvider, ReferNewClient
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FeatureName |
ReferNewProvider, ReferNewClient |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
URL
ResultURLOneItemName | Description | Type | Additional information |
---|---|---|---|
URL | string |
None. |
|
DisplaySeconds | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "URL": "sample string 1", "DisplaySeconds": 1 }
application/xml, text/xml
Sample:
<ResultURLOneItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <DisplaySeconds>1</DisplaySeconds> <URL>sample string 1</URL> </ResultURLOneItem>