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
|
|
IncludeAttachedDocumentLinks |
bool
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
Sample accept: application/hal+json
{
"_embedded": {
"http://api.3plCentral.com/rels/customers/emailalertdef": [
{
"eventNotifyId": 1,
"simpleEmailRecipients": "str",
"enhancedEmail": {
"recipients": "str",
"transformId": 2,
"includeAttachedDocumentLinks": true
}
}
]
}
}