on 2024 Aug 20 8:54 PM
I have used Call Web Serivice to consume an API,
Now i want to get values from JSON returned from it
Can anyone help with custom script any standard procedure ?
The output parameter (obj) is type "ANY"
Sample JSON:
{
"orderNum": "A987654321",
"customerName": "John Doe"
}
1. Create Data Types: Define the structure of the JSON data to handle the response properly.
2. Create Variable: Set up variables to capture and store the values from the JSON response using the input parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.