GET api/Followup/getFollowupById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EnquiryFollowupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EnquiryFollowupId | decimal number |
None. |
|
| EnquiryId | decimal number |
None. |
|
| FollowUpDate | date |
None. |
|
| FollowUpDueDate | date |
None. |
|
| Next_FollowUp_Date | date |
None. |
|
| StudentName | string |
None. |
|
| FathersMobileNo | string |
None. |
|
| StudentEmail | string |
None. |
|
| FeesPackageName | string |
None. |
|
| StageName | string |
None. |
|
| EmployeeName | string |
None. |
|
| LeadRemarks | string |
None. |
|
| LastRemark | string |
None. |
|
| Mobile | string |
None. |
|
| IsAdmitted | string |
None. |
|
| MothersMobileNo | string |
None. |
|
| EnquiryDate | date |
None. |
|
| LeadSourceName | string |
None. |
|
| FollowupTakenBy | string |
None. |
|
| FollowupType | integer |
None. |
|
| CallStartTime | string |
None. |
|
| CallEndTime | string |
None. |
|
| ResponseTypeId | decimal number |
None. |
|
| LeadTypeId | decimal number |
None. |
|
| LeadStageId | decimal number |
None. |
|
| FeesPackageId | integer |
None. |
|
| IsFollowUp_Required | boolean |
None. |
|
| EmployeeId | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"EnquiryFollowupId": 1.0,
"EnquiryId": 1.0,
"FollowUpDate": "2025-12-06T09:47:23.4806527+05:30",
"FollowUpDueDate": "2025-12-06T09:47:23.4806527+05:30",
"Next_FollowUp_Date": "2025-12-06T09:47:23.4806527+05:30",
"StudentName": "sample string 1",
"FathersMobileNo": "sample string 2",
"StudentEmail": "sample string 3",
"FeesPackageName": "sample string 4",
"StageName": "sample string 5",
"EmployeeName": "sample string 6",
"LeadRemarks": "sample string 7",
"LastRemark": "sample string 8",
"Mobile": "sample string 9",
"IsAdmitted": "sample string 10",
"MothersMobileNo": "sample string 11",
"EnquiryDate": "2025-12-06T09:47:23.4806527+05:30",
"LeadSourceName": "sample string 12",
"FollowupTakenBy": "sample string 13",
"FollowupType": 14,
"CallStartTime": "sample string 15",
"CallEndTime": "sample string 16",
"ResponseTypeId": 1.0,
"LeadTypeId": 1.0,
"LeadStageId": 1.0,
"FeesPackageId": 1,
"IsFollowUp_Required": true,
"EmployeeId": 17.0
}
application/xml, text/xml
Sample:
<EnquiryFollowupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <CallEndTime>sample string 16</CallEndTime> <CallStartTime>sample string 15</CallStartTime> <EmployeeId>17</EmployeeId> <EmployeeName>sample string 6</EmployeeName> <EnquiryDate>2025-12-06T09:47:23.4806527+05:30</EnquiryDate> <EnquiryFollowupId>1</EnquiryFollowupId> <EnquiryId>1</EnquiryId> <FathersMobileNo>sample string 2</FathersMobileNo> <FeesPackageId>1</FeesPackageId> <FeesPackageName>sample string 4</FeesPackageName> <FollowUpDate>2025-12-06T09:47:23.4806527+05:30</FollowUpDate> <FollowUpDueDate>2025-12-06T09:47:23.4806527+05:30</FollowUpDueDate> <FollowupTakenBy>sample string 13</FollowupTakenBy> <FollowupType>14</FollowupType> <IsAdmitted>sample string 10</IsAdmitted> <IsFollowUp_Required>true</IsFollowUp_Required> <LastRemark>sample string 8</LastRemark> <LeadRemarks>sample string 7</LeadRemarks> <LeadSourceName>sample string 12</LeadSourceName> <LeadStageId>1</LeadStageId> <LeadTypeId>1</LeadTypeId> <Mobile>sample string 9</Mobile> <MothersMobileNo>sample string 11</MothersMobileNo> <Next_FollowUp_Date>2025-12-06T09:47:23.4806527+05:30</Next_FollowUp_Date> <ResponseTypeId>1</ResponseTypeId> <StageName>sample string 5</StageName> <StudentEmail>sample string 3</StudentEmail> <StudentName>sample string 1</StudentName> </EnquiryFollowupDto>