POST api/UpdateCalling/SaveCancelAppointmentDetails

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pro_ReminderAppointment
NameDescriptionTypeAdditional information
Pro_Cust_Id

integer

None.

Insurance_Id

integer

None.

Follow_Up_Status

integer

None.

Appoint_To_User_Id

integer

None.

User_Id

string

None.

Reminder_Date

string

None.

Reminder_Time_From

string

None.

Snooze_Time

string

None.

Appointment_Date

string

None.

Appoint_Time_From

string

None.

Appoint_Time_To

string

None.

Company

string

None.

Amount

string

None.

Idv_ID

string

None.

Lost_Date

string

None.

Lost_Reason_Id

string

None.

Is_From_INH

string

None.

Doc_Verify_By

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Cust_Id": 1,
  "Insurance_Id": 2,
  "Follow_Up_Status": 3,
  "Appoint_To_User_Id": 4,
  "User_Id": "sample string 5",
  "Reminder_Date": "sample string 6",
  "Reminder_Time_From": "sample string 7",
  "Snooze_Time": "sample string 8",
  "Appointment_Date": "sample string 9",
  "Appoint_Time_From": "sample string 10",
  "Appoint_Time_To": "sample string 11",
  "Company": "sample string 12",
  "Amount": "sample string 13",
  "Idv_ID": "sample string 14",
  "Lost_Date": "sample string 15",
  "Lost_Reason_Id": "sample string 16",
  "Is_From_INH": "sample string 17",
  "Doc_Verify_By": "sample string 18"
}

application/xml, text/xml

Sample:
<Mdl_Pro_ReminderAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Amount>sample string 13</Amount>
  <Appoint_Time_From>sample string 10</Appoint_Time_From>
  <Appoint_Time_To>sample string 11</Appoint_Time_To>
  <Appoint_To_User_Id>4</Appoint_To_User_Id>
  <Appointment_Date>sample string 9</Appointment_Date>
  <Company>sample string 12</Company>
  <Doc_Verify_By>sample string 18</Doc_Verify_By>
  <Follow_Up_Status>3</Follow_Up_Status>
  <Idv_ID>sample string 14</Idv_ID>
  <Insurance_Id>2</Insurance_Id>
  <Is_From_INH>sample string 17</Is_From_INH>
  <Lost_Date>sample string 15</Lost_Date>
  <Lost_Reason_Id>sample string 16</Lost_Reason_Id>
  <Pro_Cust_Id>1</Pro_Cust_Id>
  <Reminder_Date>sample string 6</Reminder_Date>
  <Reminder_Time_From>sample string 7</Reminder_Time_From>
  <Snooze_Time>sample string 8</Snooze_Time>
  <User_Id>sample string 5</User_Id>
</Mdl_Pro_ReminderAppointment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>