DIGIT Specifications
PlatformUrbanHealthPublic FinanceSanitation
  • Specifications Overview
    • Standardisation Approach
  • Common Service Specs
    • Access Control
    • Analytics
    • Billing
    • Collection
    • Dashboard Analytics
    • Decision Support System Ingest
    • Document Controller
    • Employee
    • Encryption
    • Filestore
    • ID Generation
    • Inbox
    • Indexer
    • Master
    • Master Data Management
    • OTP
    • Payment Gateway
    • PDF Generation
    • URL Shortening
    • User
    • Workflow
  • Domain Service Specs
    • Attendance
    • Bank Account
    • Billing Calculator
    • Birth-Death
    • Building Plan Approval
    • Building Plan Calculator
    • Campaign
    • Campaign Delivery
    • Contracts
    • Estimates
    • eChallan
    • Facility
    • Faecal Sludge Management (FSM)
    • Fire NOC
    • Fire NOC Calculator
    • Household
    • Individual
    • Inventory
    • Land
    • Muster Roll
    • National Dashboard Ingest
    • No Objection Certificate
    • Organization
    • Planning
    • Product
    • Project
    • Property Registry
    • Property Tax Calculator
    • Public Grievance Redressal
    • Registration
    • Sewerage Connection
    • Stock
    • Supervision
    • Sync
    • Trade Licence
    • Trade Licence Calculator
    • User Events
    • Vehicle Registration
    • Vendor Registration
    • Water Connection
  • Archived-docs
    • DIGIT Urban Service Specs
      • Property Tax Service
        • Property Tax Taxonomy
        • Property Tax Data Model
        • Property Tax Service API
      • Public Grievance Redressal Service
        • Public Grievance Redressal Taxonomy
        • Public Grievance Redressal Data Model
        • Public Grievance Redressal Service API
      • Trade License Service
        • Trade License Taxonomy
        • Trade License Data Model
        • Trade License API
      • Fire NOC Service
        • Fire NOC Taxonomy
        • Fire NOC Data Model
        • Fire NOC API
      • Miscellaneous Collection Service
        • Miscellaneous Collections Taxonomy
        • Miscellaneous Collections Data Model
        • Miscellaneous Collection API
      • Online Building Plan Approval Service
        • Online Building Plan Approval Taxonomy
        • Online Building Plan Approval Data Model
        • Online Building Plan Approval Service API
      • Water & Sewerage Service
        • Water & Sewerage Taxonomy
        • Water Service Data Model
        • Sewerage Service Data Model
        • Water & Sewerage Service API
      • Birth & Death Service
        • Birth & Death Taxonomy
        • Birth & Death Data Model
        • Birth & Death Service API
    • DIGIT Public Finance Management Service Specs
      • iFIX Master Data Service API
      • Adapter Master Data Service API
      • mGramSeva iFIX Adapter Service API
      • iFIX Department Entity Service API
      • Fiscal Event API
    • DIGIT Health Service Specs
      • Health Service Data Model
      • Health Service API
    • DIGIT Sanitation Service Specs
      • Faecal Sludge Management Service
        • Faecal Sludge Management Data Model
        • Faecal Sludge Management Service API
Powered by GitBook

​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page

Was this helpful?

Export as PDF
  1. Archived-docs
  2. DIGIT Urban Service Specs
  3. Property Tax Service

Property Tax Service API

PreviousProperty Tax Data ModelNextPublic Grievance Redressal Service

Last updated 2 years ago

Was this helpful?

Property Tax Service API Contract

Property Tax Information System

Property Registry API Specs

Property Tax Calculator Service

https://raw.githubusercontent.com/egovernments/Core-Platform/service-contracts/contracts/urban/property-service-contract'
https://raw.githubusercontent.com/egovernments/DIGIT-OSS/master/municipal-services/pt-calculator-v2/src/main/resources/pt-calculator-v2-persister.yml

Creates new property.

post

Creates new property with basic information related to land and owner information. Can be integrated with other modules like Water and Sewerage or Trade License to act as base entity against which water connection or trade license can be issued

Body

Contract class to receive request. Array of Property items are used in case of create . Where as single Property item is used for update

