Forum Discussion

alfonsolft's avatar
alfonsolft
Occasional Contributor
7 years ago
Solved

Input parameters to call Rest Services

I have a REST service with an input parameter "uid "with initial zero value. The call to the following REST services has as input parameter uid +1 and so on. How should it be implemented? Thank y...
  • alfonsolft's avatar
    alfonsolft
    7 years ago

    Paul is ok.

     

    I change this line


    def NewID = UID +1

     

    Thank you very much!!!