POST api/connectionsSquare/saveReplyInfo
Request Information
URI Parameters
None.
Body Parameters
ConnectionsSquareReply| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| userId | integer |
None. |
|
| touserId | integer |
None. |
|
| ApplyContent | string |
None. |
|
| addTime | date |
None. |
|
| IsAgree | integer |
None. |
|
| AgreeTime | date |
None. |
|
| popularityCount | integer |
None. |
|
| creditScore | string |
None. |
|
| nickName | string |
None. |
|
| avatarUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userId": 2,
"touserId": 3,
"applyContent": "sample string 4",
"addTime": "2025-12-06T12:29:48.2384806+08:00",
"isAgree": 5,
"agreeTime": "2025-12-06T12:29:48.2384806+08:00",
"popularityCount": 6,
"creditScore": "sample string 7",
"nickName": "sample string 8",
"avatarUrl": "sample string 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"
}