Update Monitoring Registration
Product | D&B Direct 2.0, D&B Direct Onboard |
Product Code(s) | Not Applicable |
Option(s) | None |
Monitoring Available | No |
Interface | SOAP |
WSDL | download |
Format(s) | XML |
Service | Monitoring |
Operation | UpdateMonitoringRegistration |
{version} | 8.0 |
8.0 Released on | February 15, 2019 |
This function allows a customer to update or cancel an active monitoring registration.
Update History
No modifications have been made to this data layer since the initial release.
What to do First
Feature Request
IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.
Data Layer Entitlement
For customers in U.S. and Canadian markets, the API is provisioned for specific collections of products, reports, and/or features (collectively referred to as data layers) for production and trial usage. Entitlement is not required for testing in the sandbox environment.
- This function does not require entitlement for production and trial usage. Entitlement for monitoring is only required for the Add Monitoring Registration function, and for the data layers that will monitored.
Specification
Caution: This operation will update multiple registrations based on the input parameters provided. For example, if a D-U-N-S Number is not provided, all registrations with matching Monitoring and Notification Profile IDs will be affected by the change requested. If no input criteria provided, all registrations will be affected.
When monitoring the People data layer, a principal identification number (Principal ID) will be required by this operation.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mon="http://services.dnb.com/MonitoringServiceV2.0"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-633F699FC36627C15514785038369061"> <wsse:Username>MyUserName</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MyPassword</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <mon:UpdateMonitoringRegistrationRequest> <UpdateMonitoringRegistrationRequestDetail> <MonitoringRegistrationDetail> <DUNSNumber>282744309</DUNSNumber> </MonitoringRegistrationDetail> <MonitoringRegistrationUpdateSpecification> <AutoRenewalIndicator>false</AutoRenewalIndicator> <SubjectCategoryText>Low</SubjectCategoryText> </MonitoringRegistrationUpdateSpecification> </UpdateMonitoringRegistrationRequestDetail> </mon:UpdateMonitoringRegistrationRequest> </soapenv:Body> </soapenv:Envelope>
Name | Characteristics |
---|---|
UpdateMonitoringRegistrationRequest | Aggregate |
UpdateMonitoringRegistrationRequest@xsi:schemaLocation | Attribute |
UpdateMonitoringRegistrationRequest. TransactionDetail | Aggregate, Optional Records information necessary to process this request. |
UpdateMonitoringRegistrationRequest. TransactionDetail. ApplicationTransactionID | string up to 64 chars., Optional A number assigned by the calling application to uniquely identify this request. |
UpdateMonitoringRegistrationRequest. TransactionDetail. TransactionTimestamp | DateTimestamp, Optional The date and time when this request was created. When the request is from an intermediary, such as a workflow manager or service bus, this is the date and time when the message was sent to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary. |
END: UpdateMonitoringRegistrationRequest. TransactionDetail | /Aggregate |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail | Aggregate, Required Records the details of request to update existing monitoring registration(s) |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationDetail | Aggregate, Optional Records the details of the existing registrations |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationDetail. DUNSNumber | string up to 9 chars. Pattern: {([0-9]*)}., Optional Records the duns number that is provided by the customer to register for Monitoring. |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. InquiryDetail. PrincipalIdentificationNumberDetail. PrincipalIdentificationNumber | Element |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationDetail. MonitoringProfileID | int, Optional A number that uniquely identifies a set of events and their thresholds, used to monitor a DUNS or a set of DUNS. |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationDetail. NotificationProfileID | int, Optional A number that uniquely identifies the delivery preferences that the customer has set for Monitoring Alerts. |
END: UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationDetail | /Aggregate |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification | Aggregate, Required Records the specification of the registrations update |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. NotificationProfileID | int, Optional The number that uniquely identifies the new delivery preferences that the customer has set for Monitoring Alerts. |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. AutoRenewalIndicator | boolean, Optional When true (set to 1), it means that this registration is set for Auto Renewal. When false (set to 0), it means that this registration is not set for Autorenewal. |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. SubjectCategoryText | string up to 32 chars., Optional An alphanumeric value identifying the category in which the Customer has classified the subject. Possible values: High; Medium; Low |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. MonitoringRegistrationStatusText | MonitoringRegistrationStatusEnum, Optional Records the status of the monitoring registration Possible values: Active; Cancelled; Pending; Expired; RegistrationFailed:StopDistribution, RegistrationFailed:TooOldData, RegistrationFailed:ProductAvailabilityFailure, RegistrationFailed |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. InquiryReferenceText | Aggregate |
UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. InquiryReferenceText. CustomerReferenceText | Element |
END: UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification. InquiryReferenceText | /Aggregate |
END: UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail. MonitoringRegistrationUpdateSpecification | /Aggregate |
END: UpdateMonitoringRegistrationRequest. UpdateMonitoringRegistrationRequestDetail | /Aggregate |
END: UpdateMonitoringRegistrationRequest | /Aggregate |
Deleting a Registration
To remove a registration, a customer may change the status to Cancelled immediately, from either a Pending or Active registration status, through an update request. Cancelled items can be restored within 24-hours of the update, after which they are deleted by the system.
<MonitoringRegistrationUpdateSpecification>
<MonitoringRegistrationStatusText>Cancelled</MonitoringRegistrationStatusText>
</MonitoringRegistrationUpdateSpecification>
Endpoint
Use the following endpoint with the downloadable WSDL to request this feature.
SOAP (Monitoring) |
---|
https://direct.dnb.com/Monitoring/V{version} |
Testing
This operation will return a static set of results in the D&B Direct test environment (sandbox), regardless of the request parameters.
Feature Response
Specification
The following is a list of the possible data fields returned by this operation in the XML response. Samples are provided for testing successful and failed retrieval, and to demonstrate the basic layout of a response. The data returned in samples may not represent actual values that this feature will deliver.
In cases where multiple registrations were affected by the update, only the UpdatedRegistrationCount will be returned.
NOTE: The D-U-N-S Number returned in the response will be a nine-digit zero-padded, numeric value.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <ns2:UpdateMonitoringRegistrationResponse xmlns:ns2="http://services.dnb.com/MonitoringServiceV2.0" xmlns:ns3="http://services.dnb.com/TransactionFaultV2.0"> <TransactionDetail> <ServiceTransactionID>Id-fb2340580c270100cacc040003eef9bf-1</ServiceTransactionID> <TransactionTimestamp>2016-12-01T08:22:03.531-05:00</TransactionTimestamp> </TransactionDetail> <TransactionResult> <SeverityText>Information</SeverityText> <ResultID>CM000</ResultID> <ResultText>Success</ResultText> </TransactionResult> <UpdateMonitoringRegistrationResponseDetail> <UpdatedRegistrationCount>2</UpdatedRegistrationCount> </UpdateMonitoringRegistrationResponseDetail> </ns2:UpdateMonitoringRegistrationResponse> </soap:Body> </soapenv:Envelope>
NOTE: There may be additional request and/or response elements specified in the WSDL that are not applicable for D&B Direct customers. Data elements that are not listed on this page are currently unused by this operation.
Response Codes & Error Handling
Successful service requests will return a CM000 response code in the TransactionResult ResultID field. Otherwise, one of the D&B Direct standard response codes will be returned.
This operation may return the following response codes: CM001, CM002, CM004, CM011, CM012, CM018, CM023, MN001, MN002, PD003, PD005, PD016, PD017, SC001-SC009.
D&B Direct 2.0 API requests are provided on a metered basis; and may require entitlement prior to use in the production environment. In addition, a concurrency limit (QPS) is monitored to ensure that it is not exceeded. An error code will be returned in the event that a transaction is throttled.
While this operation is provided on a metered basis, usage is tracked; however, no billing for successful calls is recorded.
Operation-specific supplemental response code explanations:
CM001 | Invalid Monitoring Profile ID; or Invalid Notification Profile ID. |
CM002 | Any schema validation failure (e.g. elements that are mandatory in the schema are not present in the request, Sequence of the element is not matching in the schema, Data type mismatch or Invalid notification Level). |
CM009 | Missing reason code |
CM012 | Invalid subject- Duns number |
CM023 | Duplicate Registration |
PD003 | DUNS stop distribution |
PD005 | Requested Product not available |
PD016 | DUNS transferred |
PD017 | DUNS out of business |
Feature Notes
Active registrations, those with the AutoRenewalIndicator set to 'true' and not subsequently updated to 'cancelled', will be re-registered at the time of contract renewal by extending the registration EndDate to the last day of the contract year.
If the contract renewal occurs after the previous contract expires, the registrations will NOT be auto-renewed.