Responses
200
OK
*/*
201
Property created sucessfully
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_create HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 6052

{
  "Property": {
    "id": "text",
    "tenantId": "text",
    "accountId": "text",
    "propertyId": "text",
    "oldPropertyId": "text",
    "acknowldgementNumber": "text",
    "propertyType": "text",
    "surveyId": "text",
    "address": {
      "additionalDetails": {},
      "buildingName": "text",
      "city": "text",
      "country": "text",
      "district": "text",
      "doorNo": "text",
      "geoLocation": {
        "latitude": 1,
        "longitude": 1
      },
      "id": "text",
      "landmark": "text",
      "locality": {
        "area": "text",
        "children": [
          {
            "area": "text",
            "children": "[Circular Reference]",
            "code": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "materializedPath": "text",
            "name": "text",
            "ANY_ADDITIONAL_PROPERTY": {
              "href": "text",
              "templated": true
            }
          }
        ],
        "code": "text",
        "label": "text",
        "latitude": "text",
        "longitude": "text",
        "materializedPath": "text",
        "name": "text",
        "ANY_ADDITIONAL_PROPERTY": {
          "href": "text",
          "templated": true
        }
      },
      "pincode": "text",
      "plotNo": "text",
      "region": "text",
      "state": "text",
      "street": "text",
      "tenantId": "text"
    },
    "channel": "SYSTEM",
    "source": "MUNICIPAL_RECORDS",
    "creationReason": "CREATE",
    "documents": [
      {
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "documentType": "text",
        "documentUid": "text",
        "fileStoreId": "text",
        "id": "text",
        "status": "ACTIVE"
      }
    ],
    "institution": {
      "additionalDetails": {},
      "designation": "text",
      "id": "text",
      "name": "text",
      "nameOfAuthorizedPerson": "text",
      "tenantId": "text",
      "type": "text"
    },
    "landArea": 1,
    "superBuiltUpArea": 1,
    "units": [
      {
        "active": true,
        "additionalDetails": {},
        "arv": 1,
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "constructionDetail": {
          "builtUpArea": 1,
          "carpetArea": 1,
          "constructionDate": 1,
          "constructionType": "text",
          "dimensions": {},
          "plinthArea": 1,
          "superBuiltUpArea": 1
        },
        "floorNo": 1,
        "id": "text",
        "occupancyDate": 1,
        "occupancyType": "text",
        "tenantId": "text",
        "unitType": "Building, Room, Kitchen etc.",
        "usageCategory": "text"
      }
    ],
    "usageCategory": "text",
    "linkedProperties": [
      "text"
    ],
    "noOfFloors": 1,
    "owners": [
      {
        "aadhaarNumber": "text",
        "accountLocked": true,
        "active": true,
        "altContactNumber": "text",
        "bloodGroup": "text",
        "correspondenceAddress": "text",
        "correspondenceCity": "text",
        "correspondencePinCode": "text",
        "createdBy": "text",
        "createdDate": 1,
        "dob": 1,
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "emailId": "text",
        "fatherOrHusbandName": "text",
        "gender": "text",
        "id": 1,
        "identificationMark": "text",
        "institutionId": "text",
        "isPrimaryOwner": true,
        "lastModifiedBy": "text",
        "lastModifiedDate": 1,
        "locale": "text",
        "mobileNumber": "text",
        "name": "text",
        "ownerInfoUuid": "text",
        "ownerShipPercentage": 1,
        "ownerType": "text",
        "pan": "text",
        "password": "text",
        "permanentAddress": "text",
        "permanentCity": "text",
        "permanentPinCode": "text",
        "photo": "text",
        "pwdExpiryDate": 1,
        "relationship": "FATHER",
        "roles": [
          {
            "id": 1,
            "name": "text",
            "code": "text",
            "tenantId": "text"
          }
        ],
        "salutation": "text",
        "signature": "text",
        "status": "ACTIVE",
        "tenantId": "text",
        "type": "text",
        "userName": "text",
        "uuid": "text"
      }
    ],
    "ownershipCategory": "text",
    "status": "ACTIVE",
    "workflow": {
      "action": "text",
      "assignes": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "salutation": "text",
          "signature": "text",
          "userName": "text",
          "name": "text",
          "type": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "tenantId": "text",
          "uuid": "text"
        }
      ],
      "businessId": "text",
      "businessService": "text",
      "comment": "text",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "id": "text",
      "moduleName": "text",
      "notificationAction": "text",
      "state": {
        "actions": [
          {
            "action": "text",
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "currentState": "text",
            "nextState": "text",
            "roles": [
              "text"
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "applicationStatus": "text",
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "businessServiceId": "text",
        "docUploadRequired": true,
        "isStartState": true,
        "isStateUpdatable": true,
        "isTerminateState": true,
        "sla": 1,
        "state": "text",
        "tenantId": "text",
        "uuid": "text"
      },
      "tenantId": "text"
    },
    "auditDetails": {
      "createdBy": "text",
      "createdTime": 1,
      "lastModifiedBy": "text",
      "lastModifiedTime": 1
    },
    "additionalDetails": {
      "array": true,
      "bigDecimal": true,
      "bigInteger": true,
      "binary": true,
      "boolean": true,
      "containerNode": true,
      "double": true,
      "empty": true,
      "float": true,
      "floatingPointNumber": true,
      "int": true,
      "integralNumber": true,
      "long": true,
      "missingNode": true,
      "nodeType": "ARRAY",
      "null": true,
      "number": true,
      "object": true,
      "pojo": true,
      "short": true,
      "textual": true,
      "valueNode": true
    }
  },
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{
  "Properties": [
    {
      "id": "text",
      "tenantId": "text",
      "accountId": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "acknowldgementNumber": "text",
      "propertyType": "text",
      "surveyId": "text",
      "address": {
        "additionalDetails": {},
        "buildingName": "text",
        "city": "text",
        "country": "text",
        "district": "text",
        "doorNo": "text",
        "geoLocation": {
          "latitude": 1,
          "longitude": 1
        },
        "id": "text",
        "landmark": "text",
        "locality": {
          "area": "text",
          "children": [
            "[Circular Reference]"
          ],
          "code": "text",
          "label": "text",
          "latitude": "text",
          "longitude": "text",
          "materializedPath": "text",
          "name": "text",
          "ANY_ADDITIONAL_PROPERTY": {
            "href": "text",
            "templated": true
          }
        },
        "pincode": "text",
        "plotNo": "text",
        "region": "text",
        "state": "text",
        "street": "text",
        "tenantId": "text"
      },
      "channel": "SYSTEM",
      "source": "MUNICIPAL_RECORDS",
      "creationReason": "CREATE",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "institution": {
        "additionalDetails": {},
        "designation": "text",
        "id": "text",
        "name": "text",
        "nameOfAuthorizedPerson": "text",
        "tenantId": "text",
        "type": "text"
      },
      "landArea": 1,
      "superBuiltUpArea": 1,
      "units": [
        {
          "active": true,
          "additionalDetails": {},
          "arv": 1,
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "constructionDetail": {
            "builtUpArea": 1,
            "carpetArea": 1,
            "constructionDate": 1,
            "constructionType": "text",
            "dimensions": {},
            "plinthArea": 1,
            "superBuiltUpArea": 1
          },
          "floorNo": 1,
          "id": "text",
          "occupancyDate": 1,
          "occupancyType": "text",
          "tenantId": "text",
          "unitType": "Building, Room, Kitchen etc.",
          "usageCategory": "text"
        }
      ],
      "usageCategory": "text",
      "linkedProperties": [
        "text"
      ],
      "noOfFloors": 1,
      "owners": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "documents": [
            {
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "documentType": "text",
              "documentUid": "text",
              "fileStoreId": "text",
              "id": "text",
              "status": "ACTIVE"
            }
          ],
          "emailId": "text",
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "institutionId": "text",
          "isPrimaryOwner": true,
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "mobileNumber": "text",
          "name": "text",
          "ownerInfoUuid": "text",
          "ownerShipPercentage": 1,
          "ownerType": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "relationship": "FATHER",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "salutation": "text",
          "signature": "text",
          "status": "ACTIVE",
          "tenantId": "text",
          "type": "text",
          "userName": "text",
          "uuid": "text"
        }
      ],
      "ownershipCategory": "text",
      "status": "ACTIVE",
      "workflow": {
        "action": "text",
        "assignes": [
          {
            "aadhaarNumber": "text",
            "accountLocked": true,
            "active": true,
            "altContactNumber": "text",
            "bloodGroup": "text",
            "correspondenceAddress": "text",
            "correspondenceCity": "text",
            "correspondencePinCode": "text",
            "createdBy": "text",
            "createdDate": 1,
            "dob": 1,
            "fatherOrHusbandName": "text",
            "gender": "text",
            "id": 1,
            "identificationMark": "text",
            "lastModifiedBy": "text",
            "lastModifiedDate": 1,
            "locale": "text",
            "pan": "text",
            "password": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPinCode": "text",
            "photo": "text",
            "pwdExpiryDate": 1,
            "salutation": "text",
            "signature": "text",
            "userName": "text",
            "name": "text",
            "type": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "tenantId": "text"
              }
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "businessId": "text",
        "businessService": "text",
        "comment": "text",
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "id": "text",
        "moduleName": "text",
        "notificationAction": "text",
        "state": {
          "actions": [
            {
              "action": "text",
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "currentState": "text",
              "nextState": "text",
              "roles": [
                "text"
              ],
              "tenantId": "text",
              "uuid": "text"
            }
          ],
          "applicationStatus": "text",
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "businessServiceId": "text",
          "docUploadRequired": true,
          "isStartState": true,
          "isStateUpdatable": true,
          "isTerminateState": true,
          "sla": 1,
          "state": "text",
          "tenantId": "text",
          "uuid": "text"
        },
        "tenantId": "text"
      },
      "auditDetails": {
        "createdBy": "text",
        "createdTime": 1,
        "lastModifiedBy": "text",
        "lastModifiedTime": 1
      },
      "additionalDetails": {
        "array": true,
        "bigDecimal": true,
        "bigInteger": true,
        "binary": true,
        "boolean": true,
        "containerNode": true,
        "double": true,
        "empty": true,
        "float": true,
        "floatingPointNumber": true,
        "int": true,
        "integralNumber": true,
        "long": true,
        "missingNode": true,
        "nodeType": "ARRAY",
        "null": true,
        "number": true,
        "object": true,
        "pojo": true,
        "short": true,
        "textual": true,
        "valueNode": true
      }
    }
  ],
  "ResponseInfo": {
    "apiId": "text",
    "msgId": "text",
    "resMsgId": "text",
    "status": "text",
    "ts": 1,
    "ver": "text"
  }
}

propertyMigration

post
Query parameters
accountIdstringOptional
addressidsstring[]Optional
asOnDateinteger · int64Optional
documentidsstring[]Optional
doorNostringOptional
financialYearstringOptional
idsstring[]Optional
limitinteger · int64Optional
localitystringOptional
mobileNumberstringOptional
namestringOptional
offsetinteger · int64Optional
oldpropertyidsstring[]Optional
owneridsstring[]Optional
propertyDetailStatusstring · enumOptionalPossible values:
propertyDetailidsstring[]Optional
propertyIdstringOptional
Show properties
tenantIdstringOptional
unitidsstring[]Optional
userNamestringOptional
Body
Responses
200
OK
*/*
Responseobject
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_migration HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 902

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{}

