POST api/PropertyDetailReport
Request Information
URI Parameters
None.
Body Parameters
tbl_PropertySearch| Name | Description | Type | Additional information |
|---|---|---|---|
| PTIN | string |
None. |
|
| Owner_Name | string |
None. |
|
| House_No | string |
None. |
|
| Mobile_No | string |
None. |
|
| Zone_Id | integer |
None. |
|
| Ward_Id | integer |
None. |
|
| Locality_Id | integer |
None. |
|
| PropertyDetails_Id | integer |
None. |
|
| Show_All_FY_Data | integer |
None. |
|
| BillGenerate_Id | integer |
None. |
|
| FinancialYear_Id | integer |
None. |
|
| WaterDetails_Id | integer |
None. |
|
| Search_Type | string |
None. |
|
| PropertyCategory_Id | integer |
None. |
|
| Person_Id | integer |
None. |
|
| Order_By | string |
None. |
|
| Bill_View | string |
None. |
|
| From_Date | string |
None. |
|
| Till_Date | string |
None. |
|
| Payment_Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PTIN": "sample string 1",
"Owner_Name": "sample string 2",
"House_No": "sample string 3",
"Mobile_No": "sample string 4",
"Zone_Id": 5,
"Ward_Id": 6,
"Locality_Id": 7,
"PropertyDetails_Id": 8,
"Show_All_FY_Data": 9,
"BillGenerate_Id": 10,
"FinancialYear_Id": 11,
"WaterDetails_Id": 12,
"Search_Type": "sample string 13",
"PropertyCategory_Id": 14,
"Person_Id": 15,
"Order_By": "sample string 16",
"Bill_View": "sample string 17",
"From_Date": "sample string 18",
"Till_Date": "sample string 19",
"Payment_Mode": "sample string 20"
}
application/xml, text/xml
Sample:
<tbl_PropertySearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS_Mathura_API.Models"> <BillGenerate_Id>10</BillGenerate_Id> <Bill_View>sample string 17</Bill_View> <FinancialYear_Id>11</FinancialYear_Id> <From_Date>sample string 18</From_Date> <House_No>sample string 3</House_No> <Locality_Id>7</Locality_Id> <Mobile_No>sample string 4</Mobile_No> <Order_By>sample string 16</Order_By> <Owner_Name>sample string 2</Owner_Name> <PTIN>sample string 1</PTIN> <Payment_Mode>sample string 20</Payment_Mode> <Person_Id>15</Person_Id> <PropertyCategory_Id>14</PropertyCategory_Id> <PropertyDetails_Id>8</PropertyDetails_Id> <Search_Type>sample string 13</Search_Type> <Show_All_FY_Data>9</Show_All_FY_Data> <Till_Date>sample string 19</Till_Date> <Ward_Id>6</Ward_Id> <WaterDetails_Id>12</WaterDetails_Id> <Zone_Id>5</Zone_Id> </tbl_PropertySearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |