ISJSONUtils.UpdateProviderAppointment

Description

Syntax

object.UpdateProviderAppointment(aAppId, aStrongValidation, aAppData)

Part Attribute Type Description
object Required
The object always implements the ISJSONUtils interface
aAppId In, Required
int
aStrongValidation In, Required
bool
aAppData In, Required
string

Return Value

string

Example



  
Note:

Version information

Added in v8.4.0
parameter aStrongValidation added in v8.5.0
return type changed from void to string in v8.5.0