curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message/order \
--header 'Content-Type: application/json' \
--data '{
"Weights": [
{
"MessageId": "<string>",
"Weight": 123,
"TemplateWeight": 123
}
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/message/order \
--header 'Content-Type: application/json' \
--data '{
"Weights": [
{
"MessageId": "<string>",
"Weight": 123,
"TemplateWeight": 123
}
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>"
}
The response is of type object
.