Highlighted
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-30-2019
11:19 AM
06-30-2019
11:19 AM
Question : Help us understand if we have any REST API call available to download the Credit Memo PDF/Doc.
Solved! Go to Solution.
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-30-2019
11:26 AM
06-30-2019
11:26 AM
Answer: Get LatestPDFfile details for Debit/Credit memo from the respective API calls GET_CreditMemo and GET_DebitMemo
Using Get-Files API call download the PDF file as shown in the below example
In the response from Credit/Debit memo call the "latestPDFFileId" will be available and the id can be used to get the PDF file through the following call - (Example - https://rest.apisandbox.zuora.com/v1/files/2c92c08d699475ff0169993e379a5a9b )