POST api/ContactPerson/SaveDetails
Request Information
URI Parameters
None.
Body Parameters
Mdl_DU_Contact_Person_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| DU_Person_Id | integer |
None. |
|
| DU_Cust_Id | integer |
None. |
|
| Is_Self | integer |
None. |
|
| Designation_Id | integer |
None. |
|
| Relation_Id | integer |
None. |
|
| Salutation_Id | integer |
None. |
|
| First_Name | string |
None. |
|
| Middle_Name | string |
None. |
|
| Last_Name | string |
None. |
|
| First_Name_Father | string |
None. |
|
| Middle_Name_Father | string |
None. |
|
| Last_Name_Father | string |
None. |
|
| Gender_Id | integer |
None. |
|
| Religion_Id | integer |
None. |
|
| Nationality_Id | integer |
None. |
|
| DOB | string |
None. |
|
| Marital_Id | integer |
None. |
|
| DOA | string |
None. |
|
| User_Id | string |
None. |
|
| Row_Version | string |
None. |
|
| DU_Contact_Id | integer |
None. |
|
| FK_Id | integer |
None. |
|
| Contact_For | string |
None. |
|
| Contact_Type_Id | 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. |
|
| string |
None. |
||
| Alternate_Email | string |
None. |
|
| Phone_1 | string |
None. |
|
| Phone_2 | string |
None. |
|
| Fax_1 | string |
None. |
|
| Fax_2 | string |
None. |
|
| Address_Row_Version | string |
None. |
|
| Is_From_INH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DU_Person_Id": 1,
"DU_Cust_Id": 2,
"Is_Self": 3,
"Designation_Id": 4,
"Relation_Id": 5,
"Salutation_Id": 6,
"First_Name": "sample string 7",
"Middle_Name": "sample string 8",
"Last_Name": "sample string 9",
"First_Name_Father": "sample string 10",
"Middle_Name_Father": "sample string 11",
"Last_Name_Father": "sample string 12",
"Gender_Id": 13,
"Religion_Id": 14,
"Nationality_Id": 15,
"DOB": "sample string 16",
"Marital_Id": 17,
"DOA": "sample string 18",
"User_Id": "sample string 19",
"Row_Version": "sample string 20",
"DU_Contact_Id": 21,
"FK_Id": 22,
"Contact_For": "sample string 23",
"Contact_Type_Id": 24,
"House_Flat_No": "sample string 25",
"Street_No_Name1": "sample string 26",
"Street_No_Name2": "sample string 27",
"Landmark": "sample string 28",
"Area_Id": 29,
"City_Town_Id": 30,
"Village_Id": 31,
"District_Id": 32,
"State_Id": 33,
"Country_Id": 34,
"Fixed_Mobile": "sample string 35",
"Mobile": "sample string 36",
"Alternate_Mobile": "sample string 37",
"Fixed_Email": "sample string 38",
"Email": "sample string 39",
"Alternate_Email": "sample string 40",
"Phone_1": "sample string 41",
"Phone_2": "sample string 42",
"Fax_1": "sample string 43",
"Fax_2": "sample string 44",
"Address_Row_Version": "sample string 45",
"Is_From_INH": "sample string 46"
}
application/xml, text/xml
Sample:
<Mdl_DU_Contact_Person_Details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Address_Row_Version>sample string 45</Address_Row_Version> <Alternate_Email>sample string 40</Alternate_Email> <Alternate_Mobile>sample string 37</Alternate_Mobile> <Area_Id>29</Area_Id> <City_Town_Id>30</City_Town_Id> <Contact_For>sample string 23</Contact_For> <Contact_Type_Id>24</Contact_Type_Id> <Country_Id>34</Country_Id> <DOA>sample string 18</DOA> <DOB>sample string 16</DOB> <DU_Contact_Id>21</DU_Contact_Id> <DU_Cust_Id>2</DU_Cust_Id> <DU_Person_Id>1</DU_Person_Id> <Designation_Id>4</Designation_Id> <District_Id>32</District_Id> <Email>sample string 39</Email> <FK_Id>22</FK_Id> <Fax_1>sample string 43</Fax_1> <Fax_2>sample string 44</Fax_2> <First_Name>sample string 7</First_Name> <First_Name_Father>sample string 10</First_Name_Father> <Fixed_Email>sample string 38</Fixed_Email> <Fixed_Mobile>sample string 35</Fixed_Mobile> <Gender_Id>13</Gender_Id> <House_Flat_No>sample string 25</House_Flat_No> <Is_From_INH>sample string 46</Is_From_INH> <Is_Self>3</Is_Self> <Landmark>sample string 28</Landmark> <Last_Name>sample string 9</Last_Name> <Last_Name_Father>sample string 12</Last_Name_Father> <Marital_Id>17</Marital_Id> <Middle_Name>sample string 8</Middle_Name> <Middle_Name_Father>sample string 11</Middle_Name_Father> <Mobile>sample string 36</Mobile> <Nationality_Id>15</Nationality_Id> <Phone_1>sample string 41</Phone_1> <Phone_2>sample string 42</Phone_2> <Relation_Id>5</Relation_Id> <Religion_Id>14</Religion_Id> <Row_Version>sample string 20</Row_Version> <Salutation_Id>6</Salutation_Id> <State_Id>33</State_Id> <Street_No_Name1>sample string 26</Street_No_Name1> <Street_No_Name2>sample string 27</Street_No_Name2> <User_Id>sample string 19</User_Id> <Village_Id>31</Village_Id> </Mdl_DU_Contact_Person_Details>
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>