DeleteObjectInformation Class |
This class contains information about the CampusNexus CRM Object whose instance must be deleted.

SystemObject
Talisma.Server.TLSysSISConnectorDeleteObjectInformation
Namespace: Talisma.Server.TLSysSISConnectorTalisma.Server.TLSysSISConnectorDeleteObjectInformation

C#
[SerializableAttribute] public class DeleteObjectInformation
The DeleteObjectInformation type exposes the following members.

Name | Description | |
---|---|---|
![]() | DeletionMode |
Indicates whether the Object instance has to be deleted permanently or should be moved to the Trash Can Workspace for a period
specified in CampusNexus CRM Business Administrator after which they are purged from Main database. You can specify one of the following values:
|
![]() | ExternalInstanceId |
The ID of the SIS Object instance. An instance of the CampusNexus CRM Object that is mapped to this SIS Object must be deleted.
Specifying a value for this member is optional.
|
![]() | ExternalInstancePropertyId |
The ID of the Property of the SIS Object instance. Specifying a value for this member is optional. You must pass the value for the
ExternalInstancePropertyId member if the ID of the CampusNexus CRM Object instance that must be deleted is unavailable.
|
![]() | InstanceId |
The ID of the CampusNexus CRM Object instance that must be deleted. If the value of this member is unavailable, you must pass the values for
the ExternalInstanceId and ExternalInstancePropertyId members to perform the delete operation.
Note: If the Object instance that must be deleted is of type User, or Team, you must pass the actual UserID, or TeamID in this member.
|
![]() | ObjectType |
The type of the CampusNexus CRM Object whose instance must be deleted.
|
![]() | SourceURL |
The URL of the SIS or CampusNexus CRM system from which the request has been sent.
|
![]() | TargetURL |
The URL of the SIS or CampusNexus CRM system to which the request has been sent.
|
![]() | TransactionId |
The ID of the transaction in the Incoming Transaction queue. This input value is required only if the DeleteInstance method
is resubmitted to the Incoming Transaction queue, and you want to prevent the creation of duplicate transactions for the same
API request.
|
