POST api/EnquiryMasterAPI/AddEnquiryMasterRowDetails
Documentation for 'AddEnquiryMasterRowDetails'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
appCom | Documentation for 'appCom'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "EnquiryClassCode": 1, "EnquiryNo": "sample string 1", "StudentName": "sample string 2", "DateOfBirth": "2024-12-22T15:33:32.8009591-07:00", "Sex": "sample string 3", "FatherPhone": "sample string 4", "FatherName": "sample string 5", "FatherMobile": "sample string 6", "MotherName": "sample string 7", "MotherPhone": "sample string 8", "MotherMobile": "sample string 9", "CorrespondanceAddress1": "sample string 10", "CorrespondanceAddress2": "sample string 11", "CorrespondanceAddress3": "sample string 12", "CorrespondanceArea": "sample string 13", "CorrespondanceCity": "sample string 14", "Email": "sample string 15", "UserName": "sample string 16", "AddUser": "sample string 17", "CompanyCode": 18, "FYCode": 19, "Stream": "sample string 20", "Medium": "sample string 21", "Coaching": "sample string 22", "FPPAmount": "sample string 23", "SubjectName1": "sample string 24", "SubjectName2": "sample string 25", "SubjectName3": "sample string 26", "SubjectName4": "sample string 27", "InsRemarks1": "sample string 28", "InsRemarks2": "sample string 29", "InsRemarks3": "sample string 30", "InsRemarks4": "sample string 31", "CounsellorName": "sample string 32", "PermanentAddress1": "sample string 33", "PermanentAddress2": "sample string 34", "PermanentAddress3": "sample string 35", "PermanentArea": "sample string 36", "PermanentCity": "sample string 37", "Refname": "sample string 38", "SchoolName": "sample string 39", "APKId": 40, "Status": "sample string 41", "Response": true, "ErrorMsg": "sample string 43" }
application/xml, text/xml
Sample:
<EnquiryMasterRowAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.Enquiry"> <APKId>40</APKId> <AddUser>sample string 17</AddUser> <Coaching>sample string 22</Coaching> <CompanyCode>18</CompanyCode> <CorrespondanceAddress1>sample string 10</CorrespondanceAddress1> <CorrespondanceAddress2>sample string 11</CorrespondanceAddress2> <CorrespondanceAddress3>sample string 12</CorrespondanceAddress3> <CorrespondanceArea>sample string 13</CorrespondanceArea> <CorrespondanceCity>sample string 14</CorrespondanceCity> <CounsellorName>sample string 32</CounsellorName> <DateOfBirth>2024-12-22T15:33:32.8009591-07:00</DateOfBirth> <Email>sample string 15</Email> <EnquiryClassCode>1</EnquiryClassCode> <EnquiryNo>sample string 1</EnquiryNo> <ErrorMsg>sample string 43</ErrorMsg> <FPPAmount>sample string 23</FPPAmount> <FYCode>19</FYCode> <FatherMobile>sample string 6</FatherMobile> <FatherName>sample string 5</FatherName> <FatherPhone>sample string 4</FatherPhone> <InsRemarks1>sample string 28</InsRemarks1> <InsRemarks2>sample string 29</InsRemarks2> <InsRemarks3>sample string 30</InsRemarks3> <InsRemarks4>sample string 31</InsRemarks4> <Medium>sample string 21</Medium> <MotherMobile>sample string 9</MotherMobile> <MotherName>sample string 7</MotherName> <MotherPhone>sample string 8</MotherPhone> <PermanentAddress1>sample string 33</PermanentAddress1> <PermanentAddress2>sample string 34</PermanentAddress2> <PermanentAddress3>sample string 35</PermanentAddress3> <PermanentArea>sample string 36</PermanentArea> <PermanentCity>sample string 37</PermanentCity> <Refname>sample string 38</Refname> <Response>true</Response> <SchoolName>sample string 39</SchoolName> <Sex>sample string 3</Sex> <Status>sample string 41</Status> <Stream>sample string 20</Stream> <StudentName>sample string 2</StudentName> <SubjectName1>sample string 24</SubjectName1> <SubjectName2>sample string 25</SubjectName2> <SubjectName3>sample string 26</SubjectName3> <SubjectName4>sample string 27</SubjectName4> <UserName>sample string 16</UserName> </EnquiryMasterRowAppVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "EnquiryClassCode": 1, "EnquiryNo": "sample string 1", "StudentName": "sample string 2", "DateOfBirth": "2024-12-22T15:33:32.8009591-07:00", "Sex": "sample string 3", "FatherPhone": "sample string 4", "FatherName": "sample string 5", "FatherMobile": "sample string 6", "MotherName": "sample string 7", "MotherPhone": "sample string 8", "MotherMobile": "sample string 9", "CorrespondanceAddress1": "sample string 10", "CorrespondanceAddress2": "sample string 11", "CorrespondanceAddress3": "sample string 12", "CorrespondanceArea": "sample string 13", "CorrespondanceCity": "sample string 14", "Email": "sample string 15", "UserName": "sample string 16", "AddUser": "sample string 17", "CompanyCode": 18, "FYCode": 19, "Stream": "sample string 20", "Medium": "sample string 21", "Coaching": "sample string 22", "FPPAmount": "sample string 23", "SubjectName1": "sample string 24", "SubjectName2": "sample string 25", "SubjectName3": "sample string 26", "SubjectName4": "sample string 27", "InsRemarks1": "sample string 28", "InsRemarks2": "sample string 29", "InsRemarks3": "sample string 30", "InsRemarks4": "sample string 31", "CounsellorName": "sample string 32", "PermanentAddress1": "sample string 33", "PermanentAddress2": "sample string 34", "PermanentAddress3": "sample string 35", "PermanentArea": "sample string 36", "PermanentCity": "sample string 37", "Refname": "sample string 38", "SchoolName": "sample string 39", "APKId": 40, "Status": "sample string 41", "Response": true, "ErrorMsg": "sample string 43" }
application/xml, text/xml
Sample:
<EnquiryMasterRowAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.Enquiry"> <APKId>40</APKId> <AddUser>sample string 17</AddUser> <Coaching>sample string 22</Coaching> <CompanyCode>18</CompanyCode> <CorrespondanceAddress1>sample string 10</CorrespondanceAddress1> <CorrespondanceAddress2>sample string 11</CorrespondanceAddress2> <CorrespondanceAddress3>sample string 12</CorrespondanceAddress3> <CorrespondanceArea>sample string 13</CorrespondanceArea> <CorrespondanceCity>sample string 14</CorrespondanceCity> <CounsellorName>sample string 32</CounsellorName> <DateOfBirth>2024-12-22T15:33:32.8009591-07:00</DateOfBirth> <Email>sample string 15</Email> <EnquiryClassCode>1</EnquiryClassCode> <EnquiryNo>sample string 1</EnquiryNo> <ErrorMsg>sample string 43</ErrorMsg> <FPPAmount>sample string 23</FPPAmount> <FYCode>19</FYCode> <FatherMobile>sample string 6</FatherMobile> <FatherName>sample string 5</FatherName> <FatherPhone>sample string 4</FatherPhone> <InsRemarks1>sample string 28</InsRemarks1> <InsRemarks2>sample string 29</InsRemarks2> <InsRemarks3>sample string 30</InsRemarks3> <InsRemarks4>sample string 31</InsRemarks4> <Medium>sample string 21</Medium> <MotherMobile>sample string 9</MotherMobile> <MotherName>sample string 7</MotherName> <MotherPhone>sample string 8</MotherPhone> <PermanentAddress1>sample string 33</PermanentAddress1> <PermanentAddress2>sample string 34</PermanentAddress2> <PermanentAddress3>sample string 35</PermanentAddress3> <PermanentArea>sample string 36</PermanentArea> <PermanentCity>sample string 37</PermanentCity> <Refname>sample string 38</Refname> <Response>true</Response> <SchoolName>sample string 39</SchoolName> <Sex>sample string 3</Sex> <Status>sample string 41</Status> <Stream>sample string 20</Stream> <StudentName>sample string 2</StudentName> <SubjectName1>sample string 24</SubjectName1> <SubjectName2>sample string 25</SubjectName2> <SubjectName3>sample string 26</SubjectName3> <SubjectName4>sample string 27</SubjectName4> <UserName>sample string 16</UserName> </EnquiryMasterRowAppVM>