---
title: "POST /api/v1/cms/template/store"
method: POST
path: "/api/v1/cms/template/store"
tags: ["Template"]
---

# POST /api/v1/cms/template/store

`POST /api/v1/cms/template/store`

## Query parameters

- `templateId` string, nullable
- `templateName` string, nullable
- `templateCategoryId` string, nullable
- `templateDescription` string, nullable
- `disabled` boolean, nullable
- `weight` integer
- `allowedDestinations` string[], nullable
- `priority` string, nullable

## Response `200`

- StoreTemplateResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Template` Template
    - `Id` string, nullable
    - `Name` string, required
    - `Description` string, nullable
    - `CategoryId` string, nullable
    - `AllowedDestinations` string[], nullable
    - `Permissions` string, nullable
    - `Weight` integer
    - `Disabled` boolean
    - `Metadata` unknown
    - `Priority` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
