POST showHideProductFromWeb
Request Information
URI Parameters
None.
Body Parameters
ShowHideModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ShowOnHome | integer |
None. |
|
Visible | integer |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ShowOnHome": 2, "Visible": 3, "Type": "sample string 4" }
application/xml, text/xml
Sample:
<ShowHideModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaleffiAPI.Models"> <Id>1</Id> <ShowOnHome>2</ShowOnHome> <Type>sample string 4</Type> <Visible>3</Visible> </ShowHideModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |