POST api/AddEditPropertyRecord
Request Information
URI Parameters
None.
Body Parameters
PropertyOwnerOccupierCM| Name | Description | Type | Additional information |
|---|---|---|---|
| OccupierCm | OccupierCM |
None. |
|
| OwnerCm | Ownercm |
None. |
|
| PropertyTax | PropertyTax |
None. |
|
| Change_management | change_management |
None. |
|
| Flag | integer |
None. |
|
| Pin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OccupierCm": {
"propertyId": "sample string 1",
"OccupierPortion": 2,
"OccupierTypeOfBuilding": 3,
"OccupierCoveredLandArea": 4.1,
"coveredAreaUnit": 5,
"OccupierSelfRented": "sample string 6",
"OccupierName": "sample string 7",
"OccupierCnic": "sample string 8",
"Date": "2026-01-09T18:27:05.4338683-08:00",
"isdeleted": true,
"purpose": 11,
"ChangemanagementStatus": 12,
"monthlyRentalValue": 13.1,
"isHotel": true
},
"OwnerCm": {
"propertyId": "sample string 1",
"nameOwnerInfo": "sample string 2",
"fatherNameOwnerInfo": "sample string 3",
"cnicOwnerInfo": "sample string 4",
"address1OwnerInfo": "sample string 5",
"spnTypeOwnerInfo": 6,
"dob": "sample string 7",
"Share_value_1": 8.1,
"Share_value_2": 9.1,
"Share_holder": "sample string 10",
"Gender": 11
},
"PropertyTax": {
"Property_id": "sample string 1",
"Garv": 2.1,
"Calculate_Garv": 3.1,
"Calculate_Garv_New": 4.1,
"Clause_a": 5.1,
"Clause_b": 6.1,
"Clause_c": 7.1,
"Total_Reduction": 8.1,
"Arv": 9.1,
"Calculate_Arv": 10.1,
"Calculate_Arv_New": 11.1,
"Annual_Val_obj": "sample string 12",
"Annual_Val_Apl": "sample string 13",
"Remarks": "sample string 14",
"Entrydate": "sample string 15",
"Exact_amount": 16.1,
"date_time": "sample string 17",
"DataEentered_Name": "sample string 18",
"DataEntered_Designation": "sample string 19",
"Verified_Name": "sample string 20",
"Verified_designation": "sample string 21",
"Status": "sample string 22",
"Is_fraud": "sample string 23",
"Calculated_Total_Tax": 24.1,
"Calculated_Total_Tax_New": 25.1,
"Is_Exempted": true,
"Exemption_Rules_id": 27,
"Is_pt1_printed": true,
"Arrears": 29.1,
"Excise_status": "sample string 30",
"Examption_rules": "sample string 31"
},
"Change_management": {
"property_id": "sample string 1",
"file_no": "sample string 2",
"status": "sample string 3",
"request_type": "sample string 4",
"pursuance": "sample string 5",
"name": "sample string 6",
"address": "sample string 7",
"cnic": "sample string 8",
"cell_no": "sample string 9",
"date_of_application": "sample string 10",
"uploaded_file": "sample string 11",
"in_use": 12,
"date_time": "sample string 13",
"ChangemanagementStatus": 14,
"MaxDiaryNumber": 15,
"EffectiveYear": 16,
"dtOrderDate": "sample string 17",
"Month": 18,
"OrderNo": "sample string 19",
"Remission": 20.1,
"Payable_Property_Tax": 21.1,
"ChangeTypeId": 22
},
"Flag": 1,
"Pin": "sample string 2"
}
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.