POST {bucket}/settinglist
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
Required |
Body Parameters
SettingListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ListSettingTypeValue | string |
None. |
|
| RelatedId | unsigned integer |
None. |
|
| ProductName | string |
None. |
|
| Settings | Collection of SettingModel |
None. |
|
| EventInfoList | Collection of EventInfoModel |
None. |
|
| Uid | unsigned integer |
None. |
|
| Type | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Archived | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedBy | string |
None. |
|
| ArchivedBy | string |
None. |
|
| Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ListSettingTypeValue": "sample string 1",
"RelatedId": 1,
"ProductName": "sample string 2",
"Settings": [
{
"Key": "sample string 1",
"Value": "sample string 2",
"Comment": "sample string 3",
"Level": 1,
"ParentId": 1,
"Enabled": true,
"SettingTemplateId": 1
},
{
"Key": "sample string 1",
"Value": "sample string 2",
"Comment": "sample string 3",
"Level": 1,
"ParentId": 1,
"Enabled": true,
"SettingTemplateId": 1
}
],
"EventInfoList": [
{
"ListEventActionId": 1,
"ChuckNorrisId": 1,
"Response": {
"EventId": 1,
"ErrorMessage": "sample string 1"
}
},
{
"ListEventActionId": 1,
"ChuckNorrisId": 1,
"Response": {
"EventId": 1,
"ErrorMessage": "sample string 1"
}
}
],
"Uid": 1,
"Type": "sample string 3",
"Created": "2025-12-13T08:05:33.4603322+01:00",
"Updated": "2025-12-13T08:05:33.4603322+01:00",
"Archived": "2025-12-13T08:05:33.4603322+01:00",
"CreatedBy": "sample string 4",
"UpdatedBy": "sample string 5",
"ArchivedBy": "sample string 6",
"Version": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.