Fire NOC API
Last updated
Was this helpful?
Last updated
Was this helpful?
Citizen or Employee, can apply for new build plan approval
/v1/noc/_create
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo 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 ResponseInfo in the response body to ensure correlation.
NOC application object to capture the details of noc related information, landid and related documents.
Updates a given application
with newer details.
/v1/noc/_update
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo 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 ResponseInfo in the response body to ensure correlation.
NOC application object to capture the details of noc related information, landid and related documents.
Get the properties list based on the input parameters.
/v1/noc/_search
Unique id for a tenant.
List of system generated ids of Noc applications.
application numbers
approval no
unique API ID
API version - for HTTP based request this will be same as used in path
time in epoch
API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc
Device ID from which the API is called
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.
Calculate Fire NOC Fee based on criteria.
/v1/_calculate
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo 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 ResponseInfo in the response body to ensure correlation.
Get the properties list based on the input parameters.
/billingslab/_search
True will be set in cases where only active billslab entries are needed and False will be set when inactive billslab entries are needed .
Fire NOC type for bulling slab.
NEW
, PROVISIONAL
buildingUsageType of property.
Enum for billing slab type.
SINGLESLAB
, MULTISLAB
, FLAT
API to billing slabs for Fire NOC calculation.
/billingslab/_create
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo 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 ResponseInfo in the response body to ensure correlation.
Updates a given billing slab with new properties
/billingslab/_update
RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo 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 ResponseInfo in the response body to ensure correlation.