Birth-Death
Birth & Death APIs
APIs to create new birth and death applications, update existing applications, search applications and download birth and death certificates.
Last updated
APIs to create new birth and death applications, update existing applications, search applications and download birth and death certificates.
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_search', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"deathCerts": [
{
"aadharno": "text",
"createdby": "text",
"dateofdeath": {},
"dateofdeathepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"deathFatherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathMotherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathSpouseInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathcertificateno": "text",
"eidno": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"icdcode": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"nationality": "text",
"placeofdeath": "text",
"registrationno": "text",
"rejectReason": "text",
"religion": "text",
"remarks": "text",
"tenantid": "text"
}
]
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_search', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
},
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"birthCerts": [
{
"birthFatherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthMotherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthcertificateno": "text",
"createdby": "text",
"dateofbirth": {},
"dateofbirthepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"placeofbirth": "text",
"registrationno": "text",
"rejectReason": "text",
"remarks": "text",
"tenantid": "text"
}
]
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_plainsearch', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"birthCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"birthCertificateNo": "text",
"birthDtlId": "text",
"birthPlace": "text",
"businessService": "text",
"calculation": {
"deathCertificate": {
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
},
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofbirth": {},
"dateofreport": {},
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"consumerCode": "text",
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_viewfullcertdata', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"BirthCertificate": [
{
"birthFatherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthMotherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthcertificateno": "text",
"createdby": "text",
"dateofbirth": {},
"dateofbirthepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"placeofbirth": "text",
"registrationno": "text",
"rejectReason": "text",
"remarks": "text",
"tenantid": "text"
}
],
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
}
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_plainsearch', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"consumerCode": "text",
"deathCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"calculation": {
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_viewfullcertdata', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"DeathCertificate": [
{
"aadharno": "text",
"createdby": "text",
"dateofdeath": {},
"dateofdeathepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"deathFatherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathMotherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathSpouseInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathcertificateno": "text",
"eidno": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"icdcode": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"nationality": "text",
"placeofdeath": "text",
"registrationno": "text",
"rejectReason": "text",
"religion": "text",
"remarks": "text",
"tenantid": "text"
}
],
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
}
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_getfilestoreid', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"birthCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"birthCertificateNo": "text",
"birthDtlId": "text",
"birthPlace": "text",
"businessService": "text",
"calculation": {
"deathCertificate": {
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
},
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofbirth": {},
"dateofreport": {},
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"consumerCode": "text",
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_getfilestoreid', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"consumerCode": "text",
"deathCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"calculation": {
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_download', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"birthCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"birthCertificateNo": "text",
"birthDtlId": "text",
"birthPlace": "text",
"businessService": "text",
"calculation": {
"deathCertificate": {
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
},
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofbirth": {},
"dateofreport": {},
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"consumerCode": "text",
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/common/gethospitals', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"hospitalDtls": [
{
"id": "text",
"name": "text",
"tenantid": "text"
}
]
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_searchapplications', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"applications": [
{
"applicationCategory": "text",
"applicationDate": "text",
"applicationNumber": "text",
"applicationType": "text",
"fileStoreId": "text",
"name": "text",
"regNo": "text",
"status": "text",
"tenantId": "text"
}
],
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
}
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_searchapplications', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"applications": [
{
"applicationCategory": "text",
"applicationDate": "text",
"applicationNumber": "text",
"applicationType": "text",
"fileStoreId": "text",
"name": "text",
"regNo": "text",
"status": "text",
"tenantId": "text"
}
],
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
}
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_download', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"consumerCode": "text",
"deathCertificate": [
{
"additionalDetail": {},
"amount": [
{
"amount": 0,
"taxHeadCode": "text"
}
],
"applicationStatus": "ACTIVE",
"auditDetails": {
"createdBy": "text",
"lastModifiedBy": "text"
},
"businessService": "text",
"calculation": {
"deathCertificateNo": "text",
"taxHeadEstimates": [
{
"category": "TAX",
"estimateAmount": 0,
"taxHeadCode": "text"
}
],
"tenantId": "text"
},
"citizen": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
},
"dateofdeath": {},
"dateofreport": {},
"deathCertificateNo": "text",
"deathDtlId": "text",
"district": "text",
"embeddedUrl": "text",
"filestoreid": "text",
"gender": "text",
"id": "text",
"placeofdeath": "text",
"source": "text",
"state": "text",
"tenantId": "text",
"ward": "text",
"year": "text"
}
],
"filestoreId": "text",
"responseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"tenantId": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/birth/_viewcertdata', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"BirthCertificate": [
{
"birthFatherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthMotherInfo": {
"aadharno": "text",
"createdby": "text",
"education": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text",
"nationality": "text",
"proffession": "text",
"religion": "text"
},
"birthPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"birthcertificateno": "text",
"createdby": "text",
"dateofbirth": {},
"dateofbirthepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"placeofbirth": "text",
"registrationno": "text",
"rejectReason": "text",
"remarks": "text",
"tenantid": "text"
}
],
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
}
}
importJSon
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/common/savebirthimport', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"hospitals": [
"text"
],
"serviceError": "text"
}
importJSon
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/common/updatebirthimport', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"hospitals": [
"text"
],
"serviceError": "text"
}
importJSon
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/common/savedeathimport', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"hospitals": [
"text"
],
"serviceError": "text"
}
requestInfoWrapper
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/death/_viewcertdata', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"DeathCertificate": [
{
"aadharno": "text",
"createdby": "text",
"dateofdeath": {},
"dateofdeathepoch": "text",
"dateofreport": {},
"dateofreportepoch": "text",
"deathFatherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathMotherInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathPermaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathPresentaddr": {
"buildingno": "text",
"city": "text",
"country": "text",
"createdby": "text",
"district": "text",
"fullAddress": "text",
"houseno": "text",
"id": "text",
"lastmodifiedby": "text",
"locality": "text",
"pinno": "text",
"state": "text",
"streetname": "text",
"tehsil": "text"
},
"deathSpouseInfo": {
"aadharno": "text",
"createdby": "text",
"emailid": "text",
"firstname": "text",
"fullName": "text",
"id": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"mobileno": "text"
},
"deathcertificateno": "text",
"eidno": "text",
"embeddedUrl": "text",
"firstname": "text",
"fullName": "text",
"genderStr": "text",
"hospitalid": "text",
"hospitalname": "text",
"icdcode": "text",
"id": "text",
"informantsaddress": "text",
"informantsname": "text",
"lastmodifiedby": "text",
"lastname": "text",
"middlename": "text",
"nationality": "text",
"placeofdeath": "text",
"registrationno": "text",
"rejectReason": "text",
"religion": "text",
"remarks": "text",
"tenantid": "text"
}
],
"RequestInfo": {
"apiId": "text",
"ver": "text",
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"authToken": "text",
"correlationId": "text",
"userInfo": {
"userName": "text",
"name": "text",
"type": "text",
"mobileNumber": "text",
"emailId": "text",
"roles": [
{
"name": "text",
"code": "text",
"tenantId": "text"
}
],
"tenantId": "text",
"uuid": "text"
}
}
}
importJSon
OK
const response = await fetch('https://virtserver.swaggerhub.com/egov-foundation/BND/1.0.0/common/updatedeathimport', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
{
"ResponseInfo": {
"apiId": "text",
"msgId": "text",
"resMsgId": "text",
"status": "text",
"ver": "text"
},
"hospitals": [
"text"
],
"serviceError": "text"
}