Methods
-
Appearition.RefType.Manage.Create (request, requestOptions)Appearition.RefType.RefTypeViewModel static
Will create a new RefType record and echo back the saved RefType record with the system allocated unique identifier.
-
Name Type Description request
Appearition.RefType.RefTypeViewModel Contains the details of the new RefType being added
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request
Returns:
Type Description Appearition.RefType.RefTypeViewModel The saved record with the system allocated Id. This is returned as RefType of the success callback function in the requestOptions param -
Will delete an existing RefType record. Nothing will be returned unless an error occurs.
-
Name Type Description request
Appearition.RefType.RefTypeViewModel Contains the details of the RefType
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request
-
Will update the details of an existing RefType record. Nothing will be returned unless an error occurs.
-
Name Type Description request
Appearition.RefType.RefTypeViewModel Contains the details of the RefType
requestOptions
Appearition.RequestOptions Contains the various callback methods for this request