POST api/Altig24/InsertAltigTvChannelsVideo

Request Information

URI Parameters

None.

Body Parameters

AltigTvChannelsVideoDTO
NameDescriptionTypeAdditional information
AltigChannelId

integer

None.

ChangedBy

integer

None.

ChangedDate

date

None.

CreateDate

date

None.

CreatedBy

integer

None.

Description

string

None.

Disable

boolean

None.

DurationInSeconds

integer

None.

Extension

string

None.

FileName

string

None.

Id

integer

None.

S3Name

string

None.

Size

decimal number

None.

SortId

integer

None.

Src

string

None.

Duration

string

None.

VideoPath

string

None.

Views

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AltigChannelId": 1,
  "ChangedBy": 1,
  "ChangedDate": "2025-10-14T02:48:04.4520602-07:00",
  "CreateDate": "2025-10-14T02:48:04.4520602-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
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true