Cookies Settings

Loading

dnb-logo
Direct 2.0
Collapse

Update Monitoring Registration

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.

Sample Request (Update)
<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.

Sample Response (Update)
<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>
Name Characteristics
UpdateMonitoringRegistrationResponse Aggregate
UpdateMonitoringRegistrationResponse@xsi:schemaLocation Attribute
UpdateMonitoringRegistrationResponse. TransactionDetail Aggregate, Required

Records information necessary to process a particular request. Examples of a request is the ordering of a product.

UpdateMonitoringRegistrationResponse. TransactionDetail. ApplicationTransactionID string up to 64 chars., Optional

A number assigned by the calling application to uniquely identify this request.

UpdateMonitoringRegistrationResponse. TransactionDetail. ServiceTransactionID string up to 64 chars., Required

A number assigned by the D&B service to uniquely identify this transaction.

UpdateMonitoringRegistrationResponse. TransactionDetail. TransactionTimestamp DateTimestamp, Required

The date and time when this request was submitted or the date and time when the requesting intermediary, such as a workflow manager or service bus, sent the message to the D&B function, i.e., the date and time when the xml document was created by the requesting intermediary.

END: UpdateMonitoringRegistrationResponse. TransactionDetail /Aggregate
UpdateMonitoringRegistrationResponse. TransactionResult Aggregate, Required

An aggregate that can repeat multiple times to record the different outcomes of the transaction.

UpdateMonitoringRegistrationResponse. TransactionResult. SeverityText string up to 16 chars., Required

Text that records the criticality of the outcome, e.g., Information, Warning, Error, Fatal.

UpdateMonitoringRegistrationResponse. TransactionResult. ResultID string up to 32 chars., Required

An alphanumeric string that uniquely identifies the outcome of the transaction.

UpdateMonitoringRegistrationResponse. TransactionResult. ResultText string up to 512 chars., Optional

Text that explains the outcome of the transaction.

UpdateMonitoringRegistrationResponse. TransactionResult. ResultMessage Aggregate, Optional (Infinite)

An aggregate that can repeat multiple times to record textual data that expands on the ResultID and ResultText to provide additional information to the user regarding the status of the transaction. If the status implies that there is a problem this may also provide guidance to the user on how to address it.

UpdateMonitoringRegistrationResponse. TransactionResult. ResultMessage. ResultDescription string up to 512 chars., Required

Text that describes the additional information regarding the outcome of the transaction.

END: UpdateMonitoringRegistrationResponse. TransactionResult. ResultMessage /Aggregate
END: UpdateMonitoringRegistrationResponse. TransactionResult /Aggregate
UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail Aggregate, Optional

Records the details of the updated monitoring registration(s)

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. UpdatedRegistrationCount int, Required

A numeric value which records the count of registrations updated for the details provided by the customer in the request

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail Aggregate, Optional (Infinite)

Records the details of monitoring registration before and after the update

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. DUNSNumber string up to 9 chars. Pattern: {([0-9]*)}., Required

Records the duns number that is provided by the customer to update the Monitoring registration.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. MonitoringProfileID int, Required

A number that uniquely identifies a set of events and their thresholds, used to monitor a DUNS or a set of DUNS.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. NotificationProfileID int, Optional

A number that uniquely identifies the former delivery preferences that the customer has set for Monitoring Alerts before the update.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. SubjectCategoryText string up to 32 chars., Optional

An alphanumeric value identifying the former category in which the Customer has classified the subject.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. AutoRenewalIndicator boolean, Optional

A boolean value which represents whether the registration is set for Auto renewal or not before the update. 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.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. MonitoringRegistrationStatusText MonitoringRegistrationStatusEnum, Optional

Records the former status of the monitoring registration

Possible values: Active; Cancelled

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceText Aggregate
UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceText. CustomerReferenceText Element
END: UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceText /Aggregate
UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail Aggregate, Optional
UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. NotificationProfileID int, Optional

A number that uniquely identifies the former delivery preferences that the customer has set for Monitoring Alerts before the update.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. SubjectCategoryText string up to 32 chars., Optional

An alphanumeric value identifying the former category in which the Customer has classified the subject.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. AutoRenewalIndicator boolean, Optional

A boolean value which represents whether the registration is set for Auto renewal or not before the update. 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.

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. MonitoringRegistrationStatusText MonitoringRegistrationStatusEnum, Optional

Records the former status of the monitoring registration

Possible values: Active; Cancelled

UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. InquiryReferenceText Aggregate
UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. InquiryReferenceText. CustomerReferenceText Element
END: UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail. InquiryReferenceText /Aggregate
END: UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. FormerMonitoringRegistrationDetail /Aggregate
END: UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail /Aggregate
END: UpdateMonitoringRegistrationResponse. UpdateMonitoringRegistrationResponseDetail /Aggregate
END: UpdateMonitoringRegistrationResponse /Aggregate

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:

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.