{
"eventId": "string",
"invitationStatusList": [
0
],
"portalIdList": [
"string"
],
"ticketCategoryList": [
"string"
],
"creationDate": "2019-08-24T14:15:22Z",
"modifiedDate": "2019-08-24T14:15:22Z",
"subject": "string",
"text": "string",
"testMail": "string",
"filterCriteriaOperator": 0
}
curl --location --request POST 'https://api.cobra.de/v1/events/invitations/filtered-invitation-email' \
--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 '{
"eventId": "string",
"invitationStatusList": [
0
],
"portalIdList": [
"string"
],
"ticketCategoryList": [
"string"
],
"creationDate": "2019-08-24T14:15:22Z",
"modifiedDate": "2019-08-24T14:15:22Z",
"subject": "string",
"text": "string",
"testMail": "string",
"filterCriteriaOperator": 0
}'
{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}