cancel
Showing results for 
Search instead for 
Did you mean: 

Deserialize JSON in SAP Build Process Automation

CPI_Basis
Explorer
0 Kudos
329

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"

}

 

SAP Build Process Automation

CPI_Basis_0-1724183350055.png

View Entire Topic
wuttichai_s
Participant

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.1724217326422.jpg1724217352499.jpg

CPI_Basis
Explorer
0 Kudos
Thanks, it worked
Sankara1
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hello, Thanks for Confirming