POST http://localhost:10000/firserver/ReadPersons

Параметры JSON:

{
 "server_id" : "1",
 " objectType " : "PERSON",
 "id" : "",
 "page" : 1,
 "pageSize" : 3,
 "withImage" : 0
}

где,

Пример ответа:

{
 "PersonList": [
 {
 "Comment": "Some comment",
 "Deparment": "Department 1",
 "Id": "7BC06491-C30D-450F-BF45-F9F5D680A501",
 "Image": "",
 "Name": "Kramer",
 "Patronymic": "Kramer",
 "Surname": "John"
 }
 ],
 "Responce": {
 "Description": "",
 "Result": "",
 "Status": "OK"
 },
 "Total": 1
}