POST
/
api
/
v1
/
messaging
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Messaging/api/v1/messaging \
  --header 'Content-Type: application/json' \
  --data '{
  "MessageType": "<string>",
  "Message": "<any>",
  "PolicyName": "<string>",
  "RoutingData": {
    "Domain": "<string>",
    "Route": "<string>"
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.