Solved

Capture Value in Response from an API call

  • 25 October 2022
  • 4 replies
  • 129 views

Userlevel 3
Badge +9

Is there a way in PL/SQL to capture the value in response from an API call?

In this example, I need to know what the generated shop order pick list number is. TIA Chris.

 

icon

Best answer by Shangavi Subendrarajah 26 October 2022, 08:29

View original

4 replies

Userlevel 5
Badge +10

i think you can get it , paste the code using copy link option. you will get the details of fields from there.

Userlevel 5
Badge +14

Just use Copy Special and paste it to PL/SQL developer. 

 

 

 

 

 

Userlevel 4
Badge +6

Hi @chrisplant ,

 

As @hhy38 you can use the Copy Special from the debug and then in PLSQL you can open a TEST Window paste it and then you should be able to execute. 

Regards,

Shangavi

Userlevel 3
Badge +9

Thanks, Didn’t realise you could reference an OUT variable after the API call, and it has the returned value in it. DOH. 

Reply