POST api/Friend/AddUserRelationship
关注用户(2005)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "18093063-e701-4358-8e21-52434f101af2",
"UserGroupId": "95bb82f4-9fc5-4c9f-9de8-b6eb2cbc02aa"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}