POST api/DljApi/Short
Request Information
URI Parameters
None.
Body Parameters
DljUrl| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"url": "sample string 1"
}
application/xml, text/xml
Sample:
<DljApiController.DljUrl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Umer.WebApi.Host.Controllers"> <url>sample string 1</url> </DljApiController.DljUrl>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServerResult| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| api_code | string |
None. |
|
| api_message | string |
None. |
|
| api_data | Object |
None. |
|
| type | string |
None. |
|
| encrypted | boolean |
None. |
|
| code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"api_code": "sample string 1",
"api_message": "sample string 2",
"api_data": {},
"type": "sample string 4",
"encrypted": true,
"code": "sample string 6",
"success": false
}