POST api/Altig24/UpdateAltigTvChannels
Request Information
URI Parameters
None.
Body Parameters
AltigTvChannelsDTOName | 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": "2025-10-14T00:42:24.2981182-07:00", "Disabled": true, "Id": 3, "PortalChannelId": 1, "ChannelsVideos": [ { "AltigChannelId": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T00:42:24.2981182-07:00", "CreateDate": "2025-10-14T00:42:24.2981182-07: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": "2025-10-14T00:42:24.2981182-07:00", "CreateDate": "2025-10-14T00:42:24.2981182-07: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
AltigTvChannelsDTOName | 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": "2025-10-14T00:42:24.2981182-07:00", "Disabled": true, "Id": 3, "PortalChannelId": 1, "ChannelsVideos": [ { "AltigChannelId": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T00:42:24.2981182-07:00", "CreateDate": "2025-10-14T00:42:24.2981182-07: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": "2025-10-14T00:42:24.2981182-07:00", "CreateDate": "2025-10-14T00:42:24.2981182-07: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 }