Versions Compared

Key

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

...

  1. Resend SMS on Approval is allowed for persons with person_authentication_method.type = OTP or THIRD_PERSON (where third_person.person_authentication_method.type = OTP)
    1. Return 409 in case of validation fails (message "Resend SMS is not allowed for this authentication method")

Service Logic

  1. Search for approval by patient_id + approval_id
    1. Validate person by patient.id
      1. In case error return 404 (message "Person not found")
    2. Validate approval by approval.id
      1. In case error return 404 (message "Approval with such id is not found")
  2. Send SMS with OTP-code to persons person_authentication_method.phone_number