POST api/CMS/scheme/ManageSchemeVideo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SchemeVideoID": 1,
  "SchemeID": 2,
  "SchemeVideoTitle": "sample string 3",
  "SchemeVideoUrl": "sample string 4",
  "DraftedBy": "sample string 5",
  "DraftDate": "2026-03-31T16:41:34.3697159+05:30",
  "PublishedBy": "sample string 7",
  "PublishedDate": "2026-03-31T16:41:34.3697159+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 12,
  "IPAddress": "sample string 13"
}

application/xml, text/xml

Sample:
<CMSSchemeVideoAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:41:34.3697159+05:30</DraftDate>
  <DraftedBy>sample string 5</DraftedBy>
  <IPAddress>sample string 13</IPAddress>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 7</PublishedBy>
  <PublishedDate>2026-03-31T16:41:34.3697159+05:30</PublishedDate>
  <SchemeID>2</SchemeID>
  <SchemeVideoID>1</SchemeVideoID>
  <SchemeVideoTitle>sample string 3</SchemeVideoTitle>
  <SchemeVideoUrl>sample string 4</SchemeVideoUrl>
  <ViewCount>12</ViewCount>
</CMSSchemeVideoAddModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>