SISConnectorSvcDeleteInstance Method
The DeleteInstance method is used to delete an instance of a CampusNexus CRM Object.

Namespace:  SISConnectorService
 

Syntax
C#
public ReturnStatus DeleteInstance(
	DeleteObjectInformation deleteObjectInformation,
	out OperationInformation operationInformation,
	GeneralInfo[] generalInfo
)

Parameters

deleteObjectInformation
Type: Talisma.Server.TLSysSISConnectorDeleteObjectInformation
[in] The DeleteObjectInformation structure contains information about the CampusNexus CRM Object whose instance must be deleted.
operationInformation
Type: Talisma.Server.TLSysSISConnectorOperationInformation
[out] The OperationInformation structure returns the ID of the SIS Object instance that was passed as an input in the ExternalInstanceId member of the deleteobjectInformation parameter, the ID of the CampusNexus CRM Object instance and the transaction ID of the create operation.
generalInfo
Type: Talisma.Server.TLSysSISConnectorGeneralInfo
[in] The generalInfo parameter is an array of the GeneralInfo structure that contains information about the ignoreMandatoryCheck and updateReadOnly flags. You must specify values for the members of this structure only if you want to update the details of the Object instance without passing values for the mandatory Properties, or to update the values for the read-only Properties.

Return Value

Type: ReturnStatus
The DeleteInstance method returns the ReturnStatus structure with the value of the statusId member as 0 if the operation is successful and -1 along with the error code and error message if the operation fails.
See Also