susee , applicant & entityDet update api
This commit is contained in:
parent
99b8c601a6
commit
3068111152
@ -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 },
|
||||
|
||||
@ -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 },
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user