POST
api/v1/get_SaveSocialMediaModel
Request Information
Body Parameters
SocialMediaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SocialMediaId | integer |
None. |
|
| Name | string |
None. |
|
| Link | string |
None. |
|
| IconPath | string |
None. |
|
| IsActive | boolean |
None. |
|
| SellerId | integer |
None. |
|
| ClientId | integer |
None. |
|
| ChildSellerId | integer |
None. |
Request Formats
application/json, text/json
{
"SocialMediaId": 1,
"Name": "sample string 2",
"Link": "sample string 3",
"IconPath": "sample string 4",
"IsActive": true,
"SellerId": 6,
"ClientId": 7,
"ChildSellerId": 8
}
text/html
{"SocialMediaId":1,"Name":"sample string 2","Link":"sample string 3","IconPath":"sample string 4","IsActive":true,"SellerId":6,"ClientId":7,"ChildSellerId":8}
application/xml, text/xml
<SocialMediaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.SocialMedia"> <ChildSellerId>8</ChildSellerId> <ClientId>7</ClientId> <IconPath>sample string 4</IconPath> <IsActive>true</IsActive> <Link>sample string 3</Link> <Name>sample string 2</Name> <SellerId>6</SellerId> <SocialMediaId>1</SocialMediaId> </SocialMediaModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
