{
"templateName": "string",
"contact": {
"usedTemplateId": "string",
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string"
}
}
curl --location --request POST 'https://api.cobra.de/v1/events/templates/contact-persons/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 '{
"templateName": "string",
"contact": {
"usedTemplateId": "string",
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string"
}
}'
{
"data": {
"model": {
"id": "123456789012345678901234",
"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",
"templateName": "string",
"contact": {
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string",
"imageURL": "string"
}
},
"isValid": true
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}