POST api/User/DelRelative
删除亲属
Request Information
URI Parameters
None.
Body Parameters
AddRelativeReq| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID1 |
发起亲属添加的用户ID |
string |
None. |
| UserID2 |
App二维码被扫描的用户ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID1": "sample string 1",
"UserID2": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": "sample string 3",
"Success": true
}