---
title: "partially update many existing defaultNotificationTemplate"
method: PATCH
path: "/api/servicepulse/defaultNotificationTemplates"
tags: ["defaultNotificationTemplates"]
---

# partially update many existing defaultNotificationTemplate

`PATCH /api/servicepulse/defaultNotificationTemplates`

Partially update many existing defaultNotificationTemplate

## Request body

- DefaultNotificationTemplate[]
  - `uuid` string, uuid
  - `createdAt` string, date-time
  - `createdBy` string, uuid
  - `lastUpdatedAt` string, date-time
  - `lastUpdatedBy` string, uuid
  - `lastUpdatedByAudience` string
  - `lastUpdatedByAudienceUuid` string, uuid
  - `lastUpdatedByImpersonatedBy` string, uuid
  - `lastUpdatedByCompanyUuid` string, uuid
  - `lastUpdatedByEnterpriseUuid` string, uuid
  - `companyUuid` string, uuid, required
  - `campaignTemplateUuid` string, uuid
  - `enabled` boolean
  - `reminderLimit` number
  - `mode` 'EmailV1' | 'SmsV1', required
  - `notificationCategory` 'activation' | 'deadline' | 'nudgeIncomplete' | 'nudgeNonRespondants' | 'reminder', required
  - `recurringEnabled` boolean
  - `recurringIntervalDays` number
  - `sendDaysAfter` number
  - `sendDaysBefore` number
  - `virtualCampaignTemplate` object
    - `uuid` string, uuid
    - `companyUuid` string, uuid
    - `title` string
    - `subject` string
    - `body` object, required
      - `html` string, required
      - `plainText` string, required

## Response `202`

defaultNotificationTemplates updated. Wrapped in a JsonAPI root response.

- object
  - `data` DefaultNotificationTemplate[]
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `companyUuid` string, uuid, required
    - `campaignTemplateUuid` string, uuid
    - `enabled` boolean
    - `reminderLimit` number
    - `mode` 'EmailV1' | 'SmsV1', required
    - `notificationCategory` 'activation' | 'deadline' | 'nudgeIncomplete' | 'nudgeNonRespondants' | 'reminder', required
    - `recurringEnabled` boolean
    - `recurringIntervalDays` number
    - `sendDaysAfter` number
    - `sendDaysBefore` number
    - `virtualCampaignTemplate` object
      - `uuid` string, uuid
      - `companyUuid` string, uuid
      - `title` string
      - `subject` string
      - `body` object, required
        - `html` string, required
        - `plainText` string, required
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
