customers emailalertdefs (http://api.3plcentral.com/rels/customers/emailalertdefs)
Resource:
Collection: of emailalertdef
C# Rel Const:
Rels.CustomerSvc.EmailAlertDefs
URI template:
{id}/emailalertdefs
Obtain URI from:
Get a list of existing Email alert definitions
Success status: 200
Name (* = required) Data Type Description
id * int customer id
Type Description
ResourceList IList<Customer.Models.EmailAlertDef>
EventNotifyId int
SimpleEmailRecipients string
EnhancedEmail Customer.Models.EnhancedEmail
Recipients string
TransformId int
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/emailalertdef": [
      {
        "eventNotifyId": 1,
        "simpleEmailRecipients": "str",
        "enhancedEmail": {
          "recipients": "str",
          "transformId": 2,
          "includeAttachedDocumentLinks": true
        }
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.