e-Sign REST Web Service
PostGetDocumentsUpdateable
e-Sign REST Web Service > All Operations Resource Group : GetDocumentsUpdateable (Post)

Resource Path: /api/v5/documentsupdateable

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

The request body is of type DocumentUpdateableRequestModel.

Overview

DocumentUpdateableRequestModel
ProntoID : string
IDs : Array[integer]
TransactionIDs : Array[integer]
ParticipantIDs : Array[integer]
TaskIDs : Array[integer]
MetaDataName : string
MetaDataValue : string
StatusType : string
SearchDateType : string
SearchDateFrom : string
SearchDateTo : string
EnableLogging : boolean
ResultsCountLimit : integer
ResultsCountStart : integer
IncludeTests : boolean
TimeZoneID : string
Response

The response body is of type DocumentUpdateableServiceReturnModel.

OK

Overview

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