Cookies Settings

Loading

dnb-logo
Direct 2.0
Collapse

List Monitoring Registration

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

Sample Request (List)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mon="http://services.dnb.com/MonitoringServiceV2.0">
     <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsse:UsernameToken wsu:Id="UsernameToken-7" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <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">password</wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <mon:ListMonitoringRegistrationRequest ServiceVersionNumber="4.0">
         <ListMonitoringRegistrationRequestDetail>
           <MonitoringRegistrationListCriteria>
               <DNBProductID>PBPR_STD</DNBProductID>           
               <AutoRenewalIndicator>false</AutoRenewalIndicator>
               <SubjectCategoryText>High</SubjectCategoryText>
               <RegisteredFromDate>2013-01-01</RegisteredFromDate>
               <RegisteredToDate>2013-12-31</RegisteredToDate>
            </MonitoringRegistrationListCriteria>         
         </ListMonitoringRegistrationRequestDetail>
      </mon:ListMonitoringRegistrationRequest>
   </soapenv:Body>
</soapenv:Envelope>
Name Characteristics
ListMonitoringRegistrationRequest Aggregate
ListMonitoringRegistrationRequest@ServiceVersionNumber Attribute
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.

ListMonitoringRegistrationRequest. TransactionDetail. SubmittingOfficeID string up to 64 chars., Optional

A number that identifies the system or the software application from where this request originated. / A number used to uniquely identfy the D&B business segment or delivery channel from where this request originated.

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. 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.

Sample Response (List)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <mon:ListMonitoringRegistrationResponse ServiceVersionNumber="4.0" xmlns:mon="http://services.dnb.com/MonitoringServiceV2.0">
         <TransactionDetail>
            <ServiceTransactionID>Id-6c48dfa552f2561c03fbe036-1</ServiceTransactionID>
            <TransactionTimestamp>2014-02-05T10:17:48-05:00</TransactionTimestamp>
         </TransactionDetail>
         <TransactionResult>
            <SeverityText>Information</SeverityText>
            <ResultID>CM000</ResultID>
            <ResultText>Success</ResultText>
         </TransactionResult>
         <ListMonitoringRegistrationResponseDetail>
            <CandidateMatchedQuantity>3</CandidateMatchedQuantity>
            <CandidateReturnedQuantity>3</CandidateReturnedQuantity>
            <MonitoringRegistrationDetail>
               <InquiryDetail>
                  <DUNSNumber>544140197</DUNSNumber>
               </InquiryDetail>
               <DUNSNumber>544140197</DUNSNumber>
               <CountryISOAlpha2Code>FR</CountryISOAlpha2Code>
               <MonitoringProfileID>41</MonitoringProfileID>
               <DNBProductID>PBPR_STD</DNBProductID>
               <MonitoringLevel>Level2</MonitoringLevel>
               <NotificationProfileID>905</NotificationProfileID>
               <AutoRenewalIndicator>false</AutoRenewalIndicator>
               <SubjectCategoryText>High</SubjectCategoryText>
               <StartDate>2013-12-03</StartDate>
               <EndDate>2014-06-04</EndDate>
               <MonitoringRegistrationStatusText>Pending</MonitoringRegistrationStatusText>
               <InquiryReferenceDetail>
                  <CustomerReferenceText>QA_Zory_US_Test1_17</CustomerReferenceText>
                  <CustomerBillingEndorsementText>QA_Zory_US_Test1_17</CustomerBillingEndorsementText>
               </InquiryReferenceDetail>
               <DisplaySequence>1</DisplaySequence>
            </MonitoringRegistrationDetail>
            <MonitoringRegistrationDetail>
               <InquiryDetail>
                  <DUNSNumber>006144166</DUNSNumber>
               </InquiryDetail>
               <DUNSNumber>006144166</DUNSNumber>
               <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
               <MonitoringProfileID>71</MonitoringProfileID>
               <DNBProductID>PBPR_STD</DNBProductID>
               <MonitoringLevel>Level1</MonitoringLevel>
               <NotificationProfileID>320</NotificationProfileID>
               <AutoRenewalIndicator>false</AutoRenewalIndicator>
               <SubjectCategoryText>High</SubjectCategoryText>
               <StartDate>2013-12-03</StartDate>
               <EndDate>2014-06-04</EndDate>
               <MonitoringRegistrationStatusText>Active</MonitoringRegistrationStatusText>
               <InquiryReferenceDetail>
                  <CustomerReferenceText>QA_Zory_US_Test1_17</CustomerReferenceText>
                  <CustomerBillingEndorsementText>QA_Zory_US_Test1_17</CustomerBillingEndorsementText>
               </InquiryReferenceDetail>
               <DisplaySequence>2</DisplaySequence>
            </MonitoringRegistrationDetail>
            <MonitoringRegistrationDetail>
               <InquiryDetail>
                  <DUNSNumber>006144166</DUNSNumber>
               </InquiryDetail>
               <DUNSNumber>006144166</DUNSNumber>
               <CountryISOAlpha2Code>US</CountryISOAlpha2Code>
               <MonitoringProfileID>71</MonitoringProfileID>
               <DNBProductID>PBPR_STD</DNBProductID>
               <MonitoringLevel>Level1</MonitoringLevel>
               <NotificationProfileID>320</NotificationProfileID>
               <AutoRenewalIndicator>false</AutoRenewalIndicator>
               <SubjectCategoryText>High</SubjectCategoryText>
               <StartDate>2013-08-03</StartDate>
               <EndDate>2014-06-04</EndDate>
               <MonitoringRegistrationStatusText>Active</MonitoringRegistrationStatusText>
               <InquiryReferenceDetail>
                  <CustomerReferenceText>QA_Zory_US_Test1_17</CustomerReferenceText>
                  <CustomerBillingEndorsementText>QA_Zory_US_Test1_17</CustomerBillingEndorsementText>
               </InquiryReferenceDetail>
               <DisplaySequence>3</DisplaySequence>
            </MonitoringRegistrationDetail>
         </ListMonitoringRegistrationResponseDetail>
      </mon:ListMonitoringRegistrationResponse>
   </soapenv:Body>
