POST api/InsertEvaluationUserLog?UserInfo={UserInfo}&shareID={shareID}&UserFrom={UserFrom}
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserInfo | string |
Required |
|
| shareID | integer |
Default value is 0 |
|
| UserFrom | integer |
Default value is 1 |
Body 请求体 参数
AssessmentEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| family | family 集合 |
None. |
|
| totalFree | string |
None. |
|
| parents | parents |
None. |
|
| FromUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"family": [
{
"type": 1,
"age": 2,
"sex": 3,
"job": "sample string 4",
"salary": "sample string 5",
"selected": true,
"isSelf": true,
"health": "sample string 8"
},
{
"type": 1,
"age": 2,
"sex": 3,
"job": "sample string 4",
"salary": "sample string 5",
"selected": true,
"isSelf": true,
"health": "sample string 8"
}
],
"totalFree": "sample string 1",
"parents": {
"list": [
{
"typeName": "sample string 1",
"age": 2,
"img": "sample string 3"
},
{
"typeName": "sample string 1",
"age": 2,
"img": "sample string 3"
}
],
"free": "sample string 1"
},
"FromUserID": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiResponseBaseOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| data | integer |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": 1,
"code": 2,
"msg": "sample string 3"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.