POST api/NewProperty
Request Information
URI Parameters
None.
Body Parameters
PropertyOwnerOccupier| Name | Description | Type | Additional information |
|---|---|---|---|
| Owner | Owner |
None. |
|
| Occupier | Occupier |
None. |
|
| Property | Property |
None. |
Request Formats
application/json, text/json
Sample:
{
"Owner": {
"Property_id": "sample string 1",
"Name": "sample string 2",
"Share_holder": "sample string 3",
"Share_Value": 4.1,
"father_husband_name": "sample string 5",
"Owner_cnic": "sample string 6",
"Owner_mob": "sample string 7",
"Owner_email": "sample string 8",
"Owner_address": "sample string 9",
"Date_time": "sample string 10",
"OwnerType": 11,
"isdeleted": 12,
"Status": 13,
"Gender": 14,
"DateOfBirth": "sample string 15"
},
"Occupier": {
"Property_id": "sample string 1",
"Portion_id": 2,
"Building_type_id": 3,
"Covered_Area": 4.1,
"CovertedAreaUnit": 5,
"Self_Rent": "sample string 6",
"Name": "sample string 7",
"Cnic": "sample string 8",
"Date": "sample string 9",
"isdeleted": 10,
"Purpose": 11,
"MonthlyRentalValue": 12.1,
"Ishotel": 13
},
"Property": {
"pt1_id": "sample string 1",
"Pin": "sample string 2",
"Block_Id": 3,
"Serial_Number": 4.1,
"Existing_serial": "sample string 5",
"Existing_code": "sample string 6",
"Street_Address": "sample string 7",
"Total_Land_Area": 8.1,
"Total_Covered_Area": 9.1,
"Land_Area_Unit": 10,
"Covered_Area_Unit": 11,
"Storeys": 12,
"Accommodation": "sample string 13",
"Category_R": "sample string 14",
"Category_C": "sample string 15",
"Category_R_New": "sample string 16",
"Category_C_New": "sample string 17",
"Location": "sample string 18",
"Site_Rent": "sample string 19",
"Year_Construction": 20,
"Year_Last_Alteration": 21,
"Garv": 22.1,
"Calculate_Garv": 23.1,
"Clause_a": 24.1,
"Clause_b": 25.1,
"Clause_c": 26.1,
"Total_Reduction": 27.1,
"Arv": 28.1,
"Calculate_Arv": 29.1,
"Annual_Val_obj": "sample string 30",
"Annual_Val_Apl": "sample string 31",
"Remarks": "sample string 32",
"Entrydate": "sample string 33",
"Exact_amount": 34.1,
"date_time": "sample string 35",
"DataEentered_Name": "sample string 36",
"DataEntered_Designation": "sample string 37",
"Verified_Name": "sample string 38",
"Verified_designation": "sample string 39",
"Status": "sample string 40",
"Is_fraud": "sample string 41",
"Calculated_Total_Tax": 42.1,
"Is_Exempted": 43,
"Exemption_Rules_id": 44,
"Is_pt1_printed": 45,
"Arrears": 46.1,
"Excise_status": "sample string 47",
"Examption_rules": "sample string 48",
"User_Id": "sample string 49",
"oldreference": "sample string 50",
"isNew": 51,
"oldKey": "sample string 52",
"Lwb_code": "sample string 53",
"PropertyType": 54,
"EffectiveYear": 55,
"Month": 56,
"Flag": 57
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.