POST api/YoutubeMaster/SaveYoutubeMaster
Request Information
URI Parameters
None.
Body Parameters
YoutubeMastMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ | integer |
None. |
|
| Id | integer |
None. |
|
| ChannelName | string |
None. |
|
| ChannelUrl | string |
None. |
|
| HandleName | string |
None. |
|
| Status | integer |
None. |
|
| TVChannelId | integer |
None. |
|
| TVChannelName | string |
None. |
|
| LanguageId | integer |
None. |
|
| LanguageName | string |
None. |
|
| ChannelCategoryId | integer |
None. |
|
| ChannelCategory | string |
None. |
|
| Subscriber | integer |
None. |
|
| TotalCount | integer |
None. |
|
| GroupIdName | string |
None. |
|
| ChannelId | integer |
None. |
|
| Stream_1 | string |
None. |
|
| Stream_2 | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"SEQ": 1,
"Id": 2,
"ChannelName": "sample string 3",
"ChannelUrl": "sample string 4",
"HandleName": "sample string 5",
"Status": 6,
"TVChannelId": 7,
"TVChannelName": "sample string 8",
"LanguageId": 9,
"LanguageName": "sample string 10",
"ChannelCategoryId": 11,
"ChannelCategory": "sample string 12",
"Subscriber": 13,
"TotalCount": 14,
"GroupIdName": "sample string 15",
"ChannelId": 16,
"Stream_1": "sample string 17",
"Stream_2": "sample string 18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.