POST api/followus
Get list with all LogBuy Social networks with links and icons type
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OSType |
OS type |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"osType": "sample string 1"
}
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| SocialNetworkId |
Social Network Id |
integer |
None. |
| Name |
Social Network Name |
string |
None. |
| Url |
Social Network Url |
string |
None. |
| ImageType |
Social Network Image Type |
SocialNetworkImgTypeEnum |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"socialNetworkId": 1,
"name": "sample string 2",
"url": "sample string 3",
"imageType": 0
},
{
"socialNetworkId": 1,
"name": "sample string 2",
"url": "sample string 3",
"imageType": 0
}
]