{
"text": "string"
}
curl --location --request POST 'https://api.cobra.de/v1/crm/people/parse-clipboard' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string"
}'
{
"salutation": "string",
"title": "string",
"firstname": "string",
"lastname": "string",
"birthday": {
"birthday": "\"0001-01-01\"",
"considerBirthYear": true
},
"importantDates": [
{
"text": "string",
"date": "2019-08-24T14:15:22Z"
}
],
"socialMedias": [
{
"type": "string",
"link": "string"
}
],
"orgaTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"personalities": [
{
"id": "string",
"category": "string",
"text": "string"
}
],
"customerNumber": "string",
"employeeStatus": "string",
"employeeNumber": "string",
"lifecycle": {
"lifecycleId": "string"
}
}