Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

REST: http://services.mailupnet.it/1.0/MailUpService.svc/rest

 

Methods

GroupDescriptionAvailable methods
AuthenticationLogin and logout methods.
Login returns an access key that can be used as parameter when calling other methods

...

  • AuthenticationLogin
  • AuthenticationLogout
FiltersCreate and delete MailUp filters.
  • FiltersCreatePersonalDataFilter
  • FiltersDeletePersonalDataFilter
  • FiltersCreateActivityFilter
  • FiltersDeleteActivityFilter
  • FiltersCreateGeographicFilter
  • FiltersDeleteGeographicFilter
TestThis

...

group includes methods that can be used to test the service
  • Ping

 

Using SOAP

As specified in WSDL, SOAP methods receives a specific "request" object as input parameter and return a specific "response" object. Please refer to the description of each method for more details.

...