POST api/v1/get_SocialMediaModel?socialMediaId={socialMediaId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
socialMediaId

integer

Required

Response Information

Description:

Return type: SocialMediaModel

Response Formats
{
  "SocialMediaId": 1,
  "Name": "sample string 2",
  "Link": "sample string 3",
  "IconPath": "sample string 4",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 7,
  "CreatedOn": "2025-06-18T12:12:58.4310101+00:00",
  "ClientId": 9,
  "ModifiedBy": 1,
  "ModifiedOn": "2025-06-18T12:12:58.4310101+00:00"
}
{"SocialMediaId":1,"Name":"sample string 2","Link":"sample string 3","IconPath":"sample string 4","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":7,"CreatedOn":"2025-06-18T12:12:58.4310101+00:00","ClientId":9,"ModifiedBy":1,"ModifiedOn":"2025-06-18T12:12:58.4310101+00:00"}
<SocialMediaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.SocialMedia">
  <ClientId>9</ClientId>
  <CreatedBy>7</CreatedBy>
  <CreatedOn>2025-06-18T12:12:58.4310101+00:00</CreatedOn>
  <IconPath>sample string 4</IconPath>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <Link>sample string 3</Link>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-06-18T12:12:58.4310101+00:00</ModifiedOn>
  <Name>sample string 2</Name>
  <SocialMediaId>1</SocialMediaId>
</SocialMediaModel>