Skip to main content
POST
/
api
/
v1
/
cms
/
message
/
store
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message/store \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "MessageId": "<string>"
}

Body

application/json
Message
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
MessageId
string | null