πŸ“žUpdate Phone Info

  1. Verify Password

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
passwordstring | nullableOptional
updateStepIdinteger Β· enumOptionalPossible values:
Responses
200

Success

post
/api/v1/update/UpdateRequest/VerifyPassword

Get All Applicant Phones

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Responses
200

Success

get
/api/v1/update/UpdatePhoneInfo/GetApplicantPhones

You Can Add Or Delete New Phone Or You Can Update Existing Phone Number

Add New Phone:

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
codestring | nullableOptional
phoneNumberstring | nullableOptional
Responses
200

Success

post
/api/v1/update/UpdatePhoneInfo/Add

Delete Phone

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
phoneNumberstring | nullableOptional
Responses
200

Success

post
/api/v1/update/UpdatePhoneInfo/Archieve

Update Phone

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
idinteger Β· int32Optional
codestring | nullableOptional
phoneNumberstring | nullableOptional
oldPhoneNumberstring | nullableOptional
Responses
200

Success

post
/api/v1/update/UpdatePhoneInfo/Update

B. Send OTP :

After Adding Or Updating Phone You Must Send Otp To Verify New Phone

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Query parameters
idinteger Β· int32Optional
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Responses
200

Success

post
/api/v1/update/UpdatePhoneInfo/SendOTP

Validate OTP:

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
idinteger Β· int32Optional
otpstring | nullableOptional
oldPhoneNumberstring | nullableOptional
Responses
200

Success

post
/api/v1/update/UpdatePhoneInfo/ValidateOTP

Last updated