Dokumente


document.get


FILTER
TagsBeschreibung
FOLDER_ID ID des Ordners

RESPONSE
TagsBeschreibung
FOLDERS Liste der Ordner
DOCUMENTS Liste der Dokumente

document.create

Einlieferung eines Dokuments an die Inbox.

ACHTUNG! – Wenn ein Dateianhang eingeliefert werden soll, erfordert diese Action einen POST-Request des Typs „multipart/form-data“. Der Request-Body muss in diesem Fall aus den folgenden beiden Teilen zusammengesetzt sein:

  • document -> Datei, die übertragen werden soll
  • httpbody -> XML- oder JSON-Datenblock

Aufbau des POST-Requests im Multipart-Format:

curl -v -X POST \
-u {E-Mail-Adresse}:{API-Key} \
-H 'Content-Type: multipart/form-data, boundary=AaB03x' \
-d '{xml body}' \ https://my.fastbill.com/api/1.0/api.php

POST /api/1.0/api.php HTTP/1.0
Host: my.fastbill.com
Content-type: multipart/form-data, boundary=AaB03x
Content-Length: {Größe des Inhalts}

--AaB03x content-disposition: form-data; name="httpbody"
{XML- oder JSON-Daten}
--AaB03x
content-disposition: form-data; name="document"; filename{Dateiname}"
Content-Type: {MIME Typ}
Content-Transfer-Encoding: binary
{Datei-Inhalt}
--AaB03x--

DATA
TagsBeschreibung
TYPE Dokumententyp
TITLE Titel
DATE Datum
NOTE Bemerkung

RESPONSE
TagsBeschreibung
STATUS Ergebnis einer Aktion
DOCUMENT_ID ID des Dokuments
support@fastbill.com
© 2021 FastBill GmbH