Creating documents
You can create a document for either an indiviudal or an entity and add files to it. An individual document may consist of 0 or more files. An entity document may consist of 0 or 1 file. Some individual document types allow posting of various data fields, for things like expiry dates and numbers.
Documents are described in detail in the documents section.
As part of this change the DocumentId field on the DocumentInformation type has been marked as deprecated.
Upload file endpoints
We return a URL to upload as part of the file creation mutation results. You can send file content to this via a HTTP POST with Bearer authentication.
This is also described in detail in the documents section.