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