POST api/Users/FunctioningCapacity
Получить рабочую загруженность списка пользователей
Request Information
URI Parameters
None.
Body Parameters
Массив идентификаторов пользователей
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
text/html, multipart/form-data
Sample:
[1,2]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Success Resource Description
Collection of UserFunctioningCapacityViewModelName | Description | Type | Additional information |
---|---|---|---|
UserId |
Идентификатор пользователя |
integer |
None. |
UserName |
Имя |
string |
None. |
UserSurname |
Фамилия |
string |
None. |
UserMiddleName |
Отчество |
string |
None. |
Position |
Должность |
string |
None. |
Organisation |
Органищация |
string |
None. |
Capacity |
Загруженность сотрудника в минутах |
integer |
None. |
Error Resource Description (Реализовано не везде)
OperationResultName | Description | Type | Additional information |
---|---|---|---|
Target |
Возвращаемый объект |
Object |
None. |
Status |
Статус операции |
ResultStatus |
None. |
Error |
Детализация ошибки |
Error |
None. |
Response Formats
application/json, text/json, text/html, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.