Resource Path: /api/v5/documents/insert
Description
Request Headers
Name | Description |
ApiKey | |
ApiSecret | |
ApiUsername | |
ApiPassword | |
Request
The request body is of type DocumentInsertRequestModel.
Overview
 |
DocumentInsertRequestModel
 |
Documents : Array[object]
|
 |
 |
IncludeFile : boolean
|
 |
 |
IncludeNonWatermarkedVersion : boolean
|
 |
IncludePdfStampedWithCopyWatermark : boolean
|
 |
IncludeFileUnlocked : boolean
|
 |
IncludeOriginalSourceFile : boolean
|
 |
IncludeSpecificVersion : integer
| |
 |
IncludeMetaData : boolean
|
 |
IncludeWorkflowActions : boolean
|
 |
IncludeTasks : boolean
|
 |
 |
IncludeWorkflowActions : boolean
|
 |
IncludeFileAttachments : boolean
|
 |
IncludeTests : boolean
|
 |
IncludeSignatureBlock : boolean
|
 |
IncludeFileAttachmentsInfoOnly : boolean
| |
 |
IncludeTests : boolean
|
 |
IncludeVersions : boolean
| |
 |
EnableLogging : boolean
|
 |
TimeZoneID : string
| |
Response
The response body is of type DocumentDetailsServiceReturnModel.
OK
Overview
 |
DocumentDetailsServiceReturnModel
 |
IsSuccessful : boolean
|
 |
Message : string
|
 |
Documents : Array[object]
|
 |
ProcessingTime : string
|
 |
TimeZoneUtcOffset : number
| |
See Also