POST api/Configuration/PostConfiguration
Request Information
URI Parameters
None.
Body Parameters
ConfigurationName | 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": "ee61c8ae-73e2-40f3-9429-d10e43b22a3e", "ConfigKey": "sample string 2", "ConfigVal": "sample string 3", "ParentId": "0934bd82-46ad-4c45-812c-1c69b48a9ea6", "ParentEntity": "sample string 4", "IsActive": true, "CreatedOn": "2024-11-21T08:42:47.726181+00:00", "LastUpdatedOn": "2024-11-21T08:42:47.726181+00:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ConfigurationName | 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. |
Response Formats
application/json, text/json
Sample:
{ "ConfigurationId": "4a2b19ca-c9ca-49d2-8853-03a79347112d", "ConfigKey": "sample string 2", "ConfigVal": "sample string 3", "ParentId": "47d45b30-1093-4e06-aa73-b269477e43ad", "ParentEntity": "sample string 4", "IsActive": true, "CreatedOn": "2024-11-21T08:42:47.726181+00:00", "LastUpdatedOn": "2024-11-21T08:42:47.726181+00:00" }