POST
api/v1/ManageSellerYoutube
Request Information
Body Parameters
SellerYoutubeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| YTubeID | integer |
None. |
|
| ClientID | integer |
None. |
|
| Name | string |
None. |
|
| Title | string |
None. |
|
| VideoUrl | string |
None. |
|
| SortOrder | integer |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
{
"Action": "sample string 1",
"YTubeID": 2,
"ClientID": 3,
"Name": "sample string 4",
"Title": "sample string 5",
"VideoUrl": "sample string 6",
"SortOrder": 1,
"CreatedBy": 1
}
text/html
{"Action":"sample string 1","YTubeID":2,"ClientID":3,"Name":"sample string 4","Title":"sample string 5","VideoUrl":"sample string 6","SortOrder":1,"CreatedBy":1}
application/xml, text/xml
<SellerYoutubeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <Action>sample string 1</Action> <ClientID>3</ClientID> <CreatedBy>1</CreatedBy> <Name>sample string 4</Name> <SortOrder>1</SortOrder> <Title>sample string 5</Title> <VideoUrl>sample string 6</VideoUrl> <YTubeID>2</YTubeID> </SellerYoutubeRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
