Package bscw :: Package api :: Module ap_replynote
[hide private]

Module ap_replynote

Create a reply to a Note
   returns id of new note

API definition::

 API = (('object_ids', 'array', 1, [('entry', 'ASCII string', 1)]),
        ('subject', 'Unicode string', 1),
        ('body', 'Unicode string', 1),
        ('type', 'ASCII string', 0))

(c) Fraunhofer FIT, 2002


Version: $Rev: 21045 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_ids, subject, body, type='Article')
see above
Variables [hide private]
  __package__ = 'bscw.api'