POST api/purchaseOrsource/savefollowinfo
Request Information
URI Parameters
None.
Body Parameters
FollowInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| userId | integer |
None. |
|
| touserId | integer |
None. |
|
| isFollow | integer |
None. |
|
| addTime | date |
None. |
|
| unFollowTime | date |
None. |
|
| followPublicType | integer |
None. |
|
| nickName | string |
None. |
|
| avatarUrl | string |
None. |
|
| company | string |
None. |
|
| FollowEachother | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userId": 2,
"touserId": 3,
"isFollow": 4,
"addTime": "2025-12-06T12:31:49.3297722+08:00",
"unFollowTime": "2025-12-06T12:31:49.3297722+08:00",
"followPublicType": 5,
"nickName": "sample string 6",
"avatarUrl": "sample string 7",
"company": "sample string 8",
"followEachother": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}