guides:ws_updatecoirequest
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
guides:ws_updatecoirequest [2022/11/10 00:21] – created brett.zamora | guides:ws_updatecoirequest [2024/01/16 16:10] (current) – brett.zamora | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Web Service: updateCOIRequest ==== | ==== Web Service: updateCOIRequest ==== | ||
+ | <color # | ||
The updateCOIRequest web service is used to send an updated Certificate of Insurance (COI) document to CeRTNA. The COI document is linked to a specific submitter, so the correct Submitter ID must be provided when calling the web service. | The updateCOIRequest web service is used to send an updated Certificate of Insurance (COI) document to CeRTNA. The COI document is linked to a specific submitter, so the correct Submitter ID must be provided when calling the web service. | ||
- | As with other CeRTNA web services, you must use the login workflow to obtain a soft-token that can be used when calling the updateCOIRequest web service. (The Login workflow is documented in the examples shown below.) | + | As with other CeRTNA web services, you must use the login workflow to obtain a soft-token that can be used when calling the updateCOIRequest web service. |
+ | |||
+ | Click this link ([[guides: | ||
Your user credentials allow the backend web service to ensure that your user request is properly assigned to your organization. | Your user credentials allow the backend web service to ensure that your user request is properly assigned to your organization. | ||
Line 13: | Line 16: | ||
{{tablelayout? | {{tablelayout? | ||
^ Method ^ URL ^ | ^ Method ^ URL ^ | ||
- | | POST | < | + | | POST | < |
Line 33: | Line 36: | ||
^ Parm Name ^ Req/Opt ^ Format ^ Description ^ | ^ Parm Name ^ Req/Opt ^ Format ^ Description ^ | ||
| RequestID | Required | [string] | Use 0 when calling the web service. | | | RequestID | Required | [string] | Use 0 when calling the web service. | | ||
- | | SubmitterTypeID | + | | COIExpirationDate |
- | | PrimaryName | + | | SubmitterID |
- | | Address1 | Required | [string] | Street address 1. | | + | |
- | | Address2 | Required | [string] | Street address 2. This can be an empty string. | | + | |
- | | City | Required | [string] | City name. | | + | |
- | | StateName | Required | [string] | Two character state id. | | + | |
- | | PostalCode | Required | [string] | Zip code. 5 or 9 character. | | + | |
- | | COIExpirationDate | Required | [string] | If the SubmitterTypeID is 32 (Other) then a COI Expiration Date is required otherwise an empty string can be provided. | | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
Line 53: | Line 44: | ||
{{tablelayout? | {{tablelayout? | ||
^ Parm Name ^ Format ^ Description ^ | ^ Parm Name ^ Format ^ Description ^ | ||
- | | result | [string] | If the submitterRequest | + | | result | [string] | If the updateCOIRequest |
| 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 submitterRequest | + | As noted, any condition that results in an unsuccessful call to the updateCOIRequest |
Line 65: | Line 56: | ||
**Endpoint: (With Parameters)** | **Endpoint: (With Parameters)** | ||
- | < | + | < |
Line 86: | Line 77: | ||
<code json> | <code json> | ||
{ | { | ||
- | " | + | " |
} | } | ||
</ | </ | ||
Line 99: | Line 90: | ||
{ | { | ||
" | " | ||
- | " | + | " |
- | " | + | " |
} | } | ||
} | } | ||
Line 113: | Line 104: | ||
**Comment 1:** | **Comment 1:** | ||
- | The submitterRequest | + | The updateCOIRequest |
- | {{page> | + | {{page> |
**Comment 2:** | **Comment 2:** | ||
- | The following C# snippet shows how to login and call the submitterRequest | + | The following C# snippet shows how to login and call the updateCOIRequest |
- | {{page> | + | {{page> |
Line 134: | Line 125: | ||
**Comment 4:** | **Comment 4:** | ||
- | As per the workflow snippet, CeRTNA expects that the required | + | As per the workflow snippet, CeRTNA expects that the required COI will be submitted as part of the workflow for creating |
guides/ws_updatecoirequest.1668039670.txt.gz · Last modified: by brett.zamora