susee , applicant & entityDet update api

This commit is contained in:
suseendhiran17 2022-07-01 12:02:42 +05:30
parent 99b8c601a6
commit 3068111152
3 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module.exports = (sequelize, DataTypes) => {
ApplicantsDetails.init(
{
loan_no_id: { type: DataTypes.INTEGER },
pan_no: { type: DataTypes.STRING },
losid: { type: DataTypes.STRING },
name: { type: DataTypes.STRING },
entity_type: { type: DataTypes.STRING },

View File

@ -18,6 +18,7 @@ module.exports = (sequelize, DataTypes) => {
{
loan_no_id: { type: DataTypes.INTEGER },
pan_no: { type: DataTypes.STRING },
losid: { type: DataTypes.STRING },
senp_sep: { type: DataTypes.STRING },
cat_of_sep: { type: DataTypes.STRING },

View File

@ -485,6 +485,10 @@ router.post("/createEntityDetails", Entitycontroller.createEntityDetails);
* type: integer
* description:
* example: 1
* pan_no:
* type: string
* description:
* example:
* losid:
* type: string
* description:
@ -872,6 +876,10 @@ router.post("/createApplicantDetails", Entitycontroller.createApplicantDetails);
* type: integer
* description:
* example: 1
* pan_no:
* type: string
* description:
* example:
* losid:
* type: string
* description: