POST
api/v1/get_SocialMediaModel?socialMediaId={socialMediaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| socialMediaId | integer |
Required |
Response Information
Description:
Return type: SocialMediaModel
Response 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>
