*updatePerson
Configuration Article | CA-20220907-TP-59 VDG Sense | API | Functions | Persons |
Note: This function requires an API license.
Update a person in the database. If an expiration date is given, the date will be checked and an error is returned if the date is not compatible.
Request
command=updatePerson&id=[UID]&firstname=[string]&lastname=[string] |
Response
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-4 | Invalid Timestamp | Invalid datetime format. See Timestamp. |
-18 | General error | An undefined error occured |
Changelog
2.6.1 – added