POST api/CMS/photo/ManageBanner

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:
{
  "BannerID": 1,
  "BannerDesc": "sample string 2",
  "BannerPath": "sample string 3",
  "DraftedBy": "sample string 4",
  "DraftDate": "2026-03-31T16:42:23.1791567+05:30",
  "PublishedBy": "sample string 6",
  "PublishedDate": "2026-03-31T16:42:23.1791567+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "IPAddress": "sample string 10"
}

application/xml, text/xml

Sample:
<CMSBannerAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <BannerDesc>sample string 2</BannerDesc>
  <BannerID>1</BannerID>
  <BannerPath>sample string 3</BannerPath>
  <DraftDate>2026-03-31T16:42:23.1791567+05:30</DraftDate>
  <DraftedBy>sample string 4</DraftedBy>
  <IPAddress>sample string 10</IPAddress>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 6</PublishedBy>
  <PublishedDate>2026-03-31T16:42:23.1791567+05:30</PublishedDate>
</CMSBannerAddModel>

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>