plainsearch

post
Query parameters
acknowledgementIdsstring[]Optional
auditbooleanOptional
creationReasonstring[]Optional
doorNostringOptional
fromDateinteger · int64Optional
isInboxSearchbooleanOptional
limitinteger · int64Optional
localitystringOptional
mobileNumberstringOptional
namestringOptional
offsetinteger · int64Optional
oldPropertyIdstringOptional
oldpropertyidsstring[]Optional
ownerIdsstring[]Optional
propertyIdsstring[]Optional
Show properties
tenantIdstringOptional
tenantIdsstring[]Optional
toDateinteger · int64Optional
uuidsstring[]Optional
Body
Responses
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_plainsearch HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 902

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{
  "Properties": [
    {
      "id": "text",
      "tenantId": "text",
      "accountId": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "acknowldgementNumber": "text",
      "propertyType": "text",
      "surveyId": "text",
      "address": {
        "additionalDetails": {},
        "buildingName": "text",
        "city": "text",
        "country": "text",
        "district": "text",
        "doorNo": "text",
        "geoLocation": {
          "latitude": 1,
          "longitude": 1
        },
        "id": "text",
        "landmark": "text",
        "locality": {
          "area": "text",
          "children": [
            "[Circular Reference]"
          ],
          "code": "text",
          "label": "text",
          "latitude": "text",
          "longitude": "text",
          "materializedPath": "text",
          "name": "text",
          "ANY_ADDITIONAL_PROPERTY": {
            "href": "text",
            "templated": true
          }
        },
        "pincode": "text",
        "plotNo": "text",
        "region": "text",
        "state": "text",
        "street": "text",
        "tenantId": "text"
      },
      "channel": "SYSTEM",
      "source": "MUNICIPAL_RECORDS",
      "creationReason": "CREATE",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "institution": {
        "additionalDetails": {},
        "designation": "text",
        "id": "text",
        "name": "text",
        "nameOfAuthorizedPerson": "text",
        "tenantId": "text",
        "type": "text"
      },
      "landArea": 1,
      "superBuiltUpArea": 1,
      "units": [
        {
          "active": true,
          "additionalDetails": {},
          "arv": 1,
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "constructionDetail": {
            "builtUpArea": 1,
            "carpetArea": 1,
            "constructionDate": 1,
            "constructionType": "text",
            "dimensions": {},
            "plinthArea": 1,
            "superBuiltUpArea": 1
          },
          "floorNo": 1,
          "id": "text",
          "occupancyDate": 1,
          "occupancyType": "text",
          "tenantId": "text",
          "unitType": "Building, Room, Kitchen etc.",
          "usageCategory": "text"
        }
      ],
      "usageCategory": "text",
      "linkedProperties": [
        "text"
      ],
      "noOfFloors": 1,
      "owners": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "documents": [
            {
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "documentType": "text",
              "documentUid": "text",
              "fileStoreId": "text",
              "id": "text",
              "status": "ACTIVE"
            }
          ],
          "emailId": "text",
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "institutionId": "text",
          "isPrimaryOwner": true,
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "mobileNumber": "text",
          "name": "text",
          "ownerInfoUuid": "text",
          "ownerShipPercentage": 1,
          "ownerType": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "relationship": "FATHER",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "salutation": "text",
          "signature": "text",
          "status": "ACTIVE",
          "tenantId": "text",
          "type": "text",
          "userName": "text",
          "uuid": "text"
        }
      ],
      "ownershipCategory": "text",
      "status": "ACTIVE",
      "workflow": {
        "action": "text",
        "assignes": [
          {
            "aadhaarNumber": "text",
            "accountLocked": true,
            "active": true,
            "altContactNumber": "text",
            "bloodGroup": "text",
            "correspondenceAddress": "text",
            "correspondenceCity": "text",
            "correspondencePinCode": "text",
            "createdBy": "text",
            "createdDate": 1,
            "dob": 1,
            "fatherOrHusbandName": "text",
            "gender": "text",
            "id": 1,
            "identificationMark": "text",
            "lastModifiedBy": "text",
            "lastModifiedDate": 1,
            "locale": "text",
            "pan": "text",
            "password": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPinCode": "text",
            "photo": "text",
            "pwdExpiryDate": 1,
            "salutation": "text",
            "signature": "text",
            "userName": "text",
            "name": "text",
            "type": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "tenantId": "text"
              }
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "businessId": "text",
        "businessService": "text",
        "comment": "text",
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "id": "text",
        "moduleName": "text",
        "notificationAction": "text",
        "state": {
          "actions": [
            {
              "action": "text",
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "currentState": "text",
              "nextState": "text",
              "roles": [
                "text"
              ],
              "tenantId": "text",
              "uuid": "text"
            }
          ],
          "applicationStatus": "text",
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "businessServiceId": "text",
          "docUploadRequired": true,
          "isStartState": true,
          "isStateUpdatable": true,
          "isTerminateState": true,
          "sla": 1,
          "state": "text",
          "tenantId": "text",
          "uuid": "text"
        },
        "tenantId": "text"
      },
      "auditDetails": {
        "createdBy": "text",
        "createdTime": 1,
        "lastModifiedBy": "text",
        "lastModifiedTime": 1
      },
      "additionalDetails": {
        "array": true,
        "bigDecimal": true,
        "bigInteger": true,
        "binary": true,
        "boolean": true,
        "containerNode": true,
        "double": true,
        "empty": true,
        "float": true,
        "floatingPointNumber": true,
        "int": true,
        "integralNumber": true,
        "long": true,
        "missingNode": true,
        "nodeType": "ARRAY",
        "null": true,
        "number": true,
        "object": true,
        "pojo": true,
        "short": true,
        "textual": true,
        "valueNode": true
      }
    }
  ],
  "ResponseInfo": {
    "apiId": "text",
    "msgId": "text",
    "resMsgId": "text",
    "status": "text",
    "ts": 1,
    "ver": "text"
  }
}

Get the list of properties defined in the system.

post

Get the properties list based on the input parameters.

