POST
/
api
/
v1
/
cms
/
message
/
order
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>"
}

Body

application/json

Response

200 - application/json

The response is of type object.