POST api/Setting/UpdateGlobalSetting

Request Information

URI Parameters

None.

Body Parameters

BkConfigurationsModel
Name Description Type Additional information
Id

integer

None.

Key

BkConfiguration

None.

Value

string

None.

Description

string

None.

CreatedOn

date

None.

ModifiedOn

date

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Key": 1,
  "Value": "sample string 2",
  "Description": "sample string 3",
  "CreatedOn": "2025-06-28T13:06:05.7841668Z",
  "ModifiedOn": "2025-06-28T13:06:05.7841668Z",
  "ModifiedBy": "sample string 5"
}

text/html

Sample:
{"Id":1,"Key":1,"Value":"sample string 2","Description":"sample string 3","CreatedOn":"2025-06-28T13:06:05.7841668Z","ModifiedOn":"2025-06-28T13:06:05.7841668Z","ModifiedBy":"sample string 5"}

application/xml, text/xml

Sample:
<BkConfigurationsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Configurations">
  <CreatedOn>2025-06-28T13:06:05.7841668Z</CreatedOn>
  <Description>sample string 3</Description>
  <Id>1</Id>
  <Key>ErrorPercentage</Key>
  <ModifiedBy>sample string 5</ModifiedBy>
  <ModifiedOn>2025-06-28T13:06:05.7841668Z</ModifiedOn>
  <Value>sample string 2</Value>
</BkConfigurationsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpStatusCode

Response Formats

application/json, text/json, text/html

Sample:
100

application/xml, text/xml

Sample:
<HttpStatusCode xmlns="http://schemas.datacontract.org/2004/07/System.Net">Continue</HttpStatusCode>