post
https://www.rebuildingsociety.com/api/rs/SubmitApplicationConsumer
Submit a consumer application. When using apikey, endpoint will not try to look for authorization header.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Submit a consumer application.
- When using apikey, endpoint will not try to look for authorization header. If userkey is not provided or empty, a new borrower should be created.
- When using authorization header, bearer token should be of type password for using current borrower_id or client_credentials for registering a new borrower.
Description
Consumer applications are different to business applications in that they contain the users’ registration details.
Definition: Perform an action for the specified user.
Parameters
| Parameter | Definition |
|---|---|
| apikey | API access key supplied by Rebuilding Society |
| app_amount | Amount being borrowed |
| app_term | Term of the loan in months |
| user_id | Existing user ID. If provided, then all parameters listed below are not needed |
| username | Unique username for user, no spaces or capitals |
| user_email | Email address |
| password | Validated password |
| title | Salutation |
| user_firstname | Firstname |
| user_lastname | Lastname |
