createDocument

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

PostEntityTypeEntityIdDocumentsResponse

Parameters

entityType

entityType

entityId

entityId

contentLength

Content-Length (optional)

dateFormat

(optional)

description

(optional)

locale

(optional)

name

(optional)

uploadedInputStream

(optional)