create Document
abstract suspend fun createDocument(entityType: String, entityId: Long, contentLength: Long? = null, dateFormat: String, description: String, locale: String, name: String, uploadedInputStream: MultiPartFormDataContent): PostEntityTypeEntityIdDocumentsResponse
Create a Document Note: A document is created using a Multi-part form upload Body Parts name : Name or summary of the document description : Description of the document file : The file to be uploaded Mandatory Fields : file and description Responses:
200: Not Shown (multi-part form data)
Return
Parameters
entity Type
entityType
entity Id
entityId
content Length
Content-Length (optional)
date Format
(optional)
description
(optional)
locale
(optional)
name
(optional)
uploaded Input Stream
(optional)