{
    "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
}