POST
/
organizations
/
{organizationId}
/
data-systems
curl --request POST \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/data-systems \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "crossBorder": false,
  "retention": "P2Y",
  "additionalNotes": "<string>",
  "dataSystemTypeId": "custom",
  "status": "active",
  "dataSystemContacts": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemDestinations": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemOrigins": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemProcessingActivities": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemProcessingPurposes": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemRelationship": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataSystemSecurityMeasures": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemDataCategories": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "projectIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dateCreated": 123,
  "dateUpdated": 123,
  "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organizationName": "<string>",
  "name": "<string>",
  "crossBorder": false,
  "retention": "P2Y",
  "additionalNotes": "<string>",
  "status": "active",
  "dataSystemContacts": [],
  "dataSystemDestinations": [],
  "dataSystemRelationship": {},
  "dataSystemSecurityMeasures": [
    "<any>"
  ],
  "dataSystemOrigins": [],
  "dataSystemProcessingActivities": [],
  "dataSystemProcessingPurposes": [],
  "dataSystemTypeId": "<string>",
  "dataSystemType": {
    "id": "<string>",
    "name": "<string>",
    "icon": "<string>"
  },
  "dataSystemDataCategories": [],
  "icon": "<string>",
  "projectIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required

Body

application/json

Response

201
application/json

Default Response

The response is of type object.