Returns list of standard EmailNotifications.
No documentation available.
[
{
"Id": 1,
"Label": "sample string 2",
"Description": "sample string 3",
"EmailTemplateId": 4,
"Enabled": true,
"CustomerType": 1,
"EmailNotificationType": 1
},
{
"Id": 1,
"Label": "sample string 2",
"Description": "sample string 3",
"EmailTemplateId": 4,
"Enabled": true,
"CustomerType": 1,
"EmailNotificationType": 1
},
{
"Id": 1,
"Label": "sample string 2",
"Description": "sample string 3",
"EmailTemplateId": 4,
"Enabled": true,
"CustomerType": 1,
"EmailNotificationType": 1
}
]
<ArrayOfEmailNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpendManagementApi.Models.Types">
<EmailNotification>
<CustomerType>Standard</CustomerType>
<Description>sample string 3</Description>
<EmailNotificationType>StandardNotification</EmailNotificationType>
<EmailTemplateId>4</EmailTemplateId>
<Enabled>true</Enabled>
<Id>1</Id>
<Label>sample string 2</Label>
</EmailNotification>
<EmailNotification>
<CustomerType>Standard</CustomerType>
<Description>sample string 3</Description>
<EmailNotificationType>StandardNotification</EmailNotificationType>
<EmailTemplateId>4</EmailTemplateId>
<Enabled>true</Enabled>
<Id>1</Id>
<Label>sample string 2</Label>
</EmailNotification>
<EmailNotification>
<CustomerType>Standard</CustomerType>
<Description>sample string 3</Description>
<EmailNotificationType>StandardNotification</EmailNotificationType>
<EmailTemplateId>4</EmailTemplateId>
<Enabled>true</Enabled>
<Id>1</Id>
<Label>sample string 2</Label>
</EmailNotification>
</ArrayOfEmailNotification>