alfonsolft
8 years agoOccasional Contributor
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...
- 8 years ago
Paul is ok.
I change this line
def NewID = UID +1Thank you very much!!!