# Bulk write 'Generalerrandfile' Endpoint: POST /errands/generalerrands/reporting/generalerrandfile/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): - `errand` (object, required) - `errand.id` (string) - `file_obj` (object, required) - `file_obj.name` (string) wanted filename of the file - `file_obj.md5_hash` (string) base64 encoded md5hash of the file - `file_obj.get` (string) - `file_obj.post` (object) - `file_obj.post.url` (string) - `file_obj.post.fields` (object) - `custom_id` (string,null) - `organization` (object,null) ## Response 201 fields (application/json): - `errand` (object, required) - `errand.id` (string) - `file_obj` (object, required) - `file_obj.name` (string) wanted filename of the file - `file_obj.md5_hash` (string) base64 encoded md5hash of the file - `file_obj.get` (string) - `file_obj.post` (object) - `file_obj.post.url` (string) - `file_obj.post.fields` (object) - `id` (string, required) Additional Validation Information: Must be unique - `custom_id` (string,null) - `organization` (object,null) - `created_at` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields