FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you create a Business Object in VBCS, what are the default REST endpoints available in VBCS? [Choose three]
A
CREATE
B
POST
C
GET
D
PATCH
E
PUT
Explanation: 

Detailed explanation-1: -Create Service connection in VBCS application which is used to call REST API. Create a webpage in VBCS which will have text box (First Name, Last Name), file picker and Submit button. Call the OIC REST API on button click and pass the input parameter in the REST service which is entered from VBCS page.

Detailed explanation-2: -Oracle Visual Builder Cloud Service (VBCS) is a hosted environment for your application development infrastructure. It provides an open-source standards-based integration to develop, collaborate on, and deploy applications within Oracle Cloud.

Detailed explanation-3: -A business object is a resource, such as an invoice or purchase order, similar to a database table; it has fields that hold the data for your application. Like a database table, a business object provides the structure for data used with business processes. Business objects are stored in a database.

Detailed explanation-4: -VBCS provides a seeded object (user) to get the logged-in user credentials and this can be extracted in each page, flow, etc. without any extra coding. Using the seeded object, you can extract below of logged-in user: Full Name.

There is 1 question to complete.