GET | /api/clients/{clientid}/emailtemplates/{templatetype} | Get an email template based on client id and template type |
---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Hmx.Accounts.ServiceModels
Namespace Global
Namespace Hmx.Accounts.ServiceModels
Public Partial Class GetClientEmailTemplateRequest
Public Overridable Property ClientId As String
Public Overridable Property TemplateType As String
End Class
End Namespace
End Namespace
VB.NET GetClientEmailTemplateRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api/clients/{clientid}/emailtemplates/{templatetype} HTTP/1.1 Host: accounts.dev.healthmonix.com Accept: text/jsv