POST GeneralSetting/AddContent

Request Information

URI Parameters

None.

Body Parameters

AboutUsModel
NameDescriptionTypeAdditional information
Domain

string

None.

Content

string

None.

id

integer

None.

deleted

boolean

None.

status

boolean

None.

createdOn

date

None.

updatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Domain": "sample string 1",
  "Content": "sample string 2",
  "id": 3,
  "deleted": true,
  "status": true,
  "createdOn": "2024-12-23T04:39:47.8544328+05:30",
  "updatedOn": "2024-12-23T04:39:47.8544328+05:30"
}

application/xml, text/xml

Sample:
<AboutUsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models">
  <createdOn>2024-12-23T04:39:47.8544328+05:30</createdOn>
  <deleted>true</deleted>
  <id>3</id>
  <status>true</status>
  <updatedOn>2024-12-23T04:39:47.8544328+05:30</updatedOn>
  <Content>sample string 2</Content>
  <Domain>sample string 1</Domain>
</AboutUsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.