POST api/Altig24/UpdateAltigTvChannels
Request Information
URI Parameters
None.
Body Parameters
AltigTvChannelsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelDescription | string |
None. |
|
| ChannelName | string |
None. |
|
| CreatedDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| PortalChannelId | integer |
None. |
|
| ChannelsVideos | Collection of AltigTvChannelsVideoDTO |
None. |
|
| IsNameEdit | boolean |
None. |
|
| IsDisable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChannelDescription": "sample string 1",
"ChannelName": "sample string 2",
"CreatedDate": "2026-02-03T18:27:53.2544133-08:00",
"Disabled": true,
"Id": 3,
"PortalChannelId": 1,
"ChannelsVideos": [
{
"AltigChannelId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:27:53.2544133-08:00",
"CreateDate": "2026-02-03T18:27:53.2544133-08:00",
"CreatedBy": 1,
"Description": "sample string 2",
"Disable": true,
"DurationInSeconds": 3,
"Extension": "sample string 4",
"FileName": "sample string 5",
"Id": 6,
"S3Name": "sample string 7",
"Size": 8.0,
"SortId": 1,
"Src": "sample string 9",
"Duration": "sample string 10",
"VideoPath": "sample string 11",
"Views": 12
},
{
"AltigChannelId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:27:53.2544133-08:00",
"CreateDate": "2026-02-03T18:27:53.2544133-08:00",
"CreatedBy": 1,
"Description": "sample string 2",
"Disable": true,
"DurationInSeconds": 3,
"Extension": "sample string 4",
"FileName": "sample string 5",
"Id": 6,
"S3Name": "sample string 7",
"Size": 8.0,
"SortId": 1,
"Src": "sample string 9",
"Duration": "sample string 10",
"VideoPath": "sample string 11",
"Views": 12
}
],
"IsNameEdit": true,
"IsDisable": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AltigTvChannelsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelDescription | string |
None. |
|
| ChannelName | string |
None. |
|
| CreatedDate | date |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| PortalChannelId | integer |
None. |
|
| ChannelsVideos | Collection of AltigTvChannelsVideoDTO |
None. |
|
| IsNameEdit | boolean |
None. |
|
| IsDisable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChannelDescription": "sample string 1",
"ChannelName": "sample string 2",
"CreatedDate": "2026-02-03T18:27:53.2700373-08:00",
"Disabled": true,
"Id": 3,
"PortalChannelId": 1,
"ChannelsVideos": [
{
"AltigChannelId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:27:53.2700373-08:00",
"CreateDate": "2026-02-03T18:27:53.2700373-08:00",
"CreatedBy": 1,
"Description": "sample string 2",
"Disable": true,
"DurationInSeconds": 3,
"Extension": "sample string 4",
"FileName": "sample string 5",
"Id": 6,
"S3Name": "sample string 7",
"Size": 8.0,
"SortId": 1,
"Src": "sample string 9",
"Duration": "sample string 10",
"VideoPath": "sample string 11",
"Views": 12
},
{
"AltigChannelId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:27:53.2700373-08:00",
"CreateDate": "2026-02-03T18:27:53.2700373-08:00",
"CreatedBy": 1,
"Description": "sample string 2",
"Disable": true,
"DurationInSeconds": 3,
"Extension": "sample string 4",
"FileName": "sample string 5",
"Id": 6,
"S3Name": "sample string 7",
"Size": 8.0,
"SortId": 1,
"Src": "sample string 9",
"Duration": "sample string 10",
"VideoPath": "sample string 11",
"Views": 12
}
],
"IsNameEdit": true,
"IsDisable": true
}