Skip to main content
Solved

Capture Value in Response from an API call

  • October 25, 2022
  • 4 replies
  • 178 views

Forum|alt.badge.img+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.

 

Best answer by Shangavi Subendrarajah

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

4 replies

Forum|alt.badge.img+10
  • Sidekick (Customer)
  • 107 replies
  • October 25, 2022

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


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies
  • October 25, 2022

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

 

 

 

 

 


Shangavi Subendrarajah
Sidekick (Employee)
Forum|alt.badge.img+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


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 27 replies
  • November 15, 2022

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