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.

IsLogicalDeleted

boolean

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ClientId

integer

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats
{
  "SocialMediaId": 1,
  "Name": "sample string 2",
  "Link": "sample string 3",
  "IconPath": "sample string 4",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 7,
  "CreatedOn": "2025-06-18T11:14:56.3825481+00:00",
  "ClientId": 9,
  "ModifiedBy": 1,
  "ModifiedOn": "2025-06-18T11:14:56.3825481+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-18T11:14:56.3825481+00:00","ClientId":9,"ModifiedBy":1,"ModifiedOn":"2025-06-18T11:14:56.3825481+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-18T11:14:56.3825481+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-18T11:14:56.3825481+00:00</ModifiedOn>
  <Name>sample string 2</Name>
  <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>