POST api/App/SaveRulesRegulation

Request Information

URI Parameters

None.

Body Parameters

RulesRegulationRequest
NameDescriptionTypeAdditional information
Text

string

None.

Description

string

None.

Status

byte

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Text": "sample string 1",
  "Description": "sample string 2",
  "Status": 64,
  "CreatedOn": "2026-05-27T17:31:29.1421903+00:00"
}

application/xml, text/xml

Sample:
<RulesRegulationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models">
  <CreatedOn>2026-05-27T17:31:29.1421903+00:00</CreatedOn>
  <Description>sample string 2</Description>
  <Status>64</Status>
  <Text>sample string 1</Text>
</RulesRegulationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />