POST api/Friend/AddUserRelationship

关注用户(2005)

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "3e36fa12-c743-4ffe-a4eb-75d299ea7005",
  "UserGroupId": "9e81a207-cd1c-4566-8736-10fc2ba513ee"
}

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"
}