POST api/admin/SaveUpdateHTMLText

Request Information

URI Parameters

None.

Body Parameters

Configuration
NameDescriptionTypeAdditional information
Id

integer

None.

TextType

integer

None.

Description

string

None.

HTMLText

string

None.

CreatedAt

date

None.

UpdatedAt

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TextType": 2,
  "Description": "sample string 3",
  "HTMLText": "sample string 4",
  "CreatedAt": "2026-02-27T16:15:29.7026447+01:00",
  "UpdatedAt": "2026-02-27T16:15:29.7026447+01:00",
  "CreatedBy": 1,
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<Configuration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VillJaSES.Business.EntityModel">
  <CreatedAt>2026-02-27T16:15:29.7026447+01:00</CreatedAt>
  <CreatedBy>1</CreatedBy>
  <Description>sample string 3</Description>
  <HTMLText>sample string 4</HTMLText>
  <Id>1</Id>
  <TextType>2</TextType>
  <UpdatedAt>2026-02-27T16:15:29.7026447+01:00</UpdatedAt>
  <UpdatedBy>1</UpdatedBy>
</Configuration>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Configuration'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.