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": "96cb325c-bde7-4db5-bcd1-f18b3eb29ab1",
"UserGroupId": "d256c6bb-0b33-418a-87cd-b3aba30cac68"
}
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"
}