POST FollowFollwers/HitToFollow
Request Information
URI Parameters
None.
Body Parameters
FollowFollowerModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Userid | globally unique identifier |
None. |
|
Followerid | globally unique identifier |
None. |
|
CreatedDate | date |
None. |
|
Follower_Name | string |
None. |
|
Follower_Mobileno | string |
None. |
|
Follower_Email | string |
None. |
|
count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "c799dec8-acfe-4849-b166-d56187bce64e", "Userid": "06641665-84c2-49c9-a5b5-ecc5d78ce6fd", "Followerid": "240845f8-654a-4ede-941a-6a774a13a7a1", "CreatedDate": "2024-12-23T04:23:35.1950003+05:30", "Follower_Name": "sample string 4", "Follower_Mobileno": "sample string 5", "Follower_Email": "sample string 6", "count": 7 }
application/xml, text/xml
Sample:
<FollowFollowerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ONPETApi.Models"> <CreatedDate>2024-12-23T04:23:35.1950003+05:30</CreatedDate> <Follower_Email>sample string 6</Follower_Email> <Follower_Mobileno>sample string 5</Follower_Mobileno> <Follower_Name>sample string 4</Follower_Name> <Followerid>240845f8-654a-4ede-941a-6a774a13a7a1</Followerid> <Id>c799dec8-acfe-4849-b166-d56187bce64e</Id> <Userid>06641665-84c2-49c9-a5b5-ecc5d78ce6fd</Userid> <count>7</count> </FollowFollowerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.