PUT api/ItemConfig/SaveConfig
Documentation for 'SaveConfig'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| itemConfigs | Documentation for 'itemConfigs'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"item_Id": 1,
"paramName": "sample string 2",
"value": "sample string 3",
"id": 4
},
{
"item_Id": 1,
"paramName": "sample string 2",
"value": "sample string 3",
"id": 4
},
{
"item_Id": 1,
"paramName": "sample string 2",
"value": "sample string 3",
"id": 4
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.