POST api/Inquiry/AddFromNew?FormId={FormId}&Name={Name}&EmailId={EmailId}&ContactNo={ContactNo}&City={City}&FatherName={FatherName}&SchoolName={SchoolName}
Documentation for 'AddFromNew'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
FormId | Documentation for 'FormId'. |
Define this parameter in the request URI. |
Name | Documentation for 'Name'. |
Define this parameter in the request URI. |
EmailId | Documentation for 'EmailId'. |
Define this parameter in the request URI. |
ContactNo | Documentation for 'ContactNo'. |
Define this parameter in the request URI. |
City | Documentation for 'City'. |
Define this parameter in the request URI. |
FatherName | Documentation for 'FatherName'. |
Define this parameter in the request URI. |
SchoolName | Documentation for 'SchoolName'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2" }
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IdtIndiaAPI.Controllers"> <message>sample string 2</message> <status>sample string 1</status> </Response>