POST api/ContentManagement/CreateUpdateContentManagement
Request Information
URI Parameters
None.
Body Parameters
ManageContent| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Section | string |
None. |
|
| Title1 | string |
None. |
|
| Title2 | string |
None. |
|
| Title3 | string |
None. |
|
| Title4 | string |
None. |
|
| Title5 | string |
None. |
|
| Description | string |
None. |
|
| Author | string |
None. |
|
| Image | string |
None. |
|
| Type | string |
None. |
|
| URLButtonName | string |
None. |
|
| URL | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| CMSImagePath | string |
None. |
|
| Percentage | decimal number |
None. |
|
| Session | string |
None. |
|
| EventMasterID | integer |
None. |
|
| CSS | string |
None. |
|
| Class | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Section": "sample string 2",
"Title1": "sample string 3",
"Title2": "sample string 4",
"Title3": "sample string 5",
"Title4": "sample string 6",
"Title5": "sample string 7",
"Description": "sample string 8",
"Author": "sample string 9",
"Image": "sample string 10",
"Type": "sample string 11",
"URLButtonName": "sample string 12",
"URL": "sample string 13",
"IsActive": true,
"CreatedDate": "2026-07-24T13:11:25.1670188+00:00",
"CreatedBy": 1,
"ModifiedDate": "2026-07-24T13:11:25.1670188+00:00",
"ModifiedBy": 1,
"CMSImagePath": "sample string 15",
"Percentage": 1.0,
"Session": "sample string 16",
"EventMasterID": 1,
"CSS": "sample string 17",
"Class": "sample string 18"
}
application/xml, text/xml
Sample:
<ContentManagementBO.ManageContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL.BO"> <Author>sample string 9</Author> <CMSImagePath>sample string 15</CMSImagePath> <CSS>sample string 17</CSS> <Class>sample string 18</Class> <CreatedBy>1</CreatedBy> <CreatedDate>2026-07-24T13:11:25.1670188+00:00</CreatedDate> <Description>sample string 8</Description> <EventMasterID>1</EventMasterID> <ID>1</ID> <Image>sample string 10</Image> <IsActive>true</IsActive> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2026-07-24T13:11:25.1670188+00:00</ModifiedDate> <Percentage>1</Percentage> <Section>sample string 2</Section> <Session>sample string 16</Session> <Title1>sample string 3</Title1> <Title2>sample string 4</Title2> <Title3>sample string 5</Title3> <Title4>sample string 6</Title4> <Title5>sample string 7</Title5> <Type>sample string 11</Type> <URL>sample string 13</URL> <URLButtonName>sample string 12</URLButtonName> </ContentManagementBO.ManageContent>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Count | integer |
None. |
|
| Activity | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Data": {},
"Count": 3,
"Activity": "sample string 4"
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL.BO"> <Activity>sample string 4</Activity> <Count>3</Count> <Data /> <Message>sample string 1</Message> </APIResponse>