priya Avanigadda

priya Avanigadda

  • NA
  • 45
  • 7.6k

How to send array items to the single webapi parameter

Aug 1 2018 5:13 AM
I have one web api method which will return JSON data by with one input paramter, the sample url is below,
 
mycases-pivot-data?RequestDataType=Export&TaxApplicationId=3 
 
input paramter is  TaxApplicationId and now I want to send more than one value to the single paramter ,which means I need to pass the array items to TaxApplicationId.So can anyone help me how to do it??

Answers (1)