POST api/CMS/photo/ManagePhoto
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PhotoID": 1,
"PhotoAlbumID": 2,
"PhotoDesc": "sample string 3",
"PhotoThumbPath": "sample string 4",
"PhotoNormalPath": "sample string 5",
"IsAlbumThumb": true,
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:42:24.1947851+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:42:24.1947851+05:30",
"IsDraft": true,
"IsPublished": true,
"IPAddress": "sample string 13"
}
application/xml, text/xml
Sample:
<CMSPhotoAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DraftDate>2026-03-31T16:42:24.1947851+05:30</DraftDate> <DraftedBy>sample string 7</DraftedBy> <IPAddress>sample string 13</IPAddress> <IsAlbumThumb>true</IsAlbumThumb> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <PhotoAlbumID>2</PhotoAlbumID> <PhotoDesc>sample string 3</PhotoDesc> <PhotoID>1</PhotoID> <PhotoNormalPath>sample string 5</PhotoNormalPath> <PhotoThumbPath>sample string 4</PhotoThumbPath> <PublishedBy>sample string 9</PublishedBy> <PublishedDate>2026-03-31T16:42:24.1947851+05:30</PublishedDate> </CMSPhotoAddModel>
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>