PUT api/ms/store/channel/{StoreChannelId}/edit

edit Channels

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StoreChannelId

integer

Required

Body Parameters

m_store_channel_update
NameDescriptionTypeAdditional information
StoreId

integer

Required

ChannelType

string

Required

ChannelID

string

Required

ChannelSecret

string

Required

ChannelAccessToken

string

Required

Request Formats

application/json, text/json

Sample:
{
  "StoreId": 1,
  "ChannelType": "sample string 2",
  "ChannelID": "sample string 3",
  "ChannelSecret": "sample string 4",
  "ChannelAccessToken": "sample string 5"
}

application/xml, text/xml

Sample:
<m_store_channel_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
  <ChannelAccessToken>sample string 5</ChannelAccessToken>
  <ChannelID>sample string 3</ChannelID>
  <ChannelSecret>sample string 4</ChannelSecret>
  <ChannelType>sample string 2</ChannelType>
  <StoreId>1</StoreId>
</m_store_channel_update>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_store_channel_update'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.