{
"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"
}
}
curl --location --request POST 'https://api.cobra.de/v1/crm/people/validation' \
--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 '{
"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"
}
}'
{
"data": {
"model": {
"createdBy": "Username",
"modifiedBy": "Username",
"dateCreated": "2024-02-19T08:57:43.041Z",
"dateModified": "2024-02-19T08:57:43.041Z",
"createdByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
"modifiedByUserId": "c0316f28-4d2d-4c79-b5fc-bd25f2bca40c",
"id": "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",
"note": {
"note": "string",
"createdBy": "string",
"modifiedBy": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateModified": "2019-08-24T14:15:22Z",
"createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
"modifiedByUserId": "17fb13b8-2d9d-45c1-bbdd-46882998f972"
},
"cards": [
{
"isPrivate": true,
"alternativeSalutation": "string",
"alternativeTitle": "string",
"alternativeFirstname": "string",
"alternativeLastname": "string",
"companyId": "string",
"business": "string",
"companyRelationType": {
"id": "string",
"text": "string"
},
"companyRelationSince": "2019-08-24T14:15:22Z",
"companyRelationUntil": "2019-08-24T14:15:22Z",
"validFrom": "2019-08-24T14:15:22Z",
"validTo": "2019-08-24T14:15:22Z",
"phones": [
{
"isFavorite": true,
"type": "string",
"number": "string"
}
],
"emails": [
{
"type": {
"id": "string",
"text": "string"
},
"isFavorite": true,
"mail": "string"
}
],
"businessPositions": [
{
"department": "string",
"position": "string",
"isFavorite": true
}
],
"addresses": [
{
"id": "string",
"isFavorite": true,
"addressTypes": [
{
"id": "string",
"text": "string"
}
],
"country": "string",
"countryCode": "string",
"street": "string",
"streetAdditional": "string",
"zip": "string",
"city": "string",
"postboxNumber": "string",
"federalState": "string",
"coordinates": {
"longitude": 0,
"latitude": 0
},
"cityDistrict": "string",
"cityAddition": "string",
"validationInfo": {
"status": "string",
"deviation": 0,
"lastValidationDate": "2019-08-24T14:15:22Z",
"message": "string"
},
"isPostOfficeBox": true
}
],
"isFavorite": true,
"isActive": true,
"markAsFavorite": true,
"useAlternativeName": true,
"id": "string"
}
],
"relations": [
{
"type": {
"typeIdentifier": "string",
"isFavorite": true
},
"id": "string"
}
],
"userMail": "string",
"employeeStatus": "string",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"lifecycle": {
"lifecycleId": "string",
"text": "string",
"color": "string",
"dateChanged": "2019-08-24T14:15:22Z"
},
"lifecycleHistories": [
{
"lifecycleId": "string",
"text": "string",
"color": "string",
"dateChanged": "2019-08-24T14:15:22Z"
}
],
"profileImage": "string",
"employeeNumber": "string",
"initials": "string",
"detailImagePath": "string",
"name": "string"
},
"isValid": true
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}