POST api/Settings/UpdateYoutubeMapping?OrderId={OrderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
Required |
Body Parameters
Collection of YoutubeMapingMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| CompId | integer |
None. |
|
| BrandId | integer |
None. |
|
| YoutubeMaster | integer |
None. |
|
| Type | integer |
None. |
|
| AdditionalKeyword | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"CompId": 1,
"BrandId": 2,
"YoutubeMaster": 3,
"Type": 4,
"AdditionalKeyword": "sample string 5"
},
{
"CompId": 1,
"BrandId": 2,
"YoutubeMaster": 3,
"Type": 4,
"AdditionalKeyword": "sample string 5"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.