POST http://localhost:10000/firserver/CreatePerson

JSON parameters:

{
 "server_id" : "1",
 "objectType" : "PERSON",
 "id" : "1",
 "name" :"John",
 "surname" : "Kramer",
 "patronymic" : "",
 "department" : "Department 1",
 "comment" : "Some comment",
 "createPersonInIntellect": 1,
 "image": ""
 "fir": ""
}

where

If the "fir" parameter contains a template, then the face will be added to the database without any checking (face search, face vector generation); in addition, there should be an "image" parameter.

Example of response:

{
 "Description": "",
 "Result": "7BC06491-C30D-450F-BF45-F9F5D680A501",
 "Status": "SUCCESS"
}

where