Phone call Templates REST Endpoints

Notification/Phone call Templates
Use this endpoint to manage the phone call templates that are used for notifications. This REST API is SCIM compliant.

Added In Release: 20.2.2
Create a phone call Template
Method: post
Path: /admin/v1/PhoneCallTemplates
Get a phone call Template
Method: get
Path: /admin/v1/PhoneCallTemplates/{id}
HTTP Options
Method: options
Path: /admin/v1/PhoneCallTemplates
Replace a phone call Template
Method: put
Path: /admin/v1/PhoneCallTemplates/{id}
Search phone call Templates
Method: get
Path: /admin/v1/PhoneCallTemplates
Search phone call Templates Using POST
Method: post
Path: /admin/v1/PhoneCallTemplates/.search
Update a phone call Template
Method: patch
Path: /admin/v1/PhoneCallTemplates/{id}