POST api/Enquiry/RemoveEnquiryDetailsById
Request Information
URI Parameters
None.
Body Parameters
EnquiryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| enquirymasterid | integer |
None. |
|
| logininfoid | integer |
None. |
|
| enquirynumber | integer |
None. |
|
| mobileno | string |
None. |
|
| fullname | string |
None. |
|
| string |
None. |
||
| fulladdress | string |
None. |
|
| academicyearid | integer |
None. |
|
| enquirydate | date |
None. |
|
| genderid | integer |
None. |
|
| programid | integer |
None. |
|
| hassibling | boolean |
None. |
|
| sourceid | integer |
None. |
|
| stageid | integer |
None. |
|
| companymasterid | integer |
None. |
|
| studentname | string |
None. |
|
| dob | date |
None. |
|
| nextfollowup | date |
None. |
|
| lastcontacted | date |
None. |
|
| _local | date |
None. |
|
| _local2 | date |
None. |
|
| _local3 | date |
None. |
|
| _local4 | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_local": "2026-07-11T22:54:24.7837639+05:30",
"_local2": "2026-07-11T22:54:24.7837639+05:30",
"_local3": "2026-07-11T22:54:24.7837639+05:30",
"_local4": "2026-07-11T22:54:24.7837639+05:30",
"enquirymasterid": 1,
"logininfoid": 1,
"enquirynumber": 1,
"mobileno": "sample string 1",
"fullname": "sample string 2",
"email": "sample string 3",
"fulladdress": "sample string 4",
"academicyearid": 1,
"enquirydate": "2026-07-11T22:54:24.7837639+05:30",
"genderid": 1,
"programid": 1,
"hassibling": true,
"sourceid": 1,
"stageid": 1,
"companymasterid": 7,
"studentname": "sample string 8",
"dob": "2026-07-11T22:54:24.7837639+05:30",
"nextfollowup": "2026-07-11T22:54:24.7837639+05:30",
"lastcontacted": "2026-07-11T22:54:24.7837639+05:30"
}
application/xml, text/xml
Sample:
<EnquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vcareapi.Models"> <_local>2026-07-11T22:54:24.7837639+05:30</_local> <_local2>2026-07-11T22:54:24.7837639+05:30</_local2> <_local3>2026-07-11T22:54:24.7837639+05:30</_local3> <_local4>2026-07-11T22:54:24.7837639+05:30</_local4> <academicyearid>1</academicyearid> <companymasterid>7</companymasterid> <dob>2026-07-11T22:54:24.7837639+05:30</dob> <email>sample string 3</email> <enquirydate>2026-07-11T22:54:24.7837639+05:30</enquirydate> <enquirymasterid>1</enquirymasterid> <enquirynumber>1</enquirynumber> <fulladdress>sample string 4</fulladdress> <fullname>sample string 2</fullname> <genderid>1</genderid> <hassibling>true</hassibling> <lastcontacted>2026-07-11T22:54:24.7837639+05:30</lastcontacted> <logininfoid>1</logininfoid> <mobileno>sample string 1</mobileno> <nextfollowup>2026-07-11T22:54:24.7837639+05:30</nextfollowup> <programid>1</programid> <sourceid>1</sourceid> <stageid>1</stageid> <studentname>sample string 8</studentname> </EnquiryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResultViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| errorCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": {},
"errorCode": 4
}
application/xml, text/xml
Sample:
<HttpResultViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vcareapi.Models"> <data /> <errorCode>4</errorCode> <message>sample string 2</message> <status>true</status> </HttpResultViewModel>