In this scenario, using Batch Insert on DB-2-API in Apinizer Platform will be explained.

Click for more information about creating DB-2-API.

1. Creating DB-2-API

It is desired to create an API where worker records are managed.

The name and description fields of the DB-2-API are filled in and the Save and Next button is clicked.

The picture below shows the DB-2-API settings:


When DB-2-API is created, API and endpoint information are displayed on the left panel, and endpoint definition information is on the right.

2. Creating Endpoints

By clicking the Add button, the method/endpoint creation panel opens.


The picture below shows the endpoint creation settings:


After the query sentence is written, necessary parameters are entered and example usage can be seen by pressing Show Sample Message Body.


The picture below shows the sample message body:


As seen in the sample message body, the data should be entered as a JSON list when using Batch Insert.

3. Viewing API Definition Documents

In order to access the API definition files of Employee Db-2-API, the Show Specs link is clicked.


The picture below shows the Spec Information dialog:

4. Creating API Proxy

API Proxy can be created instantly by clicking the Create API Proxy button on the DB-2-API screen.


While creating the API Proxy, fill in the input fields in the image below and click the Save button.


4.1 Go Live API Proxy

Employee API Proxy can be quickly deployed on the defined environment and opened for consumption by clients.

The management of this process can be done through the dialog opened with the Deploy button on the API Proxy screen.


5. Testing

Body type JSON list is sent for testing.


When the condition defined in /post endpoint is added to the request with Body type, the following successful response is returned.