DESCRIPTION

This endpoint creates a new incoming correspondence with supplied documents. 

URL STRUCTURE

https://[hostname]/incoming-correspondence/new

METHOD

POST

HEADERS

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

PARAMETERS

NameTypeDescription
titlestringName of the incoming correspondence.
datedateDate of the incoming correspondence.
sourceintSource id of the incoming correspondence.
urgentboolBoolean to determine whether IC is urgent (1 or 0).
assignedTointUser ID IC is assigned to.
batchNumberintBatch Number identifier.
physicallyRoutedintBoolean whether IC has been physically routed.
primary-classificationintPrimary Classification ID.
secondary-classificationintSecondary Classification ID.
notesstringNotes field.
matterIdintMatter ID the IC corresponds to.
documentInfoDocumentDatestringDate.
documents[]binaryBinary file to upload to IC as a document.
documents_name[]stringUploaded document name.
documents_date[]dateUploaded document date.
documents_class[]intUploaded document primary classification ID.
documents_secclass[]intUploaded document secondary classification ID.
documents_notes[]stringUploaded document notes.


RETURNS

Returns ID of incoming correspondence added as an int.

36