# Bulk write 'Signedcontractdocument' Endpoint: POST /contracts/signedcontractdocument/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_type` (object, required) - `content_type.id` (string) - `object_id` (string, required) - `document_file` (object, required) - `document_file.name` (string) wanted filename of the file - `document_file.md5_hash` (string) base64 encoded md5hash of the file - `document_file.get` (string) - `document_file.post` (object) - `document_file.post.url` (string) - `document_file.post.fields` (object) - `category` (integer,null) Enum: 0, 1, 2 - `custom_id` (string,null) - `organization` (object,null) ## Response 201 fields (application/json): - `content_type` (object, required) - `content_type.id` (string) - `object_id` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `document_file` (object, required) - `document_file.name` (string) wanted filename of the file - `document_file.md5_hash` (string) base64 encoded md5hash of the file - `document_file.get` (string) - `document_file.post` (object) - `document_file.post.url` (string) - `document_file.post.fields` (object) - `category` (integer,null) Enum: 0, 1, 2 - `custom_id` (string,null) - `created_at` (string) - `organization` (object,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields