Dieser Inhalt liegt nicht in Ihrer Sprache vor. Hier ist die englische Version.
Creating operations
Create the resources and operations needed to manage loan applications.
About this task
In this example, the API should allow users to:
- Fetch the list of all loan applications that they have access to.
- Create and submit a new loan application.
- Fetch a specific application using its ID.
- Update an existing application.
- Cancel an application.