REST API

Generate_PDF_New

OVERVIEW

This REST API helps to generate the PDF in case there is any PDF fails to Publish(generate) after signing the DMS item(s) with revision of file types(.docx, .pptx, .xlsx and pdf)

Web Service URL : https://xxx.orcanos.com/xxxx/api/v2/Json/Generate_PDF_New

Method: Post

Input: 

Authorization: Basic Auth token in the Request Headers 

Post body:

 

Parameter Value Mandatory Description
RevisionID String Yes Input the Revision attachment ID you want to generate PDF.
ForceRegenerate Int Yes It should be numeric 0 value

Output:

 

IsSuccess: if successful then true else false

Data: JSON object. 

Message: Success message for PDF created or Error message in case IsSuccess is false

HttpCode: Response HttpCode

Related Articles