Define the JSON body
Depending on the endpoint type and the method you select, you can create either a request JSON body or a response JSON body. With some methods, it is possible or required to create both a request JSON body and a response JSON body.
Example
If you selected the "Create Multiple Records" or "Modify Record" action in the "Data Group Selection" dialog step, you will be taken to the "Request JSON Body" dialog step after defining the query parameters.
Click the "
" icon.
Select the data fields for which you want to create the JSON body.
The preview of the JSON body is displayed.
Name
You can change the name of the parameter.
The name must be at least two characters long and begin with a lowercase letter. In addition, it may only contain alphanumeric characters and underscores.
Fallback
Here you can specify a fallback value for the parameter.
The fallback value is used when the parameter must be evaluated in any case, but a value for the parameter does not necessarily have to be provided when the endpoint is called.
Description
Enter a description for the parameter here. Multi-line text is allowed. The description is part of the Swagger documentation.


