Creates a new blank loan application (Personal or Corporate) and redirects the user to the loan application form view.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://staging-auth.fuyoh.my/api/loan_application/apply_new_loan_application?company_personnel_id=enc_1234abcd'
Responses
🔵302Redirect
Redirects to: /my/company/loan_applications/{encrypted_loan_number}?company_personnel_id=...&status=1 (for corporate) OR /my/personal/loan_applications/{encrypted_loan_number}?status=1 (for personal).