PUT api/DynamicApplicationSettings/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DynamicApplicationSetting
NameDescriptionTypeAdditional information
Id

integer

None.

NAME

string

None.

ASSEMBLY_QUALIFIED_NAME

string

None.

VALUE

string

None.

DESCRIPTION

string

None.

LAST_UPDATE

date

None.

OLD

integer

None.

VALID_FROM

date

None.

VALID_TO

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NAME": "sample string 2",
  "ASSEMBLY_QUALIFIED_NAME": "sample string 3",
  "VALUE": "sample string 4",
  "DESCRIPTION": "sample string 5",
  "LAST_UPDATE": "2025-08-29T03:01:52.0996919+00:00",
  "OLD": 1,
  "VALID_FROM": "2025-08-29T03:01:52.0996919+00:00",
  "VALID_TO": "2025-08-29T03:01:52.0996919+00:00"
}

application/octet-stream

Sample:
{"Id":1,"NAME":"sample string 2","ASSEMBLY_QUALIFIED_NAME":"sample string 3","VALUE":"sample string 4","DESCRIPTION":"sample string 5","LAST_UPDATE":"2025-08-29T03:01:52.0996919+00:00","OLD":1,"VALID_FROM":"2025-08-29T03:01:52.0996919+00:00","VALID_TO":"2025-08-29T03:01:52.0996919+00:00"}

application/xml, text/xml

Sample:
<DynamicApplicationSetting xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <NAME>sample string 2</NAME>
  <ASSEMBLY_QUALIFIED_NAME>sample string 3</ASSEMBLY_QUALIFIED_NAME>
  <VALUE>sample string 4</VALUE>
  <DESCRIPTION>sample string 5</DESCRIPTION>
  <LAST_UPDATE>2025-08-29T03:01:52.0996919+00:00</LAST_UPDATE>
  <OLD>1</OLD>
  <VALID_FROM>2025-08-29T03:01:52.0996919+00:00</VALID_FROM>
  <VALID_TO>2025-08-29T03:01:52.0996919+00:00</VALID_TO>
</DynamicApplicationSetting>

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 'DynamicApplicationSetting'.

Response Information

Resource Description

None.