POST api/Followup/insertRecord/FeesFollowup
Request Information
URI Parameters
None.
Body Parameters
FeesFollowup| Name | Description | Type | Additional information |
|---|---|---|---|
| EnquiryFollowupId | decimal number |
None. |
|
| EnquiryId | integer |
None. |
|
| BranchId | integer |
None. |
|
| FollowUpDate | string |
None. |
|
| FollowUpTime | string |
None. |
|
| LeadRemarks | string |
None. |
|
| EmployeeId | integer |
None. |
|
| FollowUpDueDate | string |
None. |
|
| NextFollowUpDate | string |
None. |
|
| NextFollowUpTime | string |
None. |
|
| InstallmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EnquiryFollowupId": 1.0,
"EnquiryId": 1,
"BranchId": 2,
"FollowUpDate": "sample string 3",
"FollowUpTime": "sample string 4",
"LeadRemarks": "sample string 5",
"EmployeeId": 6,
"FollowUpDueDate": "sample string 7",
"NextFollowUpDate": "sample string 8",
"NextFollowUpTime": "sample string 9",
"InstallmentId": 10
}
application/xml, text/xml
Sample:
<FollowupController.FeesFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Controllers"> <BranchId>2</BranchId> <EmployeeId>6</EmployeeId> <EnquiryFollowupId>1</EnquiryFollowupId> <EnquiryId>1</EnquiryId> <FollowUpDate>sample string 3</FollowUpDate> <FollowUpDueDate>sample string 7</FollowUpDueDate> <FollowUpTime>sample string 4</FollowUpTime> <InstallmentId>10</InstallmentId> <LeadRemarks>sample string 5</LeadRemarks> <NextFollowUpDate>sample string 8</NextFollowUpDate> <NextFollowUpTime>sample string 9</NextFollowUpTime> </FollowupController.FeesFollowup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>