Account Class
The Account iService enables an external application to interact with CampusNexus CRM to manage Account information.
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      AccountServiceAccount

Namespace:  AccountService
 

Syntax
C#
public class Account : WebService

The Account type exposes the following members.

Methods
NameDescription
Public methodAddAccountToContacts
This method enables you to add an Account item to multiple Contact items.
Public methodCreateAccount
This method enables you to create a new Account item in CampusNexus CRM.
Public methodDeleteAccount
This method enables you to delete an existing Account item from CampusNexus CRM.
Public methodDeleteAccounts
This method enables you to delete existing Account items from CampusNexus CRM.
Public methodDeleteAttachment
This method enables you to delete an attachment available in the Attachment tab of an Account item in CampusNexus CRM.
Public methodGetAttachmentFile
This method enables you to retrieve a file that is added as an attachment in the Attachment Tab of an Account item.
Public methodGetAttachmentTab
This method enables you to get the details of attachments available in the Attachment Tab of an Account item in CampusNexus CRM. For example, you can retrieve details of schools stored as attachments in the Attachment Tab of an Account item.
Public methodGetAttachmentTabEx
This method enables you to get the details of attachments available in the Attachment tab of an Account item in CampusNexus CRM in XML format.
Public methodGetCommentsTab
This method enables you to get the comment details available in the Comment tab of an Account in CampusNexus CRM. For example, you can retrieve comments about a school added to the Comment Tab of the relevant Account maintained for the school in CampusNexus CRM. You must send the Account ID and the Comment Tab ID of the Account as input parameters to the Account iService. The Account iService processes the input values and returns the comment details if the get operation is successful.
Public methodGetLinkedTab
This method enables you to get the Property values available in the Linked Tab of an Account item in CampusNexus CRM.
Public methodGetLinkedTabEx
This method enables you to get Property values available in the Linked Tab of an Account item in XML format.
Public methodGetPropertiesTab
This method enables you to get the Property values available in a Property Tab of an Account item.
Public methodGetRLTab
This method enables you to get the Property values available in the RecordList Tab of an Account item in CampusNexus CRM.
Public methodUpdateAttachmentComments
This method enables you to add or update comments to an attachment in the Attachment tab of an Account item.
Public methodUpdateAttachmentFile
This method enables you to add or update an attachment in the Attachment tab of an Account item.
Public methodUpdateAttachmentTab
This method enables you to update or delete attachment details available in the Attachment tab of an Account item in CampusNexus CRM.
Public methodUpdateCommentsTab
This method enables you to add comment details available in the Comment tab of an Account in CampusNexus CRM. For example, you can add comments about a school to the Comment Tab of the relevant Account.You must send the Account ID, Comment Tab ID and the CommentsData structure that contains the comment details you want to add to the Account as input parameters to the Account iService. The Account iService processes the input values and returns the status of the add operation.
Public methodUpdatePropertyTab
This method enables you to update the values of Properties available in a Property Tab of an Account item.
Public methodUpdateRLTab
This method enables you to add, delete, or update Account Property values available in the RecordList tab.
Top
See Also