POST api/Followup/insertRecord
Request Information
URI Parameters
None.
Body Parameters
EnquiryFollowup| 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. |
|
| LeadStageId | integer |
None. |
|
| LeadTypeId | integer |
None. |
|
| FeesPackageId | integer |
None. |
|
| NextFollowupRequired | string |
None. |
|
| FollowUpDueDate | string |
None. |
|
| NextFollowUpDate | string |
None. |
|
| NextFollowUpTime | string |
None. |
|
| ResponseTypeId | integer |
None. |
|
| CallStartTime | string |
None. |
|
| CallEndTime | string |
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,
"LeadStageId": 7,
"LeadTypeId": 8,
"FeesPackageId": 9,
"NextFollowupRequired": "sample string 10",
"FollowUpDueDate": "sample string 11",
"NextFollowUpDate": "sample string 12",
"NextFollowUpTime": "sample string 13",
"ResponseTypeId": 14,
"CallStartTime": "sample string 15",
"CallEndTime": "sample string 16"
}
application/xml, text/xml
Sample:
<EnquiryFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <BranchId>2</BranchId> <CallEndTime>sample string 16</CallEndTime> <CallStartTime>sample string 15</CallStartTime> <EmployeeId>6</EmployeeId> <EnquiryFollowupId>1</EnquiryFollowupId> <EnquiryId>1</EnquiryId> <FeesPackageId>9</FeesPackageId> <FollowUpDate>sample string 3</FollowUpDate> <FollowUpDueDate>sample string 11</FollowUpDueDate> <FollowUpTime>sample string 4</FollowUpTime> <LeadRemarks>sample string 5</LeadRemarks> <LeadStageId>7</LeadStageId> <LeadTypeId>8</LeadTypeId> <NextFollowUpDate>sample string 12</NextFollowUpDate> <NextFollowUpTime>sample string 13</NextFollowUpTime> <NextFollowupRequired>sample string 10</NextFollowupRequired> <ResponseTypeId>14</ResponseTypeId> </EnquiryFollowup>
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>