PUT api/ms/store/channel/{StoreChannelId}/visible
visble Channels
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreChannelId | integer |
Required |
Body Parameters
m_store_visible| Name | Description | Type | Additional information |
|---|---|---|---|
| IsVisible | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"IsVisible": true
}
application/xml, text/xml
Sample:
<m_store_visible xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem"> <IsVisible>true</IsVisible> </m_store_visible>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.