List Monitoring Registration
Product | D&B DirectOnboard, 2.0 |
Product Code(s) | Not Applicable |
Option(s) | None |
Monitoring Available | No |
Interface | SOAP |
WSDL | download |
Format(s) | XML |
Service | Monitoring |
Operation | ListMonitoringRegistration |
{version} | 8.0 |
8.0 Released on | February 15, 2019 |
This function allows a customer to review active monitoring registrations.
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.
Overview
There are several options available when implementing this (Undefined variable: DnB API Globals.API Name) feature.
1. D-U-N-S Number: Results can be filtered by the D-U-N-S Number supplied at registration OR the registered D-U-N-S Number (in the case the trade-up option was chosen).
2. Profiles: Results can be filtered by providing the Profile ID(s) (the value returned when a profile is created) of Monitoring or Notification Profiles..
3. List by Product: Monitoring is performed at the product level, and a product ID is specified when a Monitoring Profile is created. The results may be filtered by product ID.
4. Level Filter: The Monitoring feature offers two levels of change notices: Level Two provides the notice with a copy of the product data attached; Level One only provides the notice. The results may be filtered by the level.
5. Auto-Renewal: An option exists to designation a Monitoring Registration to be preserved when an annual contract is renewed. Results can be filtered to include or exclude registrations that will auto-renew.
6. Subject Category: When a registration is created, a free form (32 character) field may be supplied. This field may be used in the List operation; however, it is case-sensitive and there are no wildcard options.
7. Date Range: The results can be narrowed by supplying a start and end date range which is compared against the date of registration.
8. Status Filter: Registrations that are assigned a status of "Cancelled" remain in the Monitoring system for 24 hours before being deleted. The results may be limited to a specific status.
9. Customer Reference Text: When a registration is created, a free form (240 character) field may be supplied. This field may be used in the List operation; however, it is case-sensitive and there are no wildcard options.
10. Sorting Results: By default, the results will be ascending by ???. Optionally, both the sort direction and a primary sort field can be designated on the request.
Sort field options include: DUNSNumber, CountryISOAlpha2Code, MonitoringProfileID, DNBProductID, MonitoringLevel, NotificationProfileID, RegistrationStartDate, SubjectCategoryText, AutoRenewalIndicator, MonitoringRegistrationStatusText.
11. Pagination: Options exist to designate the maximum number of records per request, and the starting row number. The maximum number of records this feature will return on a single request is 1,000.
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
<soapenv:Envelope xmlns:mon="http://services.dnb.com/MonitoringServiceV2.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <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-9"> <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:ListMonitoringRegistrationRequest> <TransactionDetail> <ApplicationTransactionID>ListMonitoringRegistration</ApplicationTransactionID> <TransactionTimestamp>2017-01-16T07:07:45.523Z</TransactionTimestamp> </TransactionDetail> <ListMonitoringRegistrationRequestDetail> <MonitoringRegistrationListCriteria> <ServiceVersionNumber>3.2</ServiceVersionNumber> <MonitoringRegistrationStatusText>Active</MonitoringRegistrationStatusText> </MonitoringRegistrationListCriteria> <MonitoringRegistrationDisplaySpecification> <CandidatePerPageMaximumQuantity>10</CandidatePerPageMaximumQuantity> <CandidateDisplayStartSequenceNumber>1</CandidateDisplayStartSequenceNumber> </MonitoringRegistrationDisplaySpecification> </ListMonitoringRegistrationRequestDetail> </mon:ListMonitoringRegistrationRequest> </soapenv:Body> </soapenv:Envelope>
Name | Characteristics |
---|---|
ListMonitoringRegistrationRequest | Aggregate |
ListMonitoringRegistrationRequest@xsi:schemaLocation | Attribute |
ListMonitoringRegistrationRequest. TransactionDetail | Aggregate, Optional Records information necessary to process this request. |
ListMonitoringRegistrationRequest. TransactionDetail. ApplicationTransactionID | string up to 64 chars., Optional A number assigned by the calling application to uniquely identify this request. |
ListMonitoringRegistrationRequest. 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: ListMonitoringRegistrationRequest. TransactionDetail | /Aggregate |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail | Aggregate, Required |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria | Aggregate, Optional Records the search criteria to list the registrations |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. InquiryDetail | Aggregate, Optional |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. InquiryDetail. DUNSNumber | string up to 9 chars. Pattern: {([0-9]*)}., Required Records the duns number that is provided by the customer to register for Monitoring. |
END: ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. InquiryDetail | /Aggregate |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. DUNSNumber | string up to 9 chars. Pattern: {([0-9]*)}., Optional Records the duns number that is registered for Monitoring. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. PrincipalIdentificationNumberDetail. PrincipalIdentificationNumber | string, Optional A number assigned by an external body or by D&B which either uniquely identifies or helps to identify an individual. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. CountryISOAlpha2Code | string at least 2 chars. up to 2 chars., Optional The two-letter country code, defined in the ISO 3166-1 scheme published by International Organization for Standardization (ISO)identifying the country of the inquired subject. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. 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. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. DNBProductID | string up to 64 chars., Optional Records the product code that is provided by the customer to create a profile |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. ServiceVersionNumber | string up to 10 chars., Optional A number that identifies the version of the Service. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. MonitoringLevel | MonitoringLevelTextEnum up to 16 chars., Optional A alphanumeric string which determines the level of details that the customer will receive during a change event Possible values: Level1; Level2 |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. NotificationProfileID | int, Optional A number that uniquely identifies the delivery preferences that the customer has set for Monitoring Alerts. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. 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. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. 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 |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. RegisteredFromDate | date, Optional Records the start date of the date range to list the registrations. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. RegisteredToDate | date, Optional Records the end date of the date range to list the registrations. |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria. MonitoringRegistrationStatusText | MonitoringRegistartionStatusTextEnum, Optional Records the status of the monitoring registration Possible values: Active; Cancelled; Pending; Expired; RegistrationFailed:StopDistribution, RegistrationFailed:TooOldData, RegistrationFailed:ProductAvailabilityFailure, RegistrationFailed |
END: ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationListCriteria | /Aggregate |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification | Aggregate, Optional Records the specifications of the registraions display |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification. SortBasisText | MonitoringSortBasisEnum, Optional Records the list of fields based on which sorting is possible Possible values: DUNSNumber; CountryISOAlpha2Code; MonitoringProfileID; DNBProductID; MonitoringLevel; NotificationProfileID; RegistrationStartDate; SubjectCategoryText; AutoRenewalIndicator; MonitoringRegistartionStatusText |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification. SortDirectionText | SortDirectionEnum, Optional Records the direction of sorting. Possbile values are Ascending, Descending |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification. CandidatePerPageMaximumQuantity | int Less than or equal to 1000., Optional Records the maximum quantity that can be displayed per page |
ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification. CandidateDisplayStartSequenceNumber | int, Optional Records the Display sequence number of the results |
END: ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail. MonitoringRegistrationDisplaySpecification | /Aggregate |
END: ListMonitoringRegistrationRequest. ListMonitoringRegistrationRequestDetail | /Aggregate |
END: ListMonitoringRegistrationRequest | /Aggregate |
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.
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:ListMonitoringRegistrationResponse xmlns:ns2="http://services.dnb.com/MonitoringServiceV2.0" xmlns:ns3="http://services.dnb.com/TransactionFaultV2.0"> <TransactionDetail> <ApplicationTransactionID>ListMonitoringRegistration</ApplicationTransactionID> <ServiceTransactionID>Id-f4a57c5823b60100516605001221d4bd-1</ServiceTransactionID> <TransactionTimestamp>2017-01-16T07:07:45.523Z</TransactionTimestamp> </TransactionDetail> <TransactionResult> <SeverityText>Information</SeverityText> <ResultID>CM000</ResultID> <ResultText>Success</ResultText> </TransactionResult> <ListMonitoringRegistrationResponseDetail> <CandidateMatchedQuantity>1</CandidateMatchedQuantity> <CandidateReturnedQuantity>1</CandidateReturnedQuantity> <MonitoringRegistrationDetail> <DUNSNumber>804735132</DUNSNumber> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <MonitoringProfileID>13474</MonitoringProfileID> <DNBProductID>DCP_STD</DNBProductID> <ServiceVersionNumber>3.2</ServiceVersionNumber> <MonitoringLevel>Level2</MonitoringLevel> <NotificationProfileID>5180</NotificationProfileID> <AutoRenewalIndicator>true</AutoRenewalIndicator> <SubjectCategoryText>Medium</SubjectCategoryText> <StartDate>2017-01-13</StartDate> <EndDate>2017-09-12</EndDate> <MonitoringRegistrationStatusText>Active</MonitoringRegistrationStatusText> <InquiryReferenceDetail> <CustomerReferenceText>STG_ADDVERMON_UAT</CustomerReferenceText> <CustomerBillingEndorsementText>STG_ADDVERMON_UAT</CustomerBillingEndorsementText> </InquiryReferenceDetail> <DisplaySequence>1</DisplaySequence> </MonitoringRegistrationDetail> </ListMonitoringRegistrationResponseDetail> </ns2:ListMonitoringRegistrationResponse> </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: CM002, CM004, CM011, CM018, 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.
Feature Notes
Returns the Monitoring Registration that match the criteria submitted with the request. If no criteria is specified, all active registrations will be returned. For each matching item, this feature will return the Monitoring Registration along with the date it was registered, the status and the date when the monitoring will expire.
If the auto-renewal option was selected on the Add Monitoring Registration request, the expiration date will be extended whenever the contract is renewed.
Registrations for customers with multi-year contracts will be extended each year for the duration of the contract only if the AutoRenewalIndicator is set to 'true'. For example, a customer with a five-year contract (e.g., 2015-2020) will see initially that their registrations have an EndDate of 2016. On each subsequent anniversary, the EndDate will be extended another year.