e-Sign REST Web Service
PostGetDocumentsCompletedUpdateable
e-Sign REST Web Service > All Operations Resource Group : GetDocumentsCompletedUpdateable (Post)

Resource Path: /api/v5/documentsupdateable/completed

Description
Get the Document object that's in the 'Completed' status that you can use to update with the UpdateDocuments() method.
Request Headers
NameDescription
 
 
 
 
Request

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
Response

The response body is of type DocumentCompletedUpdateableServiceReturnModel.

OK

Overview

DocumentCompletedUpdateableServiceReturnModel
IsSuccessful : boolean
Message : string
UpdateableDocuments : Array[object]
ProcessingTime : string
TimeZoneUtcOffset : number
See Also
All Operations Resource Groupe-Sign REST Web Service