contacts.setContactStatus
Description
Set the status of a contact by status name.

Parameters
contactID number
statusName string

Return value
none

Example
contacts.setContactStatus(1000, "default")

Comments
statusName must match a StatusDescription from the ContactStatus database table.

See also
contacts.getContactStatusID
contacts.setContactStatusID
contacts.getContactStatus

Back