Webservice: Stamp

stamping operations [Commercial editions only]

Index Method Request(s) Response Description
1 stamp sid
docId
stamp
stamp
Applies a stamp in a document

Method #1: stamp

Applies a stamp in a document

Request

Name Type Required Multiple Description
     sid
String Y identifier of the session
     docId
Long Y identifier of the document you want to modify
     stamp
String Y name of the stamp to apply
     stamp
WSAttribute Y Y optional set of dynamic parameters to use inside the stamp automation
          name
String Y name of the attribute
          stringValue
String
          intValue
Long
          doubleValue
Double
          dateValue
String the date value; format must be 'yyyy-MM-dd'
          type
Int Y 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1), 6 = folder (intValue represents the folders's id)
          mandatory
Int Y
          hidden
Int Y
          position
Int
          label
String
          editor
Int Y 0 = free, 1 = preset
          setId
Long Id of the attribute set
          multiple
Int Y 0 = single value, 1 = one or more values
          parent
String The reference attribute name, used for multi value attributes
          stringValues
String Read only. In case of multiple string values, contains the values separated by a comma