Fire NOC

Fire NOC APIs

API specs to apply for Fire No Objection Certificates, search and update Fire No Objection Certificates.

Get the list of Fire NOC(s) defined in the system.

post
  1. Search and get Fire NOC(s) based on defined search criteria.
Query parameters
tenantIdstring · varcharRequired

Unique id for a tenant.

pageNumberintegerOptional

Page number

Default: 1
statusstringOptional

Search based on status.

idsstring[] · max: 50Optional

unique identifier of Fire NOC

applicationNumberstring · min: 2 · max: 64Optional

Unique application number for a Fire NOC application.

fireNOCNumberstring · min: 2 · max: 64Optional

The unique license number for a Fire NOC.

mobileNumberstringOptional

The mobile number of a Fire NOC owner.

Pattern: [0-9]
fireNOCTypestringOptional

Fire NOC type.

Body

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.

apiIdstring · max: 128Required

unique API ID

verstring · max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger · int64Required

time in epoch

actionstring · max: 32Required

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

didstring · max: 1024Optional

Device ID from which the API is called

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

correlationIdstringRead-onlyOptional
Responses
200
Fire NOC(s) Retrived Successfully
*/*
post
POST /firenoc-services/v1/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 430

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "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",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "code": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "FireNOCs": [
    {
      "id": "text",
      "tenantId": "text",
      "fireNOCNumber": "text",
      "provisionFireNOCNumber": "text",
      "oldFireNOCNumber": "text",
      "dateOfApplied": 1,
      "fireNOCDetails": {
        "id": "text",
        "applicationNumber": "text",
        "fireNOCType": "text",
        "firestationId": "text",
        "applicationDate": 1,
        "financialYear": "text",
        "issuedDate": 1,
        "validFrom": 1,
        "validTo": 1,
        "action": "INITIATE",
        "channel": "COUNTER",
        "noOfBuildings": "text",
        "buildings": [
          {
            "id": "text",
            "tenantId": "text",
            "name": "text",
            "usageType": "text",
            "uoms": [
              {
                "code": "text",
                "value": "text",
                "isActiveUom": true,
                "active": true
              }
            ],
            "applicationDocuments": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "propertyDetails": {
          "id": "text",
          "propertyId": "text",
          "address": {
            "tenantId": "text",
            "doorNo": "text",
            "latitude": 1,
            "longitude": 1,
            "addressId": "text",
            "addressNumber": "text",
            "type": "text",
            "addressLine1": "text",
            "addressLine2": "text",
            "landmark": "text",
            "city": "text",
            "pincode": "text",
            "detail": "text",
            "buildingName": "text",
            "street": "text",
            "locality": "[Circular Reference]"
          }
        },
        "applicantDetails": {
          "ownerShipType": "text",
          "owners": [
            {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-14",
              "pwdExpiryDate": "2025-06-14",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-14",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-14",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-14",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-14",
              "otpReference": "text",
              "tenantId": "text",
              "isPrimaryOwner": true,
              "ownerShipPercentage": 1,
              "ownerType": "text",
              "relationship": "FATHER",
              "documents": {}
            }
          ],
          "additionalDetail": {}
        },
        "additionalDetail": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Create new Fire NOC.

post

To create new Fire NOC in the system. API supports bulk creation with max limit as defined in the Fire NOC Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To create one Fire NOC, please pass array with one Fire NOC object.

Following Conditions are applied -

  1. Support Documents for a given Fire NOC will created. In case of not attaching the Mandatory Supported Documents creation of Fire NOC Fails.
  2. Noc Number will be autogenerated on final approval for new License.
  3. ApplicationNumber will be autogenerated for new Fire NOC
Body

Contract class to receive request. Array of Noc items are used

Responses
201
ReponseInfo with Fire NOC(s) created successfully
*/*
post
POST /firenoc-services/v1/_create HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2674

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "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",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "code": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "FireNOCs": [
    {
      "tenantId": "text",
      "provisionFireNOCNumber": "text",
      "oldFireNOCNumber": "text",
      "dateOfApplied": 1,
      "fireNOCDetails": {
        "fireNOCType": "text",
        "firestationId": "text",
        "financialYear": "text",
        "validFrom": 1,
        "validTo": 1,
        "action": "INITIATE",
        "channel": "COUNTER",
        "noOfBuildings": "text",
        "buildings": [
          {
            "tenantId": "text",
            "name": "text",
            "usageType": "text",
            "uoms": [
              {
                "code": "text",
                "value": "text",
                "isActiveUom": true,
                "active": true
              }
            ],
            "applicationDocuments": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "propertyDetails": {
          "propertyId": "text",
          "address": {
            "tenantId": "text",
            "doorNo": "text",
            "latitude": 1,
            "longitude": 1,
            "addressNumber": "text",
            "type": "text",
            "addressLine1": "text",
            "addressLine2": "text",
            "landmark": "text",
            "city": "text",
            "pincode": "text",
            "detail": "text",
            "buildingName": "text",
            "street": "text",
            "locality": "[Circular Reference]"
          }
        },
        "applicantDetails": {
          "ownerShipType": "text",
          "owners": [
            {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-14",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-14",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-14",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-14",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-14",
              "otpReference": "text",
              "tenantId": "text",
              "isPrimaryOwner": true,
              "ownerShipPercentage": 1,
              "ownerType": "text",
              "relationship": "FATHER",
              "documents": {}
            }
          ],
          "additionalDetail": {}
        },
        "additionalDetail": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "FireNOCs": [
    {
      "id": "text",
      "tenantId": "text",
      "fireNOCNumber": "text",
      "provisionFireNOCNumber": "text",
      "oldFireNOCNumber": "text",
      "dateOfApplied": 1,
      "fireNOCDetails": {
        "id": "text",
        "applicationNumber": "text",
        "fireNOCType": "text",
        "firestationId": "text",
        "applicationDate": 1,
        "financialYear": "text",
        "issuedDate": 1,
        "validFrom": 1,
        "validTo": 1,
        "action": "INITIATE",
        "channel": "COUNTER",
        "noOfBuildings": "text",
        "buildings": [
          {
            "id": "text",
            "tenantId": "text",
            "name": "text",
            "usageType": "text",
            "uoms": [
              {
                "code": "text",
                "value": "text",
                "isActiveUom": true,
                "active": true
              }
            ],
            "applicationDocuments": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "propertyDetails": {
          "id": "text",
          "propertyId": "text",
          "address": {
            "tenantId": "text",
            "doorNo": "text",
            "latitude": 1,
            "longitude": 1,
            "addressId": "text",
            "addressNumber": "text",
            "type": "text",
            "addressLine1": "text",
            "addressLine2": "text",
            "landmark": "text",
            "city": "text",
            "pincode": "text",
            "detail": "text",
            "buildingName": "text",
            "street": "text",
            "locality": "[Circular Reference]"
          }
        },
        "applicantDetails": {
          "ownerShipType": "text",
          "owners": [
            {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-14",
              "pwdExpiryDate": "2025-06-14",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-14",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-14",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-14",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-14",
              "otpReference": "text",
              "tenantId": "text",
              "isPrimaryOwner": true,
              "ownerShipPercentage": 1,
              "ownerType": "text",
              "relationship": "FATHER",
              "documents": {}
            }
          ],
          "additionalDetail": {}
        },
        "additionalDetail": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

update existing Fire NOCs.

post

To update existing Fire NOC in the system. API supports bulk updation with max limit as defined in the Fire NOC Request. Please note that either whole batch succeeds or fails, there's no partial batch success. To update one Fire NOC, please pass array with one Fire NOC object.

Following Conditions are applied -

  1. Before payment Employee or Citizen can update any details of Fire NOC
  2. After payment Citizen or Employee can't change any details of Fire NOC.
Body

Contract class to receive request. Array of Noc items are used

Responses
201
ReponseInfo with Fire NOC(s) updated sudcessfully
*/*
post
POST /firenoc-services/v1/_update HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2674

{
  "RequestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "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",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "code": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "FireNOCs": [
    {
      "tenantId": "text",
      "provisionFireNOCNumber": "text",
      "oldFireNOCNumber": "text",
      "dateOfApplied": 1,
      "fireNOCDetails": {
        "fireNOCType": "text",
        "firestationId": "text",
        "financialYear": "text",
        "validFrom": 1,
        "validTo": 1,
        "action": "INITIATE",
        "channel": "COUNTER",
        "noOfBuildings": "text",
        "buildings": [
          {
            "tenantId": "text",
            "name": "text",
            "usageType": "text",
            "uoms": [
              {
                "code": "text",
                "value": "text",
                "isActiveUom": true,
                "active": true
              }
            ],
            "applicationDocuments": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "propertyDetails": {
          "propertyId": "text",
          "address": {
            "tenantId": "text",
            "doorNo": "text",
            "latitude": 1,
            "longitude": 1,
            "addressNumber": "text",
            "type": "text",
            "addressLine1": "text",
            "addressLine2": "text",
            "landmark": "text",
            "city": "text",
            "pincode": "text",
            "detail": "text",
            "buildingName": "text",
            "street": "text",
            "locality": "[Circular Reference]"
          }
        },
        "applicantDetails": {
          "ownerShipType": "text",
          "owners": [
            {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-14",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-14",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-14",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-14",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-14",
              "otpReference": "text",
              "tenantId": "text",
              "isPrimaryOwner": true,
              "ownerShipPercentage": 1,
              "ownerType": "text",
              "relationship": "FATHER",
              "documents": {}
            }
          ],
          "additionalDetail": {}
        },
        "additionalDetail": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}
{
  "ResponseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "FireNOCs": [
    {
      "id": "text",
      "tenantId": "text",
      "fireNOCNumber": "text",
      "provisionFireNOCNumber": "text",
      "oldFireNOCNumber": "text",
      "dateOfApplied": 1,
      "fireNOCDetails": {
        "id": "text",
        "applicationNumber": "text",
        "fireNOCType": "text",
        "firestationId": "text",
        "applicationDate": 1,
        "financialYear": "text",
        "issuedDate": 1,
        "validFrom": 1,
        "validTo": 1,
        "action": "INITIATE",
        "channel": "COUNTER",
        "noOfBuildings": "text",
        "buildings": [
          {
            "id": "text",
            "tenantId": "text",
            "name": "text",
            "usageType": "text",
            "uoms": [
              {
                "code": "text",
                "value": "text",
                "isActiveUom": true,
                "active": true
              }
            ],
            "applicationDocuments": [
              {
                "tenantId": "text",
                "documentType": "text",
                "fileStoreId": "text",
                "documentUid": "text",
                "auditDetails": {
                  "createdBy": "text",
                  "lastModifiedBy": "text",
                  "createdTime": 1,
                  "lastModifiedTime": 1
                }
              }
            ]
          }
        ],
        "propertyDetails": {
          "id": "text",
          "propertyId": "text",
          "address": {
            "tenantId": "text",
            "doorNo": "text",
            "latitude": 1,
            "longitude": 1,
            "addressId": "text",
            "addressNumber": "text",
            "type": "text",
            "addressLine1": "text",
            "addressLine2": "text",
            "landmark": "text",
            "city": "text",
            "pincode": "text",
            "detail": "text",
            "buildingName": "text",
            "street": "text",
            "locality": "[Circular Reference]"
          }
        },
        "applicantDetails": {
          "ownerShipType": "text",
          "owners": [
            {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-14",
              "pwdExpiryDate": "2025-06-14",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-14",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-14",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-14",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-14",
              "otpReference": "text",
              "tenantId": "text",
              "isPrimaryOwner": true,
              "ownerShipPercentage": 1,
              "ownerType": "text",
              "relationship": "FATHER",
              "documents": {}
            }
          ],
          "additionalDetail": {}
        },
        "additionalDetail": {},
        "auditDetails": {
          "createdBy": "text",
          "lastModifiedBy": "text",
          "createdTime": 1,
          "lastModifiedTime": 1
        }
      },
      "auditDetails": {
        "createdBy": "text",
        "lastModifiedBy": "text",
        "createdTime": 1,
        "lastModifiedTime": 1
      }
    }
  ]
}

Last updated

Was this helpful?