Used to define and manipulate the settings, which include various parameters and configurations for the augmentation of Business Partners.
Retrieve a list of available features for curation settings.
OK
{- "pageSize": "100",
- "total": "67",
- "page": "1",
- "values": [
- {
- "technicalKey": "ENRICH_IDENTIFIERS"
}
]
}
Retrieve a list of available profiles for curation settings.
OK
{- "pageSize": "100",
- "total": "67",
- "page": "1",
- "values": [
- {
- "features": [
- {
- "technicalKey": "ENRICH_IDENTIFIERS"
}
], - "technicalKey": "STANDARD"
}
]
}
Retrieve a list of available features for lookup settings.
OK
{- "pageSize": "100",
- "total": "67",
- "page": "1",
- "values": [
- {
- "technicalKey": "CURATE_REQUEST"
}
]
}