Set Flow

This endpoint is deprecated. Use POST /simulation/{external_id}/set_underwriting_result instead.

Set the desired flow of the service for the tenant with the given external ID.

The flow of the app is mocked by 2 things:

  • The system's time.
  • The underwriting result for the user.

Note that these values will be mocked only for the given user.

rent_cycle_date: The due date of the next rent cycle charges. Set this due date on the charges field of the POST /tenant/portal_info request. This is required so Lvble can detect these charges are relevant for the current rent cycle. Lvble will mock the system's time for the given user according to this value.

WILL_BE_APPROVED - The user can apply, he will pass underwriting and be able use the service

  • Mocks the system's time to the rent-cycle's due date so the user can use the service.
  • Mocks the underwriting result to always pass so the user will be approved.

WILL_BE_DECLINED - The user can apply, however he will fail underwriting and not be able to use the service

  • Mocks the system's time to the rent-cycle's due date so the user can use the service.
  • Mocks the underwriting result to always fail so the user will be declined.
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!