API Documentation
Domains
- Domain
- Diagnostics
- Health
- Management
- Version
Authentication
- AuthenticationIdentityProvider
- ExternalAuthentication
- ExternalAuthenticationProvider
- ExternalGroupMapping
- ExternalUserGroup
- LdapProvider
- Account
- Membership
- Role
- User
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Authentication Integration
- Saml2
- Diagnostics
- Health
- Management
- Migration
- Version
CMS
- Message
- TemplateCategory
- Template
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Configuration
- Configuration
- DomainConfig
- Feature
- Diagnostics
- Health
- Management
- Migration
- Version
Content
- Content
- Font
- Presentation
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Credentials
- AppRegistration
- PadsDataProvider
- Token
- UserRegistration
- Config
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Data
- DataVault
- Landscape
- Diagnostics
- Health
- Management
- Migration
- Version
Device
- Device
- Gateway
- Webhook
- Diagnostics
- Health
- Management
- Migration
- Version
- Mailing
- Diagnostics
- Health
- Management
- Migration
- Version
Engine
- Administration
- DataSet
- Message
- Diagnostics
- Health
- Management
- Migration
- Version
FIDS Connector
- Connection
- Message
- MessageSource
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Globalization
- Globalization
- Diagnostics
- Health
- Management
- Migration
- Version
License
- LicenseAssignment
- License
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Messaging
- Messaging
- Diagnostics
- Health
- Management
- Migration
- Version
Migration
- MigrationControllers
- Version
- Diagnostics
- Health
- Management
- Migration
Orchestration
- Domain
- Management
- Server
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Migration
- Version
Package
- Package
- Diagnostics
- Health
- Management
- Migration
- Version
Process
- Process
- PublicProcess
- Diagnostics
- Health
- Management
- Migration
- Version
Replication
- Admin
- ReplicationDiagnostics
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Schedule
- Exception
- Occurrence
- Schedule
- Diagnostics
- Health
- Management
- Migration
- Version
User SCIM
- Discovery
- Group
- User
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
User Profile
- UserProfiles
- Diagnostics
- Health
- Management
- Migration
- Version
Video Conversion
- VideoConversion
- VideoMetadata
- VideoThumbnail
- Diagnostics
- Health
- Management
- Migration
- Version
Viewer
- Cluster
- License
- Priorities
- Schedule
- Viewer
- ViewerVariable
- Diagnostics
- Health
- Management
- Migration
- Version
Web to Image
- UrlConversion
- Diagnostics
- Health
- Management
- Migration
- Version
Message
Post apiv1cmsmessagestore
POST
/
api
/
v1
/
cms
/
message
/
store
Copy
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="
}
}'
Copy
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"MessageId": "<string>"
}
Body
application/json
Response
200 - application/json
The response is of type object
.
Copy
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="
}
}'
Copy
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"MessageId": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.