POST api/InsertEvaluationData?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 请求体 参数
QuestionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| family | FamilyModel 集合 |
None. |
|
| parents | parents |
None. |
|
| totalFree | decimal number |
None. |
|
| isParents | boolean |
None. |
|
| free | decimal number |
None. |
|
| expenditure | decimal number |
None. |
|
| FromUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"family": [
{
"type": 1,
"age": 2,
"sex": 3,
"job": "sample string 4",
"salary": 5.0,
"health": "sample string 6",
"selected": true,
"isSoc": true,
"isSelf": true
},
{
"type": 1,
"age": 2,
"sex": 3,
"job": "sample string 4",
"salary": 5.0,
"health": "sample string 6",
"selected": true,
"isSoc": true,
"isSelf": true
}
],
"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"
},
"totalFree": 1.0,
"isParents": true,
"free": 3.0,
"expenditure": 4.0,
"FromUserID": 5
}
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.