POST 17.0/app/correspondence/documents/{id}/createpdf

Description

Creates a PDF of the specified document

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
Id

integer

None.

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<NewRecord xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
</NewRecord>