POST api/SaveHealthCallingFollowUp
Request Information
URI Parameters
None.
Body Parameters
Mdl_HTH_Calling_FollowUp| Name | Description | Type | Additional information |
|---|---|---|---|
| HTH_Pro_Cust_Id | string |
None. |
|
| FollowUp_Status | string |
None. |
|
| Reminder_Date | string |
None. |
|
| Reminder_Time_From | string |
None. |
|
| Reminder_Time_To | string |
None. |
|
| Appointment_Date | string |
None. |
|
| Appoint_Time_From | string |
None. |
|
| Appoint_User_Id | string |
None. |
|
| Lost_Company_Id | string |
None. |
|
| Lost_Reason_Id | string |
None. |
|
| Lost_Premium | string |
None. |
|
| User_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HTH_Pro_Cust_Id": "sample string 1",
"FollowUp_Status": "sample string 2",
"Reminder_Date": "sample string 3",
"Reminder_Time_From": "sample string 4",
"Reminder_Time_To": "sample string 5",
"Appointment_Date": "sample string 6",
"Appoint_Time_From": "sample string 7",
"Appoint_User_Id": "sample string 8",
"Lost_Company_Id": "sample string 9",
"Lost_Reason_Id": "sample string 10",
"Lost_Premium": "sample string 11",
"User_Id": "sample string 12"
}
application/xml, text/xml
Sample:
<Mdl_HTH_Calling_FollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Appoint_Time_From>sample string 7</Appoint_Time_From> <Appoint_User_Id>sample string 8</Appoint_User_Id> <Appointment_Date>sample string 6</Appointment_Date> <FollowUp_Status>sample string 2</FollowUp_Status> <HTH_Pro_Cust_Id>sample string 1</HTH_Pro_Cust_Id> <Lost_Company_Id>sample string 9</Lost_Company_Id> <Lost_Premium>sample string 11</Lost_Premium> <Lost_Reason_Id>sample string 10</Lost_Reason_Id> <Reminder_Date>sample string 3</Reminder_Date> <Reminder_Time_From>sample string 4</Reminder_Time_From> <Reminder_Time_To>sample string 5</Reminder_Time_To> <User_Id>sample string 12</User_Id> </Mdl_HTH_Calling_FollowUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>