Query parameters
acknowledgementIdsstring[]Optional
auditbooleanOptional
creationReasonstring[]Optional
doorNostringOptional
fromDateinteger · int64Optional
isInboxSearchbooleanOptional
limitinteger · int64Optional
localitystringOptional
mobileNumberstringOptional
namestringOptional
offsetinteger · int64Optional
oldPropertyIdstringOptional
oldpropertyidsstring[]Optional
ownerIdsstring[]Optional
propertyIdsstring[]Optional
Show properties
tenantIdstringOptional
tenantIdsstring[]Optional
toDateinteger · int64Optional
uuidsstring[]Optional
Body
Responses
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_search HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 902

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{
  "Properties": [
    {
      "id": "text",
      "tenantId": "text",
      "accountId": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "acknowldgementNumber": "text",
      "propertyType": "text",
      "surveyId": "text",
      "address": {
        "additionalDetails": {},
        "buildingName": "text",
        "city": "text",
        "country": "text",
        "district": "text",
        "doorNo": "text",
        "geoLocation": {
          "latitude": 1,
          "longitude": 1
        },
        "id": "text",
        "landmark": "text",
        "locality": {
          "area": "text",
          "children": [
            "[Circular Reference]"
          ],
          "code": "text",
          "label": "text",
          "latitude": "text",
          "longitude": "text",
          "materializedPath": "text",
          "name": "text",
          "ANY_ADDITIONAL_PROPERTY": {
            "href": "text",
            "templated": true
          }
        },
        "pincode": "text",
        "plotNo": "text",
        "region": "text",
        "state": "text",
        "street": "text",
        "tenantId": "text"
      },
      "channel": "SYSTEM",
      "source": "MUNICIPAL_RECORDS",
      "creationReason": "CREATE",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "institution": {
        "additionalDetails": {},
        "designation": "text",
        "id": "text",
        "name": "text",
        "nameOfAuthorizedPerson": "text",
        "tenantId": "text",
        "type": "text"
      },
      "landArea": 1,
      "superBuiltUpArea": 1,
      "units": [
        {
          "active": true,
          "additionalDetails": {},
          "arv": 1,
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "constructionDetail": {
            "builtUpArea": 1,
            "carpetArea": 1,
            "constructionDate": 1,
            "constructionType": "text",
            "dimensions": {},
            "plinthArea": 1,
            "superBuiltUpArea": 1
          },
          "floorNo": 1,
          "id": "text",
          "occupancyDate": 1,
          "occupancyType": "text",
          "tenantId": "text",
          "unitType": "Building, Room, Kitchen etc.",
          "usageCategory": "text"
        }
      ],
      "usageCategory": "text",
      "linkedProperties": [
        "text"
      ],
      "noOfFloors": 1,
      "owners": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "documents": [
            {
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "documentType": "text",
              "documentUid": "text",
              "fileStoreId": "text",
              "id": "text",
              "status": "ACTIVE"
            }
          ],
          "emailId": "text",
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "institutionId": "text",
          "isPrimaryOwner": true,
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "mobileNumber": "text",
          "name": "text",
          "ownerInfoUuid": "text",
          "ownerShipPercentage": 1,
          "ownerType": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "relationship": "FATHER",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "salutation": "text",
          "signature": "text",
          "status": "ACTIVE",
          "tenantId": "text",
          "type": "text",
          "userName": "text",
          "uuid": "text"
        }
      ],
      "ownershipCategory": "text",
      "status": "ACTIVE",
      "workflow": {
        "action": "text",
        "assignes": [
          {
            "aadhaarNumber": "text",
            "accountLocked": true,
            "active": true,
            "altContactNumber": "text",
            "bloodGroup": "text",
            "correspondenceAddress": "text",
            "correspondenceCity": "text",
            "correspondencePinCode": "text",
            "createdBy": "text",
            "createdDate": 1,
            "dob": 1,
            "fatherOrHusbandName": "text",
            "gender": "text",
            "id": 1,
            "identificationMark": "text",
            "lastModifiedBy": "text",
            "lastModifiedDate": 1,
            "locale": "text",
            "pan": "text",
            "password": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPinCode": "text",
            "photo": "text",
            "pwdExpiryDate": 1,
            "salutation": "text",
            "signature": "text",
            "userName": "text",
            "name": "text",
            "type": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "tenantId": "text"
              }
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "businessId": "text",
        "businessService": "text",
        "comment": "text",
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "id": "text",
        "moduleName": "text",
        "notificationAction": "text",
        "state": {
          "actions": [
            {
              "action": "text",
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "currentState": "text",
              "nextState": "text",
              "roles": [
                "text"
              ],
              "tenantId": "text",
              "uuid": "text"
            }
          ],
          "applicationStatus": "text",
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "businessServiceId": "text",
          "docUploadRequired": true,
          "isStartState": true,
          "isStateUpdatable": true,
          "isTerminateState": true,
          "sla": 1,
          "state": "text",
          "tenantId": "text",
          "uuid": "text"
        },
        "tenantId": "text"
      },
      "auditDetails": {
        "createdBy": "text",
        "createdTime": 1,
        "lastModifiedBy": "text",
        "lastModifiedTime": 1
      },
      "additionalDetails": {
        "array": true,
        "bigDecimal": true,
        "bigInteger": true,
        "binary": true,
        "boolean": true,
        "containerNode": true,
        "double": true,
        "empty": true,
        "float": true,
        "floatingPointNumber": true,
        "int": true,
        "integralNumber": true,
        "long": true,
        "missingNode": true,
        "nodeType": "ARRAY",
        "null": true,
        "number": true,
        "object": true,
        "pojo": true,
        "short": true,
        "textual": true,
        "valueNode": true
      }
    }
  ],
  "ResponseInfo": {
    "apiId": "text",
    "msgId": "text",
    "resMsgId": "text",
    "status": "text",
    "ts": 1,
    "ver": "text"
  }
}

Update existing property.

post

Updates a given Property with newer details.

Body

Contract class to receive request. Array of Property items are used in case of create . Where as single Property item is used for update

