POST api/consult/acceptAllocation
Request Information
URI Parameters
None.
Body Parameters
AcceptAllocationConsultingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lawyerId | string |
None. |
|
| allocationId | integer |
None. |
|
| acceptStatus | integer |
None. |
|
| finishRemark | string |
None. |
|
| finishUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"lawyerId": "sample string 1",
"allocationId": 2,
"acceptStatus": 3,
"finishRemark": "sample string 4",
"finishUrl": "sample string 5"
}
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
}