Building Plan Calculator
Building Plan Application System APIs
The BPA calculator is one of the services in the building plan approval system used for fee calculation and demand generation.
Last updated
The BPA calculator is one of the services in the building plan approval system used for fee calculation and demand generation.
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BPA/1.0.0/bpa-calculator/_calculate', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"Calculations": [
{
"applicationNumber": "text",
"bpa": {
"accountId": "text",
"applicationDate": 0,
"applicationNo": "text",
"approvalDate": 0,
"approvalNo": "text",
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"businessService": "text",
"documents": [
{
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"documentType": "text",
"documentUid": "text",
"fileStoreId": "text",
"id": "text"
}
],
"edcrNumber": "text",
"id": "text",
"landId": "text",
"landInfo": {
"address": {
"additionDetails": "text",
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"buildingName": "text",
"city": "text",
"country": "text",
"district": "text",
"doorNo": "text",
"geoLocation": {
"id": "text",
"latitude": 0,
"longitude": 0
},
"id": "text",
"landmark": "text",
"locality": {
"children": [],
"code": "text",
"label": "text",
"latitude": "text",
"longitude": "text",
"materializedPath": "text",
"name": "text"
},
"pincode": "text",
"plotNo": "text",
"region": "text",
"state": "text",
"street": "text",
"tenantId": "text"
},
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"channel": "CFC_COUNTER",
"documents": [
{
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"documentType": "text",
"documentUid": "text",
"fileStoreId": "text",
"id": "text"
}
],
"id": "text",
"institution": {
"designation": "text",
"id": "text",
"nameOfAuthorizedPerson": "text",
"tenantId": "text",
"type": "text"
},
"landUId": "text",
"landUniqueRegNo": "text",
"owners": [
{
"aadhaarNumber": "text",
"accountLocked": false,
"active": false,
"altContactNumber": "text",
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"bloodGroup": "text",
"correspondenceAddress": "text",
"correspondenceCity": "text",
"correspondencePinCode": "text",
"createdBy": "text",
"createdDate": 0,
"dob": 0,
"documents": [
{
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"documentType": "text",
"documentUid": "text",
"fileStoreId": "text",
"id": "text"
}
],
"emailId": "text",
"fatherOrHusbandName": "text",
"gender": "text",
"id": 0,
"identificationMark": "text",
"institutionId": "text",
"isPrimaryOwner": false,
"lastModifiedBy": "text",
"lastModifiedDate": 0,
"locale": "text",
"mobileNumber": "text",
"name": "text",
"otpReference": "text",
"ownerId": "text",
"ownerShipPercentage": 0,
"ownerType": "text",
"pan": "text",
"password": "text",
"permanentAddress": "text",
"permanentCity": "text",
"permanentPinCode": "text",
"photo": "text",
"pwdExpiryDate": 0,
"relationship": "FATHER",
"roles": [
{
"code": "text",
"description": "text",
"name": "text"
}
],
"salutation": "text",
"signature": "text",
"tenantId": "text",
"type": "text",
"userName": "text",
"uuid": "text"
}
],
"ownershipCategory": "text",
"source": "FIELD_SURVEY",
"status": "ACTIVE",
"tenantId": "text",
"unit": [
{
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"floorNo": "text",
"id": "text",
"occupancyDate": 0,
"occupancyType": "text",
"tenantId": "text",
"unitType": "Building, Room, Kitchen etc.",
"usageCategory": "text"
}
]
},
"riskType": "text",
"status": "text",
"tenantId": "text",
"workflow": {
"action": "text",
"assignes": [
"text"
],
"comments": "text",
"varificationDocuments": [
{
"auditDetails": {
"createdBy": "text",
"createdTime": 0,
"lastModifiedBy": "text",
"lastModifiedTime": 0
},
"documentType": "text",
"documentUid": "text",
"fileStoreId": "text",
"id": "text"
}
]
}
},
"tenantId": "text",
"taxHeadEstimates": [
{
"taxHeadCode": "text",
"estimateAmount": 0,
"Category": "TAX"
}
],
"feeType": "text"
}
]
}