NotifyBySmsAction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Phone string
Premium boolean
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

{
  "Phone" : "...",
  "Premium" : true,
  "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"
}