Account Class |
The Account iService enables an external application to interact with CampusNexus CRM to manage Account information.

SystemObject
System.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
AccountServiceAccount
Namespace: AccountServiceSystem.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
AccountServiceAccount

C#
public class Account : WebService
The Account type exposes the following members.

Name | Description | |
---|---|---|
![]() | AddAccountToContacts |
This method enables you to add an Account item to multiple Contact items.
|
![]() | CreateAccount |
This method enables you to create a new Account item in CampusNexus CRM.
|
![]() | DeleteAccount |
This method enables you to delete an existing Account item from CampusNexus CRM.
|
![]() | DeleteAccounts |
This method enables you to delete existing Account items from CampusNexus CRM.
|
![]() | DeleteAttachment |
This method enables you to delete an attachment available in the Attachment tab of an Account item in CampusNexus CRM.
|
![]() | GetAttachmentFile |
This method enables you to retrieve a file that is added as an attachment in the Attachment Tab of an Account item.
|
![]() | GetAttachmentTab |
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.
|
![]() | GetAttachmentTabEx |
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.
|
![]() | GetCommentsTab |
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.
|
![]() | GetLinkedTab |
This method enables you to get the Property values available in the Linked Tab of an Account item in CampusNexus CRM.
|
![]() | GetLinkedTabEx |
This method enables you to get Property values available in the Linked Tab of an Account item in XML format.
|
![]() | GetPropertiesTab |
This method enables you to get the Property values available in a Property Tab of an Account item.
|
![]() | GetRLTab |
This method enables you to get the Property values available in the RecordList Tab of an Account item in CampusNexus CRM.
|
![]() | UpdateAttachmentComments |
This method enables you to add or update comments to an attachment in the Attachment tab of an Account item.
|
![]() | UpdateAttachmentFile |
This method enables you to add or update an attachment in the Attachment tab of an Account item.
|
![]() | UpdateAttachmentTab |
This method enables you to update or delete attachment details available in the Attachment tab of an Account item in CampusNexus CRM.
|
![]() | UpdateCommentsTab |
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.
|
![]() | UpdatePropertyTab |
This method enables you to update the values of Properties available in a Property Tab of an Account item.
|
![]() | UpdateRLTab |
This method enables you to add, delete, or update Account Property values available in the RecordList tab.
|
