Hi,
I’m trying to call this API to get data for multiple countries and attributes in one call:
/AttributeValueHandling.svc/AccountingAttributeSet(Company='{Company}',Attribute='{Attribute}')/AccountingAttributeValueArray
I’ve tried to use OData alias without succes:
/AttributeValueHandling.svc/AccountingAttributeSet(Company=@comp,Attribute=@attr)/AccountingAttributeValueArray?@comp=["1","2","3","4"]&@attr=["A","B","C"]
Is there some way to get this to work in one call? Using alias or some other way?
Best regards