emailDestination element
Type: | emailDestinationDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
A DTO for email notification destinations.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<emailDestination>
<address>...</address>
<identity>...</identity>
</emailDestination>
Example JSON
{
"address" : "...",
"identity" : "..."
}