POST api/generateUrlShortner
Request Information
URI Parameters
None.
Body Parameters
URLRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShortenerKey | string |
None. |
|
| FullURL | string |
None. |
|
| ActivityType | string |
None. |
|
| Table | string |
None. |
|
| Key | integer |
None. |
|
| CreateBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"shortenerKey": "sample string 1",
"fullURL": "sample string 2",
"activityType": "sample string 3",
"table": "sample string 4",
"key": 5,
"createBy": "sample string 6"
}
application/xml, text/xml
Sample:
<URLRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <ActivityType>sample string 3</ActivityType> <CreateBy>sample string 6</CreateBy> <FullURL>sample string 2</FullURL> <Key>5</Key> <ShortenerKey>sample string 1</ShortenerKey> <Table>sample string 4</Table> </URLRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.