Scratch Array Parameter

Scratch parameters are local variables. They are used to save the values returned by some custom logic/function in your service (call back methods). They are helpful in cases where you need to obtain a value in a specific format that is not supported by other parameter type.

Parameter Details