guides:ws_submitterrequest
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:ws_submitterrequest [2024/01/12 19:08] – brett.zamora | guides:ws_submitterrequest [2024/01/12 20:53] (current) – brett.zamora | ||
---|---|---|---|
Line 72: | Line 72: | ||
**Endpoint: (With Parameters)** | **Endpoint: (With Parameters)** | ||
- | < | + | < |
Line 121: | Line 121: | ||
The submitterRequest web service is the first step in a New Submitter Request **workflow** as documented in the following C# snippet. | The submitterRequest web service is the first step in a New Submitter Request **workflow** as documented in the following C# snippet. | ||
+ | |||
+ | It is important to note that when using the submitterRequest web service, the parameter value passed for docType must be either " | ||
+ | |||
+ | These docType values help the server-side processes determine where to store the uploaded PDF document. CeRTNA keeps both the original request PDF documents as well as the approved PDF documents. | ||
Line 142: | Line 146: | ||
As per the workflow snippet, CeRTNA expects that the required MOU and/or COI will be submitted as part of the workflow for creating a New Submitter Request. If the MOU and/or COI is not provide, the New Submitter Request will be rejected by CeRTNA staff. | As per the workflow snippet, CeRTNA expects that the required MOU and/or COI will be submitted as part of the workflow for creating a New Submitter Request. If the MOU and/or COI is not provide, the New Submitter Request will be rejected by CeRTNA staff. | ||
+ | |||
+ | **Comment 5:** | ||
+ | |||
+ | In preceding examples you will see references to objects like tbRequestID.Text or tbSubmitterTypeID.Text and names that start with ' | ||
+ | |||
+ | Below is a sample of the WPF form. The fields are filled based on the workflow being tested and the button being clicked. | ||
+ | |||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
guides/ws_submitterrequest.1705086483.txt.gz · Last modified: by brett.zamora