POST api/AddCancelAppointment

Request Information

URI Parameters

None.

Body Parameters

MdlCancelAppointment
NameDescriptionTypeAdditional information
Pro_Appoint_Id

string

None.

Pro_Cust_Id

string

None.

Request_To_User_Id

string

None.

User_Id

string

None.

OpType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Appoint_Id": "sample string 1",
  "Pro_Cust_Id": "sample string 2",
  "Request_To_User_Id": "sample string 3",
  "User_Id": "sample string 4",
  "OpType": "sample string 5"
}

application/xml, text/xml

Sample:
<MdlCancelAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Business_Logic.Pro_Re_Appointment">
  <OpType>sample string 5</OpType>
  <Pro_Appoint_Id>sample string 1</Pro_Appoint_Id>
  <Pro_Cust_Id>sample string 2</Pro_Cust_Id>
  <Request_To_User_Id>sample string 3</Request_To_User_Id>
  <User_Id>sample string 4</User_Id>
</MdlCancelAppointment>

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>