POST api/Settings/UpdateYoutubeMapping?OrderId={OrderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

integer

Required

Body Parameters

Collection of YoutubeMapingMdl
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.