Property Tax Service API
Last updated
Was this helpful?
Last updated
Was this helpful?
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
/property/_create
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.
Updates a given Property
with newer details.
/property/_update
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.
Get the properties list based on the input parameters.
/property/_search
Unique id for a tenant.
Name of owner whose property is to be searched.
List of system generated ids of properties.
List of constructionDetailNumbers to search.
List of oldPropertyIds to search..
MobileNumber of owner whose property is to be searched.
Fetches properties with created time after fromDate.
Fetches properties with created time till toDate.
Info of the API being called
Contains information about the device used to access the api
time in epoch
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
API key (API key provided to the caller in case of server to server communication)
Unique request message id from the caller
UserId of the user calling
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
This is acting ID token of the authenticated user on the server. Any value provided by the clients will be ignored and actual user based on authtoken will be used on the server.
Hash describing the current RequestHeader
The API will delete the property associated with the given propertyId from the system The API works in idempotent manner.
/property/_delete
Unique id for a tenant.
The properrtyId to be deactivated
Info of the API being called
Contains information about the device used to access the api
time in epoch
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
API key (API key provided to the caller in case of server to server communication)
Unique request message id from the caller
UserId of the user calling
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
This is acting ID token of the authenticated user on the server. Any value provided by the clients will be ignored and actual user based on authtoken will be used on the server.
Hash describing the current RequestHeader
The API will delete the property associated with the given propertyId from the system The API works in idempotent manner.
/property/_cancel
Unique id for a tenant.
The properrtyId to be deactivated
Info of the API being called
Contains information about the device used to access the api
time in epoch
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
API key (API key provided to the caller in case of server to server communication)
Unique request message id from the caller
UserId of the user calling
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
This is acting ID token of the authenticated user on the server. Any value provided by the clients will be ignored and actual user based on authtoken will be used on the server.
Hash describing the current RequestHeader
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
/property/_create
/property/_migration
ACTIVE
, INACTIVE
, INWORKFLOW
, CANCELLED
, REJECTED
ACTIVE
, INACTIVE
/property/_plainsearch
ACTIVE
, INACTIVE
, INWORKFLOW
, CANCELLED
, REJECTED
Get the properties list based on the input parameters.
/property/_search
ACTIVE
, INACTIVE
, INWORKFLOW
, CANCELLED
, REJECTED
/property/fuzzy/_search
ACTIVE
, INACTIVE
, INWORKFLOW
, CANCELLED
, REJECTED