Modify Address Lists

Function Name: getModifyAddressListsXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to modify the  members who are users of this address list.

 

Input Parameters                                                   Sample InputXML

Output Parameters                                                Sample OutputXML

View xml API::NGOModifyAddressLists

 

Prototype:

public String getModifyAddressListsXml (String cabinetName, String userDBId,

                                                                           String addressListMemXml);

 

Input Parameters:

 

Name

Description

Valid Values

Default Behavior

CabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

UserDBId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

addressListMemXml

It will internally make a call to another xml – getAddressListMembersXml which will fetch the list of users of this address list.

 

 

 

Output Parameters:

 

An inputXml string of the NGOModifyAddressLists call.