getDecisionCorrespondence sample API Call

Example Request getDecisionCorrespondenceSubmissionId

  • Input: single Submission ID
    URL for use via HTTP request after Digest Authentication is performed:\

    https://mc-api.manuscriptcentral.com/api/s1m/v4/submissions/full/decisioncorrespondence/submissionids?site_name=salesdemoplus&ids='WRK4-2011-06-0025'&locale_id=1&_type=xml

Example Response: getDecisionCorrespondenceSubmissionId

  • The response provides a decision correspondence, including detailed information about the decision letter, its recipients, and associated document and submission identifiers.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
    <status>SUCCESS</status>
    <callId>99516810-81ef-46a7-8c55-db7a9c4db0e5</callId>
    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="decisionCorrespondenceFull">
        <decisionLetter>
            <decisionBcc>[email protected]</decisionBcc>
            <decisionBody>28-Jun-2024<br /><br />Dear Mr. Nielson:<br /><br />It is a pleasure to accept your manuscript entitled "Estrogen controls PKC-dependent mechanical hyperalgesia through direct action on nociceptive neurons" in its current form for publication in the Sales Demo Plus.  The comments of the reviewer(s) who reviewed your manuscript are included at the foot of this letter.<br /><br />Thank you for your fine contribution.  On behalf of the Editors of the Sales Demo Plus, we look forward to your continued contributions to the Journal.<br /><br />Sincerely,<br />Mr. Matt Smith<br />Editor in Chief, Sales Demo Plus<br />[email protected]<br /><br /><br />Reviewer(s)' Comments to Author:<br /><br />Reviewer: 1<br /><br />Comments to the Author<br />This is the comments to author field<br /><br />https://cassyni.com/publish/fluid-mechanics?name=Simon Nielson&[email protected]&title=Estrogen controls PKC-dependent mechanical hyperalgesia through direct action on nociceptive neurons&aid=WRK4-2011-06-0025&accepted=</decisionBody>
            <decisionCc>[email protected]</decisionCc>
            <decisionFrom>[email protected]</decisionFrom>
            <decisionSentDate>2024-06-28 09:08:54.058</decisionSentDate>
            <decisionSubject>Sales Demo Plus - Decision on Manuscript ID WRK4-2011-06-0025</decisionSubject>
            <decisionTo>[email protected]</decisionTo>
        </decisionLetter>
        <documentId>10091709</documentId>
        <documentIdLatest>10091709</documentIdLatest>
        <documentIdOriginal>10091709</documentIdOriginal>
        <inputIndex>1</inputIndex>
        <responseToDecision></responseToDecision>
        <submissionId>WRK4-2011-06-0025</submissionId>
        <submissionIdLatest>WRK4-2011-06-0025</submissionIdLatest>
        <submissionIdOriginal>WRK4-2011-06-0025</submissionIdOriginal>
    </result>
</Response>