ReprocessPaper

Description

Reprocesses a paper with the same options as in its previous processing

Parameters

NameValue

paperID

The ID of the Paper to reprocess

Sample Response

<?xml version="1.0" encoding="utf-8"?>
<result>
  <code>
    <![CDATA[SUCCESS]]>
  </code>
  <message>
    <![CDATA[Process queued successfully.]]>
  </message>
  <data>
    <JobGuid>
      <![CDATA[ 05d5ef54-6667-47f7-97c3-41bec10438d7 ]]>
    </JobGuid>
  </data>
</result>

Return Codes

  • SUCCESS

  • ERROR

  • RIPPER_CANNOT_REPROCESS_AN_UNPROCESSED_PAPER

  • RIPPER_CANNOT_REPROCESS_PAPER_WITH_NO_PROCESSING_DETAILS

Last updated