Topic by Ammar Aldaffaie
Content
Hi,
So trying to query the Org table using QueryCSV but it seems like the signature changed since the last update on the SOAP API
It seems like there is a new parameter out CSVTableSet need to be passed to the QueryCSV.
Can you please help me explain what is this doing and what should I pass in, below is my code
APIAccessRequestHeader something = new APIAccessRequestHeader();
byte[] rawResult = null;
CSVTableSet queryCSV = RightNowSoapClient.Instance.client.QueryCSV(clientInfoHeader, something, queryString, 10000, ",", false, true, out rawResult);
CSVTable[] csvTables = queryCSV.CSVTables;
I'm getting an error for the parameters and this is new I assume this happened after the last upgrade.
Thank you for your help