DELETE api/Pro_Customer_Master/{Village_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Village_Id | string |
Required |
Body Parameters
Mdl_Pro_Customer_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Pro_Cust_Id | integer |
None. |
|
| Allocate_By_User_Id | integer |
None. |
|
| Allocate_Date | string |
None. |
|
| Cust_Type_Id | integer |
None. |
|
| DU_Cust_ID | integer |
None. |
|
| INH_Cust_ID | integer |
None. |
|
| INH_Previous_Policy_Id | integer |
None. |
|
| INH_New_Policy_Id | integer |
None. |
|
| Is_From_DU | string |
None. |
|
| Is_From_INH | string |
None. |
|
| Allocate_User_Id | integer |
None. |
|
| Is_In_Process | string |
None. |
|
| Process_Id | integer |
None. |
|
| Is_INH | string |
None. |
|
| Is_Lost | integer |
None. |
|
| Field1 | string |
None. |
|
| Field2 | string |
None. |
|
| Field3 | string |
None. |
|
| Field4 | string |
None. |
|
| Field5 | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| Row_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pro_Cust_Id": 1,
"Allocate_By_User_Id": 2,
"Allocate_Date": "sample string 3",
"Cust_Type_Id": 4,
"DU_Cust_ID": 5,
"INH_Cust_ID": 6,
"INH_Previous_Policy_Id": 7,
"INH_New_Policy_Id": 8,
"Is_From_DU": "sample string 9",
"Is_From_INH": "sample string 10",
"Allocate_User_Id": 11,
"Is_In_Process": "sample string 12",
"Process_Id": 13,
"Is_INH": "sample string 14",
"Is_Lost": 15,
"Field1": "sample string 16",
"Field2": "sample string 17",
"Field3": "sample string 18",
"Field4": "sample string 19",
"Field5": "sample string 20",
"IsActive": "sample string 21",
"CreatedBy": "sample string 22",
"CreatedDate": "2025-12-06T09:47:45.0813538+05:30",
"ModifiedBy": "sample string 24",
"ModifiedDate": "2025-12-06T09:47:45.0813538+05:30",
"Row_Version": "sample string 26"
}
application/xml, text/xml
Sample:
<Mdl_Pro_Customer_Master xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Allocate_By_User_Id>2</Allocate_By_User_Id> <Allocate_Date>sample string 3</Allocate_Date> <Allocate_User_Id>11</Allocate_User_Id> <CreatedBy>sample string 22</CreatedBy> <CreatedDate>2025-12-06T09:47:45.0813538+05:30</CreatedDate> <Cust_Type_Id>4</Cust_Type_Id> <DU_Cust_ID>5</DU_Cust_ID> <Field1>sample string 16</Field1> <Field2>sample string 17</Field2> <Field3>sample string 18</Field3> <Field4>sample string 19</Field4> <Field5>sample string 20</Field5> <INH_Cust_ID>6</INH_Cust_ID> <INH_New_Policy_Id>8</INH_New_Policy_Id> <INH_Previous_Policy_Id>7</INH_Previous_Policy_Id> <IsActive>sample string 21</IsActive> <Is_From_DU>sample string 9</Is_From_DU> <Is_From_INH>sample string 10</Is_From_INH> <Is_INH>sample string 14</Is_INH> <Is_In_Process>sample string 12</Is_In_Process> <Is_Lost>15</Is_Lost> <ModifiedBy>sample string 24</ModifiedBy> <ModifiedDate>2025-12-06T09:47:45.0813538+05:30</ModifiedDate> <Pro_Cust_Id>1</Pro_Cust_Id> <Process_Id>13</Process_Id> <Row_Version>sample string 26</Row_Version> </Mdl_Pro_Customer_Master>
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>