AccountService

AccountService Description: ASMX, WSDL


Add: ASMX, XML
Description: Add account for a list.

 

Parameters:
none
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
AccountDataset.AccountDataTable XSD



Exists: ASMX, XML
Description: Check if account exists for a list.

 

Parameters:
none
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
Boolean  



ExistsByID: ASMX, XML
Description: Check if account exists with id.

 

Parameters:
Name Type Description
AccountID Int32  
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
Boolean  



FooterHTML: ASMX, XML
Description: Get the HTML footer for a mailing.

 

Parameters:
none
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
String  



Load: ASMX, XML
Description: Get account info with list name.

 

Parameters:
none
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
AccountDataset.AccountDataTable XSD



LoadByID: ASMX, XML
Description: Get account info with account ID.

 

Parameters:
Name Type Description
AccountID Int32  
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
AccountDataset.AccountDataTable XSD



Update: ASMX, XML
Description: Update account information.

 

Parameters:
Name Type Description
Account AccountDataset.AccountDataTable XSD
 
SoapHeader:
Name Type Description
Username String Your username to login to ListManager.
Password String Your password to login to ListManager.
List String The ListManager list you want to access.
 
Return Value:
Type Description
AccountDataset.AccountDataTable XSD