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:05] – brett.zamora | guides:ws_submitterrequest [2024/01/12 20:53] (current) – brett.zamora | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| {{tablelayout? | {{tablelayout? | ||
| ^ Parm Name ^ Req/Opt ^ Format ^ Description ^ | ^ Parm Name ^ Req/Opt ^ Format ^ Description ^ | ||
| - | | RequestID | Required | [string] | Use 0 when calling | + | | RequestID | Required | [string] | Use 0 when for the intial submitterRequest or use a Request ID when re-submitting a corrected submitterRequest. Including instances where an updated MOU or COI will be provided. | |
| | SubmitterTypeID | Required | [string] | Must be on of the following numeric codes: 1 (Title Company) 2 (Lender) 8 (Government) 32 (Other) | | | SubmitterTypeID | Required | [string] | Must be on of the following numeric codes: 1 (Title Company) 2 (Lender) 8 (Government) 32 (Other) | | ||
| | PrimaryName | Required | [string] | (Max Len: 255) This name must be unique by Submitter Name, City, State. Please provide name in uppercase. Be sure to escape this value for special characters. | | | PrimaryName | Required | [string] | (Max Len: 255) This name must be unique by Submitter Name, City, State. Please provide name in uppercase. Be sure to escape this value for special characters. | | ||
| 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.1705086352.txt.gz · Last modified: by brett.zamora
