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
Contains information about the device used to access the api
ts*integer (int64)
time in epoch
action*string
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
keystring
API key (API key provided to the caller in case of server to server communication)
msgId*string
Unique request message id from the caller
requesterIdstring
UserId of the user calling
authTokenstring
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
userInfoUserInfo
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.
correlationIdstring
signaturestring
Hash describing the current RequestHeader
Response
Deleted Property successful
Body
object
Deleted Property successful
Request
Get the list of properties defined in the system.
Get the properties list based on the input parameters.
Contains information about the device used to access the api
ts*integer (int64)
time in epoch
action*string
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
keystring
API key (API key provided to the caller in case of server to server communication)
msgId*string
Unique request message id from the caller
requesterIdstring
UserId of the user calling
authTokenstring
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
userInfoUserInfo
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.
correlationIdstring
signaturestring
Hash describing the current RequestHeader
Response
Successful response
Body
object
Successful response
Request
Creates new property.
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
Details for the new property + RequestHeader meta data.
RequestHeaderRequestHeader
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.
PropertyProperty
Response
Property created sucessfully
Body
object
Property created sucessfully
Request
Cancel existing property.
The API will delete the property associated with the given propertyId from the system The API works in idempotent manner.
Contains information about the device used to access the api
ts*integer (int64)
time in epoch
action*string
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
keystring
API key (API key provided to the caller in case of server to server communication)
msgId*string
Unique request message id from the caller
requesterIdstring
UserId of the user calling
authTokenstring
//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token
userInfoUserInfo
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.
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.