Need suggestions for API call of export process for integration
Hi All,
I have provided the Export Process Names and the file names to the integration team for API call for integration with SAP but the team is getting some error and unable to fetch the metadata. Kindly suggest how to to that. Below is a sample export process name and file name with the error
File Name | File ID | Process Name | Process ID | Export ID | Comments |
FCST.15 CALC Forecast adj by reason - soldto .csv | 116000000121 | Export Forecast/SKU Sold-to | 118000000116 | 116000000121 | Unable to Fetch the metadata - HTTP 500 Internal Server error |
Answers
-
Can you confirm if you are using REST APIs ? If yes, then see if this helps
Requesting File ID from Rest API Throws 500 Intern... - Anaplan Community
0 -
Hi,
I am not calling through API. I am providing the process names and file names to the integration team of our client for the export actions that I have created. Kindly suggest all possible ways to resolve the issue.0 -
Hi,
As this is an export, you should be providing only the export ID (beginning with 116) to your integration team
The request url will look like:
'https://api.anaplan.com/2/0/workspaces/{ws_id}/models/{model_id}/files/{export_id}/chunks/{chunk_id}'
The process ID and file ID are not required for export action
Let me know if this works
Regards,
Anirudh0