POST api/admin/ride/create/video
Request Information
URI Parameters
None.
Body Parameters
VideoCreateEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| MediaFolderId | integer |
None. |
|
| LinkId | integer |
None. |
|
| UserId | string |
None. |
|
| VideoId | string |
None. |
|
| VideoTitle | string |
None. |
|
| VideoCreatedDate | date |
None. |
|
| CreatorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MediaFolderId": 1,
"LinkId": 2,
"UserId": "sample string 3",
"VideoId": "sample string 4",
"VideoTitle": "sample string 5",
"VideoCreatedDate": "2026-01-09T03:46:51.5010327+00:00",
"CreatorId": 1
}
application/xml, text/xml
Sample:
<VideoCreateEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThemeParkEntities.Global"> <CreatorId>1</CreatorId> <LinkId>2</LinkId> <MediaFolderId>1</MediaFolderId> <UserId>sample string 3</UserId> <VideoCreatedDate>2026-01-09T03:46:51.5010327+00:00</VideoCreatedDate> <VideoId>sample string 4</VideoId> <VideoTitle>sample string 5</VideoTitle> </VideoCreateEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.