POST
/
api
/
v1
/
cms
/
templatecategory
/
store
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/templatecategory/store \
  --header 'Content-Type: application/json' \
  --data '{
  "TemplateCategory": {
    "Id": "<string>",
    "Description": "<string>",
    "AllowedDestinations": [
      "<string>"
    ],
    "Permissions": "<string>",
    "Name": "<string>",
    "TemplateCount": 123
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "TemplateCategory": {
    "Id": "<string>",
    "Description": "<string>",
    "AllowedDestinations": [
      "<string>"
    ],
    "Permissions": "<string>",
    "Name": "<string>",
    "TemplateCount": 123
  }
}

Body

application/json

Response

200 - application/json

The response is of type object.