iSAMS Customer API
The following operations are supported. For a formal definition, please review the Service Description.
-
Authenticate
Authenticates the API credentials provided. -
DeleteCustomer
Deletes a single customer from iSAMS. -
DeleteCustomers
Deletes multiple customers from iSAMS. -
Export
Exports all customers with the specified file type retrievable via HTTP. -
ExportAllCsv
Exports all customer data to a set of CSV files retrievable via HTTP. -
ExportAllJson
Exports all customer data to a set of JSON files retrievable via HTTP. -
ExportAllXml
Exports all customer data to a set of XML files retrievable via HTTP. -
ExportCsv
Exports specified customer data to a set of CSV files retrievable via HTTP. -
ExportJson
Exports specified customer data to a set of JSON files retrievable via HTTP. -
ExportXml
Exports specified customer data to a set of XML files retrievable via HTTP. -
ListAvailableWebsites
Lists available websites and their corresponding website IDs. -
ListCustomers
Lists all customers in iSAMS. -
ListCustomersByInterestGroup
Lists all customers in an interest group. -
ListCustomersCreated
Lists all customers in iSAMS created in the given date range. -
ListCustomersModified
Lists all customers in iSAMS modified in the given date range. -
RetrieveCustomer
Retrieves the specified customer. -
RetrieveCustomers
Retrieves the specified customers. -
RetrievePasswordResetUrl
Retrieves a password reset URL (and any additional detail, if required) for a customer. -
SearchCustomers
Searches all customers, returning those that match the specified criteria. -
UpdateCustomer
Adds or updates a single customer. -
UpdateCustomers
Adds or updates a set of customers.