Show/Hide Toolbars

Thereforeâ„¢ Help

In this dialog, a REST call can be configured.

 

SD_R_Design_DataTypes_WebService_synchronization_restrequest_001

 

Name:

Enter an intuitive name for the REST call.

 

Scripting ID:

This the unique identifier that will be used for the REST call in the database. It is automatically created.

 

Drop-down List


GET:

Retrieves data from a server at the specified resource.

POST:

Sends data to the API server to create/update a resource.

PUT:

Sends data to the API to update or create a resource. The difference is that PUT requests will always produce the same result.

DELETE:

Deletes the resource at the specified resource.

PATCH:

Similar to POST and PUT options, but only applies to partial modifications to the resource.

 

URL Field

The placeholder for the URL of the Web Service call.

 

 Macros...

 Opens a dialog with all available macros.

 

Script

An initialization script can be created, which will be executed before the execution of the field assignments. Also, variables and functions could be defined here that will be available for the assignment scripts.

Reference: Using Scripts with indexing profiles

 

Parameters

List the parameters required to send/receive.

 

 Add

 Add a Parameter.

 

 Remove

 Remove a Parameter.

 

The other configuration tabs are the same as in the Call REST service workflow task.

Reference: Call REST service

© 2024 Therefore Corporation, all rights reserved.