POST api/backend/saveAllocation
Request Information
URI Parameters
None.
Body Parameters
AllocationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| consultId | integer |
None. |
|
| lawyerId | string |
None. |
|
| addEmployeeNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"consultId": 1,
"lawyerId": "sample string 2",
"addEmployeeNumber": 3
}
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
}