makeEditorAssignment sample API Call

Example Request makeEditorAssignment

  • 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/task/full/makeAssignment?site_name=salesdemoplus

Request JSON Body Example

In the following example, the user with personId 88695193 will be assigned as Associate Editor on the Assign task with documentTaskId 540632327 on the manuscript with documentId 42325263

{
  "input": {
    "personId": 88695193,
    "documentId": 42325263,
    "documentTaskId": 540632327
  }
}

SUCCESS Response Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>7ffb0180-9510-4786-9466-cd76a7ad3f6f</callId>
</Response>