Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
 "server_id" : "1",
 "objectType" : "PERSON",
 "id" : "7BC06491-C30D-450F-BF45-F9F5D680A501",
 "name" :"John",
 "surname" : "Kramer",
 "patronymic" : "Kramer",
 "department" : "Department 1",
 "comment" : "Some comment",
 "createPersonInIntellect": 1,
 "image": "base64 image"
 "fir": "base64 fir"
}

where

...

titleAttention!

...

  • .

Example of response:

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

where

  • result is the numeric unique identifier of the added user in GUID format.