Dokumente
Dokumentordner anlegen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidRequest-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Response-Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/document-folders" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "data": { "id": "string", "employee_id": "string", "name": "string", "system_key": "string", "is_default": "string", "visible_to_employee": "string", "sort_order": "string", "document_count": 0, "created_at": "string", "updated_at": "string" }}