Responses
200
OK
*/*
201
Update Property successful
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_update HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 6052

{
  "Property": {
    "id": "text",
    "tenantId": "text",
    "accountId": "text",
    "propertyId": "text",
    "oldPropertyId": "text",
    "acknowldgementNumber": "text",
    "propertyType": "text",
    "surveyId": "text",
    "address": {
      "additionalDetails": {},
      "buildingName": "text",
      "city": "text",
      "country": "text",
      "district": "text",
      "doorNo": "text",
      "geoLocation": {
        "latitude": 1,
        "longitude": 1
      },
      "id": "text",
      "landmark": "text",
      "locality": {
        "area": "text",
        "children": [
          {
            "area": "text",
            "children": "[Circular Reference]",
            "code": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "materializedPath": "text",
            "name": "text",
            "ANY_ADDITIONAL_PROPERTY": {
              "href": "text",
              "templated": true
            }
          }
        ],
        "code": "text",
        "label": "text",
        "latitude": "text",
        "longitude": "text",
        "materializedPath": "text",
        "name": "text",
        "ANY_ADDITIONAL_PROPERTY": {
          "href": "text",
          "templated": true
        }
      },
      "pincode": "text",
      "plotNo": "text",
      "region": "text",
      "state": "text",
      "street": "text",
      "tenantId": "text"
    },
    "channel": "SYSTEM",
    "source": "MUNICIPAL_RECORDS",
    "creationReason": "CREATE",
    "documents": [
      {
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "documentType": "text",
        "documentUid": "text",
        "fileStoreId": "text",
        "id": "text",
        "status": "ACTIVE"
      }
    ],
    "institution": {
      "additionalDetails": {},
      "designation": "text",
      "id": "text",
      "name": "text",
      "nameOfAuthorizedPerson": "text",
      "tenantId": "text",
      "type": "text"
    },
    "landArea": 1,
    "superBuiltUpArea": 1,
    "units": [
      {
        "active": true,
        "additionalDetails": {},
        "arv": 1,
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "constructionDetail": {
          "builtUpArea": 1,
          "carpetArea": 1,
          "constructionDate": 1,
          "constructionType": "text",
          "dimensions": {},
          "plinthArea": 1,
          "superBuiltUpArea": 1
        },
        "floorNo": 1,
        "id": "text",
        "occupancyDate": 1,
        "occupancyType": "text",
        "tenantId": "text",
        "unitType": "Building, Room, Kitchen etc.",
        "usageCategory": "text"
      }
    ],
    "usageCategory": "text",
    "linkedProperties": [
      "text"
    ],
    "noOfFloors": 1,
    "owners": [
      {
        "aadhaarNumber": "text",
        "accountLocked": true,
        "active": true,
        "altContactNumber": "text",
        "bloodGroup": "text",
        "correspondenceAddress": "text",
        "correspondenceCity": "text",
        "correspondencePinCode": "text",
        "createdBy": "text",
        "createdDate": 1,
        "dob": 1,
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "emailId": "text",
        "fatherOrHusbandName": "text",
        "gender": "text",
        "id": 1,
        "identificationMark": "text",
        "institutionId": "text",
        "isPrimaryOwner": true,
        "lastModifiedBy": "text",
        "lastModifiedDate": 1,
        "locale": "text",
        "mobileNumber": "text",
        "name": "text",
        "ownerInfoUuid": "text",
        "ownerShipPercentage": 1,
        "ownerType": "text",
        "pan": "text",
        "password": "text",
        "permanentAddress": "text",
        "permanentCity": "text",
        "permanentPinCode": "text",
        "photo": "text",
        "pwdExpiryDate": 1,
        "relationship": "FATHER",
        "roles": [
          {
            "id": 1,
            "name": "text",
            "code": "text",
            "tenantId": "text"
          }
        ],
        "salutation": "text",
        "signature": "text",
        "status": "ACTIVE",
        "tenantId": "text",
        "type": "text",
        "userName": "text",
        "uuid": "text"
      }
    ],
    "ownershipCategory": "text",
    "status": "ACTIVE",
    "workflow": {
      "action": "text",
      "assignes": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "salutation": "text",
          "signature": "text",
          "userName": "text",
          "name": "text",
          "type": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "tenantId": "text",
          "uuid": "text"
        }
      ],
      "businessId": "text",
      "businessService": "text",
      "comment": "text",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "id": "text",
      "moduleName": "text",
      "notificationAction": "text",
      "state": {
        "actions": [
          {
            "action": "text",
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "currentState": "text",
            "nextState": "text",
            "roles": [
              "text"
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "applicationStatus": "text",
        "auditDetails": {
          "createdBy": "text",
          "createdTime": 1,
          "lastModifiedBy": "text",
          "lastModifiedTime": 1
        },
        "businessServiceId": "text",
        "docUploadRequired": true,
        "isStartState": true,
        "isStateUpdatable": true,
        "isTerminateState": true,
        "sla": 1,
        "state": "text",
        "tenantId": "text",
        "uuid": "text"
      },
      "tenantId": "text"
    },
    "auditDetails": {
      "createdBy": "text",
      "createdTime": 1,
      "lastModifiedBy": "text",
      "lastModifiedTime": 1
    },
    "additionalDetails": {
      "array": true,
      "bigDecimal": true,
      "bigInteger": true,
      "binary": true,
      "boolean": true,
      "containerNode": true,
      "double": true,
      "empty": true,
      "float": true,
      "floatingPointNumber": true,
      "int": true,
      "integralNumber": true,
      "long": true,
      "missingNode": true,
      "nodeType": "ARRAY",
      "null": true,
      "number": true,
      "object": true,
      "pojo": true,
      "short": true,
      "textual": true,
      "valueNode": true
    }
  },
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{
  "Properties": [
    {
      "id": "text",
      "tenantId": "text",
      "accountId": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "acknowldgementNumber": "text",
      "propertyType": "text",
      "surveyId": "text",
      "address": {
        "additionalDetails": {},
        "buildingName": "text",
        "city": "text",
        "country": "text",
        "district": "text",
        "doorNo": "text",
        "geoLocation": {
          "latitude": 1,
          "longitude": 1
        },
        "id": "text",
        "landmark": "text",
        "locality": {
          "area": "text",
          "children": [
            "[Circular Reference]"
          ],
          "code": "text",
          "label": "text",
          "latitude": "text",
          "longitude": "text",
          "materializedPath": "text",
          "name": "text",
          "ANY_ADDITIONAL_PROPERTY": {
            "href": "text",
            "templated": true
          }
        },
        "pincode": "text",
        "plotNo": "text",
        "region": "text",
        "state": "text",
        "street": "text",
        "tenantId": "text"
      },
      "channel": "SYSTEM",
      "source": "MUNICIPAL_RECORDS",
      "creationReason": "CREATE",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "institution": {
        "additionalDetails": {},
        "designation": "text",
        "id": "text",
        "name": "text",
        "nameOfAuthorizedPerson": "text",
        "tenantId": "text",
        "type": "text"
      },
      "landArea": 1,
      "superBuiltUpArea": 1,
      "units": [
        {
          "active": true,
          "additionalDetails": {},
          "arv": 1,
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "constructionDetail": {
            "builtUpArea": 1,
            "carpetArea": 1,
            "constructionDate": 1,
            "constructionType": "text",
            "dimensions": {},
            "plinthArea": 1,
            "superBuiltUpArea": 1
          },
          "floorNo": 1,
          "id": "text",
          "occupancyDate": 1,
          "occupancyType": "text",
          "tenantId": "text",
          "unitType": "Building, Room, Kitchen etc.",
          "usageCategory": "text"
        }
      ],
      "usageCategory": "text",
      "linkedProperties": [
        "text"
      ],
      "noOfFloors": 1,
      "owners": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "documents": [
            {
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "documentType": "text",
              "documentUid": "text",
              "fileStoreId": "text",
              "id": "text",
              "status": "ACTIVE"
            }
          ],
          "emailId": "text",
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "institutionId": "text",
          "isPrimaryOwner": true,
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "mobileNumber": "text",
          "name": "text",
          "ownerInfoUuid": "text",
          "ownerShipPercentage": 1,
          "ownerType": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "relationship": "FATHER",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "salutation": "text",
          "signature": "text",
          "status": "ACTIVE",
          "tenantId": "text",
          "type": "text",
          "userName": "text",
          "uuid": "text"
        }
      ],
      "ownershipCategory": "text",
      "status": "ACTIVE",
      "workflow": {
        "action": "text",
        "assignes": [
          {
            "aadhaarNumber": "text",
            "accountLocked": true,
            "active": true,
            "altContactNumber": "text",
            "bloodGroup": "text",
            "correspondenceAddress": "text",
            "correspondenceCity": "text",
            "correspondencePinCode": "text",
            "createdBy": "text",
            "createdDate": 1,
            "dob": 1,
            "fatherOrHusbandName": "text",
            "gender": "text",
            "id": 1,
            "identificationMark": "text",
            "lastModifiedBy": "text",
            "lastModifiedDate": 1,
            "locale": "text",
            "pan": "text",
            "password": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPinCode": "text",
            "photo": "text",
            "pwdExpiryDate": 1,
            "salutation": "text",
            "signature": "text",
            "userName": "text",
            "name": "text",
            "type": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "tenantId": "text"
              }
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "businessId": "text",
        "businessService": "text",
        "comment": "text",
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "id": "text",
        "moduleName": "text",
        "notificationAction": "text",
        "state": {
          "actions": [
            {
              "action": "text",
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "currentState": "text",
              "nextState": "text",
              "roles": [
                "text"
              ],
              "tenantId": "text",
              "uuid": "text"
            }
          ],
          "applicationStatus": "text",
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "businessServiceId": "text",
          "docUploadRequired": true,
          "isStartState": true,
          "isStateUpdatable": true,
          "isTerminateState": true,
          "sla": 1,
          "state": "text",
          "tenantId": "text",
          "uuid": "text"
        },
        "tenantId": "text"
      },
      "auditDetails": {
        "createdBy": "text",
        "createdTime": 1,
        "lastModifiedBy": "text",
        "lastModifiedTime": 1
      },
      "additionalDetails": {
        "array": true,
        "bigDecimal": true,
        "bigInteger": true,
        "binary": true,
        "boolean": true,
        "containerNode": true,
        "double": true,
        "empty": true,
        "float": true,
        "floatingPointNumber": true,
        "int": true,
        "integralNumber": true,
        "long": true,
        "missingNode": true,
        "nodeType": "ARRAY",
        "null": true,
        "number": true,
        "object": true,
        "pojo": true,
        "short": true,
        "textual": true,
        "valueNode": true
      }
    }
  ],
  "ResponseInfo": {
    "apiId": "text",
    "msgId": "text",
    "resMsgId": "text",
    "status": "text",
    "ts": 1,
    "ver": "text"
  }
}

fuzzySearch

post
Query parameters
acknowledgementIdsstring[]Optional
auditbooleanOptional
creationReasonstring[]Optional
doorNostringOptional
fromDateinteger · int64Optional
isInboxSearchbooleanOptional
limitinteger · int64Optional
localitystringOptional
mobileNumberstringOptional
namestringOptional
offsetinteger · int64Optional
oldPropertyIdstringOptional
oldpropertyidsstring[]Optional
ownerIdsstring[]Optional
propertyIdsstring[]Optional
Show properties
tenantIdstringOptional
tenantIdsstring[]Optional
toDateinteger · int64Optional
uuidsstring[]Optional
Body
Responses
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/fuzzy/_search HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 902

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "authToken": "text",
    "correlationId": "text",
    "userInfo": {
      "aadhaarNumber": "text",
      "accountLocked": true,
      "active": true,
      "altContactNumber": "text",
      "bloodGroup": "text",
      "correspondenceAddress": "text",
      "correspondenceCity": "text",
      "correspondencePinCode": "text",
      "createdBy": "text",
      "createdDate": 1,
      "dob": 1,
      "fatherOrHusbandName": "text",
      "gender": "text",
      "id": 1,
      "identificationMark": "text",
      "lastModifiedBy": "text",
      "lastModifiedDate": 1,
      "locale": "text",
      "pan": "text",
      "password": "text",
      "permanentAddress": "text",
      "permanentCity": "text",
      "permanentPinCode": "text",
      "photo": "text",
      "pwdExpiryDate": 1,
      "salutation": "text",
      "signature": "text",
      "userName": "text",
      "name": "text",
      "type": "text",
      "mobileNumber": "text",
      "emailId": "text",
      "roles": [
        {
          "id": 1,
          "name": "text",
          "code": "text",
          "tenantId": "text"
        }
      ],
      "tenantId": "text",
      "uuid": "text"
    }
  }
}
{
  "Properties": [
    {
      "id": "text",
      "tenantId": "text",
      "accountId": "text",
      "propertyId": "text",
      "oldPropertyId": "text",
      "acknowldgementNumber": "text",
      "propertyType": "text",
      "surveyId": "text",
      "address": {
        "additionalDetails": {},
        "buildingName": "text",
        "city": "text",
        "country": "text",
        "district": "text",
        "doorNo": "text",
        "geoLocation": {
          "latitude": 1,
          "longitude": 1
        },
        "id": "text",
        "landmark": "text",
        "locality": {
          "area": "text",
          "children": [
            "[Circular Reference]"
          ],
          "code": "text",
          "label": "text",
          "latitude": "text",
          "longitude": "text",
          "materializedPath": "text",
          "name": "text",
          "ANY_ADDITIONAL_PROPERTY": {
            "href": "text",
            "templated": true
          }
        },
        "pincode": "text",
        "plotNo": "text",
        "region": "text",
        "state": "text",
        "street": "text",
        "tenantId": "text"
      },
      "channel": "SYSTEM",
      "source": "MUNICIPAL_RECORDS",
      "creationReason": "CREATE",
      "documents": [
        {
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "documentType": "text",
          "documentUid": "text",
          "fileStoreId": "text",
          "id": "text",
          "status": "ACTIVE"
        }
      ],
      "institution": {
        "additionalDetails": {},
        "designation": "text",
        "id": "text",
        "name": "text",
        "nameOfAuthorizedPerson": "text",
        "tenantId": "text",
        "type": "text"
      },
      "landArea": 1,
      "superBuiltUpArea": 1,
      "units": [
        {
          "active": true,
          "additionalDetails": {},
          "arv": 1,
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "constructionDetail": {
            "builtUpArea": 1,
            "carpetArea": 1,
            "constructionDate": 1,
            "constructionType": "text",
            "dimensions": {},
            "plinthArea": 1,
            "superBuiltUpArea": 1
          },
          "floorNo": 1,
          "id": "text",
          "occupancyDate": 1,
          "occupancyType": "text",
          "tenantId": "text",
          "unitType": "Building, Room, Kitchen etc.",
          "usageCategory": "text"
        }
      ],
      "usageCategory": "text",
      "linkedProperties": [
        "text"
      ],
      "noOfFloors": 1,
      "owners": [
        {
          "aadhaarNumber": "text",
          "accountLocked": true,
          "active": true,
          "altContactNumber": "text",
          "bloodGroup": "text",
          "correspondenceAddress": "text",
          "correspondenceCity": "text",
          "correspondencePinCode": "text",
          "createdBy": "text",
          "createdDate": 1,
          "dob": 1,
          "documents": [
            {
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "documentType": "text",
              "documentUid": "text",
              "fileStoreId": "text",
              "id": "text",
              "status": "ACTIVE"
            }
          ],
          "emailId": "text",
          "fatherOrHusbandName": "text",
          "gender": "text",
          "id": 1,
          "identificationMark": "text",
          "institutionId": "text",
          "isPrimaryOwner": true,
          "lastModifiedBy": "text",
          "lastModifiedDate": 1,
          "locale": "text",
          "mobileNumber": "text",
          "name": "text",
          "ownerInfoUuid": "text",
          "ownerShipPercentage": 1,
          "ownerType": "text",
          "pan": "text",
          "password": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPinCode": "text",
          "photo": "text",
          "pwdExpiryDate": 1,
          "relationship": "FATHER",
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "tenantId": "text"
            }
          ],
          "salutation": "text",
          "signature": "text",
          "status": "ACTIVE",
          "tenantId": "text",
          "type": "text",
          "userName": "text",
          "uuid": "text"
        }
      ],
      "ownershipCategory": "text",
      "status": "ACTIVE",
      "workflow": {
        "action": "text",
        "assignes": [
          {
            "aadhaarNumber": "text",
            "accountLocked": true,
            "active": true,
            "altContactNumber": "text",
            "bloodGroup": "text",
            "correspondenceAddress": "text",
            "correspondenceCity": "text",
            "correspondencePinCode": "text",
            "createdBy": "text",
            "createdDate": 1,
            "dob": 1,
            "fatherOrHusbandName": "text",
            "gender": "text",
            "id": 1,
            "identificationMark": "text",
            "lastModifiedBy": "text",
            "lastModifiedDate": 1,
            "locale": "text",
            "pan": "text",
            "password": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPinCode": "text",
            "photo": "text",
            "pwdExpiryDate": 1,
            "salutation": "text",
            "signature": "text",
            "userName": "text",
            "name": "text",
            "type": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "tenantId": "text"
              }
            ],
            "tenantId": "text",
            "uuid": "text"
          }
        ],
        "businessId": "text",
        "businessService": "text",
        "comment": "text",
        "documents": [
          {
            "auditDetails": {
              "createdBy": "text",
              "createdTime": 1,
              "lastModifiedBy": "text",
              "lastModifiedTime": 1
            },
            "documentType": "text",
            "documentUid": "text",
            "fileStoreId": "text",
            "id": "text",
            "status": "ACTIVE"
          }
        ],
        "id": "text",
        "moduleName": "text",
        "notificationAction": "text",
        "state": {
          "actions": [
            {
              "action": "text",
              "auditDetails": {
                "createdBy": "text",
                "createdTime": 1,
                "lastModifiedBy": "text",
                "lastModifiedTime": 1
              },
              "currentState": "text",
              "nextState": "text",
              "roles": [
                "text"
              ],
              "tenantId": "text",
              "uuid": "text"
            }
          ],
          "applicationStatus": "text",
          "auditDetails": {
            "createdBy": "text",
            "createdTime": 1,
            "lastModifiedBy": "text",
            "lastModifiedTime": 1
          },
          "businessServiceId": "text",
          "docUploadRequired": true,
          "isStartState": true,
          "isStateUpdatable": true,
          "isTerminateState": true,
          "sla": 1,
          "state": "text",
          "tenantId": "text",
          "uuid": "text"
        },
        "tenantId": "text"
      },
      "auditDetails": {
        "createdBy": "text",
        "createdTime": 1,
        "lastModifiedBy": "text",
        "lastModifiedTime": 1
      },
      "additionalDetails": {
        "array": true,
        "bigDecimal": true,
        "bigInteger": true,
        "binary": true,
        "boolean": true,
        "containerNode": true,
        "double": true,
        "empty": true,
        "float": true,
        "floatingPointNumber": true,
        "int": true,
        "integralNumber": true,
        "long": true,
        "missingNode": true,
        "nodeType": "ARRAY",
        "null": true,
        "number": true,
        "object": true,
        "pojo": true,
        "short": true,
        "textual": true,
        "valueNode": true
      }
    }
  ],
  "ResponseInfo": {
    "apiId": "text",
    "msgId": "text",
    "resMsgId": "text",
    "status": "text",
    "ts": 1,
    "ver": "text"
  }
}
  • Property Tax Service API Contract
  • Property Tax Information System
  • POSTCreates new property.
  • POSTUpdate existing property.
  • POSTGet the list of properties defined in the system.
  • POSTDelete existing property.
  • POSTCancel existing property.
  • Property Registry API Specs
  • POSTCreates new property.
  • POSTpropertyMigration
  • POSTplainsearch
  • POSTGet the list of properties defined in the system.
  • POSTUpdate existing property.
  • POSTfuzzySearch
  • Property Tax Calculator Service

Creates new property.

post

Creates new property with basic information related to land and owner information. Can be integrated with other modules like Water and Sewerage or Trade License to act as base entity against which water connection or trade license can be issued

Body

Contract class to receive request. Array of Property items are used in case of create . Where as single Property item is used for update

Responses
201
Property created sucessfully
text/plain
Responseobject

Property created sucessfully

400
Property(s) creation failed
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_create HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 2643

{
  "RequestHeader": {
    "apiInfo": {
      "id": "text",
      "version": "text",
      "path": "text"
    },
    "deviceDetail": {
      "id": "text",
      "signature": "text"
    },
    "ts": 1,
    "action": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "uuid": "text",
      "userName": "text",
      "password": "text",
      "idToken": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "code": "text",
          "tenantId": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "code": "text",
              "tenantId": "text",
              "description": "text"
            }
          ]
        }
      ]
    },
    "correlationId": "text",
    "signature": "text"
  },
  "Property": {
    "id": "text",
    "propertyId": "text",
    "tenantId": "text",
    "surveyId": "text",
    "accountId": "text",
    "oldPropertyId": "text",
    "status": "ACTIVE",
    "address": {
      "tenantId": "text",
      "doorNo": "text",
      "plotNo": "text",
      "id": "text",
      "landmark": "text",
      "city": "text",
      "district": "text",
      "region": "text",
      "state": "text",
      "country": "text",
      "pincode": "text",
      "additionDetails": "text",
      "buildingName": "text",
      "street": "text",
      "locality": {
        "code": "text",
        "name": "text",
        "label": "text",
        "latitude": "text",
        "longitude": "text",
        "children": [
          {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        ],
        "materializedPath": "text"
      },
      "geoLocation": {
        "latitude": 1,
        "longitude": 1,
        "additionalDetails": {}
      }
    },
    "acknowldgementIds": "text",
    "propertyType": "VACANT",
    "ownershipCategory": "text",
    "owners": [
      {
        "name": "text",
        "mobileNumber": "text",
        "gender": "text",
        "fatherOrHusbandName": "text",
        "correspondenceAddress": "text",
        "isPrimaryOwner": true,
        "ownerShipPercentage": 1,
        "ownerType": "text",
        "institutionId": "text",
        "documents": [
          {
            "id": "text",
            "documentType": "text",
            "fileStore": "text",
            "documentUid": "text",
            "additionalDetails": {}
          }
        ],
        "relationship": "FATHER",
        "additionalDetails": {}
      }
    ],
    "institution": {
      "id": "text",
      "tenantId": "text",
      "type": "text",
      "designation": "text",
      "nameOfAuthorizedPerson": "text",
      "additionalDetails": {}
    },
    "creationReason": "NEWPROPERTY",
    "noOfFloors": 1,
    "landArea": 1,
    "superBuiltUpArea": 1,
    "source": "MUNICIPAL_RECORDS",
    "channel": "SYSTEM",
    "documents": [
      {
        "id": "text",
        "documentType": "text",
        "fileStore": "text",
        "documentUid": "text",
        "additionalDetails": {}
      }
    ],
    "unit": {
      "id": "text",
      "tenantId": "text",
      "floorNo": "text",
      "unitType": "Building, Room, Kitchen etc.",
      "usageCategory": "text",
      "occupancyType": "OWNER",
      "occupancyDate": 1,
      "constructionDetail": {
        "id": "text",
        "carpetArea": 1,
        "builtUpArea": 1,
        "plinthArea": 1,
        "superBuiltUpArea": 1,
        "constructionType": "text",
        "constructionDate": 1,
        "dimensions": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        },
        "additionalDetails": {}
      },
      "additionalDetails": {}
    },
    "additionalDetails": {}
  }
}
{}

Update existing property.

post

Updates a given Property with newer details.

Body

Contract class to receive request. Array of Property items are used in case of create . Where as single Property item is used for update

Responses
200
Update Property successful
text/plain
Responseobject

Update Property successful

400
Update Property failed
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_update HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 2643

{
  "RequestHeader": {
    "apiInfo": {
      "id": "text",
      "version": "text",
      "path": "text"
    },
    "deviceDetail": {
      "id": "text",
      "signature": "text"
    },
    "ts": 1,
    "action": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "uuid": "text",
      "userName": "text",
      "password": "text",
      "idToken": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "code": "text",
          "tenantId": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "code": "text",
              "tenantId": "text",
              "description": "text"
            }
          ]
        }
      ]
    },
    "correlationId": "text",
    "signature": "text"
  },
  "Property": {
    "id": "text",
    "propertyId": "text",
    "tenantId": "text",
    "surveyId": "text",
    "accountId": "text",
    "oldPropertyId": "text",
    "status": "ACTIVE",
    "address": {
      "tenantId": "text",
      "doorNo": "text",
      "plotNo": "text",
      "id": "text",
      "landmark": "text",
      "city": "text",
      "district": "text",
      "region": "text",
      "state": "text",
      "country": "text",
      "pincode": "text",
      "additionDetails": "text",
      "buildingName": "text",
      "street": "text",
      "locality": {
        "code": "text",
        "name": "text",
        "label": "text",
        "latitude": "text",
        "longitude": "text",
        "children": [
          {
            "code": "text",
            "name": "text",
            "label": "text",
            "latitude": "text",
            "longitude": "text",
            "children": "[Circular Reference]",
            "materializedPath": "text"
          }
        ],
        "materializedPath": "text"
      },
      "geoLocation": {
        "latitude": 1,
        "longitude": 1,
        "additionalDetails": {}
      }
    },
    "acknowldgementIds": "text",
    "propertyType": "VACANT",
    "ownershipCategory": "text",
    "owners": [
      {
        "name": "text",
        "mobileNumber": "text",
        "gender": "text",
        "fatherOrHusbandName": "text",
        "correspondenceAddress": "text",
        "isPrimaryOwner": true,
        "ownerShipPercentage": 1,
        "ownerType": "text",
        "institutionId": "text",
        "documents": [
          {
            "id": "text",
            "documentType": "text",
            "fileStore": "text",
            "documentUid": "text",
            "additionalDetails": {}
          }
        ],
        "relationship": "FATHER",
        "additionalDetails": {}
      }
    ],
    "institution": {
      "id": "text",
      "tenantId": "text",
      "type": "text",
      "designation": "text",
      "nameOfAuthorizedPerson": "text",
      "additionalDetails": {}
    },
    "creationReason": "NEWPROPERTY",
    "noOfFloors": 1,
    "landArea": 1,
    "superBuiltUpArea": 1,
    "source": "MUNICIPAL_RECORDS",
    "channel": "SYSTEM",
    "documents": [
      {
        "id": "text",
        "documentType": "text",
        "fileStore": "text",
        "documentUid": "text",
        "additionalDetails": {}
      }
    ],
    "unit": {
      "id": "text",
      "tenantId": "text",
      "floorNo": "text",
      "unitType": "Building, Room, Kitchen etc.",
      "usageCategory": "text",
      "occupancyType": "OWNER",
      "occupancyDate": 1,
      "constructionDetail": {
        "id": "text",
        "carpetArea": 1,
        "builtUpArea": 1,
        "plinthArea": 1,
        "superBuiltUpArea": 1,
        "constructionType": "text",
        "constructionDate": 1,
        "dimensions": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        },
        "additionalDetails": {}
      },
      "additionalDetails": {}
    },
    "additionalDetails": {}
  }
}
{}

Get the list of properties defined in the system.

post

Get the properties list based on the input parameters.

Query parameters
tenantIdstringRequired

Unique id for a tenant.

namestring | nullableOptional

Name of owner whose property is to be searched.

idsstringOptional

List of system generated ids of properties.

constructionDetailNumbersstring · min: 4 · max: 128Optional

List of constructionDetailNumbers to search.

oldpropertyidsstring · min: 4 · max: 128Optional

List of oldPropertyIds to search..

mobileNumberinteger · int64Optional

MobileNumber of owner whose property is to be searched.

fromDatenumber · doubleOptional

Fetches properties with created time after fromDate.

toDatenumber · doubleOptional

Fetches properties with created time till toDate.

Body

RequestHeader should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestHeader as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseHeader in the response body to ensure correlation.

tsinteger · int64Required

time in epoch

actionstring · max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

keystring · max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring · max: 256Required

Unique request message id from the caller

requesterIdstring · max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringOptional
signaturestringOptional

Hash describing the current RequestHeader

Responses
200
Successful response
text/plain
Responseobject

Successful response

400
Invalid input.
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_search HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 570

{
  "apiInfo": {
    "id": "text",
    "version": "text",
    "path": "text"
  },
  "deviceDetail": {
    "id": "text",
    "signature": "text"
  },
  "ts": 1,
  "action": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "uuid": "text",
    "userName": "text",
    "password": "text",
    "idToken": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "code": "text",
        "tenantId": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "code": "text",
            "tenantId": "text",
            "description": "text"
          }
        ]
      }
    ]
  },
  "correlationId": "text",
  "signature": "text"
}
{}

Delete existing property.

post

The API will delete the property associated with the given propertyId from the system The API works in idempotent manner.

Query parameters
tenantIdstringRequired

Unique id for a tenant.

propertyIdstring · min: 4 · max: 128Required

The properrtyId to be deactivated

Body

RequestHeader should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestHeader as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseHeader in the response body to ensure correlation.

tsinteger · int64Required

time in epoch

actionstring · max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

keystring · max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring · max: 256Required

Unique request message id from the caller

requesterIdstring · max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringOptional
signaturestringOptional

Hash describing the current RequestHeader

Responses
200
Deleted Property successful
text/plain
Responseobject

Deleted Property successful

404
Delete Property failed
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_delete HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 570

{
  "apiInfo": {
    "id": "text",
    "version": "text",
    "path": "text"
  },
  "deviceDetail": {
    "id": "text",
    "signature": "text"
  },
  "ts": 1,
  "action": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "uuid": "text",
    "userName": "text",
    "password": "text",
    "idToken": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "code": "text",
        "tenantId": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "code": "text",
            "tenantId": "text",
            "description": "text"
          }
        ]
      }
    ]
  },
  "correlationId": "text",
  "signature": "text"
}
{}

Cancel existing property.

post

The API will delete the property associated with the given propertyId from the system The API works in idempotent manner.

Query parameters
tenantIdstringRequired

Unique id for a tenant.

propertyIdstring · min: 4 · max: 128Required

The properrtyId to be deactivated

Body

RequestHeader should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestHeader as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseHeader in the response body to ensure correlation.

tsinteger · int64Required

time in epoch

actionstring · max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

keystring · max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring · max: 256Required

Unique request message id from the caller

requesterIdstring · max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringOptional
signaturestringOptional

Hash describing the current RequestHeader

Responses
200
Deleted Property successful
text/plain
Responseobject

Deleted Property successful

404
Delete Property failed
post
POST /egovernmets-faundation/PT-2.0/1.0.0/property/_cancel HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 570

{
  "apiInfo": {
    "id": "text",
    "version": "text",
    "path": "text"
  },
  "deviceDetail": {
    "id": "text",
    "signature": "text"
  },
  "ts": 1,
  "action": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "uuid": "text",
    "userName": "text",
    "password": "text",
    "idToken": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "code": "text",
        "tenantId": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "code": "text",
            "tenantId": "text",
            "description": "text"
          }
        ]
      }
    ]
  },
  "correlationId": "text",
  "signature": "text"
}
{}