Post mapping to a profile
Learn how to post a mapping to a profile for D&B connector
To execute this operation you have tot be assigned the UPDATE privilege.
Request
POST {DnBConnectorUri}/config/profiles/{profileName}/mappings/{mappingName}
Parameter Name | Required | Description | |
---|---|---|---|
Headers | Content-Type
| Yes | Should be "Content-Type: application/json ". |
Authorization
| Yes | Information about authentication access token in format "Bearer <YourTokenId> " (see details in Authentication API). | |
Query | plus | No | This can be true or false. If this parameter is true this endpoint will request for Direct+ mappings. By default this parameter is true. |
Body | Yes | Mapping content. |
Request