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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Set the flow that will happen for a given user

date
required

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 Livble can detect these charges are relevant for the current rent cycle.
Livble will mock the system's time according to this value.

string
enum
required

Possible desired outcomes for the underwriting process

Allowed:
Responses

401

Unauthorized

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json