POST api/PodcastDelete
Request Information
URI Parameters
None.
Body Parameters
PodcastModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PodcastId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CategoryId | integer |
None. |
|
| Category | string |
None. |
|
| AudioData | string |
None. |
|
| CREATEDBY | integer |
None. |
|
| MODIFIEDBY | integer |
None. |
|
| IsVerified | integer |
None. |
|
| IsVerifiedShow | string |
None. |
|
| Operation | string |
None. |
|
| AudioFile | HttpPostedFile |
None. |
|
| DateShow | string |
None. |
|
| NoComment | integer |
None. |
|
| NoLike | integer |
None. |
|
| IsLike | integer |
None. |
|
| Status | character |
None. |
Request Formats
application/json, text/json
Sample:
{
"PodcastId": 1,
"UserId": 2,
"UserName": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"CategoryId": 6,
"Category": "sample string 7",
"AudioData": "sample string 8",
"CREATEDBY": 9,
"MODIFIEDBY": 10,
"IsVerified": 11,
"IsVerifiedShow": "sample string 12",
"Operation": "sample string 13",
"AudioFile": null,
"DateShow": "sample string 14",
"NoComment": 15,
"NoLike": 16,
"IsLike": 17,
"Status": "A"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Result | string |
None. |
|
| newResult | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Result": "sample string 2",
"newResult": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models"> <Id>1</Id> <Result>sample string 2</Result> <newResult>sample string 3</newResult> </ResultModel>