curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/template/store \
--header 'Content-Type: multipart/form-data'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Template": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"CategoryId": "<string>",
"AllowedDestinations": [
"<string>"
],
"Permissions": "<string>",
"Weight": 123,
"Disabled": true,
"Metadata": "<any>",
"Priority": "<string>"
}
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/template/store \
--header 'Content-Type: multipart/form-data'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Template": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"CategoryId": "<string>",
"AllowedDestinations": [
"<string>"
],
"Permissions": "<string>",
"Weight": 123,
"Disabled": true,
"Metadata": "<any>",
"Priority": "<string>"
}
}
The response is of type object
.