POST PostSocialLink
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objsociallink | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": 1,
"clid": 2,
"whatsapp": "sample string 3",
"facebook": "sample string 4",
"instagram": "sample string 5",
"linkedin": "sample string 6",
"twitter": "sample string 7",
"youtube": "sample string 8",
"telegram": "sample string 9",
"skype": "sample string 10",
"googlemeet": "sample string 11"
}
application/xml, text/xml
Sample:
<vcardController.sociallink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Controllers"> <clid>2</clid> <facebook>sample string 4</facebook> <googlemeet>sample string 11</googlemeet> <id>1</id> <instagram>sample string 5</instagram> <linkedin>sample string 6</linkedin> <skype>sample string 10</skype> <telegram>sample string 9</telegram> <twitter>sample string 7</twitter> <whatsapp>sample string 3</whatsapp> <youtube>sample string 8</youtube> </vcardController.sociallink>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<vcardController.ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Controllers"> <Data /> <Message>sample string 2</Message> <Status>true</Status> </vcardController.ResponseEntity>