Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels