Custom API Upload Error

Hi,
Does anyone facings issues while trying to upload Expenses through API Report generator?
We get an error " {"responseMessage":"'reportID' parameter malformed","responseCode":410} "
Thanks in advance!
Comments
-
I am facing the same problem
-
@Marios_Kleanthous and @Charoulla have you recently made changes to your integration?
I'm wondering if this error showed up spontaneously or if you were making changes to the integration when the error showed up.
-
Hi @Sonia Liapounova, no we didn't make any changes to the API file we use. Just to mention that the Report ID is generated from Expensify, it doesn't make sense to me to get an error while we are trying to upload data. May the issue have any relation with the new report ID sequence numbering? This is the first time we facing that issue, and we are using the same file since 2017.
-
https://community.expensify.com/discussion/9137/you-asked-we-listened-were-changing-the-format-of-report-ids/ Have you read this article? I wonder if you might benefit from updating any formulas you are using in the API to {report:oldID}
-
@Marios_Kleanthous to pull the old report ID, could you try replacing report.reportID with report.oldReportID?