POST api/HelpDesk/MovePeople
Request Information
URI Parameters
None.
Body Parameters
MovePeopleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | integer |
None. |
|
| PeopleId | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentId": 1,
"PeopleId": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true