PUT api/Appointment/UpdateAppointmentPolicyAddress

Request Information

URI Parameters

None.

Body Parameters

Mdl_DU_Contact_Details
NameDescriptionTypeAdditional information
DU_Contact_Id

integer

None.

FK_Id

integer

None.

Contact_For

string

None.

Contact_Type_Id

integer

None.

Comm_Same

integer

None.

House_Flat_No

string

None.

Street_No_Name1

string

None.

Street_No_Name2

string

None.

Landmark

string

None.

Area_Id

integer

None.

City_Town_Id

integer

None.

Village_Id

integer

None.

District_Id

integer

None.

State_Id

integer

None.

Country_Id

integer

None.

Fixed_Mobile

string

None.

Mobile

string

None.

Alternate_Mobile

string

None.

Fixed_Email

string

None.

Email

string

None.

Alternate_Email

string

None.

Phone_1

string

None.

Phone_2

string

None.

Fax_1

string

None.

Fax_2

string

None.

User_Id

string

None.

Row_Version

string

None.

Is_From_INH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DU_Contact_Id": 1,
  "FK_Id": 2,
  "Contact_For": "sample string 3",
  "Contact_Type_Id": 4,
  "Comm_Same": 5,
  "House_Flat_No": "sample string 6",
  "Street_No_Name1": "sample string 7",
  "Street_No_Name2": "sample string 8",
  "Landmark": "sample string 9",
  "Area_Id": 10,
  "City_Town_Id": 11,
  "Village_Id": 12,
  "District_Id": 13,
  "State_Id": 14,
  "Country_Id": 15,
  "Fixed_Mobile": "sample string 16",
  "Mobile": "sample string 17",
  "Alternate_Mobile": "sample string 18",
  "Fixed_Email": "sample string 19",
  "Email": "sample string 20",
  "Alternate_Email": "sample string 21",
  "Phone_1": "sample string 22",
  "Phone_2": "sample string 23",
  "Fax_1": "sample string 24",
  "Fax_2": "sample string 25",
  "User_Id": "sample string 26",
  "Row_Version": "sample string 27",
  "Is_From_INH": "sample string 28"
}

application/xml, text/xml

Sample:
<Mdl_DU_Contact_Details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Alternate_Email>sample string 21</Alternate_Email>
  <Alternate_Mobile>sample string 18</Alternate_Mobile>
  <Area_Id>10</Area_Id>
  <City_Town_Id>11</City_Town_Id>
  <Comm_Same>5</Comm_Same>
  <Contact_For>sample string 3</Contact_For>
  <Contact_Type_Id>4</Contact_Type_Id>
  <Country_Id>15</Country_Id>
  <DU_Contact_Id>1</DU_Contact_Id>
  <District_Id>13</District_Id>
  <Email>sample string 20</Email>
  <FK_Id>2</FK_Id>
  <Fax_1>sample string 24</Fax_1>
  <Fax_2>sample string 25</Fax_2>
  <Fixed_Email>sample string 19</Fixed_Email>
  <Fixed_Mobile>sample string 16</Fixed_Mobile>
  <House_Flat_No>sample string 6</House_Flat_No>
  <Is_From_INH>sample string 28</Is_From_INH>
  <Landmark>sample string 9</Landmark>
  <Mobile>sample string 17</Mobile>
  <Phone_1>sample string 22</Phone_1>
  <Phone_2>sample string 23</Phone_2>
  <Row_Version>sample string 27</Row_Version>
  <State_Id>14</State_Id>
  <Street_No_Name1>sample string 7</Street_No_Name1>
  <Street_No_Name2>sample string 8</Street_No_Name2>
  <User_Id>sample string 26</User_Id>
  <Village_Id>12</Village_Id>
</Mdl_DU_Contact_Details>

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>