Personal Data
Create Data Subject
Use this API to create new Data Subject in the Data Mapping Automation Module.
post/api/inventory/v2/data-subjects
Query parameters
generatorstring
Request body
Example request
{
"value": "Customer",
"description": "End user of the service",
"status": "Active"
}Response
Created
Example response
{
"id": "43fd3a8d-3f6b-464e-bf43-3f0c6c592442",
"name": "Financial Data",
"nameKey": "financial_data_name",
"description": "Contains financial information of customers",
"descriptionKey": "financial_data_description",
"source": "SYSTEM"
}