Skip to main content
Solved

Get data through odata

  • March 25, 2026
  • 1 reply
  • 9 views

Forum|alt.badge.img+3

what is the correct way to get data from subroutine with odata api call

 

Calling a view is working ok but subroutine gives Invalid Odata Url

 

https://thinkwise-dev.vezet.nl/indicium/iam/order/fetch_production_orders_and_stock(full_date='2026-03-25',source_customer_id='K10050',operation_structure_code='EA')

also tried the parameters with & and with or without quotes but no result

i want a subroutine because then i can use a temp table (performance)

 

Best answer by Theo Leijen

no worries, found it

 

body { with parameters } does it

1 reply

Forum|alt.badge.img+3
  • Author
  • Sidekick
  • Answer
  • March 25, 2026

no worries, found it

 

body { with parameters } does it