Möglichkeit eingebaut, zwischen Zusatzfeldern und den normalen Attachments zu wechseln

This commit is contained in:
2026-01-22 09:54:32 +01:00
parent 0709c9fe05
commit 33fb353314
3 changed files with 201 additions and 239 deletions

View File

@@ -55,6 +55,8 @@ Diese TypeID wird später in der Anwendung konfiguriert.
"ApiBase": "https://vt-media.crewbrain.com/api",
"Upload": {
"Target": "AdditionalData",
"AttachmentsVisibility": "ALL",
"Angebot": {
"TypeId": 1,
"OverwriteSingleDocument": false
@@ -76,6 +78,13 @@ Diese TypeID wird später in der Anwendung konfiguriert.
Erklärung der Felder
Feld Bedeutung
ApiBase Basis-URL der CrewBrain API
Crewbrain:Upload:Target:
"AdditionalData" = AddOnField-Dokument (TypeId je Dokumentart)
"JobAttachments" = normales Job Attachment (TypeId wird ignoriert)
Upload.<Typ>.TypeId TypeID der Zusatzinformation (siehe oben)
Upload.<Typ>.OverwriteSingleDocument Ersetzt vorhandenes Dokument (nur erlaubt bei DOCUMENT_SINGLE)
TokenAuth.AccessToken Wird automatisch vom Tool gesetzt