Monitoring

The samples provided are representative of what may be returned in responses. In order to provide comprehensive samples, some values were added where the actual response had null or no values.

In addition, values in both requests and responses have been "faked" or modified to protect potentially private data (e.g., phone number) where applicable. Therefore, using requests exactly as is may not return any results.

Contents

Create a Registration

Request


POST https://plus.dnb.com/v1/monitoring/registrations/
Accept: application/json 
Authorization: Bearer yourtoken
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="reference"

myTest1
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="description"

Reg for cmpelk updates
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="productId"

cmpelk
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="versionId"

v2
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="notificationFormat"

JSON
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="notificationType"

UPDATE
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="deliveryFrequency"

DAILY
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="deliveryTrigger"

PUSH
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="destinationType"

STP
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="email"

ourgroup@mycompany.com
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="duns"; filename=""
Content-Type: 


------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="seedData"

True
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="fileTransferProfile"

MySTPProfile
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="jsonPathInclusion"


------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="jsonPathExclusion"

organization.financials,organization.primaryAddress
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="encryptionKey"

------WebKitFormBoundary7MA4YWxkTrZu0gW--

Response


{
    "transactionDetail": {
        "transactionID": "rrt-705ef266-c-ea-1726-29921739-3",
        "transactionTimestamp": "2017-05-04T18:29:33.500Z",
        "inLanguage": "en-US"
    },
    "information": {
        "code": "21101",
        "message": "Registration accepted, processing pending."
    }
}