Get the Document object that's in the 'Completed' status that you can use to update with the UpdateDocuments() method.
The request body is of type DocumentCompletedUpdateableRequestModel.
Overview
 |
DocumentCompletedUpdateableRequestModel
 |
ProntoID : string
|
 |
IDs : Array[integer]
|
 |
TransactionIDs : Array[integer]
|
 |
ParticipantIDs : Array[integer]
|
 |
TaskIDs : Array[integer]
|
 |
MetaDataName : string
|
 |
MetaDataValue : string
|
 |
SearchDateType : string
|
 |
SearchDateFrom : string
|
 |
SearchDateTo : string
|
 |
EnableLogging : boolean
|
 |
ResultsCountLimit : integer
|
 |
ResultsCountStart : integer
| |
The response body is of type DocumentCompletedUpdateableServiceReturnModel.
OK
Overview
 |
DocumentCompletedUpdateableServiceReturnModel
 |
IsSuccessful : boolean
|
 |
Message : string
|
 |
UpdateableDocuments : Array[object]
|
 |
ProcessingTime : string
|
 |
TimeZoneUtcOffset : number
| |