POST api/Evaluate/Insert/{EntrustID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EntrustID | integer |
Required |
Body Parameters
Evaluate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EntrustID | integer |
None. |
|
| DataSearch | integer |
None. |
|
| ContentReport | integer |
None. |
|
| UserDemand | integer |
None. |
|
| UserAttitude | integer |
None. |
|
| ServeEfficiency | integer |
None. |
|
| Price | integer |
None. |
|
| Suggest | string |
None. |
|
| Sort | integer |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EntrustID": 2,
"DataSearch": 3,
"ContentReport": 4,
"UserDemand": 5,
"UserAttitude": 6,
"ServeEfficiency": 7,
"Price": 8,
"Suggest": "sample string 9",
"Sort": 1,
"CreateTime": "2026-09-16T17:37:31.693234+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}