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