POST company/update_user_rating
工作评价
Request Information
URI Parameters
None.
Body Parameters
UpdateUserRatingViewModelName | Description | Type | Additional information |
---|---|---|---|
job_id | integer |
None. |
|
apply_id | integer |
None. |
|
user_id | integer |
None. |
|
rating | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "job_id": 1, "apply_id": 2, "user_id": 3, "rating": 4.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
工作评价
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true }