setExternalRevisionFlag sample API Call

Example Request setExternalRevisionFlag

  • Input: Required Site Short Name query parameter
    URL for use via HTTP request after Digest Authentication is performed:\

    https://mc-api.manuscriptcentral.com/api/s1m/v2/integration/full/externalRevision?site_name=web_svcs

Request JSON Body Example

  • In the example below, the API request locks the ability to rescind a decision in the S1 system for the document with Document ID: 12345 and External ID: WS-213141. This is achieved by setting "lockRevisionFl": 1 when a revision process has started in the external system.
{
  "input": {      
      "documentId": 12345,
      "externalId": WS-213141,
      "lockRevisionFl": 1 
  }  
}

SUCCESS Response Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>399e070e-8c3b-4cc4-9ee2-71e4d9538c8e</callId>
</Response>