POST api/v1/get_SaveSocialMediaModel

Request Information

Body Parameters

SocialMediaModel
NameDescriptionTypeAdditional 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
{
  "SocialMediaId": 1,
  "Name": "sample string 2",
  "Link": "sample string 3",
  "IconPath": "sample string 4",
  "IsActive": true,
  "SellerId": 6,
  "ClientId": 7,
  "ChildSellerId": 8
}
{"SocialMediaId":1,"Name":"sample string 2","Link":"sample string 3","IconPath":"sample string 4","IsActive":true,"SellerId":6,"ClientId":7,"ChildSellerId":8}
<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>

Sample not available.

Response Information

Description:

Return type: integer

Response Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>