{
"name": "string",
"series": "string",
"eventNumber": "string",
"category": {
"id": "string",
"name": "string",
"colorCode": "string",
"description": "string"
},
"orgaTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"portalTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"contributors": [
{
"firstName": "string",
"lastName": "string",
"email": "string",
"role": {
"id": "63a03a146d4676e52f0767c9",
"name": "Moderator",
"description": "string"
}
}
],
"shortInfo": "string",
"description": "string",
"note": {
"note": "string"
},
"eventReminderSettings": {
"fiveDays": true,
"oneDay": true,
"twoHours": true
},
"eventPaymentMethodSettings": {
"paymentMethod": 0,
"sendTicketOnInvoice": true,
"email": "string"
},
"registrationSettings": {
"registrationPlatform": 0,
"externalRegistrationLink": "string",
"registrationForm": 0,
"minAttendees": 0,
"maxAttendees": 0,
"ticketCategories": [
{
"ticketId": "string",
"name": "string",
"price": 0,
"maxTickets": 0,
"isOnSale": true,
"description": "string"
}
],
"registrationDeadline": "2019-08-24T14:15:22Z",
"currency": "string",
"cancellationOptions": {
"id": "63204ced0e05f277f3cc3ebf",
"name": "Standard",
"fixedFee": 15,
"cancellationRules": [
{
"startDay": 0,
"endDay": 0,
"percent": 0
}
]
},
"selfCancelEnabled": false,
"customFieldSets": [
"string"
],
"enableQrCodes": true,
"displayNetPrice": true
},
"taxRate": {
"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",
"name": "string",
"countryCode": "string",
"percent": 0,
"taxRateId": "string"
},
"address": {
"name": "string",
"address": "string",
"addressAdditional": "string",
"zipCode": "string",
"city": "string",
"countryCode": "string",
"geocoordinates": "string"
},
"onlineDetails": {
"platform": {
"id": "string",
"name": "string"
},
"link": "string",
"accessCode": "string"
},
"calendar": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"timeZoneId": "string",
"isIndividualTimes": true,
"displayAppointmentList": true,
"appointments": [
{
"date": "\"0001-01-01\"",
"timeFrom": "\"PT00H00M00S\"",
"timeTo": "\"PT00H00M00S\"",
"isAllDay": true,
"isFreeDay": true
}
]
},
"publicationSettings": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"isActivated": true,
"isPublic": true,
"portals": [
{
"portalId": "string"
}
]
},
"imageCollection": {
"hasMobileAlternative": true
},
"contactPersonSettings": {
"showBanner": true,
"contact": {
"usedTemplateId": "string",
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string"
}
},
"emailSettings": {
"formOfAddress": 0,
"signature": "string"
}
}
curl --location -g --request PUT 'https://api.cobra.de/v1/events/{id}' \
--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 '{
"name": "string",
"series": "string",
"eventNumber": "string",
"category": {
"id": "string",
"name": "string",
"colorCode": "string",
"description": "string"
},
"orgaTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"portalTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"contributors": [
{
"firstName": "string",
"lastName": "string",
"email": "string",
"role": {
"id": "63a03a146d4676e52f0767c9",
"name": "Moderator",
"description": "string"
}
}
],
"shortInfo": "string",
"description": "string",
"note": {
"note": "string"
},
"eventReminderSettings": {
"fiveDays": true,
"oneDay": true,
"twoHours": true
},
"eventPaymentMethodSettings": {
"paymentMethod": 0,
"sendTicketOnInvoice": true,
"email": "string"
},
"registrationSettings": {
"registrationPlatform": 0,
"externalRegistrationLink": "string",
"registrationForm": 0,
"minAttendees": 0,
"maxAttendees": 0,
"ticketCategories": [
{
"ticketId": "string",
"name": "string",
"price": 0,
"maxTickets": 0,
"isOnSale": true,
"description": "string"
}
],
"registrationDeadline": "2019-08-24T14:15:22Z",
"currency": "string",
"cancellationOptions": {
"id": "63204ced0e05f277f3cc3ebf",
"name": "Standard",
"fixedFee": 15,
"cancellationRules": [
{
"startDay": 0,
"endDay": 0,
"percent": 0
}
]
},
"selfCancelEnabled": false,
"customFieldSets": [
"string"
],
"enableQrCodes": true,
"displayNetPrice": true
},
"taxRate": {
"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",
"name": "string",
"countryCode": "string",
"percent": 0,
"taxRateId": "string"
},
"address": {
"name": "string",
"address": "string",
"addressAdditional": "string",
"zipCode": "string",
"city": "string",
"countryCode": "string",
"geocoordinates": "string"
},
"onlineDetails": {
"platform": {
"id": "string",
"name": "string"
},
"link": "string",
"accessCode": "string"
},
"calendar": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"timeZoneId": "string",
"isIndividualTimes": true,
"displayAppointmentList": true,
"appointments": [
{
"date": "\"0001-01-01\"",
"timeFrom": "\"PT00H00M00S\"",
"timeTo": "\"PT00H00M00S\"",
"isAllDay": true,
"isFreeDay": true
}
]
},
"publicationSettings": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"isActivated": true,
"isPublic": true,
"portals": [
{
"portalId": "string"
}
]
},
"imageCollection": {
"hasMobileAlternative": true
},
"contactPersonSettings": {
"showBanner": true,
"contact": {
"usedTemplateId": "string",
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string"
}
},
"emailSettings": {
"formOfAddress": 0,
"signature": "string"
}
}'
{
"data": {
"id": "string",
"name": "string",
"registrationSettings": {
"registrationPlatform": 0,
"externalRegistrationLink": "string",
"registrationForm": 0,
"minAttendees": 0,
"maxAttendees": 0,
"ticketCategories": [
{
"ticketId": "string",
"name": "string",
"price": 0,
"maxTickets": 0,
"isOnSale": true,
"description": "string",
"bookedTickets": 0,
"netPrice": 0
}
],
"registrationDeadline": "2019-08-24T14:15:22Z",
"currency": "string",
"cancellationOptions": {
"id": "string",
"name": "string",
"fixedFee": 0,
"cancellationRules": [
{
"startDay": 0,
"endDay": 0,
"percent": 0
}
]
},
"selfCancelEnabled": false,
"pricing": "string",
"attendeesCount": 0,
"minActivePrice": 0,
"customFieldSets": [
"string"
],
"displayNetPrice": false
},
"taxRate": {
"name": "string",
"countryCode": "string",
"percent": 0,
"id": "string"
},
"category": {
"id": "string",
"name": "string",
"colorCode": "string"
},
"series": "string",
"eventNumber": "string",
"publicationSettings": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"isActivated": true,
"isPublic": true
},
"portalTags": [
{
"id": "123456789012345678901234",
"text": "SomeTag"
}
],
"shortInfo": "string",
"description": "string",
"address": {
"name": "string",
"address": "string",
"addressAdditional": "string",
"zipCode": "string",
"city": "string",
"countryCode": "string",
"geocoordinates": "string",
"countryLocalized": "string"
},
"onlineDetails": {
"platform": {
"id": "string",
"name": "string"
},
"link": "string",
"accessCode": "string"
},
"calendar": {
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"timeZoneId": "string",
"isIndividualTimes": true,
"displayAppointmentList": true,
"appointments": [
{
"date": "\"0001-01-01\"",
"timeFrom": "\"PT00H00M00S\"",
"timeTo": "\"PT00H00M00S\"",
"isAllDay": true,
"isFreeDay": true
}
]
},
"contactPersonSettings": {
"showBanner": true,
"contact": {
"name": "string",
"position": "string",
"phone": "string",
"email": "string",
"header": "string",
"subHeader": "string",
"shortInfo": "string",
"imageURL": "string"
}
},
"emailSettings": {
"formOfAddress": 0,
"signature": "string"
},
"imageCollection": {
"hasMobileAlternative": true,
"eventImageObjects": [
{
"name": "string",
"alternativeText": "string",
"imageType": 0,
"imageUrl": "string",
"width": 0,
"height": 0
}
]
},
"fileCollection": [
{
"fileUrl": "string",
"displayName": "string"
}
],
"eventLink": "string",
"locationInfo": "string",
"eventPaymentMethodSettings": {
"paymentMethod": 0,
"sendTicketOnInvoice": true
}
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}