POST api/backend/auditLawyer
Request Information
URI Parameters
None.
Body Parameters
AuditLawyerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lawyerId | string |
None. |
|
| status | integer |
None. |
|
| auditRemark | string |
None. |
|
| auditEmployeeNumber | integer |
None. |
|
| lawyerCategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"lawyerId": "sample string 1",
"status": 2,
"auditRemark": "sample string 3",
"auditEmployeeNumber": 4,
"lawyerCategoryId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional 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
}