Returns the email marketing information for a list of loyalty programs. The method takes a list of Basic account Ids and returns the loyalty program email marketing information for these accounts.
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
None.
Body Parameters
A list of account ids (GUIDs) of Basic accounts
Collection of globally unique identifierRequest Formats
application/json
Sample:
[ "4915A184-9FF4-48DE-8141-49AE893C2DE8", "F3D14111-3BD4-418F-9CD8-7B2181F557F4" ]
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of ApiLPEmailInfo |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": [ { "UserEmailSignOffDate": "2013-04-01T12:13:19.903", "IsEmailEnabled": true, "AccountId": "4915A184-9FF4-48DE-8141-49AE893C2DE8" }, { "UserEmailSignOffDate": "2013-04-01T12:14:19.903", "IsEmailEnabled": true, "AccountId": "F3D14111-3BD4-418F-9CD8-7B2181F557F4" } ], "Success": true, "Messages": [] }