DELETE api/refpincode/{Pincode_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pincode_Id | string |
Required |
Body Parameters
Mdl_Ref_Pincode| Name | Description | Type | Additional information |
|---|---|---|---|
| Pincode_Id | integer |
None. |
|
| Country_Id | integer |
None. |
|
| State_Id | integer |
None. |
|
| District_Id | integer |
None. |
|
| City_Town_Id | integer |
None. |
|
| Village_Id | integer |
None. |
|
| Area_Id | integer |
None. |
|
| Pincode | string |
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:
{
"Pincode_Id": 1,
"Country_Id": 2,
"State_Id": 3,
"District_Id": 4,
"City_Town_Id": 5,
"Village_Id": 6,
"Area_Id": 7,
"Pincode": "sample string 8",
"Field1": "sample string 9",
"Field2": "sample string 10",
"Field3": "sample string 11",
"Field4": "sample string 12",
"Field5": "sample string 13",
"IsActive": "sample string 14",
"CreatedBy": "sample string 15",
"CreatedDate": "2025-12-06T09:45:06.0010934+05:30",
"ModifiedBy": "sample string 17",
"ModifiedDate": "2025-12-06T09:45:06.0010934+05:30",
"Row_Version": "sample string 19"
}
application/xml, text/xml
Sample:
<Mdl_Ref_Pincode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Area_Id>7</Area_Id> <City_Town_Id>5</City_Town_Id> <Country_Id>2</Country_Id> <CreatedBy>sample string 15</CreatedBy> <CreatedDate>2025-12-06T09:45:06.0010934+05:30</CreatedDate> <District_Id>4</District_Id> <Field1>sample string 9</Field1> <Field2>sample string 10</Field2> <Field3>sample string 11</Field3> <Field4>sample string 12</Field4> <Field5>sample string 13</Field5> <IsActive>sample string 14</IsActive> <ModifiedBy>sample string 17</ModifiedBy> <ModifiedDate>2025-12-06T09:45:06.0010934+05:30</ModifiedDate> <Pincode>sample string 8</Pincode> <Pincode_Id>1</Pincode_Id> <Row_Version>sample string 19</Row_Version> <State_Id>3</State_Id> <Village_Id>6</Village_Id> </Mdl_Ref_Pincode>
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>