GET EmailNotifications/getNhsNotifications

Returns list of NHS EmailNotifications.


Response body formats

No documentation available.

application/json, text/json

Sample:
[
  {
    "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
  }
]

application/xml, text/xml

Sample:
<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>
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body