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>"
}
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>"
}
The response is of type object
.