POST SinCtrl/SetParamsEnergetiques?SIM_ID={SIM_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SIM_ID | integer |
Required |
Body Parameters
ParamOfQstNrjMin| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of QstNrjMin |
None. |
Request Formats
application/json, text/json
Sample:
{
"list": [
{
"id": 1,
"label": "sample string 2",
"is_selected": true
},
{
"id": 1,
"label": "sample string 2",
"is_selected": true
}
]
}
application/xml, text/xml
Sample:
<ParamOfQstNrjMinOrxjBW9N xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models">
<list>
<QstNrjMin>
<id>1</id>
<is_selected>true</is_selected>
<label>sample string 2</label>
</QstNrjMin>
<QstNrjMin>
<id>1</id>
<is_selected>true</is_selected>
<label>sample string 2</label>
</QstNrjMin>
</list>
</ParamOfQstNrjMinOrxjBW9N>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.