Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Update Mobile Number feature provides following

  1. Reminding ULB users about the invalid mobile numbers exist in owner's record and facilitate to update those in a easy way.

  2. Enabling ULB users to update the mobile numbers in a request from the property owner(s).

  3. Enabling property owner(s) to update the mobile number in their record by way of login into system.

...

  1. Click on Add Alternate Number , a popup gets opened to Alternate number.

  2. While opening popup it sends the otp to already registered number

  3. Once the otp is entered and validated , user can proceed for step 4.

  4. Enter new number that needs to be added, and click on send otp .

  5. UI makes a API call to user-otp/v1/_send with type as login to send the otp if it is registered

  6. If it fails then to same api , but type as register , so it creates a new User

  7. once OTP is entered again , it verfies the OTP and validates the user in both cases (in case of register , citizen gets registered)

  8. once OTP is validated, then the Property Update call is being called to Add the alternate number in the property object.

...

API

Action Id

Roles

1

property-services/property/_addAlternateNumber

870

CITIZEN,PT_CEMP

2

property-services/property/_update

954

CITIZEN,PT_CEMP

3

user-otp/v1/_send

1531

CITIZEN

4

/property-services/property/_search

1897

CITIZEN ,PT_CEMP