Importing Submission Routes

This manual is in pilot operation.

Overview

This function is the same as "Importing Submission Routes" performed via fusion_place [Manager]. It allows changing the participants included in the submission route or modifying the submittees for each participant.

How to Write a Request

Below is an example request for "Importing Submission Routes":

<request type="IMPORT_SUBMISSION_ROUTE" desc="Import Submission Route">
  <parameters>
    <parameter name="APPLICATION" value="SAMPLE1"/> (1)
    <parameter name="SUBMISSION_ROUTE" value="SINGLE"/> (2)
  </parameters>
  <contents>
    UPDATE_SUBMISSION_PATH, HDR, PARTICIPANT, IN_ROUTE, SUBMITTEE (3)
    UPDATE_SUBMISSION_PATH,DTL, AD_P, TRUE, AV
    ....
  </contents>
</request>
1 "Application" parameter
2 "Submission Route" parameter
3 Request content

Parameters

Specify the target application and submission route definition.

Parameter Required Key Description

APPLICATION

Yes

None

Specify the label of the target application.

SUBMISSION_ROUTE

Yes

None

Specify the label of the target submission route definition.

Request Content

The request content consists of the data to be imported. The format is the same as when importing submission routes via fusion_place [Manager] (however, replacing special characters <, >, & is required).

For more details, refer to:

Importable File Format

Response Content

Below is an example response for "Importing Submission Routes":

<response type="IMPORT_SUBMISSION_ROUTE" desc="Import Submission Route">
  <returned-contents> (1)
  </returned-contents>
  <result>
    <code>ERROR</code> (2)
    <started-at time-zone="Asia/Tokyo">2015/07/28 09:50:04.227</started-at>
    <ended-at time-zone="Asia/Tokyo">2015/07/28 09:50:07.828</ended-at>
    <messages>
      The participant specified in the participant field "PARTICIPANT"... (3)
      ...
    </messages>
  </result>
</response>
1 Returned Content
2 Processing Result Code
3 Message

Returned Content

There is no returned content.

Message

If the processing result code is "SUCCESSFUL," nothing is displayed in the message field.

For codes other than "SUCCESSFUL," the message field displays messages indicating warnings or errors.