Creating operations - Cloud

Talend Cloud API Designer Getting Started Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Designer
Content
Design and Development > Designing APIs
Last publication date
2024-01-22

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.