POST api/Settings/Update_QualitativeSetting?OrderId={OrderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
Required |
Body Parameters
Collection of QualitativeMapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompId | integer |
None. |
|
| BrandId | integer |
None. |
|
| SourceId | string |
None. |
|
| QltInd | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"CompId": 1,
"BrandId": 2,
"SourceId": "sample string 3",
"QltInd": 4
},
{
"CompId": 1,
"BrandId": 2,
"SourceId": "sample string 3",
"QltInd": 4
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.