PUT api/Configuration/PutConfiguration/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Configuration| Name | Description | Type | Additional 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": "929eb54a-efaf-486a-bdfa-b5f3f7874d7f",
"ConfigKey": "sample string 2",
"ConfigVal": "sample string 3",
"ParentId": "3207e11a-bc90-4851-93c7-a551aa0b0046",
"ParentEntity": "sample string 4",
"IsActive": true,
"CreatedOn": "2025-11-16T02:18:34.7120441+00:00",
"LastUpdatedOn": "2025-11-16T02:18:34.7120441+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.