POST api/Configuration/PostConfiguration

Request Information

URI Parameters

None.

Body Parameters

Configuration
NameDescriptionTypeAdditional information
ConfigurationId

globally unique identifier

None.

ConfigKey

string

None.

ConfigVal

string

None.

ParentId

globally unique identifier

None.

ParentEntity

string

None.

IsActive

boolean

None.

CreatedOn

date

None.

LastUpdatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ConfigurationId": "ab9178d5-e8a2-4f2e-b7d9-03267140c814",
  "ConfigKey": "sample string 2",
  "ConfigVal": "sample string 3",
  "ParentId": "462ef5fd-0435-4ba3-aaf4-2014ebdc8d4b",
  "ParentEntity": "sample string 4",
  "IsActive": true,
  "CreatedOn": "2024-03-18T17:49:48.5018965+00:00",
  "LastUpdatedOn": "2024-03-18T17:49:48.5018965+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Configuration
NameDescriptionTypeAdditional information
ConfigurationId

globally unique identifier

None.

ConfigKey

string

None.

ConfigVal

string

None.

ParentId

globally unique identifier

None.

ParentEntity

string

None.

IsActive

boolean

None.

CreatedOn

date

None.

LastUpdatedOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ConfigurationId": "22240e87-02d7-4ef1-bb8c-0624c3b5926b",
  "ConfigKey": "sample string 2",
  "ConfigVal": "sample string 3",
  "ParentId": "83b2e803-e6b9-47a0-a040-2a47cf016373",
  "ParentEntity": "sample string 4",
  "IsActive": true,
  "CreatedOn": "2024-03-18T17:49:48.5018965+00:00",
  "LastUpdatedOn": "2024-03-18T17:49:48.5018965+00:00"
}