For AI agents: visit https://developer.scholarone.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
setCustomFlagsList sample API Call
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/submissions/full/setCustomFlagsList?site_name=salesdemoplus
Example Request to assign the custom flag 'Starfleet Member' to the document with ID 54104923, using the customFlagName and setFl elements in the request body.
JSON
{
"input": {
"customFlagsList": [
{
"documentId": 54104923,
"customFlagName": "Starfleet Member",
"setFl": 1
}
]
}
}
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>6e4fb7c3-938b-43b7-8923-cb554d89f77a</callId>
</Response>