POST api/lawyer/evaluateLawyer

Request Information

URI Parameters

None.

Body Parameters

EvaluateLawyerModel
NameDescriptionTypeAdditional information
userId

string

None.

lawyerId

string

None.

evaluateContent

string

None.

marking

decimal number

None.

evaluateTagIdSet

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "lawyerId": "sample string 2",
  "evaluateContent": "sample string 3",
  "marking": 1.0,
  "evaluateTagIdSet": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3",
  "code": 4
}