Configuration Script mode example
The specified Configuration Script should be present in the map directory.
In the following example, assume that the adapter is used in a GET function defined as follows:
GET("REST", "-S Config.json -E getRecord -P property1=value1 property2=value2", inputdata)
In the following example, assume that the adapter is used in a PUT function defined as follows:
PUT("REST", "-S Config.json -E getRecord -P property1=value1 property2=value2 ", inputdata)