POST api/Queries
Request Information
URI Parameters
None.
Body Parameters
Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 50 |
|
| string |
Required String length: inclusive between 0 and 50 |
||
| ContactNo | decimal number |
Required |
|
| Skype | string |
String length: inclusive between 0 and 50 |
|
| Country | string |
String length: inclusive between 0 and 500 |
|
| QueryText | string |
String length: inclusive between 0 and 2000 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required |
|
| ByWhichDomain | string |
Required |
|
| Status | string |
String length: inclusive between 0 and 100 |
|
| HandleBy | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
{
"Id": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"ContactNo": 4.0,
"Skype": "sample string 5",
"Country": "sample string 6",
"QueryText": "sample string 7",
"AddDate": "2025-10-29T20:19:44.6104484Z",
"IPAddress": "sample string 9",
"ByWhichDomain": "sample string 10",
"Status": "sample string 11",
"HandleBy": "sample string 12"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 50 |
|
| string |
Required String length: inclusive between 0 and 50 |
||
| ContactNo | decimal number |
Required |
|
| Skype | string |
String length: inclusive between 0 and 50 |
|
| Country | string |
String length: inclusive between 0 and 500 |
|
| QueryText | string |
String length: inclusive between 0 and 2000 |
|
| AddDate | date |
Required |
|
| IPAddress | string |
Required |
|
| ByWhichDomain | string |
Required |
|
| Status | string |
String length: inclusive between 0 and 100 |
|
| HandleBy | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
{
"Id": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"ContactNo": 4.0,
"Skype": "sample string 5",
"Country": "sample string 6",
"QueryText": "sample string 7",
"AddDate": "2025-10-29T20:19:44.6260635Z",
"IPAddress": "sample string 9",
"ByWhichDomain": "sample string 10",
"Status": "sample string 11",
"HandleBy": "sample string 12"
}