POST api/ms/store/channel/create
create Channels
Request Information
URI Parameters
None.
Body Parameters
m_store_channel_update| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.