POST api/SocialIcon/Save

Documentation for 'Save'.

Request Information

Parameters

NameDescriptionAdditional information
socialIcons
Documentation for 'socialIcons'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "socialType": "sample string 1",
    "link": "sample string 2",
    "sequence": 3,
    "isShow": true,
    "id": 5
  },
  {
    "socialType": "sample string 1",
    "link": "sample string 2",
    "sequence": 3,
    "isShow": true,
    "id": 5
  },
  {
    "socialType": "sample string 1",
    "link": "sample string 2",
    "sequence": 3,
    "isShow": true,
    "id": 5
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.