POST api/{version}/VideoHub/UpdateVideoRefVideoServiceList

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of VideoRefVideoService
NameDescriptionTypeAdditional information
VideoRefVideoServiceID

integer

None.

VideoID

integer

None.

VideoServiceID

integer

None.

VideoPlayerRefId

string

None.

ServiceVideoRefId

string

None.

VideoStatusID

integer

None.

VideoServiceName

string

None.

VideoHubStatus

string

None.

DynamicClass

string

None.

DynamicSymbolClass

string

None.

DynamicServerMessage

string

None.

ShortCode

string

None.

VideoUrl

string

None.

VideoEmbedCode

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

VideoPlayerId

integer

None.

SecurityToken

string

None.

IsPublished

boolean

None.

VideoStatusMessage

string

None.

HasAnyUnPublishedVideo

boolean

None.

UnPublishedVideoStatusMessage

string

None.

MaxVideoDuration

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VideoRefVideoServiceID": 1,
    "VideoID": 2,
    "VideoServiceID": 3,
    "VideoPlayerRefId": "sample string 4",
    "ServiceVideoRefId": "sample string 5",
    "VideoStatusID": 6,
    "VideoServiceName": "sample string 7",
    "VideoHubStatus": "sample string 8",
    "DynamicClass": "sample string 9",
    "DynamicSymbolClass": "sample string 10",
    "DynamicServerMessage": "sample string 11",
    "ShortCode": "sample string 12",
    "VideoUrl": "sample string 13",
    "VideoEmbedCode": "sample string 14",
    "CreatedOn": "2026-04-02T23:45:42.5896065-04:00",
    "CreatedBy": "sample string 16",
    "VideoPlayerId": 17,
    "SecurityToken": "sample string 18",
    "IsPublished": true,
    "VideoStatusMessage": "sample string 20",
    "HasAnyUnPublishedVideo": true,
    "UnPublishedVideoStatusMessage": "sample string 22",
    "MaxVideoDuration": 23
  },
  {
    "VideoRefVideoServiceID": 1,
    "VideoID": 2,
    "VideoServiceID": 3,
    "VideoPlayerRefId": "sample string 4",
    "ServiceVideoRefId": "sample string 5",
    "VideoStatusID": 6,
    "VideoServiceName": "sample string 7",
    "VideoHubStatus": "sample string 8",
    "DynamicClass": "sample string 9",
    "DynamicSymbolClass": "sample string 10",
    "DynamicServerMessage": "sample string 11",
    "ShortCode": "sample string 12",
    "VideoUrl": "sample string 13",
    "VideoEmbedCode": "sample string 14",
    "CreatedOn": "2026-04-02T23:45:42.5896065-04:00",
    "CreatedBy": "sample string 16",
    "VideoPlayerId": 17,
    "SecurityToken": "sample string 18",
    "IsPublished": true,
    "VideoStatusMessage": "sample string 20",
    "HasAnyUnPublishedVideo": true,
    "UnPublishedVideoStatusMessage": "sample string 22",
    "MaxVideoDuration": 23
  }
]