guides:ws_postdocument
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| guides:ws_postdocument [2022/11/10 01:03] – brett.zamora | guides:ws_postdocument [2023/03/21 15:06] (current) – brett.zamora | ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| | documentType | Required | [string] | This will be MOU or COI | | | documentType | Required | [string] | This will be MOU or COI | | ||
| | requestID | Required | [string] | This is the Request ID that was returned from a submitterRequest or updateCOIRequest web service call. | | | requestID | Required | [string] | This is the Request ID that was returned from a submitterRequest or updateCOIRequest web service call. | | ||
| - | | SubmitterID | Required | + | | SubmitterID | Dependent |
| Line 45: | Line 45: | ||
| {{tablelayout? | {{tablelayout? | ||
| ^ Parm Name ^ Format ^ Description ^ | ^ Parm Name ^ Format ^ Description ^ | ||
| - | | result | [string] | If the updateCOIRequest | + | | result | [string] | If the upload |
| | code | [string] | Exception conditions will result in code/ | | code | [string] | Exception conditions will result in code/ | ||
| | message | [string] | Longer description of exception condition. | | | message | [string] | Longer description of exception condition. | | ||
| - | As noted, any condition that results in an unsuccessful call to the updateCOIRequest | + | As noted, any condition that results in an unsuccessful call to the postDocument |
| - | <color # | + | <color # |
| **Endpoint: (With Parameters)** | **Endpoint: (With Parameters)** | ||
| - | < | + | < |
| + | |||
| + | or | ||
| + | |||
| + | < | ||
| Line 64: | Line 68: | ||
| Content-Type: | Content-Type: | ||
| - | Content-Type: | + | Content-Type: |
| **Body:** | **Body:** | ||
| - | Body content | + | The PDF document that is being uploaded is added to the request body as a parameter. Refer to the examples below to see how this is accomplished. |
| <color # | <color # | ||
| Line 78: | Line 82: | ||
| <code json> | <code json> | ||
| { | { | ||
| - | " | + | " |
| } | } | ||
| </ | </ | ||
| + | **OR** | ||
| + | |||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| **OR** | **OR** | ||
| Line 91: | Line 102: | ||
| { | { | ||
| " | " | ||
| - | " | + | " |
| - | " | + | " |
| } | } | ||
| } | } | ||
| Line 105: | Line 116: | ||
| **Comment 1:** | **Comment 1:** | ||
| - | The updateCOIRequest | + | The postDocument |
| + | {{page> | ||
| {{page> | {{page> | ||
| Line 113: | Line 126: | ||
| **Comment 2:** | **Comment 2:** | ||
| - | The following C# snippet shows how to login and call the updateCOIRequest | + | The following C# snippet shows how to login and call the postDocument |
| - | {{page> | + | {{page> |
| Line 126: | Line 139: | ||
| **Comment 4:** | **Comment 4:** | ||
| - | As per the workflow snippet, CeRTNA expects that the required COI will be submitted as part of the workflow for creating the Update COI Request. If the COI is not provided, the Update COI Request will be rejected by CeRTNA staff. | + | As per the workflow snippet, CeRTNA expects that the required |
guides/ws_postdocument.1668042192.txt.gz · Last modified: by brett.zamora
