POST api/Followup/insertRecord
Request Information
URI Parameters
None.
Body Parameters
EnquiryFollowupName | 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. |
|
FeesPackageId | integer |
None. |
|
NextFollowupRequired | string |
None. |
|
FollowUpDueDate | string |
None. |
|
NextFollowUpDate | string |
None. |
|
NextFollowUpTime | 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, "FeesPackageId": 8, "NextFollowupRequired": "sample string 9", "FollowUpDueDate": "sample string 10", "NextFollowUpDate": "sample string 11", "NextFollowUpTime": "sample string 12" }
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> <EmployeeId>6</EmployeeId> <EnquiryFollowupId>1</EnquiryFollowupId> <EnquiryId>1</EnquiryId> <FeesPackageId>8</FeesPackageId> <FollowUpDate>sample string 3</FollowUpDate> <FollowUpDueDate>sample string 10</FollowUpDueDate> <FollowUpTime>sample string 4</FollowUpTime> <LeadRemarks>sample string 5</LeadRemarks> <LeadStageId>7</LeadStageId> <NextFollowUpDate>sample string 11</NextFollowUpDate> <NextFollowUpTime>sample string 12</NextFollowUpTime> <NextFollowupRequired>sample string 9</NextFollowupRequired> </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>