# Create 'Faqentry' Endpoint: POST /communication/tenantinformation/faqentry/ 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): - `collection` (object, required) - `collection.id` (string) - `answer` (string, required) - `question` (string, required) - `display_priority` (integer) - `custom_id` (string,null) - `file_obj` (object,null) - `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) - `organization` (object,null) ## Response 201 fields (application/json): - `collection` (object, required) - `collection.id` (string) - `id` (string, required) Additional Validation Information: Must be unique - `answer` (string, required) - `question` (string, required) - `created_at` (string) - `display_priority` (integer) - `custom_id` (string,null) - `file_obj` (object,null) - `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) - `organization` (object,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields