uploadDocumentDS Data Type

de
Hochzuladendes Dokument
en
Document upload


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
description string 0/1
de
Beschreibung der hochzuladenen Dokumente
en
Description of the documents
register string 0/1
de
Registernummer für EFDIS.FORMS E-Akte.
en
Register number for EFIDS.FORMS electronic archive.
file base64Binary 1/1
de
Binäre Datei im Base64-Format
en
Binary file content coded as base64
task string 0/1
de
Prozess-ID um einen Folgeprozess (Aufgabe) in der Sachbearbeitung anzustoßen. Falls das Element nicht existiert oder leer übergeben wird, wird das Dokument lediglich archiviert.
en
Process id to create a task for manual backoffice processing. If element does not exist or is empty, the file will only be archived.
eBoxVisible boolean 0/1
de
Sichtbarkeit des Dokumentes in Onlinebanking
en
Visibility of documents in online banking
type string 0/1
de
Dokumententyp (Schlüsselbegriff)
en
document type (key value)

Example

<u----->
  <description>...</description>
  <register>...</register>
  <file>...</file>
  <task>...</task>
  <eBoxVisible>...</eBoxVisible>
  <type>...</type>
</u----->