1 2 Previous Next 15 Replies Latest reply on Apr 26, 2019 10:31 AM by pmthirumaran

    How to pass the array of Account Number for my account service to get info...

    pmthirumaran

      I would like to know how to pass the array or list account number to my service

       

      My input parameters are

      1. accountnumber in a array   like array[123,345, 678,987]

      2. startdate

      3. enddate

       

      http://localhost:8080/odata4/account/account/detail?$filter= accountnumber array [1, 2, 3] and startdt xxxx between enddt xxxxx

       

       

      at ebl layer

       

      Select * from account where accountnumber =  array[123,345, 678,987]  (from input) and start date xxxx between endate xxxxx

       

      please help me.

       

      Thank you

        1 2 Previous Next