| name | data type | description | 
|---|---|---|
| string | ||
Properties inherited from PushedActionStructure | 
        ||
| BeforeNotices | BeforeNotices | |
| ClearNotice | boolean | |
Properties inherited from ParameterisedActionStructure | 
        ||
| Description | NaturalLanguageStringStructure | |
| ActionData | array of ActionDataStructure | |
Properties inherited from SimpleActionStructure | 
        ||
| ActionStatus | ActionStatusEnumeration | |
Example
{
  "email" : "...",
  "BeforeNotices" : {
    "Interval" : [ {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    }, {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    } ]
  },
  "ClearNotice" : true,
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "ActionStatus" : "published"
}