I'm working with a Developer on an integration between CSI in MT Cloud and an AP Automation product using the Mongoose REST API and were finding that while some Method calls work will others return no data.
DueDateSp works fine (even though the Site does not appear in the parameters)
VendorGetVoucherNoSp returns null. If I execute in SQL preceding the call with EXEC SetSiteSp 'sitename',null then I get data.
Does anyone have a workaround for this? I had expected the Token to provide the necessary Site context, but it doesn't seem to work that way consistently. Do we need something else in the Header?
Thanks