addExternalID 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/addExternalId?site_name=salesdemoplus

Request JSON Body Example

Example Request Body to assign the external ID "12345_test" to the document with ID 52891506.

{
"input":  {
    "clientKey":"434559b0-58c9-4120-89ee-95cf1c9a783b",
    "documentId": 52891506,
    "externalId": "12345_test"
        }              
}

SUCCESS Response Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>136d236d-5bc3-4ca9-afe0-d9a099377e24</callId>
</Response>

What’s Next