Contain the details of all the queries which are asked by users of a particular site through the contact us form.
| Value | Description | 
|---|---|
| name Type: string | Name of the client. Example: Satyam | 
| email Type: string Required | Email-id of the client. Example: | 
| subject Type: string | In this field, a valid subject of the query is provided. Example: Invite | 
| message Type: string | In this field, the description of the query is provided. Example: Hi Hello Welcome | 
| phone Type: string | In this field, contact number of the client is mentioned. Example: 8922163349 | 
| created_on Type: datetime Read Only | Date and time at which the query was created. Example: 2014-08-26T12:09:05.008Z | 
| replies Type: array | Reply of the query from the admin. |