POST GeneralSetting/AddRules

Request Information

URI Parameters

None.

Body Parameters

RulesModel
NameDescriptionTypeAdditional information
Content

string

None.

Domain

string

None.

id

integer

None.

deleted

boolean

None.

status

boolean

None.

createdOn

date

None.

updatedOn

date

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.