In App System Parameters
Kevin Wilde
Last Update 11 dagen geleden
System parameters are special values that control how a request is handled by APIEase. Unlike headers, query parameters, or body values that are sent to the destination endpoint, system parameters affect the behavior of the request itself.
- While editing your request, click the plus icon in the Parameter column.
- Select the System radio button.
- Enter the name of the system parameter in the Name field.
- Enter the desired value in the Value field.
- Click the Save button at the top of the request editor.
To automatically validate all logged in customers set "validateCustomer" to true as a System parameter.
- Name: validateCustomer
- Value: true
