ExampleRequest interface 
Sample input data for the service's input(s).
Properties
| global | Sample input data for the web service's global parameters | 
| inputs | Sample input data for the web service's input(s) given as an input name to sample input values matrix map. | 
Property Details
		globalParameters
	 
	Sample input data for the web service's global parameters
globalParameters?: {[propertyName: string]: Record<string, unknown>}Property Value
{[propertyName: string]: Record<string, unknown>}
inputs
Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
inputs?: {[propertyName: string]: Record<string, unknown>[][]}Property Value
{[propertyName: string]: Record<string, unknown>[][]}