POST
/
api
/
v1
/
cms
/
message
/
store
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message/store \
  --header 'Content-Type: application/json' \
  --data '{
  "Message": {
    "Id": "<string>",
    "Name": "<string>",
    "StartDate": "2023-11-07T05:31:56Z",
    "EndDate": "2023-11-07T05:31:56Z",
    "Destinations": [
      "<string>"
    ],
    "OccurenceCount": 123,
    "Occurrence": {
      "StartTime": "<string>",
      "EndTime": "<string>",
      "RecurrenceType": "Daily",
      "Interval": "<string>",
      "Duration": "<string>",
      "RecurrenceExceptions": [
        {
          "Id": "<string>",
          "PeriodId": "<string>",
          "OldStartDateTime": "2023-11-07T05:31:56Z",
          "NewStartDateTime": "2023-11-07T05:31:56Z",
          "NewEndDateTime": "2023-11-07T05:31:56Z"
        }
      ]
    },
    "Days": {
      "Monday": true,
      "Tuesday": true,
      "Wednesday": true,
      "Thursday": true,
      "Friday": true,
      "Saturday": true,
      "Sunday": true
    },
    "InternalInterval": 123,
    "InternalNumber": 123,
    "InternalPattern": 123,
    "TemplateId": "<string>",
    "Weight": 123,
    "TemplateWeight": 123,
    "Invisible": true,
    "Description": "<string>",
    "UserId": "<string>",
    "DisabledByTemplate": true,
    "Permissions": "<string>",
    "Deleted": "2023-11-07T05:31:56Z",
    "Metadata": "<any>",
    "Priority": "<string>",
    "Data": "aSDinaTvuI8gbWludGxpZnk="
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "MessageId": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.