# Bulk write 'Publicfile' Endpoint: POST /documents/filehandling/publicfile/list/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `content` (object, required) - `content.name` (string) wanted filename of the file - `content.md5_hash` (string) base64 encoded md5hash of the file - `content.get` (string) - `content.post` (object) - `content.post.url` (string) - `content.post.fields` (object) - `custom_id` (string,null) - `organization` (object,null) - `organization.id` (string) ## Response 201 fields (application/json): - `content` (object, required) - `content.name` (string) wanted filename of the file - `content.md5_hash` (string) base64 encoded md5hash of the file - `content.get` (string) - `content.post` (object) - `content.post.url` (string) - `content.post.fields` (object) - `id` (string, required) Additional Validation Information: Must be unique - `custom_id` (string,null) - `created_at` (string) - `organization` (object,null) - `organization.id` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields