DESCRIPTION

This endpoint generates a HTML letter.

URL STRUCTURE

https://[hostname]/matter/letter/html

METHOD

POST

HEADERS

**Authorization:**    string Base64       [email]:[key]

PARAMETERS

NameTypeDescription
matterIdintMatter ID template is associated with.
contactIdintContact ID the letter is addressed to.
siteIdintAddress ID letter is addressed to.
taskIdintTask ID template is associated with.
template-headerstringHeader HTML to merge 
template-contentstringContent HTML to merge
template-sign-off
stringSign Off HTML to merge


RETURNS

Returns the merged downloadable letter from merged HTML.