PUT v1/users/site/parameters
Request Information
URI Parameters
None.
Body Parameters
UserParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_User | integer |
None. |
|
| Category | string |
None. |
|
| ID_Customer | integer |
None. |
|
| Name_Parameter | string |
None. |
|
| Description | string |
None. |
|
| Site_Map | string |
None. |
|
| Form_Component | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_User": 1,
"Category": "sample string 2",
"ID_Customer": 3,
"Name_Parameter": "sample string 4",
"Description": "sample string 5",
"Site_Map": "sample string 6",
"Form_Component": "sample string 7",
"Value": {}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.