_setArchived
Sets whether the Appointment Type is archived or not.
Parameters
id
The ID of the Appointment Type.
val
Decides if the Appointment Type is archived or not: 0 => No, 1 => Yes
Example
Result
On Success
On Failure
If there is no "id" value set or it is less than 1
If there is no "val" variable set
Last updated