getExternalDocumentIdsFull sample
Example Request getExternalDocumentIdsFull
- Input: Standard required request parameters.
URL for use via HTTP request after Digest Authentication is performed:
https://mc-api.manuscriptcentral.com/api/s1m/v2/submissions/full/externaldocids?integration_key=2da1b4dc-6240-4a17-9b4e-2be929574a73&site_name=salesdemoplus&from_time=2024-06-07T00:00:00Z&to_time=2024-06-12T10:59:59Z
Example Response:
- The response includes details on all attempted external submissions associated with the provided integration key and within the specified date range.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>9076758b-a278-44d9-b68f-14ef9daa884e</callId>
<result
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="externalDocumentIdsFull">
<documentId>37710932</documentId>
<externalDocumentId>68760942</externalDocumentId>
<dateTimeProcessed>2024-06-08 07:58:47.45859</dateTimeProcessed>
<siteShortName>salesdemoplus</siteShortName>
<submissionId>sdp-10-Jun-1234</submissionId>
<transferDocumentId>23abe1b1-31b1-4db3-ac33-50e7a8ae051d</transferDocumentId>
</result>
<result
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="externalDocumentIdsFull">
<documentId>37787908</documentId>
<externalDocumentId>456734917</externalDocumentId>
<dateTimeProcessed>2024-06-08 11:13:59.558235</dateTimeProcessed>
<siteShortName>salesdemoplus</siteShortName>
<submissionId>draft</submissionId>
<transferDocumentId>66d07b7e-c7d0-4e65-9125-b8c95a152b9b</transferDocumentId>
</result>
</Response>Updated 5 months ago