</soapenv:Envelope>
Name Characteristics
ListMonitoringRegistrationResponse Aggregate
ListMonitoringRegistrationResponse@ServiceVersionNumber Attribute
ListMonitoringRegistrationResponse@xsi:schemaLocation Attribute
ListMonitoringRegistrationResponse. TransactionDetail Aggregate, Required

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

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

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

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

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

ListMonitoringRegistrationResponse. 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: ListMonitoringRegistrationResponse. TransactionDetail /Aggregate
ListMonitoringRegistrationResponse. TransactionResult Aggregate, Required

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

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

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

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

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

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

Text that explains the outcome of the transaction.

ListMonitoringRegistrationResponse. 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.

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

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

END: ListMonitoringRegistrationResponse. TransactionResult. ResultMessage /Aggregate
END: ListMonitoringRegistrationResponse. TransactionResult /Aggregate
ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail Aggregate, Optional
ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. CandidateMatchedQuantity int up to 6 digits., Required

The number of registrations listed as possible matches in the result set based on the search criteria in the Customer/User request.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. CandidateReturnedQuantity int up to 6 digits., Required

The number of registrations returned in the result set based on the search criteria in the Customer/User request.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail Aggregate, Optional (Infinite)

Records the details of the registrations returned in the result set based on the search criteria in the Customer/User request.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryDetail Aggregate, Optional
ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. 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: ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryDetail /Aggregate
ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. DUNSNumber string up to 9 chars. Pattern: {([0-9]*)}., Required

Records the duns number that is registered for Monitoring.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. CountryISOAlpha2Code string at least 2 chars. up to 2 chars., Required

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.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. 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.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. DNBProductID string up to 64 chars., Required

Records the product code that is provided by the customer to create a profile

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. MonitoringLevel MonitoringLevelTextEnum up to 16 chars., Required

A alphanumeric string which determines the level of details that the customer will receive during a change event

Possible values: Level1; Level2

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. NotificationProfileID int, Required

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

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. AutoRenewalIndicator boolean, Required

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.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. 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

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. RegistrationReasonCode integer up to 7 digits., Optional

Code identifying the reason for the Customer showing interest to monitor this subject. This reason needs to be captured to comply with German Data Protection Laws.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. StartDate date, Required

The date when the subject has been registered for monitoring.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. EndDate date, Required

The date when the subject registration for monitoring has been ended.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. MonitoringRegistrationStatusText MonitoringRegistartionStatusTextEnum, Required

Records the status of the monitoring registration

Possible values: Active; Cancelled; Expired, RegistrationFailed:StopDistribution, RegistrationFailed:TooOldData, RegistrationFailed:ProductAvailabilityFailure, RegistrationFailed

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceDetail Aggregate, Optional

Records data that allows the customer to specify information to be linked to the request in order to support subsequent order reconciliation.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceDetail. CustomerReferenceText string up to 240 chars., Optional(Up to 5x)

A freeform reference string provided by the customer to be linked to the product in order to support subsequent order reconciliation.

ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceDetail. CustomerBillingEndorsementText string at least 1 chars. up to 240 chars., Optional

Text that is filled in by customer and commonly contains requesting individual or department name, or customer's own account/reference number and/or name for the case on which the product was provided.This text is a reference used during the billing process.

END: ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. InquiryReferenceDetail /Aggregate
ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail. DisplaySequence int, Optional

Records the display sequence number of the results

END: ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail. MonitoringRegistrationDetail /Aggregate
END: ListMonitoringRegistrationResponse. ListMonitoringRegistrationResponseDetail /Aggregate
END: ListMonitoringRegistrationResponse /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: 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 AddMonitoringRegistration request, the expiration date will be reset whenever the contract is renewed.