You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

traversing the rest response in OIC

Received Response
21
Views
1
Comments
edited Jun 4, 2021 11:33AM in Integration 1 comment

Summary

reading rest response of particular attributes

Content

Hi Folks,

I am working on a poc and  getting rest response as below. My requirement is to read the AccountNumber from below and remove duplicates from them and use them to process further. eg: from below 3 records 6010,6010,6011 I should be able to get 6010,6011 as result. Any suggestions are highly appreciated. Thanks in advance. 

"items": [
        {
            "CustomerName": "cust2",
            "AccountNumber": "6010"
},
 {
            "CustomerName": "cust1",
            "AccountNumber": "6010"
},
 {
            "CustomerName": "cust1",
            "AccountNumber": "6011"
}
]

Version

21.2.2.0.0 (210505.1400.40944)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!