POST api/Param/UpdateParamsViewState
Request Information
URI Parameters
None.
Body Parameters
Collection of ParamsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| ViewsId | integer |
None. |
|
| ParamsId | integer |
None. |
|
| Descrip | string |
None. |
|
| Order | integer |
None. |
|
| Visibility | boolean |
None. |
|
| Display | boolean |
None. |
|
| Text | string |
None. |
|
| Name | string |
None. |
|
| type | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CompanyId": 2,
"ViewsId": 3,
"ParamsId": 4,
"Descrip": "sample string 5",
"Order": 6,
"Visibility": true,
"Display": true,
"Text": "sample string 9",
"Name": "sample string 10",
"type": 11
},
{
"Id": 1,
"CompanyId": 2,
"ViewsId": 3,
"ParamsId": 4,
"Descrip": "sample string 5",
"Order": 6,
"Visibility": true,
"Display": true,
"Text": "sample string 9",
"Name": "sample string 10",
"type": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfParamsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSPOS.MODELS">
<ParamsModel>
<CompanyId>2</CompanyId>
<Descrip>sample string 5</Descrip>
<Display>true</Display>
<Id>1</Id>
<Name>sample string 10</Name>
<Order>6</Order>
<ParamsId>4</ParamsId>
<Text>sample string 9</Text>
<ViewsId>3</ViewsId>
<Visibility>true</Visibility>
<type>11</type>
</ParamsModel>
<ParamsModel>
<CompanyId>2</CompanyId>
<Descrip>sample string 5</Descrip>
<Display>true</Display>
<Id>1</Id>
<Name>sample string 10</Name>
<Order>6</Order>
<ParamsId>4</ParamsId>
<Text>sample string 9</Text>
<ViewsId>3</ViewsId>
<Visibility>true</Visibility>
<type>11</type>
</ParamsModel>
</ArrayOfParamsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |