NotifyByPagerAction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PagerGroupRef string
Pager 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

{
  "PagerGroupRef" : "...",
  "Pager" : "...",
  "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" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "ActionStatus" : "closed"
}