The Ticketpark API
An AccessCheck is used in the context of entrance control. An AccessCheck represents a historic record of a single ticket entering or exiting an AccessPoint. Once created, an AccessCheck should not be edited anymore (unless of course it was created wrongly).
{- "pid": "string",
- "direction": "string",
- "origin": "string",
- "device_identifier": "string",
- "checked": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| access_point required | string Public identifier (pid) of an access point |
| checked required | string <date-time> Time of access check |
| device_identifier required | string Identifier of the used access control device (e.q. device UUID) |
| direction required | string Enum: "in" "out" Direction of access check |
| origin required | string Description of the access control origin (e.q. app name and version) |
{- "access_point": "string",
- "checked": "2019-08-24T14:15:22Z",
- "device_identifier": "string",
- "direction": "in",
- "origin": "string"
}| access_point required | string Public identifier (pid) of an access point |
| checked required | string <date-time> Time of access check |
| device_identifier required | string Identifier of the used access control device (e.q. device UUID) |
| direction required | string Enum: "in" "out" Direction of access check |
| origin required | string Description of the access control origin (e.q. app name and version) |
{- "access_point": "string",
- "checked": "2019-08-24T14:15:22Z",
- "device_identifier": "string",
- "direction": "in",
- "origin": "string"
}{- "pid": "string",
- "direction": "string",
- "origin": "string",
- "device_identifier": "string",
- "checked": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}An AccessCheckFailure is an error in context of entrance control.
| access_point required | string Public identifier (pid) of an access point |
| checked required | string <date-time> Time of access check |
| device_identifier required | string Identifier of the used access control device (e.q. device UUID) |
| direction required | string Enum: "in" "out" Direction of access check |
| error_message required | string Error message |
| origin required | string Description of the access control origin (e.q. app name and version) |
| scanned_code required | string Tha code that has been scanned |
{- "access_point": "string",
- "checked": "2019-08-24T14:15:22Z",
- "device_identifier": "string",
- "direction": "in",
- "origin": "string",
- "scanned_code": "string",
- "error_message": "string"
}An AccessPoint represents a single point of entrance control. Each Show has by default one AccessPoint.
{- "name": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "dooropening": "2019-08-24T14:15:22Z",
- "pid": "string",
- "order": 0,
- "counter_max": 1
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}An AcquisitionChannel is an option for a ticket buyer to choose from as an answer to the question «How did you hear from us?» in the booking process.
{- "translations": { },
- "pid": "string",
- "name": "string",
- "translation_key": "string",
- "order": 0,
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| host required | string Public identifier (pid) of a host |
| name required | string Name |
| order | integer Order index in lists (lowest to highest) |
{- "host": "string",
- "name": "string",
- "order": 0
}| host required | string Public identifier (pid) of a host |
| name required | string Name |
| order | integer Order index in lists (lowest to highest) |
{- "host": "string",
- "name": "string",
- "order": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "translation_key": "string",
- "order": 0,
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| order | integer Order index in lists (lowest to highest) |
{- "host": "string",
- "name": "string",
- "order": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}An Address represents the postal address of a Person. It is to be created along with a Person record.
{- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}| person required | string Public identifier (pid) of a person |
| address1 | string First address line |
| address2 | string Second address line |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| state | string State |
| zip | string ZIP code |
{- "person": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string"
}{- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}| pid required | string |
| person required | string Public identifier (pid) of a person |
| address1 | string First address line |
| address2 | string Second address line |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| state | string State |
| zip | string ZIP code |
{- "person": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string"
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}An Annotation allows to add additional text values connected to a specific target. The values are stored as AnnotationValues. Annotations are usually used to ask for additional information per ticket, like names of accompanying persons.
{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "target": "booking",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "max_chars": 0,
- "regex": "string",
- "show_type": "all",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "editable_by_buyer": false,
- "_links": {
- "annotations": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| event required | string Public identifier (pid) of an event |
| name required | string Annotation name |
| target required | string Enum: "booking" "ticket" "show" "event" "ticketOption" Target entity |
| access_by | string Value: "host" Who may see this annotation. Set to |
| based_on_annotation_template | string Public identifier (pid) of an annotation template |
| depends_on | string Public identifier (pid) of a ticket option |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether the annotation value is editable by the buyer on existing bookings |
| enable_apply_to_all_tickets | boolean Flag whether the annotation gets a gui element for easy application of its value to all tickets within the booking |
| identifier | string Annotation identifier |
| max_chars | integer Maximum allowed characters for annotation values |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Placeholder text |
| prices | Array of strings List of prices for which this annotation is available |
| regex | string Regular expression to be matched by annotation values |
| required | boolean Flag whether this annotation must be filled in |
| show_type | string Enum: "all" "physical" "online" Type of shows where this annotation is available |
{- "event": "string",
- "name": "string",
- "target": "booking",
- "access_by": "host",
- "based_on_annotation_template": "string",
- "description": "string",
- "depends_on": "string",
- "editable_by_buyer": true,
- "enable_apply_to_all_tickets": true,
- "identifier": "string",
- "max_chars": 0,
- "order": 0,
- "placeholder": "string",
- "prices": [
- "string"
], - "regex": "string",
- "required": true,
- "show_type": "all"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "target": "booking",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "max_chars": 0,
- "regex": "string",
- "show_type": "all",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "editable_by_buyer": false,
- "_links": {
- "annotations": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| name required | string Annotation name |
| target required | string Enum: "booking" "ticket" "show" "event" "ticketOption" Target entity |
| access_by | string Value: "host" Who may see this annotation. Set to |
| based_on_annotation_template | string Public identifier (pid) of an annotation template |
| depends_on | string Public identifier (pid) of a ticket option |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether the annotation value is editable by the buyer on existing bookings |
| enable_apply_to_all_tickets | boolean Flag whether the annotation gets a gui element for easy application of its value to all tickets within the booking |
| identifier | string Annotation identifier |
| max_chars | integer Maximum allowed characters for annotation values |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Placeholder text |
| prices | Array of strings List of prices for which this annotation is available |
| regex | string Regular expression to be matched by annotation values |
| required | boolean Flag whether this annotation must be filled in |
| show_type | string Enum: "all" "physical" "online" Type of shows where this annotation is available |
{- "event": "string",
- "name": "string",
- "target": "booking",
- "access_by": "host",
- "based_on_annotation_template": "string",
- "description": "string",
- "depends_on": "string",
- "editable_by_buyer": true,
- "enable_apply_to_all_tickets": true,
- "identifier": "string",
- "max_chars": 0,
- "order": 0,
- "placeholder": "string",
- "prices": [
- "string"
], - "regex": "string",
- "required": true,
- "show_type": "all"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}An AnnotationValue contains the text value of an Annotation connected to a specific target.
{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| annotation required | string Public identifier (pid) of an annotation |
| value required | string Annotation value |
| booking | string Public identifier (pid) of a booking |
| show | string Public identifier (pid) of a show |
| ticket | string Public identifier (pid) of a ticket |
| ticket_option | string Public identifier (pid) of a ticket option |
{- "annotation": "string",
- "value": "string",
- "booking": "string",
- "show": "string",
- "ticket": "string",
- "ticket_option": "string"
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| annotation required | string Public identifier (pid) of an annotation |
| value required | string Annotation value |
| booking | string Public identifier (pid) of a booking |
| show | string Public identifier (pid) of a show |
| ticket | string Public identifier (pid) of a ticket |
| ticket_option | string Public identifier (pid) of a ticket option |
{- "annotation": "string",
- "value": "string",
- "booking": "string",
- "show": "string",
- "ticket": "string",
- "ticket_option": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "target": "booking",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "max_chars": 0,
- "regex": "string",
- "show_type": "all",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "editable_by_buyer": false,
- "_links": {
- "annotations": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}A Booker represents a specific ticket booking interface which is used for shows with specific partner booking requirements.
| pid required | string |
| slug required | string Slug to be used in url |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in booker |
| show | string Public identifier (pid) of a show |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "show": "string"
}| slug required | string Slug to be used in url |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in booker |
| show | string Public identifier (pid) of a show |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "show": "string"
}| slug required | string Slug to be used in url |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in booker |
| show | string Public identifier (pid) of a show |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "show": "string"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}| affiliate_id | string Affiliate id - a custom string to identify the origin of a booking |
| approval_requested | boolean Flag whether approval is requested for this booking |
| confirmation | boolean Set true to confirm a booking. A booking must have a customer and tickets to be confirmed. |
| customer | string Public identifier (pid) of a person |
| delete_if_unpaid | boolean Flag whether the booking should be deleted if it remains unpaid, if applicable |
| delivery | boolean Flag whether this booking is dispatched by snail mail |
| digital_dispatch | boolean Flag whether this booking is dispatched digitally |
| due_date | string <date> Due date until when the booking needs to be paid |
| external_notes | string External notes, visible for the customer |
| host | string Public identifier (pid) of a host |
| internal_notes | string Internal notes |
| invitation | string Public identifier (pid) of an invitation |
| invoice_address | string Alternative invoice address |
| is_approved | boolean Set true to approve a booking for which approval was requested. |
| is_rejected | boolean Set true to reject a booking for which approval was requested. |
| next_reminder | string <date> Date when the next payment reminder will be sent, if needed |
| origin | string Origin where this booking was created, e.q. url of a website, name of an app, etc. |
| remote_address | string IP address of the ticket buyer |
| send_reminders | boolean Flag whether payment reminders should be sent for this booking, if applicable |
| user_agent | string User agent string of the ticket buyer |
| will_call | boolean Flag whether this booking will be picked up at the boxoffice |
{- "affiliate_id": "string",
- "approval_requested": true,
- "confirmation": true,
- "customer": "string",
- "delete_if_unpaid": true,
- "delivery": true,
- "digital_dispatch": true,
- "due_date": "2019-08-24",
- "external_notes": "string",
- "host": "string",
- "invitation": "string",
- "internal_notes": "string",
- "invoice_address": "string",
- "is_approved": true,
- "is_rejected": true,
- "next_reminder": "2019-08-24",
- "origin": "string",
- "remote_address": "string",
- "send_reminders": true,
- "user_agent": "string",
- "will_call": true
}{- "affiliate_id": "string",
- "approval_requested": true,
- "confirmation": true,
- "customer": "string",
- "delete_if_unpaid": true,
- "delivery": true,
- "digital_dispatch": true,
- "due_date": "2019-08-24",
- "external_notes": "string",
- "host": "string",
- "invitation": "string",
- "internal_notes": "string",
- "invoice_address": "string",
- "is_approved": true,
- "is_rejected": true,
- "next_reminder": "2019-08-24",
- "origin": "string",
- "remote_address": "string",
- "send_reminders": true,
- "user_agent": "string",
- "will_call": true
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}| pid required | string |
| affiliate_id | string Affiliate id - a custom string to identify the origin of a booking |
| approval_requested | boolean Flag whether approval is requested for this booking |
| confirmation | boolean Set true to confirm a booking. A booking must have a customer and tickets to be confirmed. |
| customer | string Public identifier (pid) of a person |
| delete_if_unpaid | boolean Flag whether the booking should be deleted if it remains unpaid, if applicable |
| delivery | boolean Flag whether this booking is dispatched by snail mail |
| digital_dispatch | boolean Flag whether this booking is dispatched digitally |
| due_date | string <date> Due date until when the booking needs to be paid |
| external_notes | string External notes, visible for the customer |
| host | string Public identifier (pid) of a host |
| internal_notes | string Internal notes |
| invitation | string Public identifier (pid) of an invitation |
| invoice_address | string Alternative invoice address |
| is_approved | boolean Set true to approve a booking for which approval was requested. |
| is_rejected | boolean Set true to reject a booking for which approval was requested. |
| next_reminder | string <date> Date when the next payment reminder will be sent, if needed |
| origin | string Origin where this booking was created, e.q. url of a website, name of an app, etc. |
| remote_address | string IP address of the ticket buyer |
| send_reminders | boolean Flag whether payment reminders should be sent for this booking, if applicable |
| user_agent | string User agent string of the ticket buyer |
| will_call | boolean Flag whether this booking will be picked up at the boxoffice |
{- "affiliate_id": "string",
- "approval_requested": true,
- "confirmation": true,
- "customer": "string",
- "delete_if_unpaid": true,
- "delivery": true,
- "digital_dispatch": true,
- "due_date": "2019-08-24",
- "external_notes": "string",
- "host": "string",
- "invitation": "string",
- "internal_notes": "string",
- "invoice_address": "string",
- "is_approved": true,
- "is_rejected": true,
- "next_reminder": "2019-08-24",
- "origin": "string",
- "remote_address": "string",
- "send_reminders": true,
- "user_agent": "string",
- "will_call": true
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "denormalized_option_pid": "string",
- "denormalized_option_name": "string",
- "denormalized_option_description": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "pid": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "option": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "confirmation": true,
- "payment_date": "2019-08-24T14:15:22Z",
- "pid": "string",
- "amount": "string",
- "fee": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "bank_account": {
- "href": "string"
}, - "coupon": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "payment_method": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "confirmation": true,
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "price": 0,
- "pid": "string",
- "status_updated_at": "2019-08-24T14:15:22Z",
- "paid_for_by_receiver": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "booking": {
- "href": "string"
}, - "delivery_rate": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "country": "string",
- "rate": "string",
- "included": false,
- "default_for_country": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "vats": {
- "href": "string"
}
}
}A BookingOption defines a single option available for selection within BookingOptionGroup
{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "order": 0,
- "access_by": "string",
- "custom_fee_percentage": "string",
- "price": "string",
- "_links": {
- "bookingOptionGroup": {
- "href": "string"
}
}
}| booking_option_group required | string Public identifier (pid) of a booking option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| name | string Option name |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| vat | string Public identifier (pid) of a vat |
{- "booking_option_group": "string",
- "name": "string",
- "price": null,
- "vat": "string",
- "access_by": "host",
- "order": 0
}| booking_option_group required | string Public identifier (pid) of a booking option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| name | string Option name |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| vat | string Public identifier (pid) of a vat |
{- "booking_option_group": "string",
- "name": "string",
- "price": null,
- "vat": "string",
- "access_by": "host",
- "order": 0
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "order": 0,
- "access_by": "string",
- "custom_fee_percentage": "string",
- "price": "string",
- "_links": {
- "bookingOptionGroup": {
- "href": "string"
}
}
}| pid required | string |
| booking_option_group required | string Public identifier (pid) of a booking option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| name | string Option name |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| vat | string Public identifier (pid) of a vat |
{- "booking_option_group": "string",
- "name": "string",
- "price": null,
- "vat": "string",
- "access_by": "host",
- "order": 0
}A BookingOptionGroup defines a set of options for the ticket buyer to choose from. It represents an option that can be booked in addition to the tickets. In contrast to an Option, an option within a BookingOptionGroup can only be selected once per Booking. It's the equivalent to TicketOptionGroup, but on booking level. A classic example to use a BookingOptionGroup would be a donation that can be added to the booking.
{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "editable_by_buyer": false,
- "_links": {
- "bookingOptions": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "event": {
- "href": "string"
}
}
}| event required | string Public identifier (pid) of an event |
| name required | string Name |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| show | string Public identifier (pid) of a show |
{- "event": "string",
- "show": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "required": true,
- "editable_by_buyer": true,
- "order": 0
}| event required | string Public identifier (pid) of an event |
| name required | string Name |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| show | string Public identifier (pid) of a show |
{- "event": "string",
- "show": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "required": true,
- "editable_by_buyer": true,
- "order": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "editable_by_buyer": false,
- "_links": {
- "bookingOptions": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "event": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| name required | string Name |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| show | string Public identifier (pid) of a show |
{- "event": "string",
- "show": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "required": true,
- "editable_by_buyer": true,
- "order": 0
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "order": 0,
- "access_by": "string",
- "custom_fee_percentage": "string",
- "price": "string",
- "_links": {
- "bookingOptionGroup": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| enable_switch_show | boolean Flag whether to enable to change shows / dates in box office |
| force_public_scope_on_date_switch | boolean Flag whether to force public booking scope when date is changed |
{- "group": "string",
- "host": "string",
- "name": "string",
- "enable_switch_show": true,
- "force_public_scope_on_date_switch": true
}| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| enable_switch_show | boolean Flag whether to enable to change shows / dates in box office |
| force_public_scope_on_date_switch | boolean Flag whether to force public booking scope when date is changed |
{- "group": "string",
- "host": "string",
- "name": "string",
- "enable_switch_show": true,
- "force_public_scope_on_date_switch": true
}{- "pid": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| enable_switch_show | boolean Flag whether to enable to change shows / dates in box office |
| force_public_scope_on_date_switch | boolean Flag whether to force public booking scope when date is changed |
{- "group": "string",
- "host": "string",
- "name": "string",
- "enable_switch_show": true,
- "force_public_scope_on_date_switch": true
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}A BroadcastContent defines a batch of emails sent to Event or Show ticket buyers at a given time.
{- "pid": "string",
- "subject": "string",
- "html": "stringstringstr",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "dispatch_to_subsequent_bookings": false,
- "including_cancelled_shows": false,
- "disabled": false,
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "broadcastdispatches": {
- "href": "string"
}
}
}| event required | string Public identifier (pid) of an Event |
| html required | string Content in HTML |
| relative_send_time required | integer Relative send time in minutes |
| show required | string Public identifier (pid) of a Show |
| specific_send_time required | string <date-time> Specific send time |
| subject required | string Subject |
{- "subject": "string",
- "html": "string",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "event": "string",
- "show": "string"
}| event required | string Public identifier (pid) of an Event |
| html required | string Content in HTML |
| relative_send_time required | integer Relative send time in minutes |
| show required | string Public identifier (pid) of a Show |
| specific_send_time required | string <date-time> Specific send time |
| subject required | string Subject |
{- "subject": "string",
- "html": "string",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "event": "string",
- "show": "string"
}{- "pid": "string",
- "subject": "string",
- "html": "stringstringstr",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "dispatch_to_subsequent_bookings": false,
- "including_cancelled_shows": false,
- "disabled": false,
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "broadcastdispatches": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an Event |
| html required | string Content in HTML |
| relative_send_time required | integer Relative send time in minutes |
| show required | string Public identifier (pid) of a Show |
| specific_send_time required | string <date-time> Specific send time |
| subject required | string Subject |
{- "subject": "string",
- "html": "string",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "event": "string",
- "show": "string"
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "status": "string",
- "pid": "string",
- "dispatch_started_at": "2019-08-24T14:15:22Z",
- "dispatch_ended_at": "2019-08-24T14:15:22Z",
- "recipients_count": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "broadcastcontent": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "emails": {
- "href": "string"
}
}
}A BroadcastDispatch represents a batch of emails sent for a BroadcastContent configuration.
{- "status": "string",
- "pid": "string",
- "dispatch_started_at": "2019-08-24T14:15:22Z",
- "dispatch_ended_at": "2019-08-24T14:15:22Z",
- "recipients_count": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "broadcastcontent": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "emails": {
- "href": "string"
}
}
}{- "status": "string",
- "pid": "string",
- "dispatch_started_at": "2019-08-24T14:15:22Z",
- "dispatch_ended_at": "2019-08-24T14:15:22Z",
- "recipients_count": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "broadcastcontent": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "emails": {
- "href": "string"
}
}
}{- "pid": "string",
- "subject": "string",
- "html": "stringstringstr",
- "specific_send_time": "2019-08-24T14:15:22Z",
- "relative_send_time": 0,
- "dispatch_to_subsequent_bookings": false,
- "including_cancelled_shows": false,
- "disabled": false,
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "broadcastdispatches": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "payment_method": {
- "pid": "string",
- "name": "string",
- "handling_period": 0,
- "psp": "string",
- "type": "string",
- "_links": {
- "payment_methods": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "name": "string",
- "_links": {
- "self": {
- "href": "string"
}
}
}| host required | string Public identifier (pid) of a host |
| name required | string |
| payment_method required | string Enum: "cash" "creditcard" "twint" Payment method applied to this cashbox. Use "cash" for all payments collected directly by the host (for example via their own creditcard terminal). |
{- "host": "string",
- "payment_method": "cash",
- "name": "string"
}| host required | string Public identifier (pid) of a host |
| name required | string |
| payment_method required | string Enum: "cash" "creditcard" "twint" Payment method applied to this cashbox. Use "cash" for all payments collected directly by the host (for example via their own creditcard terminal). |
{- "host": "string",
- "payment_method": "cash",
- "name": "string"
}{- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "payment_method": {
- "pid": "string",
- "name": "string",
- "handling_period": 0,
- "psp": "string",
- "type": "string",
- "_links": {
- "payment_methods": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "name": "string",
- "_links": {
- "self": {
- "href": "string"
}
}
}| pid required | string |
| host required | string Public identifier (pid) of a host |
| name required | string |
| payment_method required | string Enum: "cash" "creditcard" "twint" Payment method applied to this cashbox. Use "cash" for all payments collected directly by the host (for example via their own creditcard terminal). |
{- "host": "string",
- "payment_method": "cash",
- "name": "string"
}A CheckboxDefinition represent a checkbox which is shown at the end of the ticket booking process. It can be used for example if the ticket buyer needs to actively agree to specific conditions.
{- "translations": { },
- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}| host required | string Public identifier (pid) of a Host |
| label required | string Checkbox label |
| title required | string Checkbox title |
| default_value | boolean Default value for the checkbox |
| order | integer Order index in lists (lowest to highest) |
| required | boolean Flag whether the checkbox must be checked during booking process |
{- "host": "string",
- "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}| host required | string Public identifier (pid) of a Host |
| label required | string Checkbox label |
| title required | string Checkbox title |
| default_value | boolean Default value for the checkbox |
| order | integer Order index in lists (lowest to highest) |
| required | boolean Flag whether the checkbox must be checked during booking process |
{- "host": "string",
- "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}{- "translations": { },
- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}| pid required | string |
| host required | string Public identifier (pid) of a Host |
| label required | string Checkbox label |
| title required | string Checkbox title |
| default_value | boolean Default value for the checkbox |
| order | integer Order index in lists (lowest to highest) |
| required | boolean Flag whether the checkbox must be checked during booking process |
{- "host": "string",
- "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}| pid required | string |
| host required | string Public identifier (pid) of a Host |
| label required | string Checkbox label |
| title required | string Checkbox title |
| default_value | boolean Default value for the checkbox |
| order | integer Order index in lists (lowest to highest) |
| required | boolean Flag whether the checkbox must be checked during booking process |
{- "host": "string",
- "title": "string",
- "label": "string",
- "required": true,
- "default_value": true,
- "order": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "translation_key": "string",
- "order": 0,
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| code required | string Code of the coupon |
| coupon_group required | string Public identifier (pid) of a coupon group |
| booking | string Public identifier (pid) of a booking, when the coupon is bought in a coupon shop |
| disabled | boolean Flag whether the coupon is disabled |
| expiration | string <date-time> Expiration date of the coupon |
| multi_coupons | Array of strings A list of codes of multi coupons the coupon belongs to |
| value_absolute | any Absolute value of the coupon |
{- "coupon_group": "string",
- "code": "string",
- "multi_coupons": [
- "string"
], - "booking": "string",
- "disabled": true,
- "value_absolute": null,
- "expiration": "2019-08-24T14:15:22Z"
}| code required | string Code of the coupon |
| coupon_group required | string Public identifier (pid) of a coupon group |
| booking | string Public identifier (pid) of a booking, when the coupon is bought in a coupon shop |
| disabled | boolean Flag whether the coupon is disabled |
| expiration | string <date-time> Expiration date of the coupon |
| multi_coupons | Array of strings A list of codes of multi coupons the coupon belongs to |
| value_absolute | any Absolute value of the coupon |
{- "coupon_group": "string",
- "code": "string",
- "multi_coupons": [
- "string"
], - "booking": "string",
- "disabled": true,
- "value_absolute": null,
- "expiration": "2019-08-24T14:15:22Z"
}| pid required | string |
| code required | string Code of the coupon |
| coupon_group required | string Public identifier (pid) of a coupon group |
| booking | string Public identifier (pid) of a booking, when the coupon is bought in a coupon shop |
| disabled | boolean Flag whether the coupon is disabled |
| expiration | string <date-time> Expiration date of the coupon |
| multi_coupons | Array of strings A list of codes of multi coupons the coupon belongs to |
| value_absolute | any Absolute value of the coupon |
{- "coupon_group": "string",
- "code": "string",
- "multi_coupons": [
- "string"
], - "booking": "string",
- "disabled": true,
- "value_absolute": null,
- "expiration": "2019-08-24T14:15:22Z"
}| pid required | string |
| code required | string Code of the coupon |
| coupon_group required | string Public identifier (pid) of a coupon group |
| booking | string Public identifier (pid) of a booking, when the coupon is bought in a coupon shop |
| disabled | boolean Flag whether the coupon is disabled |
| expiration | string <date-time> Expiration date of the coupon |
| multi_coupons | Array of strings A list of codes of multi coupons the coupon belongs to |
| value_absolute | any Absolute value of the coupon |
{- "coupon_group": "string",
- "code": "string",
- "multi_coupons": [
- "string"
], - "booking": "string",
- "disabled": true,
- "value_absolute": null,
- "expiration": "2019-08-24T14:15:22Z"
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "confirmation": true,
- "payment_date": "2019-08-24T14:15:22Z",
- "pid": "string",
- "amount": "string",
- "fee": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "bank_account": {
- "href": "string"
}, - "coupon": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "payment_method": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A CouponGroup defines basic like value or scope of validity for the Coupons that it contains.
{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| code_format required | string Code format |
| is_for_individual_values required | boolean Flag whether coupons of this coupon group have individual values |
| is_paid required | boolean Flag whether coupons of this coupon group are sold or given away |
| name required | string Name |
| allow_redemptions | integer Number of allowed redemptions of contained coupons. Set to null for unlimited redemptions. |
| apply_to_ticket_only | boolean Flag whether coupons in this group can only be applied to tickets (but not to options or ticket options) |
| available_in_shop | boolean Flag whether this coupon group is available in public coupon shop |
| currency | string Enum: "CHF" "EUR" "USD" Currency of the coupon, if sold in coupon shop |
| events | Array of strings List of public identifiers (pid) of events where the coupons should be valid |
| expiration | string <date-time> Expiration date of coupons |
| host | string Public identifier (pid) of a host |
| max_coupons_per_booking | integer Maximum number of coupons of this coupon group allowed within the same booking. Set null or 0 for unlimited usage. Set -1 to allow as many coupons as there are tickets in the booking. |
| maximal_ticket_value | any Maximal value a ticket may have in order to be considered by a value_one_ticket coupon |
| minimal_booking_value | any Minimal value the booking must have in order to accept the coupon |
| order | integer |
| prices | Array of strings List of public identifiers (pid) of prices where the coupons should be valid |
| shows | Array of strings List of public identifiers (pid) of shows where the coupons should be valid |
| value_absolute | any Absolute value of the coupon |
| value_max | any Maximum absolute value of the percentage coupon |
| value_one_ticket | boolean Flag whether the value of the coupons equals one ticket of any price |
| value_percent | number Percent value of the coupon |
{- "name": "string",
- "code_format": "string",
- "allow_redemptions": 0,
- "apply_to_ticket_only": true,
- "available_in_shop": true,
- "is_paid": true,
- "is_for_individual_values": true,
- "currency": "CHF",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "host": "string",
- "maximal_ticket_value": null,
- "minimal_booking_value": null,
- "max_coupons_per_booking": 0,
- "order": 0,
- "prices": [
- "string"
], - "shows": [
- "string"
], - "value_absolute": null,
- "value_one_ticket": true,
- "value_percent": 0,
- "value_max": null
}| code_format required | string Code format |
| is_for_individual_values required | boolean Flag whether coupons of this coupon group have individual values |
| is_paid required | boolean Flag whether coupons of this coupon group are sold or given away |
| name required | string Name |
| allow_redemptions | integer Number of allowed redemptions of contained coupons. Set to null for unlimited redemptions. |
| apply_to_ticket_only | boolean Flag whether coupons in this group can only be applied to tickets (but not to options or ticket options) |
| available_in_shop | boolean Flag whether this coupon group is available in public coupon shop |
| currency | string Enum: "CHF" "EUR" "USD" Currency of the coupon, if sold in coupon shop |
| events | Array of strings List of public identifiers (pid) of events where the coupons should be valid |
| expiration | string <date-time> Expiration date of coupons |
| host | string Public identifier (pid) of a host |
| max_coupons_per_booking | integer Maximum number of coupons of this coupon group allowed within the same booking. Set null or 0 for unlimited usage. Set -1 to allow as many coupons as there are tickets in the booking. |
| maximal_ticket_value | any Maximal value a ticket may have in order to be considered by a value_one_ticket coupon |
| minimal_booking_value | any Minimal value the booking must have in order to accept the coupon |
| order | integer |
| prices | Array of strings List of public identifiers (pid) of prices where the coupons should be valid |
| shows | Array of strings List of public identifiers (pid) of shows where the coupons should be valid |
| value_absolute | any Absolute value of the coupon |
| value_max | any Maximum absolute value of the percentage coupon |
| value_one_ticket | boolean Flag whether the value of the coupons equals one ticket of any price |
| value_percent | number Percent value of the coupon |
{- "name": "string",
- "code_format": "string",
- "allow_redemptions": 0,
- "apply_to_ticket_only": true,
- "available_in_shop": true,
- "is_paid": true,
- "is_for_individual_values": true,
- "currency": "CHF",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "host": "string",
- "maximal_ticket_value": null,
- "minimal_booking_value": null,
- "max_coupons_per_booking": 0,
- "order": 0,
- "prices": [
- "string"
], - "shows": [
- "string"
], - "value_absolute": null,
- "value_one_ticket": true,
- "value_percent": 0,
- "value_max": null
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| pid required | string |
| code_format required | string Code format |
| is_for_individual_values required | boolean Flag whether coupons of this coupon group have individual values |
| is_paid required | boolean Flag whether coupons of this coupon group are sold or given away |
| name required | string Name |
| allow_redemptions | integer Number of allowed redemptions of contained coupons. Set to null for unlimited redemptions. |
| apply_to_ticket_only | boolean Flag whether coupons in this group can only be applied to tickets (but not to options or ticket options) |
| available_in_shop | boolean Flag whether this coupon group is available in public coupon shop |
| currency | string Enum: "CHF" "EUR" "USD" Currency of the coupon, if sold in coupon shop |
| events | Array of strings List of public identifiers (pid) of events where the coupons should be valid |
| expiration | string <date-time> Expiration date of coupons |
| host | string Public identifier (pid) of a host |
| max_coupons_per_booking | integer Maximum number of coupons of this coupon group allowed within the same booking. Set null or 0 for unlimited usage. Set -1 to allow as many coupons as there are tickets in the booking. |
| maximal_ticket_value | any Maximal value a ticket may have in order to be considered by a value_one_ticket coupon |
| minimal_booking_value | any Minimal value the booking must have in order to accept the coupon |
| order | integer |
| prices | Array of strings List of public identifiers (pid) of prices where the coupons should be valid |
| shows | Array of strings List of public identifiers (pid) of shows where the coupons should be valid |
| value_absolute | any Absolute value of the coupon |
| value_max | any Maximum absolute value of the percentage coupon |
| value_one_ticket | boolean Flag whether the value of the coupons equals one ticket of any price |
| value_percent | number Percent value of the coupon |
{- "name": "string",
- "code_format": "string",
- "allow_redemptions": 0,
- "apply_to_ticket_only": true,
- "available_in_shop": true,
- "is_paid": true,
- "is_for_individual_values": true,
- "currency": "CHF",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "host": "string",
- "maximal_ticket_value": null,
- "minimal_booking_value": null,
- "max_coupons_per_booking": 0,
- "order": 0,
- "prices": [
- "string"
], - "shows": [
- "string"
], - "value_absolute": null,
- "value_one_ticket": true,
- "value_percent": 0,
- "value_max": null
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}A Delivery represents a postal delivery, when tickets and/or the invoice are mailed to a ticket buyer's house.
{- "confirmation": true,
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "price": 0,
- "pid": "string",
- "status_updated_at": "2019-08-24T14:15:22Z",
- "paid_for_by_receiver": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "booking": {
- "href": "string"
}, - "delivery_rate": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| booking required | string Public identifier (pid) of a booking |
| delivery_rate required | string Public identifier (pid) of a delivery cost |
| confirmation | boolean Set true to confirm a delivery |
| paid_for_by_receiver | boolean Flag whether the receiver will pay the delivery costs. If false, the host will cover the costs. |
{- "booking": "string",
- "delivery_rate": "string",
- "paid_for_by_receiver": true,
- "confirmation": true
}| booking required | string Public identifier (pid) of a booking |
| delivery_rate required | string Public identifier (pid) of a delivery cost |
| confirmation | boolean Set true to confirm a delivery |
| paid_for_by_receiver | boolean Flag whether the receiver will pay the delivery costs. If false, the host will cover the costs. |
{- "booking": "string",
- "delivery_rate": "string",
- "paid_for_by_receiver": true,
- "confirmation": true
}{- "confirmation": true,
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "price": 0,
- "pid": "string",
- "status_updated_at": "2019-08-24T14:15:22Z",
- "paid_for_by_receiver": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "booking": {
- "href": "string"
}, - "delivery_rate": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| booking required | string Public identifier (pid) of a booking |
| delivery_rate required | string Public identifier (pid) of a delivery cost |
| confirmation | boolean Set true to confirm a delivery |
| paid_for_by_receiver | boolean Flag whether the receiver will pay the delivery costs. If false, the host will cover the costs. |
{- "booking": "string",
- "delivery_rate": "string",
- "paid_for_by_receiver": true,
- "confirmation": true
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| destination_country required | string Destination country (2 letters, ISO 3166-1 alpha-2) |
| handling_period required | integer How long the delivery takes to arrive at the receiver's (in seconds) |
| include_tickets required | boolean Flag whether the tickets are included in the delivery |
| rate required | any Price |
| client | string Public identifier (pid) of a client |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
{- "destination_country": "string",
- "currency": "CHF",
- "handling_period": 0,
- "client": "string",
- "host": "string",
- "event": "string",
- "include_tickets": true,
- "rate": null
}| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| destination_country required | string Destination country (2 letters, ISO 3166-1 alpha-2) |
| handling_period required | integer How long the delivery takes to arrive at the receiver's (in seconds) |
| include_tickets required | boolean Flag whether the tickets are included in the delivery |
| rate required | any Price |
| client | string Public identifier (pid) of a client |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
{- "destination_country": "string",
- "currency": "CHF",
- "handling_period": 0,
- "client": "string",
- "host": "string",
- "event": "string",
- "include_tickets": true,
- "rate": null
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| destination_country required | string Destination country (2 letters, ISO 3166-1 alpha-2) |
| handling_period required | integer How long the delivery takes to arrive at the receiver's (in seconds) |
| include_tickets required | boolean Flag whether the tickets are included in the delivery |
| rate required | any Price |
| client | string Public identifier (pid) of a client |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
{- "destination_country": "string",
- "currency": "CHF",
- "handling_period": 0,
- "client": "string",
- "host": "string",
- "event": "string",
- "include_tickets": true,
- "rate": null
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": null,
- "project": null,
- "notes": null,
- "person": null,
- "departments": [ ],
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": null
}, - "bookings": {
- "href": null
}, - "currency": {
- "href": null
}, - "events": {
- "href": null
}, - "coupon_groups": {
- "href": null
}, - "host": {
- "href": null
}, - "image": {
- "href": null
}, - "prices": {
- "href": null
}, - "options": {
- "href": null
}, - "ticket_image": {
- "href": null
}, - "ticket_option_groups": {
- "href": null
}, - "annotations": {
- "href": null
}, - "invitations": {
- "href": null
}, - "self": {
- "href": null
}, - "shows": {
- "href": null
}, - "protection_concept": {
- "href": null
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "persons": {
- "href": null
}, - "person_relation_options": {
- "href": null
}, - "person_group_field_definitions": {
- "href": null
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "head": null,
- "deputy_head": null,
- "project": null,
- "jobs": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "jobs": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": null,
- "project": null,
- "notes": null,
- "person": null,
- "departments": [ ],
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": null
}, - "bookings": {
- "href": null
}, - "currency": {
- "href": null
}, - "events": {
- "href": null
}, - "coupon_groups": {
- "href": null
}, - "host": {
- "href": null
}, - "image": {
- "href": null
}, - "prices": {
- "href": null
}, - "options": {
- "href": null
}, - "ticket_image": {
- "href": null
}, - "ticket_option_groups": {
- "href": null
}, - "annotations": {
- "href": null
}, - "invitations": {
- "href": null
}, - "self": {
- "href": null
}, - "shows": {
- "href": null
}, - "protection_concept": {
- "href": null
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "persons": {
- "href": null
}, - "person_relation_options": {
- "href": null
}, - "person_group_field_definitions": {
- "href": null
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "head": null,
- "deputy_head": null,
- "project": null,
- "jobs": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "jobs": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "slug": "string",
- "introtext": "string",
- "prices_to_be_booked": [
- {
- "id": 0,
- "pid": "string",
- "distributor": {
- "pid": "string",
- "slug": "string",
- "introtext": "string",
- "prices_to_be_booked": [
- { }
]
}, - "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "price_to_be_booked": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "sector_to_be_booked": {
- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}, - "sales_quota_embed_set": {
- "pid": "string",
- "name": "string",
- "include_public_quota": false,
- "_links": {
- "self": {
- "href": "string"
}, - "sales_quota_embed_sets": {
- "href": "string"
}
}
}, - "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}| pid required | string |
| slug required | string Slug to be used in url |
| default_price_to_be_booked | string Public identifier (pid) of a price |
| default_sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet |
| default_sector_to_be_booked | string Public identifier (pid) of a sector |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in distributor |
| single_shows_event | string Public identifier (pid) of an event |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "single_shows_event": "string",
- "default_price_to_be_booked": "string",
- "default_sector_to_be_booked": "string",
- "default_sales_quota_embed_set": "string"
}| slug required | string Slug to be used in url |
| default_price_to_be_booked | string Public identifier (pid) of a price |
| default_sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet |
| default_sector_to_be_booked | string Public identifier (pid) of a sector |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in distributor |
| single_shows_event | string Public identifier (pid) of an event |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "single_shows_event": "string",
- "default_price_to_be_booked": "string",
- "default_sector_to_be_booked": "string",
- "default_sales_quota_embed_set": "string"
}| slug required | string Slug to be used in url |
| default_price_to_be_booked | string Public identifier (pid) of a price |
| default_sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet |
| default_sector_to_be_booked | string Public identifier (pid) of a sector |
| event | string Public identifier (pid) of an event |
| introtext | string Introtext displayed in distributor |
| single_shows_event | string Public identifier (pid) of an event |
{- "slug": "string",
- "introtext": "string",
- "event": "string",
- "single_shows_event": "string",
- "default_price_to_be_booked": "string",
- "default_sector_to_be_booked": "string",
- "default_sales_quota_embed_set": "string"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}A DistributorPriceToBeBooked represents a pair of Prices used in Distributor interface to distribute tickets
{- "id": 0,
- "pid": "string",
- "distributor": {
- "pid": "string",
- "slug": "string",
- "introtext": "string",
- "prices_to_be_booked": [
- {
- "id": 0,
- "pid": "string",
- "distributor": { },
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "price_to_be_booked": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "sector_to_be_booked": {
- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}, - "sales_quota_embed_set": {
- "pid": "string",
- "name": "string",
- "include_public_quota": false,
- "_links": {
- "self": {
- "href": "string"
}, - "sales_quota_embed_sets": {
- "href": "string"
}
}
}, - "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}, - "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "price_to_be_booked": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "sector_to_be_booked": {
- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}, - "sales_quota_embed_set": {
- "pid": "string",
- "name": "string",
- "include_public_quota": false,
- "_links": {
- "self": {
- "href": "string"
}, - "sales_quota_embed_sets": {
- "href": "string"
}
}
}, - "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| pid required | string |
| distributor required | string Public identifier (pid) of a distributor |
| price required | string Public identifier (pid) of a price |
| price_to_be_booked required | string Public identifier (pid) of a target price |
| sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet to be used for Booking |
| sector_to_be_booked | string Public identifier (pid) of a target sector if other than source sector |
{- "distributor": "string",
- "price": "string",
- "price_to_be_booked": "string",
- "sector_to_be_booked": "string",
- "sales_quota_embed_set": "string"
}{- "id": 0,
- "pid": "string",
- "distributor": {
- "pid": "string",
- "slug": "string",
- "introtext": "string",
- "prices_to_be_booked": [
- {
- "id": 0,
- "pid": "string",
- "distributor": { },
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "price_to_be_booked": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "sector_to_be_booked": {
- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}, - "sales_quota_embed_set": {
- "pid": "string",
- "name": "string",
- "include_public_quota": false,
- "_links": {
- "self": {
- "href": "string"
}, - "sales_quota_embed_sets": {
- "href": "string"
}
}
}, - "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}, - "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "price_to_be_booked": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "sector_to_be_booked": {
- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}, - "sales_quota_embed_set": {
- "pid": "string",
- "name": "string",
- "include_public_quota": false,
- "_links": {
- "self": {
- "href": "string"
}, - "sales_quota_embed_sets": {
- "href": "string"
}
}
}, - "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| distributor required | string Public identifier (pid) of a distributor |
| price required | string Public identifier (pid) of a price |
| price_to_be_booked required | string Public identifier (pid) of a target price |
| sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet to be used for Booking |
| sector_to_be_booked | string Public identifier (pid) of a target sector if other than source sector |
{- "distributor": "string",
- "price": "string",
- "price_to_be_booked": "string",
- "sector_to_be_booked": "string",
- "sales_quota_embed_set": "string"
}| distributor required | string Public identifier (pid) of a distributor |
| price required | string Public identifier (pid) of a price |
| price_to_be_booked required | string Public identifier (pid) of a target price |
| sales_quota_embed_set | string Public identifier (pid) of a SalesQuotaEmbedSet to be used for Booking |
| sector_to_be_booked | string Public identifier (pid) of a target sector if other than source sector |
{- "distributor": "string",
- "price": "string",
- "price_to_be_booked": "string",
- "sector_to_be_booked": "string",
- "sales_quota_embed_set": "string"
}{- "pid": "string",
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "show": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "value": "string"
}| price required | string Public identifier (pid) of a (multi-show) price |
| show required | string Public identifier (pid) of a (single) show |
| value required | any Multi-show Price value part for single Show |
{- "price": "string",
- "show": "string",
- "value": null
}{- "pid": "string",
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "show": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "value": "string"
}| pid required | string |
| price required | string Public identifier (pid) of a (multi-show) price |
| show required | string Public identifier (pid) of a (single) show |
| value required | any Multi-show Price value part for single Show |
{- "price": "string",
- "show": "string",
- "value": null
}An Email, like what you receive in Gmail or Outlook. They can be sent for many reasons, but mostly for booking and payment confirmations.
{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}An Event defines the basics of what can be booked in ticketing. It bookable Event contains at least one Show.
{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| host required | string Public identifier (pid) of a host |
| name required | string Event name |
| allow_customer_notes | boolean Flag whether the customer is allowed to add notes while booking |
| allow_deliveries | boolean Flag whether dispatch method delivery is allowed |
| allow_digital_dispatch | boolean Flag whether dispatch method digital is allowed |
| allow_invoice_address | boolean Flag whether the customer is allowed to provide a separate invoice address |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| allow_will_call | boolean Flag whether dispatch method will call is allowed |
| confirmation_extras_template | string Additional text to appear in confirmation emails. May contain html and twig logic. |
| delete_unpaid_bookings_mode | string Enum: "never" "always" "highUsage" Mode to determine how unpaids bookings shoud be deleted |
| delivery_info | string Additional delivery information displayed to the ticket buyer - use this if no tickets are issued. |
| description | string An public event description. May contain basic HTML. |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this event. |
| excluded_from_revenue_stats | boolean Flag whether an event should be excluded from Revenue Stats |
| image | string Public identifier (pid) of an image |
| invoice_address | string An optional invoice address used for payouts and invoices. If null, value from Host is used |
| is_cancelled | boolean Flag whether the event has been cancelled. |
| issue_tickets | boolean Flag whether tickets are issued for this event. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| operator_group | string Public identifier (pid) of an operator group |
| passbook_image | string Public identifier (pid) of an image |
| pay_before_dispatch | boolean Flag whether bookings must be paid before tickets can be delivered |
| performer | string Name of performer (artist, band, etc.) |
| prompt_customer_birthday | boolean Flag whether the customer's birthday should be asked for |
| prompt_customer_department | boolean Flag whether the customer's department should be asked for |
| prompt_customer_position | boolean Flag whether the customer's position should be asked for |
ProtectionConceptDataType (object) Protection concept | |
| refine_info | string Information to be displayed on refine screen |
| require_customer_address | boolean Flag whether the customer's address should be mandatory. There might be setups when it's always required, even if this is set to false. |
| require_customer_phone | boolean Flag whether the customer's phone should be mandatory |
| reservation_info | string Information to be displayed on public reservation screens |
| sales_point_info | string Information to be displayed for sales points |
| sectors_info | string Information to be displayed on choose-sector screens |
| send_reminders | boolean Flag whether payment reminders should be sent for this event, if applicable |
| tags | Array of strings List of tags to be connected to entity |
| ticket_image | string Public identifier (pid) of an image |
| tickets_in_listings | integer Maximum allowed number of individually listed tickets in mails and invoice. |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
| will_call_label | string Label for delivery method will call |
{- "name": "string",
- "currency": "CHF",
- "host": "string",
- "allow_customer_notes": true,
- "allow_deliveries": true,
- "allow_digital_dispatch": true,
- "allow_invoice_address": true,
- "excluded_from_revenue_stats": true,
- "allow_will_call": true,
- "allow_single_empty_seats": true,
- "confirmation_extras_template": "string",
- "delete_unpaid_bookings_mode": "never",
- "delivery_info": "string",
- "enable_passbook_tickets": true,
- "image": "string",
- "is_cancelled": true,
- "operator_group": "string",
- "passbook_image": "string",
- "pay_before_dispatch": true,
- "performer": "string",
- "prompt_customer_position": true,
- "prompt_customer_department": true,
- "prompt_customer_birthday": true,
- "protection_concept": {
- "facemask_required": true,
- "health_certificate_mode": "3G"
}, - "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "require_customer_address": true,
- "require_customer_phone": true,
- "sales_point_info": "string",
- "send_reminders": true,
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "tickets_in_listings": 0,
- "will_call_label": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "invoice_address": "string",
- "description": "string",
- "tags": [
- "string"
], - "issue_tickets": true
}| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| host required | string Public identifier (pid) of a host |
| name required | string Event name |
| allow_customer_notes | boolean Flag whether the customer is allowed to add notes while booking |
| allow_deliveries | boolean Flag whether dispatch method delivery is allowed |
| allow_digital_dispatch | boolean Flag whether dispatch method digital is allowed |
| allow_invoice_address | boolean Flag whether the customer is allowed to provide a separate invoice address |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| allow_will_call | boolean Flag whether dispatch method will call is allowed |
| confirmation_extras_template | string Additional text to appear in confirmation emails. May contain html and twig logic. |
| delete_unpaid_bookings_mode | string Enum: "never" "always" "highUsage" Mode to determine how unpaids bookings shoud be deleted |
| delivery_info | string Additional delivery information displayed to the ticket buyer - use this if no tickets are issued. |
| description | string An public event description. May contain basic HTML. |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this event. |
| excluded_from_revenue_stats | boolean Flag whether an event should be excluded from Revenue Stats |
| image | string Public identifier (pid) of an image |
| invoice_address | string An optional invoice address used for payouts and invoices. If null, value from Host is used |
| is_cancelled | boolean Flag whether the event has been cancelled. |
| issue_tickets | boolean Flag whether tickets are issued for this event. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| operator_group | string Public identifier (pid) of an operator group |
| passbook_image | string Public identifier (pid) of an image |
| pay_before_dispatch | boolean Flag whether bookings must be paid before tickets can be delivered |
| performer | string Name of performer (artist, band, etc.) |
| prompt_customer_birthday | boolean Flag whether the customer's birthday should be asked for |
| prompt_customer_department | boolean Flag whether the customer's department should be asked for |
| prompt_customer_position | boolean Flag whether the customer's position should be asked for |
ProtectionConceptDataType (object) Protection concept | |
| refine_info | string Information to be displayed on refine screen |
| require_customer_address | boolean Flag whether the customer's address should be mandatory. There might be setups when it's always required, even if this is set to false. |
| require_customer_phone | boolean Flag whether the customer's phone should be mandatory |
| reservation_info | string Information to be displayed on public reservation screens |
| sales_point_info | string Information to be displayed for sales points |
| sectors_info | string Information to be displayed on choose-sector screens |
| send_reminders | boolean Flag whether payment reminders should be sent for this event, if applicable |
| tags | Array of strings List of tags to be connected to entity |
| ticket_image | string Public identifier (pid) of an image |
| tickets_in_listings | integer Maximum allowed number of individually listed tickets in mails and invoice. |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
| will_call_label | string Label for delivery method will call |
{- "name": "string",
- "currency": "CHF",
- "host": "string",
- "allow_customer_notes": true,
- "allow_deliveries": true,
- "allow_digital_dispatch": true,
- "allow_invoice_address": true,
- "excluded_from_revenue_stats": true,
- "allow_will_call": true,
- "allow_single_empty_seats": true,
- "confirmation_extras_template": "string",
- "delete_unpaid_bookings_mode": "never",
- "delivery_info": "string",
- "enable_passbook_tickets": true,
- "image": "string",
- "is_cancelled": true,
- "operator_group": "string",
- "passbook_image": "string",
- "pay_before_dispatch": true,
- "performer": "string",
- "prompt_customer_position": true,
- "prompt_customer_department": true,
- "prompt_customer_birthday": true,
- "protection_concept": {
- "facemask_required": true,
- "health_certificate_mode": "3G"
}, - "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "require_customer_address": true,
- "require_customer_phone": true,
- "sales_point_info": "string",
- "send_reminders": true,
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "tickets_in_listings": 0,
- "will_call_label": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "invoice_address": "string",
- "description": "string",
- "tags": [
- "string"
], - "issue_tickets": true
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}| pid required | string |
| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| host required | string Public identifier (pid) of a host |
| name required | string Event name |
| allow_customer_notes | boolean Flag whether the customer is allowed to add notes while booking |
| allow_deliveries | boolean Flag whether dispatch method delivery is allowed |
| allow_digital_dispatch | boolean Flag whether dispatch method digital is allowed |
| allow_invoice_address | boolean Flag whether the customer is allowed to provide a separate invoice address |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| allow_will_call | boolean Flag whether dispatch method will call is allowed |
| confirmation_extras_template | string Additional text to appear in confirmation emails. May contain html and twig logic. |
| delete_unpaid_bookings_mode | string Enum: "never" "always" "highUsage" Mode to determine how unpaids bookings shoud be deleted |
| delivery_info | string Additional delivery information displayed to the ticket buyer - use this if no tickets are issued. |
| description | string An public event description. May contain basic HTML. |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this event. |
| excluded_from_revenue_stats | boolean Flag whether an event should be excluded from Revenue Stats |
| image | string Public identifier (pid) of an image |
| invoice_address | string An optional invoice address used for payouts and invoices. If null, value from Host is used |
| is_cancelled | boolean Flag whether the event has been cancelled. |
| issue_tickets | boolean Flag whether tickets are issued for this event. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| operator_group | string Public identifier (pid) of an operator group |
| passbook_image | string Public identifier (pid) of an image |
| pay_before_dispatch | boolean Flag whether bookings must be paid before tickets can be delivered |
| performer | string Name of performer (artist, band, etc.) |
| prompt_customer_birthday | boolean Flag whether the customer's birthday should be asked for |
| prompt_customer_department | boolean Flag whether the customer's department should be asked for |
| prompt_customer_position | boolean Flag whether the customer's position should be asked for |
ProtectionConceptDataType (object) Protection concept | |
| refine_info | string Information to be displayed on refine screen |
| require_customer_address | boolean Flag whether the customer's address should be mandatory. There might be setups when it's always required, even if this is set to false. |
| require_customer_phone | boolean Flag whether the customer's phone should be mandatory |
| reservation_info | string Information to be displayed on public reservation screens |
| sales_point_info | string Information to be displayed for sales points |
| sectors_info | string Information to be displayed on choose-sector screens |
| send_reminders | boolean Flag whether payment reminders should be sent for this event, if applicable |
| tags | Array of strings List of tags to be connected to entity |
| ticket_image | string Public identifier (pid) of an image |
| tickets_in_listings | integer Maximum allowed number of individually listed tickets in mails and invoice. |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
| will_call_label | string Label for delivery method will call |
{- "name": "string",
- "currency": "CHF",
- "host": "string",
- "allow_customer_notes": true,
- "allow_deliveries": true,
- "allow_digital_dispatch": true,
- "allow_invoice_address": true,
- "excluded_from_revenue_stats": true,
- "allow_will_call": true,
- "allow_single_empty_seats": true,
- "confirmation_extras_template": "string",
- "delete_unpaid_bookings_mode": "never",
- "delivery_info": "string",
- "enable_passbook_tickets": true,
- "image": "string",
- "is_cancelled": true,
- "operator_group": "string",
- "passbook_image": "string",
- "pay_before_dispatch": true,
- "performer": "string",
- "prompt_customer_position": true,
- "prompt_customer_department": true,
- "prompt_customer_birthday": true,
- "protection_concept": {
- "facemask_required": true,
- "health_certificate_mode": "3G"
}, - "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "require_customer_address": true,
- "require_customer_phone": true,
- "sales_point_info": "string",
- "send_reminders": true,
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "tickets_in_listings": 0,
- "will_call_label": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "invoice_address": "string",
- "description": "string",
- "tags": [
- "string"
], - "issue_tickets": true
}{- "pid": "string",
- "description": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "description": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "facemask_required": false,
- "health_certificate_mode": "3G",
- "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "description": "string",
- "order": 0,
- "limitation": 0,
- "margin": 0,
- "items_per_booking": 1,
- "requires_code": false,
- "option_variables": [
- {
- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}
], - "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "searchable": false,
- "required": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "editable_by_buyer": true,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "target": "booking",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "max_chars": 0,
- "regex": "string",
- "show_type": "all",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "editable_by_buyer": false,
- "_links": {
- "annotations": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}An ExcelList defines a custom list that can be downloaded per Event or Show. Similar, but more flexible and powerful, are Exports.
{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| iterator required | string Enum: "bookings" "tickets" Iterator entity type |
| name required | string Name of the excel list |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "iterator": "bookings",
- "event": "string",
- "host": "string",
- "show": "string"
}| iterator required | string Enum: "bookings" "tickets" Iterator entity type |
| name required | string Name of the excel list |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "iterator": "bookings",
- "event": "string",
- "host": "string",
- "show": "string"
}{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| iterator required | string Enum: "bookings" "tickets" Iterator entity type |
| name required | string Name of the excel list |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "iterator": "bookings",
- "event": "string",
- "host": "string",
- "show": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "pid": "string",
- "field": "string",
- "order": 0,
- "filter": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "excel_list_columns": {
- "href": "string"
}, - "excel_list": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "field": "string",
- "order": 0,
- "filter": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "excel_list_columns": {
- "href": "string"
}, - "excel_list": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| excel_list required | string Public identifier (pid) of an excel list |
| field required | string Field identifier |
| annotation | string Public identifier (pid) of an annotation |
| filter | boolean Flag whether the list should be filtered by this column |
| option | string Public identifier (pid) of an option |
| order | integer Order index (lowest to highest) |
| ticket_option | string Public identifier (pid) of a ticket option |
| ticket_option_group | string Public identifier (pid) of a ticket option group |
{- "excel_list": "string",
- "field": "string",
- "annotation": "string",
- "filter": true,
- "option": "string",
- "order": 0,
- "ticket_option": "string",
- "ticket_option_group": "string"
}| excel_list required | string Public identifier (pid) of an excel list |
| field required | string Field identifier |
| annotation | string Public identifier (pid) of an annotation |
| filter | boolean Flag whether the list should be filtered by this column |
| option | string Public identifier (pid) of an option |
| order | integer Order index (lowest to highest) |
| ticket_option | string Public identifier (pid) of a ticket option |
| ticket_option_group | string Public identifier (pid) of a ticket option group |
{- "excel_list": "string",
- "field": "string",
- "annotation": "string",
- "filter": true,
- "option": "string",
- "order": 0,
- "ticket_option": "string",
- "ticket_option_group": "string"
}{- "pid": "string",
- "field": "string",
- "order": 0,
- "filter": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "excel_list_columns": {
- "href": "string"
}, - "excel_list": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| excel_list required | string Public identifier (pid) of an excel list |
| field required | string Field identifier |
| annotation | string Public identifier (pid) of an annotation |
| filter | boolean Flag whether the list should be filtered by this column |
| option | string Public identifier (pid) of an option |
| order | integer Order index (lowest to highest) |
| ticket_option | string Public identifier (pid) of a ticket option |
| ticket_option_group | string Public identifier (pid) of a ticket option group |
{- "excel_list": "string",
- "field": "string",
- "annotation": "string",
- "filter": true,
- "option": "string",
- "order": 0,
- "ticket_option": "string",
- "ticket_option_group": "string"
}{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}An Export represents a individualized excel report for a specific Host, Event or Show. Its actual content must be configured by Ticketpark support as it is able to dynamically fetch from all available data in the database.
| content_level required | string Enum: "crm" "ticketing" "event" "show" The content level where the export will be displayed |
| name required | string Export name |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "content_level": "crm",
- "host": "string",
- "event": "string",
- "show": "string"
}| content_level required | string Enum: "crm" "ticketing" "event" "show" The content level where the export will be displayed |
| name required | string Export name |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "content_level": "crm",
- "host": "string",
- "event": "string",
- "show": "string"
}| pid required | string |
| content_level required | string Enum: "crm" "ticketing" "event" "show" The content level where the export will be displayed |
| name required | string Export name |
| event | string Public identifier (pid) of an event |
| host | string Public identifier (pid) of a host |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "content_level": "crm",
- "host": "string",
- "event": "string",
- "show": "string"
}A File is a document or an image. Most often it is used for images to be used within Events and their tickets and other documents.
| pid required | string |
| file required | any File contents |
| host required | string Public identifier (pid) of a host |
| description | string Description |
{- "file": null,
- "host": "string",
- "description": "string"
}{- "translations": { },
- "pid": "string",
- "key": "string",
- "label": "string",
- "explanation": "string",
- "required": true,
- "max_chars": 0,
- "regex": "string",
- "max_number": 0,
- "max_date": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}| key required | string Unique key of field |
| label required | string Label for field |
| options required | Array of strings Form field options (in JSON format) |
| set required | string Public identifier (pid) of a set |
| explanation | string An explanation text displayed near the form field |
| max_chars | integer Max length constraint for validation |
| max_date | string <date> Max date constraint for validation |
| max_number | integer Max number constraint for validation |
| order | integer Order for field in form |
| person_group_field_definition | string Public identifier (pid) of a person group field fefinition |
| property | string A Person property the content refer to |
| regex | string Regex constraint for validation |
| required | boolean Required constraint for validation |
{- "key": "string",
- "label": "string",
- "set": "string",
- "explanation": "string",
- "max_chars": 0,
- "max_date": "2019-08-24",
- "max_number": 0,
- "order": 0,
- "person_group_field_definition": "string",
- "property": "string",
- "regex": "string",
- "required": true,
- "options": [
- "string"
]
}| key required | string Unique key of field |
| label required | string Label for field |
| options required | Array of strings Form field options (in JSON format) |
| set required | string Public identifier (pid) of a set |
| explanation | string An explanation text displayed near the form field |
| max_chars | integer Max length constraint for validation |
| max_date | string <date> Max date constraint for validation |
| max_number | integer Max number constraint for validation |
| order | integer Order for field in form |
| person_group_field_definition | string Public identifier (pid) of a person group field fefinition |
| property | string A Person property the content refer to |
| regex | string Regex constraint for validation |
| required | boolean Required constraint for validation |
{- "key": "string",
- "label": "string",
- "set": "string",
- "explanation": "string",
- "max_chars": 0,
- "max_date": "2019-08-24",
- "max_number": 0,
- "order": 0,
- "person_group_field_definition": "string",
- "property": "string",
- "regex": "string",
- "required": true,
- "options": [
- "string"
]
}{- "translations": { },
- "pid": "string",
- "key": "string",
- "label": "string",
- "explanation": "string",
- "required": true,
- "max_chars": 0,
- "regex": "string",
- "max_number": 0,
- "max_date": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}| pid required | string |
| key required | string Unique key of field |
| label required | string Label for field |
| options required | Array of strings Form field options (in JSON format) |
| set required | string Public identifier (pid) of a set |
| explanation | string An explanation text displayed near the form field |
| max_chars | integer Max length constraint for validation |
| max_date | string <date> Max date constraint for validation |
| max_number | integer Max number constraint for validation |
| order | integer Order for field in form |
| person_group_field_definition | string Public identifier (pid) of a person group field fefinition |
| property | string A Person property the content refer to |
| regex | string Regex constraint for validation |
| required | boolean Required constraint for validation |
{- "key": "string",
- "label": "string",
- "set": "string",
- "explanation": "string",
- "max_chars": 0,
- "max_date": "2019-08-24",
- "max_number": 0,
- "order": 0,
- "person_group_field_definition": "string",
- "property": "string",
- "regex": "string",
- "required": true,
- "options": [
- "string"
]
}{- "pid": "string",
- "booking": {
- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}, - "type": "donation",
- "price": "string"
}| booking required | string Public identifier (pid) of booking |
| payment required | string Public identifier (pid) of (voucher) Payment |
| price required | any Price |
| type required | string Enum: "donation" "voucher" "credit" Type of global option |
| show | string Public identifier (pid) of Show. Required for type='credit' |
| vat | string Public identifier (pid) of vat |
{- "booking": "string",
- "type": "donation",
- "price": null,
- "vat": "string",
- "payment": "string",
- "show": "string"
}| booking required | string Public identifier (pid) of booking |
| payment required | string Public identifier (pid) of (voucher) Payment |
| price required | any Price |
| type required | string Enum: "donation" "voucher" "credit" Type of global option |
| show | string Public identifier (pid) of Show. Required for type='credit' |
| vat | string Public identifier (pid) of vat |
{- "booking": "string",
- "type": "donation",
- "price": null,
- "vat": "string",
- "payment": "string",
- "show": "string"
}{- "pid": "string",
- "booking": {
- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}, - "type": "donation",
- "price": "string"
}| pid required | string |
| booking required | string Public identifier (pid) of booking |
| payment required | string Public identifier (pid) of (voucher) Payment |
| price required | any Price |
| type required | string Enum: "donation" "voucher" "credit" Type of global option |
| show | string Public identifier (pid) of Show. Required for type='credit' |
| vat | string Public identifier (pid) of vat |
{- "booking": "string",
- "type": "donation",
- "price": null,
- "vat": "string",
- "payment": "string",
- "show": "string"
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}A Group represents a user group. They are usually managed automatically. Not to be confused with PersonGroup.
| name required | string Group name |
| box_offices | string List of public identifiers (pid) of boxoffices |
| operator_events | string List of public identifiers (pid) of events |
| operator_host | string Public identifier (pid) of host |
| operator_shows | string List of public identifiers (pid) of shows |
| sales_points | string List of public identifiers (pid) of salespoints |
| users | string List of public identifiers (pid) of users |
{- "name": "string",
- "operator_events": "string",
- "operator_host": "string",
- "operator_shows": "string",
- "box_offices": "string",
- "sales_points": "string",
- "users": "string"
}| name required | string Group name |
| box_offices | string List of public identifiers (pid) of boxoffices |
| operator_events | string List of public identifiers (pid) of events |
| operator_host | string Public identifier (pid) of host |
| operator_shows | string List of public identifiers (pid) of shows |
| sales_points | string List of public identifiers (pid) of salespoints |
| users | string List of public identifiers (pid) of users |
{- "name": "string",
- "operator_events": "string",
- "operator_host": "string",
- "operator_shows": "string",
- "box_offices": "string",
- "sales_points": "string",
- "users": "string"
}| pid required | string |
| name required | string Group name |
| box_offices | string List of public identifiers (pid) of boxoffices |
| operator_events | string List of public identifiers (pid) of events |
| operator_host | string Public identifier (pid) of host |
| operator_shows | string List of public identifiers (pid) of shows |
| sales_points | string List of public identifiers (pid) of salespoints |
| users | string List of public identifiers (pid) of users |
{- "name": "string",
- "operator_events": "string",
- "operator_host": "string",
- "operator_shows": "string",
- "box_offices": "string",
- "sales_points": "string",
- "users": "string"
}{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}| client required | string Public identifier (pid) of client |
| customer_group required | string Public identifier (pid) of user group |
| name required | string Name |
| operator_group required | string Public identifier (pid) of user group |
| public_email required | string Public email address |
| public_email_sender_name required | string Public email sender name |
| address1 | string Address 1 |
| address2 | string Address 2 |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| bank_account | string Bank account (IBAN) |
| bank_account_owner | string Name of bank account owner |
| cancellation_policy | string Enum: "strict" "medium" "loose" Cancellation policy of the Host. |
| care_of | string c/o |
| check_newsletter_by_default | boolean Flag whether the newsletter checkbox is selected by default when creating bookings for this host. Defaults to true. |
| city | string City |
| complimentary_close | string Complimentary close (final salutation) in documents |
| confirmation_extras_template | string Additional text to appear in confirmation emails. May contain html and twig logic. |
| contact_text | string Information about how to get in touch in documents |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| delete_unpaid_bookings | boolean Flag whether unpaid bookings should be deleted, if applicable. |
| enable_salutation | boolean Flag whether salutation is enabled for this host. Defaults to true. |
| enable_target_audiences | boolean Flag whether target audiences feature is enabled for this host. Defaults to false. |
| invoice_address | string An optional invoice address used for payouts and invoices. |
| logo | string Public identifier (pid) of image |
| mail_header | string Public identifier (pid) of image |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| prompt_acquisition_channel | boolean Flag whether the acquisition channel is requested when creating bookings for this host. Defaults to false. |
| prompt_newsletter | boolean Flag whether the newsletter checkbox is displayed when creating bookings for this host. Defaults to false. |
| public_phone | string Public phone |
| send_reminders | boolean Flag whether payment reminders should be sent for this host, if applicable. Defaults to true. |
| stationery_header | string Public identifier (pid) of image |
| tos | string Individual terms and conditions |
| use_security_code | boolean Flag whether to use security codes in e-mails to customers and to protect access to customer area. |
| website | string Website |
| will_call_instructions | string Pick-up instructions for delivery method will call |
| will_call_label | string Label for delivery method will call |
| zip | string ZIP |
{- "name": "string",
- "public_email": "string",
- "public_email_sender_name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "cancellation_policy": "strict",
- "check_newsletter_by_default": true,
- "client": "string",
- "complimentary_close": "string",
- "confirmation_extras_template": "string",
- "contact_text": "string",
- "customer_group": "string",
- "delete_unpaid_bookings": true,
- "enable_salutation": true,
- "enable_target_audiences": true,
- "use_security_code": true,
- "invoice_address": "string",
- "logo": "string",
- "mail_header": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "operator_group": "string",
- "prompt_acquisition_channel": true,
- "prompt_newsletter": true,
- "public_phone": "string",
- "send_reminders": true,
- "stationery_header": "string",
- "tos": "string",
- "website": "string",
- "will_call_instructions": "string",
- "will_call_label": "string",
- "allow_single_empty_seats": true
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}| pid required | string |
| client required | string Public identifier (pid) of client |
| customer_group required | string Public identifier (pid) of user group |
| name required | string Name |
| operator_group required | string Public identifier (pid) of user group |
| public_email required | string Public email address |
| public_email_sender_name required | string Public email sender name |
| address1 | string Address 1 |
| address2 | string Address 2 |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| bank_account | string Bank account (IBAN) |
| bank_account_owner | string Name of bank account owner |
| cancellation_policy | string Enum: "strict" "medium" "loose" Cancellation policy of the Host. |
| care_of | string c/o |
| check_newsletter_by_default | boolean Flag whether the newsletter checkbox is selected by default when creating bookings for this host. Defaults to true. |
| city | string City |
| complimentary_close | string Complimentary close (final salutation) in documents |
| confirmation_extras_template | string Additional text to appear in confirmation emails. May contain html and twig logic. |
| contact_text | string Information about how to get in touch in documents |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| delete_unpaid_bookings | boolean Flag whether unpaid bookings should be deleted, if applicable. |
| enable_salutation | boolean Flag whether salutation is enabled for this host. Defaults to true. |
| enable_target_audiences | boolean Flag whether target audiences feature is enabled for this host. Defaults to false. |
| invoice_address | string An optional invoice address used for payouts and invoices. |
| logo | string Public identifier (pid) of image |
| mail_header | string Public identifier (pid) of image |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| prompt_acquisition_channel | boolean Flag whether the acquisition channel is requested when creating bookings for this host. Defaults to false. |
| prompt_newsletter | boolean Flag whether the newsletter checkbox is displayed when creating bookings for this host. Defaults to false. |
| public_phone | string Public phone |
| send_reminders | boolean Flag whether payment reminders should be sent for this host, if applicable. Defaults to true. |
| stationery_header | string Public identifier (pid) of image |
| tos | string Individual terms and conditions |
| use_security_code | boolean Flag whether to use security codes in e-mails to customers and to protect access to customer area. |
| website | string Website |
| will_call_instructions | string Pick-up instructions for delivery method will call |
| will_call_label | string Label for delivery method will call |
| zip | string ZIP |
{- "name": "string",
- "public_email": "string",
- "public_email_sender_name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "cancellation_policy": "strict",
- "check_newsletter_by_default": true,
- "client": "string",
- "complimentary_close": "string",
- "confirmation_extras_template": "string",
- "contact_text": "string",
- "customer_group": "string",
- "delete_unpaid_bookings": true,
- "enable_salutation": true,
- "enable_target_audiences": true,
- "use_security_code": true,
- "invoice_address": "string",
- "logo": "string",
- "mail_header": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "operator_group": "string",
- "prompt_acquisition_channel": true,
- "prompt_newsletter": true,
- "public_phone": "string",
- "send_reminders": true,
- "stationery_header": "string",
- "tos": "string",
- "website": "string",
- "will_call_instructions": "string",
- "will_call_label": "string",
- "allow_single_empty_seats": true
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "translation_key": "string",
- "order": 0,
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "capacity": 0,
- "translations": { },
- "pid": "string",
- "name": "string",
- "internalname": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string",
- "skidata_last_fetch": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "venues": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "pos_only": true,
- "require_customer": false,
- "customer_search_enabled": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "destination_country": "string",
- "rate": "string",
- "include_tickets": true,
- "handling_period": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}A HostWebHook represents a webhook that posts a message to an external server when specific actions happen. After receiving a message, the consumer of a HostWebHook executes an API request to Ticketpark to fetch additional data.
{- "id": 0,
- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "type": "new-booking",
- "url": "string",
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "_links": {
- "host_web_hooks": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| host required | string Public identifier (pid) of a host |
| type required | string Enum: "new-booking" "new-payment" "booking-cancelled" "booking-tickets-updated" "booking-tickets-deleted" "new-person" "person-updated" Web hook type |
| url required | string Web hook url |
{- "host": "string",
- "type": "new-booking",
- "url": "string"
}{- "id": 0,
- "pid": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "type": "new-booking",
- "url": "string",
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "_links": {
- "host_web_hooks": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| host required | string Public identifier (pid) of a host |
| type required | string Enum: "new-booking" "new-payment" "booking-cancelled" "booking-tickets-updated" "booking-tickets-deleted" "new-person" "person-updated" Web hook type |
| url required | string Web hook url |
{- "host": "string",
- "type": "new-booking",
- "url": "string"
}An Invitation allows to give ticket buyers access to non-public prices or shows. It is often used for specific groups of guests, like VIPs or media.
{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}| code | string Invitation code |
| events | Array of strings A list of public identifiers (pid) of events |
| expiration | string <date-time> Expiration date |
| invitation_setup | string Public identifier (pid) of an invitation setup |
| invitee_person | string Public identifier (pid) of the invited person |
| invitor_person | string Public identifier (pid) of the invitor person |
| max_different_shows | integer Maximum number of different Shows booked |
| personal | boolean Flag whether invitation is personal or not Defaults to true. |
| prices | Array of strings A list of public identifiers (pid) of prices |
| rsvp | boolean Flag whether invitation needs respond about attendance |
| sales_quota_embed_set | string Public identifier (pid) of a sales quota embed set |
| shows | Array of strings A list of public identifiers (pid) of shows |
| single_use | boolean Flag whether invitation is single use Defaults to true. |
| tickets_max_per_booking | integer Maximal quantity of tickets per booking |
| tickets_max_per_event | integer Maximal quantity of tickets per event |
| tickets_max_per_show | integer Maximal quantity of tickets per show |
| tickets_max_total | integer Minimal quantity of tickets |
{- "code": "string",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "invitation_setup": "string",
- "invitee_person": "string",
- "invitor_person": "string",
- "personal": true,
- "prices": [
- "string"
], - "rsvp": true,
- "sales_quota_embed_set": "string",
- "single_use": true,
- "shows": [
- "string"
], - "max_different_shows": 0,
- "tickets_max_per_booking": 0,
- "tickets_max_per_event": 0,
- "tickets_max_per_show": 0,
- "tickets_max_total": 0
}| code | string Invitation code |
| events | Array of strings A list of public identifiers (pid) of events |
| expiration | string <date-time> Expiration date |
| invitation_setup | string Public identifier (pid) of an invitation setup |
| invitee_person | string Public identifier (pid) of the invited person |
| invitor_person | string Public identifier (pid) of the invitor person |
| max_different_shows | integer Maximum number of different Shows booked |
| personal | boolean Flag whether invitation is personal or not Defaults to true. |
| prices | Array of strings A list of public identifiers (pid) of prices |
| rsvp | boolean Flag whether invitation needs respond about attendance |
| sales_quota_embed_set | string Public identifier (pid) of a sales quota embed set |
| shows | Array of strings A list of public identifiers (pid) of shows |
| single_use | boolean Flag whether invitation is single use Defaults to true. |
| tickets_max_per_booking | integer Maximal quantity of tickets per booking |
| tickets_max_per_event | integer Maximal quantity of tickets per event |
| tickets_max_per_show | integer Maximal quantity of tickets per show |
| tickets_max_total | integer Minimal quantity of tickets |
{- "code": "string",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "invitation_setup": "string",
- "invitee_person": "string",
- "invitor_person": "string",
- "personal": true,
- "prices": [
- "string"
], - "rsvp": true,
- "sales_quota_embed_set": "string",
- "single_use": true,
- "shows": [
- "string"
], - "max_different_shows": 0,
- "tickets_max_per_booking": 0,
- "tickets_max_per_event": 0,
- "tickets_max_per_show": 0,
- "tickets_max_total": 0
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}| pid required | string |
| code | string Invitation code |
| events | Array of strings A list of public identifiers (pid) of events |
| expiration | string <date-time> Expiration date |
| invitation_setup | string Public identifier (pid) of an invitation setup |
| invitee_person | string Public identifier (pid) of the invited person |
| invitor_person | string Public identifier (pid) of the invitor person |
| max_different_shows | integer Maximum number of different Shows booked |
| personal | boolean Flag whether invitation is personal or not Defaults to true. |
| prices | Array of strings A list of public identifiers (pid) of prices |
| rsvp | boolean Flag whether invitation needs respond about attendance |
| sales_quota_embed_set | string Public identifier (pid) of a sales quota embed set |
| shows | Array of strings A list of public identifiers (pid) of shows |
| single_use | boolean Flag whether invitation is single use Defaults to true. |
| tickets_max_per_booking | integer Maximal quantity of tickets per booking |
| tickets_max_per_event | integer Maximal quantity of tickets per event |
| tickets_max_per_show | integer Maximal quantity of tickets per show |
| tickets_max_total | integer Minimal quantity of tickets |
{- "code": "string",
- "events": [
- "string"
], - "expiration": "2019-08-24T14:15:22Z",
- "invitation_setup": "string",
- "invitee_person": "string",
- "invitor_person": "string",
- "personal": true,
- "prices": [
- "string"
], - "rsvp": true,
- "sales_quota_embed_set": "string",
- "single_use": true,
- "shows": [
- "string"
], - "max_different_shows": 0,
- "tickets_max_per_booking": 0,
- "tickets_max_per_event": 0,
- "tickets_max_per_show": 0,
- "tickets_max_total": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}An InvitationEventLimitation defines a ticket limitation for a combination of a specific event and a specific invitation.
| event required | string Public identifier (pid) of an Event |
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
{- "event": "string",
- "invitation": "string",
- "limitation": 0
}| event required | string Public identifier (pid) of an Event |
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
{- "event": "string",
- "invitation": "string",
- "limitation": 0
}| pid required | string |
| event required | string Public identifier (pid) of an Event |
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
{- "event": "string",
- "invitation": "string",
- "limitation": 0
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}An InvitationQuota defines the maximum number of tickets that a specific Invitation may book for a specific Price.
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation (null for unlimited) |
| prices required | Array of strings A list of public identifiers (pid) of prices |
| code | string Invitation code |
{- "invitation": "string",
- "limitation": 0,
- "prices": [
- "string"
], - "code": "string"
}| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation (null for unlimited) |
| prices required | Array of strings A list of public identifiers (pid) of prices |
| code | string Invitation code |
{- "invitation": "string",
- "limitation": 0,
- "prices": [
- "string"
], - "code": "string"
}| pid required | string |
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation (null for unlimited) |
| prices required | Array of strings A list of public identifiers (pid) of prices |
| code | string Invitation code |
{- "invitation": "string",
- "limitation": 0,
- "prices": [
- "string"
], - "code": "string"
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}An InvitationSetup defines meta data of how and where an Invitation is used in order to make sending invitation emails possible.
| event required | string Public identifier (pid) of an event |
| name required | string Name of the setup |
| code_prefix | string Prefix for invitation codes to be generated |
| shop_url | string Url to the embed shop where invitations can be used |
{- "event": "string",
- "name": "string",
- "code_prefix": "string",
- "shop_url": "string"
}| event required | string Public identifier (pid) of an event |
| name required | string Name of the setup |
| code_prefix | string Prefix for invitation codes to be generated |
| shop_url | string Url to the embed shop where invitations can be used |
{- "event": "string",
- "name": "string",
- "code_prefix": "string",
- "shop_url": "string"
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| name required | string Name of the setup |
| code_prefix | string Prefix for invitation codes to be generated |
| shop_url | string Url to the embed shop where invitations can be used |
{- "event": "string",
- "name": "string",
- "code_prefix": "string",
- "shop_url": "string"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}An InvitationShowLimitation defines a ticket limitation for a combination of a specific show and a specific invitation.
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
| show required | string Public identifier (pid) of a show |
{- "invitation": "string",
- "limitation": 0,
- "show": "string"
}| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
| show required | string Public identifier (pid) of a show |
{- "invitation": "string",
- "limitation": 0,
- "show": "string"
}| pid required | string |
| invitation required | string Public identifier (pid) of an invitation |
| limitation required | integer Limitation |
| show required | string Public identifier (pid) of a show |
{- "invitation": "string",
- "limitation": 0,
- "show": "string"
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": null,
- "name": null,
- "performer": null,
- "ticketdescription": null,
- "description": null,
- "delivery_info": null,
- "confirmation_extras_template": null,
- "will_call_label": null,
- "pay_before_dispatch": null,
- "immediate_payment_only": null,
- "send_reminders": null,
- "delete_unpaid_bookings_mode": null,
- "allow_digital_dispatch": null,
- "allow_deliveries": null,
- "allow_will_call": null,
- "issue_tickets": null,
- "issue_tickets_mode": null,
- "enable_passbook_tickets": null,
- "require_customer_company": null,
- "require_customer_address": null,
- "require_customer_phone": null,
- "prompt_customer_position": null,
- "prompt_customer_department": null,
- "prompt_customer_title": null,
- "prompt_customer_birthday": null,
- "allow_customer_notes": null,
- "allow_invoice_address": null,
- "allow_single_empty_seats": null,
- "is_hidden": null,
- "excluded_from_revenue_stats": null,
- "excluded_from_arcavis": null,
- "tickets_per_booking": null,
- "tickets_in_listings": null,
- "refine_info": null,
- "reservation_info": null,
- "sectors_info": null,
- "sales_point_info": null,
- "support_info": null,
- "payout_interval": null,
- "payout_interval_specification": null,
- "is_cancelled": null,
- "will_be_postponed": null,
- "cancellation_info": null,
- "invoice_address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "url_expiration": null,
- "notify_on_new_booking": null,
- "notification_email": null,
- "fee_percentage": null,
- "fee_minimal_commission": null,
- "fee_free_ticket_commission": null,
- "fee_included_free_tickets_percentage": null,
- "fee_payment_base_commission": null,
- "fee_payment_percentage": null,
- "_links": { }
}, - "person_group": {
- "translations": { },
- "pid": null,
- "name": null,
- "has_badge": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "is_archived": null,
- "_links": { }
}, - "departments": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": null,
- "department": null,
- "head": null,
- "deputy_head": null,
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": null,
- "name": null,
- "performer": null,
- "ticketdescription": null,
- "description": null,
- "delivery_info": null,
- "confirmation_extras_template": null,
- "will_call_label": null,
- "pay_before_dispatch": null,
- "immediate_payment_only": null,
- "send_reminders": null,
- "delete_unpaid_bookings_mode": null,
- "allow_digital_dispatch": null,
- "allow_deliveries": null,
- "allow_will_call": null,
- "issue_tickets": null,
- "issue_tickets_mode": null,
- "enable_passbook_tickets": null,
- "require_customer_company": null,
- "require_customer_address": null,
- "require_customer_phone": null,
- "prompt_customer_position": null,
- "prompt_customer_department": null,
- "prompt_customer_title": null,
- "prompt_customer_birthday": null,
- "allow_customer_notes": null,
- "allow_invoice_address": null,
- "allow_single_empty_seats": null,
- "is_hidden": null,
- "excluded_from_revenue_stats": null,
- "excluded_from_arcavis": null,
- "tickets_per_booking": null,
- "tickets_in_listings": null,
- "refine_info": null,
- "reservation_info": null,
- "sectors_info": null,
- "sales_point_info": null,
- "support_info": null,
- "payout_interval": null,
- "payout_interval_specification": null,
- "is_cancelled": null,
- "will_be_postponed": null,
- "cancellation_info": null,
- "invoice_address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "url_expiration": null,
- "notify_on_new_booking": null,
- "notification_email": null,
- "fee_percentage": null,
- "fee_minimal_commission": null,
- "fee_free_ticket_commission": null,
- "fee_included_free_tickets_percentage": null,
- "fee_payment_base_commission": null,
- "fee_payment_percentage": null,
- "_links": { }
}, - "person_group": {
- "translations": { },
- "pid": null,
- "name": null,
- "has_badge": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "is_archived": null,
- "_links": { }
}, - "departments": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": null,
- "department": null,
- "head": null,
- "deputy_head": null,
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}A MailChimpAccount represents a Host's account at Mailchimp, to which data of Persons can be synced automatically.
{- "pid": "string",
- "api_key": "string",
- "list_id": "string",
- "interest_category_id": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "_links": {
- "mailchimpaccounts": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| api_key required | string The Mailchimp API key |
| host required | string Public identifier (PID) of host |
| list_id required | string The id of the Mailchimp audience list |
{- "api_key": "string",
- "host": "string",
- "list_id": "string"
}{- "pid": "string",
- "api_key": "string",
- "list_id": "string",
- "interest_category_id": "string",
- "host": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "_links": {
- "mailchimpaccounts": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| api_key required | string The Mailchimp API key |
| host required | string Public identifier (PID) of host |
| list_id required | string The id of the Mailchimp audience list |
{- "api_key": "string",
- "host": "string",
- "list_id": "string"
}A MultiCoupon represents a collection of connected Coupons. A Multicoupon allows to communicate just one coupon code to a potential guest in cases where the same coupon would be available many different times. It can in some cases be a helpful alternative to Invitations.
{- "code_formatted": "string",
- "pid": "string",
- "value_absolute": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "code": "string",
- "disabled": false,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "coupon_group": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "subcoupons": {
- "href": "string"
}
}
}{- "code_formatted": "string",
- "pid": "string",
- "value_absolute": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "code": "string",
- "disabled": false,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "coupon_group": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "subcoupons": {
- "href": "string"
}
}
}An Option represents an item that can be booked in addition to a ticket. A buyer can select multiple items of the same Option. A classic example for an Option would be a merchandise article.
{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "description": "string",
- "order": 0,
- "limitation": 0,
- "margin": 0,
- "items_per_booking": 1,
- "requires_code": false,
- "option_variables": [
- {
- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}
], - "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}
}
}| name required | string Option name |
| price required | any Price |
| access_by | string Value: "host" Who may see this Option. Set to |
| description | string Option description |
| event | string Public identifier (pid) of event |
| image | string Public identifier (pid) of image |
| items_per_booking | integer Maximum number of items of this option per booking |
| limitation | integer Maximum available number of this option |
| margin | integer Flexibility on limitation if booked within the same booking |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
Array of objects (OptionVariableType) | |
| order | integer Order index in lists (lowest to highest) |
BooleanType (object) Flag whether an prepared code should be assigned to booked items of this option | |
| show | string Public identifier (pid) of show |
| vat | string Public identifier (pid) of VAT |
{- "name": "string",
- "price": null,
- "description": "string",
- "event": "string",
- "image": "string",
- "items_per_booking": 0,
- "limitation": 0,
- "margin": 0,
- "notification_email": "string",
- "notify_on_new_booking": true,
- "requires_code": {
- "_token": "string"
}, - "option_variables": [
- {
- "name": "string",
- "option_variable_values": [
- {
- "value": "string"
}
]
}
], - "order": 0,
- "show": "string",
- "vat": "string",
- "access_by": "host"
}| name required | string Option name |
| price required | any Price |
| access_by | string Value: "host" Who may see this Option. Set to |
| description | string Option description |
| event | string Public identifier (pid) of event |
| image | string Public identifier (pid) of image |
| items_per_booking | integer Maximum number of items of this option per booking |
| limitation | integer Maximum available number of this option |
| margin | integer Flexibility on limitation if booked within the same booking |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
Array of objects (OptionVariableType) | |
| order | integer Order index in lists (lowest to highest) |
BooleanType (object) Flag whether an prepared code should be assigned to booked items of this option | |
| show | string Public identifier (pid) of show |
| vat | string Public identifier (pid) of VAT |
{- "name": "string",
- "price": null,
- "description": "string",
- "event": "string",
- "image": "string",
- "items_per_booking": 0,
- "limitation": 0,
- "margin": 0,
- "notification_email": "string",
- "notify_on_new_booking": true,
- "requires_code": {
- "_token": "string"
}, - "option_variables": [
- {
- "name": "string",
- "option_variable_values": [
- {
- "value": "string"
}
]
}
], - "order": 0,
- "show": "string",
- "vat": "string",
- "access_by": "host"
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "description": "string",
- "order": 0,
- "limitation": 0,
- "margin": 0,
- "items_per_booking": 1,
- "requires_code": false,
- "option_variables": [
- {
- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}
], - "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}
}
}| pid required | string |
| name required | string Option name |
| price required | any Price |
| access_by | string Value: "host" Who may see this Option. Set to |
| description | string Option description |
| event | string Public identifier (pid) of event |
| image | string Public identifier (pid) of image |
| items_per_booking | integer Maximum number of items of this option per booking |
| limitation | integer Maximum available number of this option |
| margin | integer Flexibility on limitation if booked within the same booking |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
Array of objects (OptionVariableType) | |
| order | integer Order index in lists (lowest to highest) |
BooleanType (object) Flag whether an prepared code should be assigned to booked items of this option | |
| show | string Public identifier (pid) of show |
| vat | string Public identifier (pid) of VAT |
{- "name": "string",
- "price": null,
- "description": "string",
- "event": "string",
- "image": "string",
- "items_per_booking": 0,
- "limitation": 0,
- "margin": 0,
- "notification_email": "string",
- "notify_on_new_booking": true,
- "requires_code": {
- "_token": "string"
}, - "option_variables": [
- {
- "name": "string",
- "option_variable_values": [
- {
- "value": "string"
}
]
}
], - "order": 0,
- "show": "string",
- "vat": "string",
- "access_by": "host"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "denormalized_option_pid": "string",
- "denormalized_option_name": "string",
- "denormalized_option_description": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "pid": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "option": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}{- "denormalized_option_pid": "string",
- "denormalized_option_name": "string",
- "denormalized_option_description": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "pid": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "option": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}| booking required | string Public identifier (pid) of booking |
| option required | string Public identifier (pid) of option |
| option_variable_values | Array of strings |
{- "booking": "string",
- "option": "string",
- "option_variable_values": [
- "string"
]
}| booking required | string Public identifier (pid) of booking |
| option required | string Public identifier (pid) of option |
| option_variable_values | Array of strings |
{- "booking": "string",
- "option": "string",
- "option_variable_values": [
- "string"
]
}{- "denormalized_option_pid": "string",
- "denormalized_option_name": "string",
- "denormalized_option_description": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "pid": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "option": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}| pid required | string |
| booking required | string Public identifier (pid) of booking |
| option required | string Public identifier (pid) of option |
| option_variable_values | Array of strings |
{- "booking": "string",
- "option": "string",
- "option_variable_values": [
- "string"
]
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "description": "string",
- "order": 0,
- "limitation": 0,
- "margin": 0,
- "items_per_booking": 1,
- "requires_code": false,
- "option_variables": [
- {
- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}
], - "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}
}
}{- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}An OptionVariable represents a configuration element of an Option. An example would be the size of a t-shirt. An OptionVariable typically contains multiple OptionVariableItems.
{- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}{- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}An OptionVariableValue represents a single value that is selectable within an OptionVariable. An example would be the size XL of the size of a t-shirt.
{- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}{- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}A Package is a kind of Ticket that itself contains multiple other Tickets. For example, a multi-day pass could be a Package, containing a Ticket for each single Show. Or a family pass could be a Package, containing a Ticket for each family member. Packages are powerful, but also quite complex to set up correctly.
{- "confirmation": true,
- "checked_in": "2019-08-24T14:15:22Z",
- "checked_out": "2019-08-24T14:15:22Z",
- "seat_string": "string",
- "is_dispatchable": true,
- "denormalized_host_pid": "string",
- "denormalized_host_name": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_show_pid": "string",
- "denormalized_show_start": "2019-08-24T14:15:22Z",
- "denormalized_venue_pid": "string",
- "denormalized_venue_name": "string",
- "denormalized_sector_pid": "string",
- "denormalized_sector_name": "string",
- "denormalized_price_pid": "string",
- "denormalized_price_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "denormalized_price_category_pid": "string",
- "pid": "string",
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "issue_ticket": true,
- "count_capacity": false,
- "code": "string",
- "confirmed": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "released_seat": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}
}| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}{- "confirmation": true,
- "checked_in": "2019-08-24T14:15:22Z",
- "checked_out": "2019-08-24T14:15:22Z",
- "seat_string": "string",
- "is_dispatchable": true,
- "denormalized_host_pid": "string",
- "denormalized_host_name": "string",
- "denormalized_event_pid": "string",
- "denormalized_event_name": "string",
- "denormalized_show_pid": "string",
- "denormalized_show_start": "2019-08-24T14:15:22Z",
- "denormalized_venue_pid": "string",
- "denormalized_venue_name": "string",
- "denormalized_sector_pid": "string",
- "denormalized_sector_name": "string",
- "denormalized_price_pid": "string",
- "denormalized_price_name": "string",
- "denormalized_vat_pid": "string",
- "denormalized_vat_rate": "string",
- "denormalized_vat_included": "string",
- "denormalized_price_including_vat": "string",
- "denormalized_price_excluding_vat": "string",
- "denormalized_vat_amount": "string",
- "denormalized_currency_pid": "string",
- "denormalized_price_category_pid": "string",
- "pid": "string",
- "price": {
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}, - "issue_ticket": true,
- "count_capacity": false,
- "code": "string",
- "confirmed": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "released_seat": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}
}| pid required | string |
| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "direction": "string",
- "origin": "string",
- "device_identifier": "string",
- "checked": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "",
- "description": "string",
- "order": 0,
- "limitation": 1,
- "set": {
- "pid": "string",
- "limitation": 1
}, - "booking_limitation_set": {
- "translations": { },
- "pid": "string",
- "min_error_message": "string",
- "max_error_message": "string",
- "min_per_booking": 2,
- "max_per_booking": 1
}, - "interval": 1,
- "commission_percentage": "string",
- "commission_absolute": "string",
- "min_per_booking": 0,
- "max_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "refine_info": "string",
- "count_capacity": true,
- "issue_ticket": true,
- "mutually_require_attributes": false,
- "access_by": "string",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "approval_needed": true,
- "expect_check_in": true,
- "verification_info": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "price": "string",
- "package_size": 0,
- "count_filler_tickets": true,
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
BooleanType (object) Flag whether filler tickets should count towards booked capacity. Defaults to true. | |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| package_size | integer The maximum number of tickets within the package. Defaults to unlimited. |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "package_size": 0,
- "count_filler_tickets": {
- "_token": "string"
}
}| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
BooleanType (object) Flag whether filler tickets should count towards booked capacity. Defaults to true. | |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| package_size | integer The maximum number of tickets within the package. Defaults to unlimited. |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "package_size": 0,
- "count_filler_tickets": {
- "_token": "string"
}
}{- "access_role": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "",
- "description": "string",
- "order": 0,
- "limitation": 1,
- "set": {
- "pid": "string",
- "limitation": 1
}, - "booking_limitation_set": {
- "translations": { },
- "pid": "string",
- "min_error_message": "string",
- "max_error_message": "string",
- "min_per_booking": 2,
- "max_per_booking": 1
}, - "interval": 1,
- "commission_percentage": "string",
- "commission_absolute": "string",
- "min_per_booking": 0,
- "max_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "refine_info": "string",
- "count_capacity": true,
- "issue_ticket": true,
- "mutually_require_attributes": false,
- "access_by": "string",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "approval_needed": true,
- "expect_check_in": true,
- "verification_info": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "price": "string",
- "package_size": 0,
- "count_filler_tickets": true,
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}| pid required | string |
| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
BooleanType (object) Flag whether filler tickets should count towards booked capacity. Defaults to true. | |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| package_size | integer The maximum number of tickets within the package. Defaults to unlimited. |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "package_size": 0,
- "count_filler_tickets": {
- "_token": "string"
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "pid": "string",
- "country": "string",
- "rate": "string",
- "included": false,
- "default_for_country": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "vats": {
- "href": "string"
}
}
}{- "pid": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "object": {
- "href": "string"
}, - "subject": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "min": 1,
- "max": 1,
- "error_message_min": "string",
- "error_message_max": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "batch_id": "string",
- "batch_order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "confirmation": true,
- "payment_date": "2019-08-24T14:15:22Z",
- "pid": "string",
- "amount": "string",
- "fee": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "bank_account": {
- "href": "string"
}, - "coupon": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "payment_method": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| amount required | string The paid amount |
| booking required | string Public identifier (pid) of a booking |
| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| payment_date required | string <date> Date of payment |
| payment_method required | string Enum: "cash" "coupon" "transfer" Public identifier (pid) of a payment method |
| box_office | string Public identifier (pid) of a box office |
| confirmation | boolean Set true to confirm a payment. |
| coupon | string Public identifier (pid) of a coupon |
| description | string Description of a payment which is not connected to a booking |
| event | string Public identifier (pid) of an event, for a payment which is not connected to a booking |
| host | string Public identifier (pid) of a host |
| sales_point | string Public identifier (pid) of a sales point |
{- "amount": "string",
- "booking": "string",
- "currency": "CHF",
- "payment_date": "2019-08-24",
- "payment_method": "cash",
- "box_office": "string",
- "confirmation": true,
- "coupon": "string",
- "description": "string",
- "event": "string",
- "host": "string",
- "sales_point": "string"
}| amount required | string The paid amount |
| booking required | string Public identifier (pid) of a booking |
| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| payment_date required | string <date> Date of payment |
| payment_method required | string Enum: "cash" "coupon" "transfer" Public identifier (pid) of a payment method |
| box_office | string Public identifier (pid) of a box office |
| confirmation | boolean Set true to confirm a payment. |
| coupon | string Public identifier (pid) of a coupon |
| description | string Description of a payment which is not connected to a booking |
| event | string Public identifier (pid) of an event, for a payment which is not connected to a booking |
| host | string Public identifier (pid) of a host |
| sales_point | string Public identifier (pid) of a sales point |
{- "amount": "string",
- "booking": "string",
- "currency": "CHF",
- "payment_date": "2019-08-24",
- "payment_method": "cash",
- "box_office": "string",
- "confirmation": true,
- "coupon": "string",
- "description": "string",
- "event": "string",
- "host": "string",
- "sales_point": "string"
}{- "confirmation": true,
- "payment_date": "2019-08-24T14:15:22Z",
- "pid": "string",
- "amount": "string",
- "fee": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "bank_account": {
- "href": "string"
}, - "coupon": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "payment_method": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| amount required | string The paid amount |
| booking required | string Public identifier (pid) of a booking |
| currency required | string Enum: "CHF" "EUR" "USD" Public identifier (pid) of a currency |
| payment_date required | string <date> Date of payment |
| payment_method required | string Enum: "cash" "coupon" "transfer" Public identifier (pid) of a payment method |
| box_office | string Public identifier (pid) of a box office |
| confirmation | boolean Set true to confirm a payment. |
| coupon | string Public identifier (pid) of a coupon |
| description | string Description of a payment which is not connected to a booking |
| event | string Public identifier (pid) of an event, for a payment which is not connected to a booking |
| host | string Public identifier (pid) of a host |
| sales_point | string Public identifier (pid) of a sales point |
{- "amount": "string",
- "booking": "string",
- "currency": "CHF",
- "payment_date": "2019-08-24",
- "payment_method": "cash",
- "box_office": "string",
- "confirmation": true,
- "coupon": "string",
- "description": "string",
- "event": "string",
- "host": "string",
- "sales_point": "string"
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "iban": "string",
- "qr_iban": "string",
- "account": "string",
- "ezs_account": "string",
- "ezs_customer_identification": "string",
- "bc": "strin",
- "bic": "string",
- "bank": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "debit_account": 0,
- "credit_account": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bank_accounts": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A PaymentMethod stands for the payment means that was used to make a Payment. Like a credit card, or cash.
A Payout represents a single settlement between Ticketpark and a Host. Usually this means we send money ot the Host. Sometimes it becomes an invoice that needs to be paid by the Host.
{- "ticketpark_amount": "0",
- "extra_payments": "0",
- "ticketpark_total_payments": "0",
- "tickets_commissions": "0",
- "ticket_options_commissions": "0",
- "options_commissions": "0",
- "delivery_commissions": "0",
- "booked_items_commission": "0",
- "payments_commission": "0",
- "commissions_reimbursements": "0",
- "extra_charges_amount": "0",
- "free_tickets_reimbursable": 0,
- "free_tickets_reimbursements": "0",
- "costs_amount": "0",
- "total_amount": "0",
- "results": { },
- "pid": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "offsetting_extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "number": 0,
- "file_pdf": "string",
- "invoice_number": "string",
- "payout_payments": [
- {
- "pid": "string",
- "payout": {
- "ticketpark_amount": "0",
- "extra_payments": "0",
- "ticketpark_total_payments": "0",
- "tickets_commissions": "0",
- "ticket_options_commissions": "0",
- "options_commissions": "0",
- "delivery_commissions": "0",
- "booked_items_commission": "0",
- "payments_commission": "0",
- "commissions_reimbursements": "0",
- "extra_charges_amount": "0",
- "free_tickets_reimbursable": 0,
- "free_tickets_reimbursements": "0",
- "costs_amount": "0",
- "total_amount": "0",
- "results": { },
- "pid": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "offsetting_extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "number": 0,
- "file_pdf": "string",
- "invoice_number": "string",
- "payout_payments": [
- { }
], - "hidden_from_overdue_invoices": false
}, - "amount": "string",
- "payment_date": "2019-08-24T14:15:22Z"
}
], - "hidden_from_overdue_invoices": false
}{- "ticketpark_amount": "0",
- "extra_payments": "0",
- "ticketpark_total_payments": "0",
- "tickets_commissions": "0",
- "ticket_options_commissions": "0",
- "options_commissions": "0",
- "delivery_commissions": "0",
- "booked_items_commission": "0",
- "payments_commission": "0",
- "commissions_reimbursements": "0",
- "extra_charges_amount": "0",
- "free_tickets_reimbursable": 0,
- "free_tickets_reimbursements": "0",
- "costs_amount": "0",
- "total_amount": "0",
- "results": { },
- "pid": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "offsetting_extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "number": 0,
- "file_pdf": "string",
- "invoice_number": "string",
- "payout_payments": [
- {
- "pid": "string",
- "payout": {
- "ticketpark_amount": "0",
- "extra_payments": "0",
- "ticketpark_total_payments": "0",
- "tickets_commissions": "0",
- "ticket_options_commissions": "0",
- "options_commissions": "0",
- "delivery_commissions": "0",
- "booked_items_commission": "0",
- "payments_commission": "0",
- "commissions_reimbursements": "0",
- "extra_charges_amount": "0",
- "free_tickets_reimbursable": 0,
- "free_tickets_reimbursements": "0",
- "costs_amount": "0",
- "total_amount": "0",
- "results": { },
- "pid": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "offsetting_extra_charges": [
- {
- "pid": "string",
- "amount": "string",
- "description": "string",
- "category_id": 0,
- "order": 0
}
], - "number": 0,
- "file_pdf": "string",
- "invoice_number": "string",
- "payout_payments": [
- { }
], - "hidden_from_overdue_invoices": false
}, - "amount": "string",
- "payment_date": "2019-08-24T14:15:22Z"
}
], - "hidden_from_overdue_invoices": false
}A Person represents either a ticket buyer, somebody with a User account, or anybody who was added in the crm module by the Host.
{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}AddressDataType (object) Address data | |
| birthday | string <date> Birthday |
| company | string Company |
| department | string Department |
string Email address | |
| firstname | string First name |
| lastname | string Last name |
| locale | string Language code (2-letter, ISO 639-1). Defaults to "de". |
| mailing | boolean Flag whether the person wants to receive physical mailings |
| newsletter | boolean Flag whether the person wants to receive newsletters |
| notes | string Internal notes |
| person_groups | Array of strings List of public identifier (pid) of person groups this person belongs to |
| phone | string Phone number |
| phone2 | string Phone number 2 |
| phone3 | string Phone number 3 |
| position | string Position in company |
| salutation | string Enum: "m" "f" "mrs" Salutation |
| title | string Enum: "prof" "prof-dr" "dr" Title |
| website | string Website |
{- "address": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string"
}, - "birthday": "2019-08-24",
- "company": "string",
- "department": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "locale": "string",
- "mailing": true,
- "newsletter": true,
- "notes": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "person_groups": [
- "string"
], - "position": "string",
- "salutation": "m",
- "title": "prof",
- "website": "string"
}AddressDataType (object) Address data | |
| birthday | string <date> Birthday |
| company | string Company |
| department | string Department |
string Email address | |
| firstname | string First name |
| lastname | string Last name |
| locale | string Language code (2-letter, ISO 639-1). Defaults to "de". |
| mailing | boolean Flag whether the person wants to receive physical mailings |
| newsletter | boolean Flag whether the person wants to receive newsletters |
| notes | string Internal notes |
| person_groups | Array of strings List of public identifier (pid) of person groups this person belongs to |
| phone | string Phone number |
| phone2 | string Phone number 2 |
| phone3 | string Phone number 3 |
| position | string Position in company |
| salutation | string Enum: "m" "f" "mrs" Salutation |
| title | string Enum: "prof" "prof-dr" "dr" Title |
| website | string Website |
{- "address": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string"
}, - "birthday": "2019-08-24",
- "company": "string",
- "department": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "locale": "string",
- "mailing": true,
- "newsletter": true,
- "notes": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "person_groups": [
- "string"
], - "position": "string",
- "salutation": "m",
- "title": "prof",
- "website": "string"
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}| pid required | string |
AddressDataType (object) Address data | |
| birthday | string <date> Birthday |
| company | string Company |
| department | string Department |
string Email address | |
| firstname | string First name |
| lastname | string Last name |
| locale | string Language code (2-letter, ISO 639-1). Defaults to "de". |
| mailing | boolean Flag whether the person wants to receive physical mailings |
| newsletter | boolean Flag whether the person wants to receive newsletters |
| notes | string Internal notes |
| person_groups | Array of strings List of public identifier (pid) of person groups this person belongs to |
| phone | string Phone number |
| phone2 | string Phone number 2 |
| phone3 | string Phone number 3 |
| position | string Position in company |
| salutation | string Enum: "m" "f" "mrs" Salutation |
| title | string Enum: "prof" "prof-dr" "dr" Title |
| website | string Website |
{- "address": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string"
}, - "birthday": "2019-08-24",
- "company": "string",
- "department": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "locale": "string",
- "mailing": true,
- "newsletter": true,
- "notes": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "person_groups": [
- "string"
], - "position": "string",
- "salutation": "m",
- "title": "prof",
- "website": "string"
}{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "who": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "how": "string",
- "to": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "option": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}, - "_links": {
- "self": {
- "href": "string"
}, - "who": {
- "href": "string"
}, - "to": {
- "href": "string"
}, - "person_relation_option": {
- "href": "string"
}
}
}A PersonGroup is a group in the crm module where a Host can organize Persons. Each ticket buyer belongs to at least one PersonGroup.
{- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}| host required | string Public identifier (pid) of a host |
| name required | string name |
| has_badge | boolean Flag whether persons in this group may receive a badge |
{- "host": "string",
- "name": "string",
- "has_badge": true
}| host required | string Public identifier (pid) of a host |
| name required | string name |
| has_badge | boolean Flag whether persons in this group may receive a badge |
{- "host": "string",
- "name": "string",
- "has_badge": true
}{- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}| pid required | string |
| host required | string Public identifier (pid) of a host |
| name required | string name |
| has_badge | boolean Flag whether persons in this group may receive a badge |
{- "host": "string",
- "name": "string",
- "has_badge": true
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "type": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}A PersonGroupFieldDefinition defines a value in the crm module that can be added by the Host to Persons who are member of a specific PersonGroup.
{- "translations": { },
- "pid": "string",
- "type": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| attributes required | Array of strings Configuration attributes (in JSON format) |
| name required | string Name of the field |
| person_group required | string Public identifier (pid) of a person group |
| type required | string Enum: "text" "text_translatable" "text_area" "text_area_translatable" "number" "file" "image" "single_choice" "single_sub_choice" "multi_choice" "multi_sub_choice" "yes_no" Type of the field |
| order | integer Order index in lists (lowest to highest) |
{- "type": "text",
- "name": "string",
- "attributes": [
- "string"
], - "order": 0,
- "person_group": "string"
}| attributes required | Array of strings Configuration attributes (in JSON format) |
| name required | string Name of the field |
| person_group required | string Public identifier (pid) of a person group |
| type required | string Enum: "text" "text_translatable" "text_area" "text_area_translatable" "number" "file" "image" "single_choice" "single_sub_choice" "multi_choice" "multi_sub_choice" "yes_no" Type of the field |
| order | integer Order index in lists (lowest to highest) |
{- "type": "text",
- "name": "string",
- "attributes": [
- "string"
], - "order": 0,
- "person_group": "string"
}{- "translations": { },
- "pid": "string",
- "type": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| pid required | string |
| attributes required | Array of strings Configuration attributes (in JSON format) |
| name required | string Name of the field |
| person_group required | string Public identifier (pid) of a person group |
| type required | string Enum: "text" "text_translatable" "text_area" "text_area_translatable" "number" "file" "image" "single_choice" "single_sub_choice" "multi_choice" "multi_sub_choice" "yes_no" Type of the field |
| order | integer Order index in lists (lowest to highest) |
{- "type": "text",
- "name": "string",
- "attributes": [
- "string"
], - "order": 0,
- "person_group": "string"
}{- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}A PersonGroupFieldDefinitionOption is a single value that can be selected in PersonGroupFieldDefinitions of the type choice.
{- "translations": { },
- "pid": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| name required | string Name |
| person_group_field_definition required | string Public identifier (pid) of a person group field definition |
| order | integer Order index in lists (lowest to highest) |
{- "name": "string",
- "order": 0,
- "person_group_field_definition": "string"
}| name required | string Name |
| person_group_field_definition required | string Public identifier (pid) of a person group field definition |
| order | integer Order index in lists (lowest to highest) |
{- "name": "string",
- "order": 0,
- "person_group_field_definition": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| pid required | string |
| name required | string Name |
| person_group_field_definition required | string Public identifier (pid) of a person group field definition |
| order | integer Order index in lists (lowest to highest) |
{- "name": "string",
- "order": 0,
- "person_group_field_definition": "string"
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "type": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}A PersonGroupFieldValue holds the actual value that was added for a Person on a specific PersonGroupField.
{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}| person required | string Public identifier (pid) of a person |
| person_group_field_definition required | string Public identifier (pid) of a definition |
| value required | string Value |
| person_group_field_definition_options | Array of strings |
{- "value": "string",
- "person_group_field_definition_options": [
- "string"
], - "person": "string",
- "person_group_field_definition": "string"
}| person required | string Public identifier (pid) of a person |
| person_group_field_definition required | string Public identifier (pid) of a definition |
| value required | string Value |
| person_group_field_definition_options | Array of strings |
{- "value": "string",
- "person_group_field_definition_options": [
- "string"
], - "person": "string",
- "person_group_field_definition": "string"
}{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}| pid required | string |
| person required | string Public identifier (pid) of a person |
| person_group_field_definition required | string Public identifier (pid) of a definition |
| value required | string Value |
| person_group_field_definition_options | Array of strings |
{- "value": "string",
- "person_group_field_definition_options": [
- "string"
], - "person": "string",
- "person_group_field_definition": "string"
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}| pid required | string |
{- "translations": { },
- "pid": "string",
- "type": "string",
- "name": "string",
- "order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "value": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person": {
- "href": "string"
}, - "person_group_field_definition_options": {
- "href": "string"
}, - "person_group_field_definition": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "who": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "how": "string",
- "to": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "option": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}, - "_links": {
- "self": {
- "href": "string"
}, - "who": {
- "href": "string"
}, - "to": {
- "href": "string"
}, - "person_relation_option": {
- "href": "string"
}
}
}| how required | string Text description of how the persons are related |
| to required | string Public identifier (pid) of a person |
| who required | string Public identifier (pid) of a person |
| option | string Public identifier (pid) of a person relation option |
{- "who": "string",
- "to": "string",
- "how": "string",
- "option": "string"
}| how required | string Text description of how the persons are related |
| to required | string Public identifier (pid) of a person |
| who required | string Public identifier (pid) of a person |
| option | string Public identifier (pid) of a person relation option |
{- "who": "string",
- "to": "string",
- "how": "string",
- "option": "string"
}{- "translations": { },
- "pid": "string",
- "who": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "how": "string",
- "to": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "option": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}, - "_links": {
- "self": {
- "href": "string"
}, - "who": {
- "href": "string"
}, - "to": {
- "href": "string"
}, - "person_relation_option": {
- "href": "string"
}
}
}| pid required | string |
| how required | string Text description of how the persons are related |
| to required | string Public identifier (pid) of a person |
| who required | string Public identifier (pid) of a person |
| option | string Public identifier (pid) of a person relation option |
{- "who": "string",
- "to": "string",
- "how": "string",
- "option": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}{- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}A PersonRelationOption is a selectable value that can be predefined for PersonRelations within a specific PersonGroup.
| name required | string Name of the person relation option |
| person_group required | string Public identifier (pid) of a person group |
{- "name": "string",
- "person_group": "string"
}| pid required | string |
| name required | string Name of the person relation option |
| person_group required | string Public identifier (pid) of a person group |
{- "name": "string",
- "person_group": "string"
}{- "translations": { },
- "pid": "string",
- "who": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "how": "string",
- "to": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "option": {
- "translations": { },
- "pid": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "person_group": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}
}
}, - "_links": {
- "self": {
- "href": "string"
}, - "who": {
- "href": "string"
}, - "to": {
- "href": "string"
}, - "person_relation_option": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true
}| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}| pid required | string |
| name required | string Name |
| price required | any Price |
| price_category required | number Enum: 1 2 3 4 5 6 7 8 Public identifier (pid) of a price category |
| access_by | string Value: "host" Who may see this price. Set to |
| annotations | Array of strings Annotations available on this price |
| approval_needed | boolean Flag whether bookings with this price require approval by the host. Defaults to false. |
| available_from | string <date-time> From when this price should be publicly available. Only applies if |
| available_to | string <date-time> Until when this price should be publicly available. Only applies if |
| count_capacity | boolean Flag whether tickets with this price should count towards show capacity. Defaults to true. |
| coupon_groups | Array of strings Coupon groups from which coupons can be applied to this price |
| depends_on_prices | Array of strings Prices of which one must be available in a booking in order to book a ticket of this price |
| description | string Additional description |
| event | string Public identifier (pid) of an event |
| expect_check_in | boolean Flag whether a ticket of this price should count towards the expected number of checkins at access control. Defaults to true. |
| interval | integer Interval for quantities in which tickets with this price may be booked |
| issue_ticket | boolean Flag whether tickets booked of this price will actually receive a ticket. Defaults to true. |
| limitation | integer Available number of tickets with this price |
| max_per_booking | integer Maximal quantity of tickets with this price per booking |
| max_per_package | integer Maximal quantity of tickets with this price per package |
| min_per_booking | integer Minimal quantity of tickets with this price per booking |
| min_per_package | integer Minimal quantity of tickets with this price per package |
| mutually_require_attributes | boolean Flag to define whether validations for annotations and ticket options within packages should be triggered only if one of them has a value. Defaults to false. |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| package_price | string Public identifier (pid) of a package price |
| price_booking_limitation_set | string Public identifier (pid) of a price booking limitation set |
| price_set | string Public identifier (pid) of a price set |
| refine_info | string Additional refine information text |
| required_in_package | boolean Flag whether a ticket of this price must be included within a package. If false, it is optional. |
| sector_to_be_booked | string Public identifier (pid) of a Sector |
| show | string Public identifier (pid) of a show |
| ticket_options | Array of strings Ticket options available for this price |
| vat | string Public identifier (pid) of vat |
| verification_info | string Verification information to pop up at access control (e.g. "Check ID" on children prices) |
{- "name": "string",
- "price": null,
- "price_category": 1,
- "access_by": "host",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "annotations": [
- "string"
], - "approval_needed": true,
- "count_capacity": true,
- "coupon_groups": [
- "string"
], - "depends_on_prices": [
- "string"
], - "description": "string",
- "event": "string",
- "expect_check_in": true,
- "interval": 0,
- "issue_ticket": true,
- "limitation": 0,
- "max_per_booking": 0,
- "min_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "mutually_require_attributes": true,
- "order": 0,
- "package_price": "string",
- "sector_to_be_booked": "string",
- "price_booking_limitation_set": "string",
- "price_set": "string",
- "refine_info": "string",
- "required_in_package": true,
- "show": "string",
- "ticket_options": [
- "string"
], - "vat": "string",
- "verification_info": "string",
- "notification_email": "string",
- "notify_on_new_booking": true
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "pid": "string",
- "country": "string",
- "rate": "string",
- "included": false,
- "default_for_country": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "vats": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "",
- "description": "string",
- "order": 0,
- "limitation": 1,
- "set": {
- "pid": "string",
- "limitation": 1
}, - "booking_limitation_set": {
- "translations": { },
- "pid": "string",
- "min_error_message": "string",
- "max_error_message": "string",
- "min_per_booking": 2,
- "max_per_booking": 1
}, - "interval": 1,
- "commission_percentage": "string",
- "commission_absolute": "string",
- "min_per_booking": 0,
- "max_per_booking": 0,
- "min_per_package": 0,
- "max_per_package": 0,
- "refine_info": "string",
- "count_capacity": true,
- "issue_ticket": true,
- "mutually_require_attributes": false,
- "access_by": "string",
- "available_from": "2019-08-24T14:15:22Z",
- "available_to": "2019-08-24T14:15:22Z",
- "approval_needed": true,
- "expect_check_in": true,
- "verification_info": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "price": "string",
- "package_size": 0,
- "count_filler_tickets": true,
- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "pid": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "object": {
- "href": "string"
}, - "subject": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "min": 1,
- "max": 1,
- "error_message_min": "string",
- "error_message_max": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "batch_id": "string",
- "batch_order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "target": "booking",
- "identifier": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "required": false,
- "max_chars": 0,
- "regex": "string",
- "show_type": "all",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "editable_by_buyer": false,
- "_links": {
- "annotations": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}A PriceBookingLimitationSet is used to define a minimum and/or maximum number of Tickets that can be booked in one Booking within a collection of multiple Prices. Example: Ticket buyers get a discount if they are customers of a specific company, but they may only book 4 of those discounted tickets per booking. There are two discounted prices (adults + children). Both prices will need to be connected to the same PriceBookingLimitationSet, which defines the limitation of 4 tickets per booking.
| pid required | string |
| host required | string Public identifier (pid) of host |
| max_error_message | string Error message if the max limit is exceeded. Placeholders %min%, %max% and %current% are available. |
| max_per_booking | integer Maximal quantity of tickets with prices of this set per booking |
| min_error_message | string Error message if the min limit is not reached. Placeholders %min%, %max% and %current% are available. |
| min_per_booking | integer Minimal quantity of tickets with prices of this set per booking |
{- "host": "string",
- "max_error_message": "string",
- "min_error_message": "string",
- "max_per_booking": 0,
- "min_per_booking": 0
}| host required | string Public identifier (pid) of host |
| max_error_message | string Error message if the max limit is exceeded. Placeholders %min%, %max% and %current% are available. |
| max_per_booking | integer Maximal quantity of tickets with prices of this set per booking |
| min_error_message | string Error message if the min limit is not reached. Placeholders %min%, %max% and %current% are available. |
| min_per_booking | integer Minimal quantity of tickets with prices of this set per booking |
{- "host": "string",
- "max_error_message": "string",
- "min_error_message": "string",
- "max_per_booking": 0,
- "min_per_booking": 0
}| host required | string Public identifier (pid) of host |
| max_error_message | string Error message if the max limit is exceeded. Placeholders %min%, %max% and %current% are available. |
| max_per_booking | integer Maximal quantity of tickets with prices of this set per booking |
| min_error_message | string Error message if the min limit is not reached. Placeholders %min%, %max% and %current% are available. |
| min_per_booking | integer Minimal quantity of tickets with prices of this set per booking |
{- "host": "string",
- "max_error_message": "string",
- "min_error_message": "string",
- "max_per_booking": 0,
- "min_per_booking": 0
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}A PriceCategory defines the category of a Price. It connects Prices to Sectors of a Venue, as it defines what is bookable where. Example: Sector «Balcony» is assigned to price category 1, which again is assigned to a price for adults and children. Sector «Ground floor» is assigned to price category 2, for which again multiple prices are available. PriceCategories are defined globally and cannot be changed by Hosts.
A PriceSet defines a limitation of how often a collection of multiple Prices can be booked. Example: A theatre has a cooperation with a newspaper. The newspaper sells discounted tickets for multiple plays at different price levels. This cooperation is limited to 500 tickets per season, which can be defined as a PriceSet.
A Project is the general container of where work can be assigned in the staff module. It often corresponds to a single Event.
{- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "notes": "string",
- "person": {
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "translations": { },
- "pid": null,
- "salutation": null,
- "title": null,
- "firstname": null,
- "lastname": null,
- "company": null,
- "department": null,
- "position": null,
- "phone": null,
- "phone2": null,
- "phone3": null,
- "email": null,
- "birthday": null,
- "newsletter": null,
- "mailing": null,
- "website": null,
- "locale": null,
- "address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "departments": [
- null
], - "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "notes": "string",
- "person": {
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "translations": { },
- "pid": null,
- "salutation": null,
- "title": null,
- "firstname": null,
- "lastname": null,
- "company": null,
- "department": null,
- "position": null,
- "phone": null,
- "phone2": null,
- "phone3": null,
- "email": null,
- "birthday": null,
- "newsletter": null,
- "mailing": null,
- "website": null,
- "locale": null,
- "address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "departments": [
- null
], - "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}A ProtectionConcept is what you need when the plague (or Covid-19) comes back. It's where is defined what security measures a required for ticket buyers to attend an event.
{- "id": 0,
- "pid": "string",
- "facemask_required": false,
- "health_certificate_mode": "3G",
- "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| facemask_required | boolean Flag whether wearing a facemask is mandatory. |
| health_certificate_mode | string Enum: "3G" "2G" "2GPLUS" "GENERIC" Required health certificate mode. Set to |
{- "event": "string",
- "facemask_required": true,
- "health_certificate_mode": "3G"
}{- "id": 0,
- "pid": "string",
- "facemask_required": false,
- "health_certificate_mode": "3G",
- "batch_id": "string",
- "batch_order": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| access_by | string Value: "host" Who may see this row. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}| access_by | string Value: "host" Who may see this row. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| access_by | string Value: "host" Who may see this row. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}| pid required | string |
| access_by | string Value: "host" Who may see this row. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A SalesPoint is an external place which sells Tickets for a Host. Like a department store or the train station. Before the internet, sales points were very important. Nowadays, it's used less and less.
{- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "pos_only": true,
- "require_customer": false,
- "customer_search_enabled": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| address1 | string Address 1 |
| address2 | string Address 2 |
| care_of | string c/o |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| customer_search_enabled | boolean Flag whether this salespoint has customer search enabled, if the crm module is active. Defaults to false. |
| pos_only | boolean Flag whether this sales point may only sell tickets locally. Defaults to true. |
| require_customer | boolean Flag whether this sales point must collect customer data (name and address). If false, anonymous bookings are allowed. Defaults to false. |
| zip | string ZIP |
{- "group": "string",
- "host": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "customer_search_enabled": true,
- "pos_only": true,
- "require_customer": true
}| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| address1 | string Address 1 |
| address2 | string Address 2 |
| care_of | string c/o |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| customer_search_enabled | boolean Flag whether this salespoint has customer search enabled, if the crm module is active. Defaults to false. |
| pos_only | boolean Flag whether this sales point may only sell tickets locally. Defaults to true. |
| require_customer | boolean Flag whether this sales point must collect customer data (name and address). If false, anonymous bookings are allowed. Defaults to false. |
| zip | string ZIP |
{- "group": "string",
- "host": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "customer_search_enabled": true,
- "pos_only": true,
- "require_customer": true
}{- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "pos_only": true,
- "require_customer": false,
- "customer_search_enabled": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "client": {
- "href": "string"
}, - "group": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| group required | string Public identifier (pid) of a user group |
| host required | string Public identifier (pid) of a host |
| name required | string Name |
| address1 | string Address 1 |
| address2 | string Address 2 |
| care_of | string c/o |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| customer_search_enabled | boolean Flag whether this salespoint has customer search enabled, if the crm module is active. Defaults to false. |
| pos_only | boolean Flag whether this sales point may only sell tickets locally. Defaults to true. |
| require_customer | boolean Flag whether this sales point must collect customer data (name and address). If false, anonymous bookings are allowed. Defaults to false. |
| zip | string ZIP |
{- "group": "string",
- "host": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "customer_search_enabled": true,
- "pos_only": true,
- "require_customer": true
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "legal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "internal_email": "",
- "public_email": "",
- "public_email_sender_name": "string",
- "broadcast_email": "",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_ticket_options_percentage": "0.00",
- "fee_options_percentage": "0.00",
- "important_host_info": "string",
- "enable_waiting_room": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "clients": {
- "href": "string"
}, - "currencies": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A SalesQuota defines how many Tickets are reserved within a SalesQuotaSet for a specific Sector – if there is no SeatingChart.
| quota required | integer Number of tickets available in this quota |
| sales_quota_set required | string Public identifier (pid) of a sales quota set |
| sector required | string Public identifier (pid) of a sector |
{- "quota": 0,
- "sales_quota_set": "string",
- "sector": "string"
}| quota required | integer Number of tickets available in this quota |
| sales_quota_set required | string Public identifier (pid) of a sales quota set |
| sector required | string Public identifier (pid) of a sector |
{- "quota": 0,
- "sales_quota_set": "string",
- "sector": "string"
}| pid required | string |
| quota required | integer Number of tickets available in this quota |
| sales_quota_set required | string Public identifier (pid) of a sales quota set |
| sector required | string Public identifier (pid) of a sector |
{- "quota": 0,
- "sales_quota_set": "string",
- "sector": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}A SalesQuotaEmbedSet combines multiple SalesQuotaSets for simpler usage within embed shop configurations.
| host required | string Public identifier (pid) of host |
| name required | string Name of the sales quota embed set. |
| sales_quota_sets required | string List of public identifiers (pid) of sales quota sets |
| include_public_quota | boolean Flag whether public quota should be available when SalesQuotaEmbedSet is used. |
{- "host": "string",
- "name": "string",
- "include_public_quota": true,
- "sales_quota_sets": "string"
}| host required | string Public identifier (pid) of host |
| name required | string Name of the sales quota embed set. |
| sales_quota_sets required | string List of public identifiers (pid) of sales quota sets |
| include_public_quota | boolean Flag whether public quota should be available when SalesQuotaEmbedSet is used. |
{- "host": "string",
- "name": "string",
- "include_public_quota": true,
- "sales_quota_sets": "string"
}| pid required | string |
| host required | string Public identifier (pid) of host |
| name required | string Name of the sales quota embed set. |
| sales_quota_sets required | string List of public identifiers (pid) of sales quota sets |
| include_public_quota | boolean Flag whether public quota should be available when SalesQuotaEmbedSet is used. |
{- "host": "string",
- "name": "string",
- "include_public_quota": true,
- "sales_quota_sets": "string"
}A SalesQuotaSet defines a contingent of tickets which should not be sold publicly. For seating charts, it's recommended to create them via the GUI.
| chart_channel_id required | string ID of a channel on the seating chart |
| name required | string Name of the sales quota set. |
| show required | string Public identifier (pid) of show |
{- "name": "string",
- "show": "string",
- "chart_channel_id": "string"
}| chart_channel_id required | string ID of a channel on the seating chart |
| name required | string Name of the sales quota set. |
| show required | string Public identifier (pid) of show |
{- "name": "string",
- "show": "string",
- "chart_channel_id": "string"
}| pid required | string |
| chart_channel_id required | string ID of a channel on the seating chart |
| name required | string Name of the sales quota set. |
| show required | string Public identifier (pid) of show |
{- "name": "string",
- "show": "string",
- "chart_channel_id": "string"
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}A Seat is where a ticket buyer places their rear end to watch a Show. Seats are usually managed automatically.
{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| access_by | string Value: "host" Who may see this seat. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}| pid required | string |
| access_by | string Value: "host" Who may see this seat. Set to |
| seat_string_template | string Optional seat string template. |
{- "access_by": "host",
- "seat_string_template": "string"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A SeatingChart contains Rows and Seats, which belong to specific Sectors of a Venue. It is usually managed automatically.
| seat_string_template required | string Optional seat string template. |
| whole_tables | boolean Flag whether only whole tables can be booked in this seating chart |
{- "seat_string_template": "string",
- "whole_tables": true
}{- "translations": { },
- "pid": "string",
- "chart_id": "string",
- "default_event_id": "string",
- "seat_string_template": "string",
- "whole_tables": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "seating_charts": {
- "href": "string"
}
}
}| pid required | string |
| seat_string_template required | string Optional seat string template. |
| whole_tables | boolean Flag whether only whole tables can be booked in this seating chart |
{- "seat_string_template": "string",
- "whole_tables": true
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}| capacity required | integer Capacity |
| name required | string Name |
| price_category required | string Public identifier (pid) of a price category |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this sector. Set to |
| description | string Additional description |
| order | integer Order index in lists (lowest to highest) |
{- "capacity": 0,
- "name": "string",
- "description": "string",
- "price_category": "string",
- "order": 0,
- "venue": "string",
- "access_by": "host"
}| capacity required | integer Capacity |
| name required | string Name |
| price_category required | string Public identifier (pid) of a price category |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this sector. Set to |
| description | string Additional description |
| order | integer Order index in lists (lowest to highest) |
{- "capacity": 0,
- "name": "string",
- "description": "string",
- "price_category": "string",
- "order": 0,
- "venue": "string",
- "access_by": "host"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}| pid required | string |
| capacity required | integer Capacity |
| name required | string Name |
| price_category required | string Public identifier (pid) of a price category |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this sector. Set to |
| description | string Additional description |
| order | integer Order index in lists (lowest to highest) |
{- "capacity": 0,
- "name": "string",
- "description": "string",
- "price_category": "string",
- "order": 0,
- "venue": "string",
- "access_by": "host"
}{- "capacity": 0,
- "translations": { },
- "pid": "string",
- "name": "string",
- "internalname": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string",
- "skidata_last_fetch": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "venues": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "chart_id": "string",
- "default_event_id": "string",
- "seat_string_template": "string",
- "whole_tables": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "seating_charts": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_row_id": "string",
- "chart_row_hash": "string",
- "chart_row_uuid": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "rows": {
- "href": "string"
}, - "seats": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A Show represents a single performance within an Event. A Show is what defines what happens when and where.
{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}| event required | string Public identifier (pid) of an event |
| start required | string <date-time> Start date and time |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this show. Set to |
| allow_sales_while_current | boolean Flag whether sales should remain open during the show. Defaults to false. |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| always_display_start_time | boolean Flag whether start time should be displayed of allow_sales_while_current is true |
| block_seats_of_show | string Public identifier (pid) of a show |
| description | string An public show description. May contain basic HTML. |
| dooropening | string <date-time> Date and time of dooropening |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this show (if enabled on the event). |
| end | string <date-time> End date and time |
| end_checkin | string <date-time> End date and time of checkin |
| end_sales | string <date-time> End daten and time of public sales |
| end_sales_alternative | string Additional information to be displayed when sales have ended for this show (e.q. «Tickets available at entrance») |
| image | string Public identifier (pid) of an image |
| is_cancelled | boolean Flag whether the show has been cancelled. |
| is_online_show | boolean Flag whether the show is an online show. |
| name | string Event name on this show if different from the event |
| operator_group | string Public identifier (pid) of a user group |
| order | integer Order index in lists (lowest to highest) |
| passbook_image | string Public identifier (pid) of an image |
| performer | string Name of performer (artist, band, etc.) on this show if different form the event |
| request_ratings | boolean Flag whether the request rating mails should be sent (if allowed by host and event). Defaults to false. |
| reservation_info | string Information to be displayed on public reservation screens. Overrides value from Event |
| sectors_info | string Information to be displayed on choose-sector screens |
| specific_capacity | integer Specific capacity if different from venue |
| start_public_sales | string <date-time> Start date and time of public sales |
| subtitle | string Subtitle |
| tags | Array of strings List of tags to be connected to entity |
| ticket_description | string Additional description on the ticket on this show if different from the event |
| ticket_image | string Public identifier (pid) of an image |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
{- "event": "string",
- "start": "2019-08-24T14:15:22Z",
- "venue": "string",
- "access_by": "host",
- "allow_sales_while_current": true,
- "allow_single_empty_seats": true,
- "always_display_start_time": true,
- "reservation_info": "string",
- "sectors_info": "string",
- "block_seats_of_show": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "enable_passbook_tickets": true,
- "end": "2019-08-24T14:15:22Z",
- "end_checkin": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "image": "string",
- "is_cancelled": true,
- "is_online_show": true,
- "name": "string",
- "operator_group": "string",
- "order": 0,
- "passbook_image": "string",
- "performer": "string",
- "request_ratings": true,
- "specific_capacity": 0,
- "start_public_sales": "2019-08-24T14:15:22Z",
- "ticket_description": "string",
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "subtitle": "string",
- "description": "string",
- "tags": [
- "string"
]
}| event required | string Public identifier (pid) of an event |
| start required | string <date-time> Start date and time |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this show. Set to |
| allow_sales_while_current | boolean Flag whether sales should remain open during the show. Defaults to false. |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| always_display_start_time | boolean Flag whether start time should be displayed of allow_sales_while_current is true |
| block_seats_of_show | string Public identifier (pid) of a show |
| description | string An public show description. May contain basic HTML. |
| dooropening | string <date-time> Date and time of dooropening |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this show (if enabled on the event). |
| end | string <date-time> End date and time |
| end_checkin | string <date-time> End date and time of checkin |
| end_sales | string <date-time> End daten and time of public sales |
| end_sales_alternative | string Additional information to be displayed when sales have ended for this show (e.q. «Tickets available at entrance») |
| image | string Public identifier (pid) of an image |
| is_cancelled | boolean Flag whether the show has been cancelled. |
| is_online_show | boolean Flag whether the show is an online show. |
| name | string Event name on this show if different from the event |
| operator_group | string Public identifier (pid) of a user group |
| order | integer Order index in lists (lowest to highest) |
| passbook_image | string Public identifier (pid) of an image |
| performer | string Name of performer (artist, band, etc.) on this show if different form the event |
| request_ratings | boolean Flag whether the request rating mails should be sent (if allowed by host and event). Defaults to false. |
| reservation_info | string Information to be displayed on public reservation screens. Overrides value from Event |
| sectors_info | string Information to be displayed on choose-sector screens |
| specific_capacity | integer Specific capacity if different from venue |
| start_public_sales | string <date-time> Start date and time of public sales |
| subtitle | string Subtitle |
| tags | Array of strings List of tags to be connected to entity |
| ticket_description | string Additional description on the ticket on this show if different from the event |
| ticket_image | string Public identifier (pid) of an image |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
{- "event": "string",
- "start": "2019-08-24T14:15:22Z",
- "venue": "string",
- "access_by": "host",
- "allow_sales_while_current": true,
- "allow_single_empty_seats": true,
- "always_display_start_time": true,
- "reservation_info": "string",
- "sectors_info": "string",
- "block_seats_of_show": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "enable_passbook_tickets": true,
- "end": "2019-08-24T14:15:22Z",
- "end_checkin": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "image": "string",
- "is_cancelled": true,
- "is_online_show": true,
- "name": "string",
- "operator_group": "string",
- "order": 0,
- "passbook_image": "string",
- "performer": "string",
- "request_ratings": true,
- "specific_capacity": 0,
- "start_public_sales": "2019-08-24T14:15:22Z",
- "ticket_description": "string",
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "subtitle": "string",
- "description": "string",
- "tags": [
- "string"
]
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| start required | string <date-time> Start date and time |
| venue required | string Public identifier (pid) of a venue |
| access_by | string Value: "host" Who may see this show. Set to |
| allow_sales_while_current | boolean Flag whether sales should remain open during the show. Defaults to false. |
| allow_single_empty_seats | boolean Flag whether the customer is allowed to leave single empty seats in Embed Shop. Defaults to true |
| always_display_start_time | boolean Flag whether start time should be displayed of allow_sales_while_current is true |
| block_seats_of_show | string Public identifier (pid) of a show |
| description | string An public show description. May contain basic HTML. |
| dooropening | string <date-time> Date and time of dooropening |
| enable_passbook_tickets | boolean Flag whether wallet tickets are enabled on this show (if enabled on the event). |
| end | string <date-time> End date and time |
| end_checkin | string <date-time> End date and time of checkin |
| end_sales | string <date-time> End daten and time of public sales |
| end_sales_alternative | string Additional information to be displayed when sales have ended for this show (e.q. «Tickets available at entrance») |
| image | string Public identifier (pid) of an image |
| is_cancelled | boolean Flag whether the show has been cancelled. |
| is_online_show | boolean Flag whether the show is an online show. |
| name | string Event name on this show if different from the event |
| operator_group | string Public identifier (pid) of a user group |
| order | integer Order index in lists (lowest to highest) |
| passbook_image | string Public identifier (pid) of an image |
| performer | string Name of performer (artist, band, etc.) on this show if different form the event |
| request_ratings | boolean Flag whether the request rating mails should be sent (if allowed by host and event). Defaults to false. |
| reservation_info | string Information to be displayed on public reservation screens. Overrides value from Event |
| sectors_info | string Information to be displayed on choose-sector screens |
| specific_capacity | integer Specific capacity if different from venue |
| start_public_sales | string <date-time> Start date and time of public sales |
| subtitle | string Subtitle |
| tags | Array of strings List of tags to be connected to entity |
| ticket_description | string Additional description on the ticket on this show if different from the event |
| ticket_image | string Public identifier (pid) of an image |
| tickets_per_booking | integer Maximum allowed number of tickets per booking. |
{- "event": "string",
- "start": "2019-08-24T14:15:22Z",
- "venue": "string",
- "access_by": "host",
- "allow_sales_while_current": true,
- "allow_single_empty_seats": true,
- "always_display_start_time": true,
- "reservation_info": "string",
- "sectors_info": "string",
- "block_seats_of_show": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "enable_passbook_tickets": true,
- "end": "2019-08-24T14:15:22Z",
- "end_checkin": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "image": "string",
- "is_cancelled": true,
- "is_online_show": true,
- "name": "string",
- "operator_group": "string",
- "order": 0,
- "passbook_image": "string",
- "performer": "string",
- "request_ratings": true,
- "specific_capacity": 0,
- "start_public_sales": "2019-08-24T14:15:22Z",
- "ticket_description": "string",
- "ticket_image": "string",
- "tickets_per_booking": 0,
- "subtitle": "string",
- "description": "string",
- "tags": [
- "string"
]
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}{- "capacity": 0,
- "translations": { },
- "pid": "string",
- "name": "string",
- "internalname": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string",
- "skidata_last_fetch": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "venues": {
- "href": "string"
}
}
}{- "pid": "string",
- "description": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "description": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "description": "string",
- "order": 0,
- "limitation": 0,
- "margin": 0,
- "items_per_booking": 1,
- "requires_code": false,
- "option_variables": [
- {
- "translations": { },
- "pid": "string",
- "name": "string",
- "option_variable_values": [
- {
- "denormalized_option_variable_pid": "string",
- "denormalized_option_variable_name": "string",
- "translations": { },
- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}, - "option_variable": {
- "href": "string"
}
}
}
], - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}, - "option_variable_values": {
- "href": "string"
}
}
}
], - "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "option_variables": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": null,
- "name": "string",
- "show_with_prepared_ticket_codes": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "code_format": "string",
- "value_absolute": "string",
- "value_percent": 1,
- "value_max": "string",
- "value_one_ticket": true,
- "apply_to_tickets_only": false,
- "allow_redemptions": 1,
- "maximal_ticket_value": "string",
- "minimal_booking_value": "string",
- "max_coupons_per_booking": 0,
- "expiration": "2019-08-24T14:15:22Z",
- "available_in_shop": false,
- "paid": false,
- "for_individual_values": false,
- "order": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "coupon_groups": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "coupons": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "searchable": false,
- "required": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "editable_by_buyer": true,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "name": "string",
- "iterator": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "event": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "code": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "personal": true,
- "single_use": true,
- "tickets_max_per_show": 0,
- "tickets_max_per_event": 0,
- "tickets_max_total": 0,
- "tickets_max_per_booking": 0,
- "max_different_shows": 0,
- "rsvp": true,
- "declined_at": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "invitee_person": {
- "href": "string"
}, - "invitor_person": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "invitationquotas": {
- "href": "string"
}
}
}A Slot represents a specific time period for which a specific Job needs to done by a certain number of people. In the staff module, that is.
{- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": null
}, - "bookings": {
- "href": null
}, - "currency": {
- "href": null
}, - "events": {
- "href": null
}, - "coupon_groups": {
- "href": null
}, - "host": {
- "href": null
}, - "image": {
- "href": null
}, - "prices": {
- "href": null
}, - "options": {
- "href": null
}, - "ticket_image": {
- "href": null
}, - "ticket_option_groups": {
- "href": null
}, - "annotations": {
- "href": null
}, - "invitations": {
- "href": null
}, - "self": {
- "href": null
}, - "shows": {
- "href": null
}, - "protection_concept": {
- "href": null
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "persons": {
- "href": null
}, - "person_relation_options": {
- "href": null
}, - "person_group_field_definitions": {
- "href": null
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": null,
- "name": null,
- "performer": null,
- "ticketdescription": null,
- "description": null,
- "delivery_info": null,
- "confirmation_extras_template": null,
- "will_call_label": null,
- "pay_before_dispatch": null,
- "immediate_payment_only": null,
- "send_reminders": null,
- "delete_unpaid_bookings_mode": null,
- "allow_digital_dispatch": null,
- "allow_deliveries": null,
- "allow_will_call": null,
- "issue_tickets": null,
- "issue_tickets_mode": null,
- "enable_passbook_tickets": null,
- "require_customer_company": null,
- "require_customer_address": null,
- "require_customer_phone": null,
- "prompt_customer_position": null,
- "prompt_customer_department": null,
- "prompt_customer_title": null,
- "prompt_customer_birthday": null,
- "allow_customer_notes": null,
- "allow_invoice_address": null,
- "allow_single_empty_seats": null,
- "is_hidden": null,
- "excluded_from_revenue_stats": null,
- "excluded_from_arcavis": null,
- "tickets_per_booking": null,
- "tickets_in_listings": null,
- "refine_info": null,
- "reservation_info": null,
- "sectors_info": null,
- "sales_point_info": null,
- "support_info": null,
- "payout_interval": null,
- "payout_interval_specification": null,
- "is_cancelled": null,
- "will_be_postponed": null,
- "cancellation_info": null,
- "invoice_address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "url_expiration": null,
- "notify_on_new_booking": null,
- "notification_email": null,
- "fee_percentage": null,
- "fee_minimal_commission": null,
- "fee_free_ticket_commission": null,
- "fee_included_free_tickets_percentage": null,
- "fee_payment_base_commission": null,
- "fee_payment_percentage": null,
- "_links": { }
}, - "person_group": {
- "translations": { },
- "pid": null,
- "name": null,
- "has_badge": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "is_archived": null,
- "_links": { }
}, - "departments": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": null
}, - "bookings": {
- "href": null
}, - "currency": {
- "href": null
}, - "events": {
- "href": null
}, - "coupon_groups": {
- "href": null
}, - "host": {
- "href": null
}, - "image": {
- "href": null
}, - "prices": {
- "href": null
}, - "options": {
- "href": null
}, - "ticket_image": {
- "href": null
}, - "ticket_option_groups": {
- "href": null
}, - "annotations": {
- "href": null
}, - "invitations": {
- "href": null
}, - "self": {
- "href": null
}, - "shows": {
- "href": null
}, - "protection_concept": {
- "href": null
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "persons": {
- "href": null
}, - "person_relation_options": {
- "href": null
}, - "person_group_field_definitions": {
- "href": null
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": null,
- "name": null,
- "performer": null,
- "ticketdescription": null,
- "description": null,
- "delivery_info": null,
- "confirmation_extras_template": null,
- "will_call_label": null,
- "pay_before_dispatch": null,
- "immediate_payment_only": null,
- "send_reminders": null,
- "delete_unpaid_bookings_mode": null,
- "allow_digital_dispatch": null,
- "allow_deliveries": null,
- "allow_will_call": null,
- "issue_tickets": null,
- "issue_tickets_mode": null,
- "enable_passbook_tickets": null,
- "require_customer_company": null,
- "require_customer_address": null,
- "require_customer_phone": null,
- "prompt_customer_position": null,
- "prompt_customer_department": null,
- "prompt_customer_title": null,
- "prompt_customer_birthday": null,
- "allow_customer_notes": null,
- "allow_invoice_address": null,
- "allow_single_empty_seats": null,
- "is_hidden": null,
- "excluded_from_revenue_stats": null,
- "excluded_from_arcavis": null,
- "tickets_per_booking": null,
- "tickets_in_listings": null,
- "refine_info": null,
- "reservation_info": null,
- "sectors_info": null,
- "sales_point_info": null,
- "support_info": null,
- "payout_interval": null,
- "payout_interval_specification": null,
- "is_cancelled": null,
- "will_be_postponed": null,
- "cancellation_info": null,
- "invoice_address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "url_expiration": null,
- "notify_on_new_booking": null,
- "notification_email": null,
- "fee_percentage": null,
- "fee_minimal_commission": null,
- "fee_free_ticket_commission": null,
- "fee_included_free_tickets_percentage": null,
- "fee_payment_base_commission": null,
- "fee_payment_percentage": null,
- "_links": { }
}, - "person_group": {
- "translations": { },
- "pid": null,
- "name": null,
- "has_badge": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "is_archived": null,
- "_links": { }
}, - "departments": [
- null
], - "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}A StaffMember is a Person who happens to have been assigned to a Slot in the staff module.
{- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": null,
- "project": null,
- "notes": null,
- "person": null,
- "departments": [ ],
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "notes": "string",
- "person": {
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "translations": { },
- "pid": null,
- "salutation": null,
- "title": null,
- "firstname": null,
- "lastname": null,
- "company": null,
- "department": null,
- "position": null,
- "phone": null,
- "phone2": null,
- "phone3": null,
- "email": null,
- "birthday": null,
- "newsletter": null,
- "mailing": null,
- "website": null,
- "locale": null,
- "address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "departments": [
- null
], - "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": null,
- "department": null,
- "head": null,
- "deputy_head": null,
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": null,
- "project": null,
- "notes": null,
- "person": null,
- "departments": [ ],
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": null,
- "number_of_people": null,
- "job": null,
- "date": null,
- "time_start": null,
- "time_end": null,
- "time_meeting": null,
- "head": null,
- "deputy_head": null,
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "addresses": {
- "href": null
}, - "person": {
- "href": null
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": { },
- "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": null,
- "name": null,
- "event": null,
- "person_group": null,
- "departments": [ ],
- "staff_members": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}, - "notes": "string",
- "person": {
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "translations": { },
- "pid": null,
- "salutation": null,
- "title": null,
- "firstname": null,
- "lastname": null,
- "company": null,
- "department": null,
- "position": null,
- "phone": null,
- "phone2": null,
- "phone3": null,
- "email": null,
- "birthday": null,
- "newsletter": null,
- "mailing": null,
- "website": null,
- "locale": null,
- "address": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "departments": [
- null
], - "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- {
- "pid": "string",
- "number_of_people": 0,
- "job": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": { },
- "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": null,
- "address1": null,
- "address2": null,
- "zip": null,
- "city": null,
- "state": null,
- "country": null,
- "created": null,
- "updated": null,
- "deleted": null,
- "_links": { }
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "persons": { },
- "user": { },
- "address": { },
- "person_relations": { },
- "person_groups": { },
- "person_group_field_values": { },
- "invitations": { },
- "bookings": { }
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- { }
], - "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": { },
- "addresses": { },
- "person": { }
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": null
}, - "persons": {
- "href": null
}, - "user": {
- "href": null
}, - "address": {
- "href": null
}, - "person_relations": {
- "href": null
}, - "person_groups": {
- "href": null
}, - "person_group_field_values": {
- "href": null
}, - "invitations": {
- "href": null
}, - "bookings": {
- "href": null
}
}
}, - "departments": [
- { }
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "head": null,
- "deputy_head": null,
- "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "date": "2019-08-24T14:15:22Z",
- "time_start": "2019-08-24T14:15:22Z",
- "time_end": "2019-08-24T14:15:22Z",
- "time_meeting": "2019-08-24T14:15:22Z",
- "head": null,
- "deputy_head": null,
- "staff_members": [
- {
- "pid": "string",
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "person_relation_options": {
- "href": "string"
}, - "person_group_field_definitions": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": { },
- "jobs": [
- {
- "id": null,
- "pid": null,
- "name": null,
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": null,
- "department": null,
- "head": null,
- "deputy_head": null,
- "slots": [ ],
- "batch_id": null,
- "batch_order": null,
- "deleted_at": null,
- "created_at": null,
- "updated_at": null
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "departments": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "head": null,
- "deputy_head": null,
- "project": {
- "pid": "string",
- "name": "string",
- "event": {
- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": { },
- "bookings": { },
- "currency": { },
- "events": { },
- "coupon_groups": { },
- "host": { },
- "image": { },
- "prices": { },
- "options": { },
- "ticket_image": { },
- "ticket_option_groups": { },
- "annotations": { },
- "invitations": { },
- "self": { },
- "shows": { },
- "protection_concept": { }
}
}, - "person_group": {
- "translations": { },
- "pid": "string",
- "name": "",
- "has_badge": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "is_archived": true,
- "_links": {
- "self": { },
- "person_groups": { },
- "persons": { },
- "person_relation_options": { },
- "person_group_field_definitions": { }
}
}, - "departments": [
- { }
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "jobs": [
- {
- "id": 0,
- "pid": "string",
- "name": "string",
- "description": null,
- "meeting_point": null,
- "location": null,
- "equipment": null,
- "additional_information": "string",
- "department": { },
- "head": null,
- "deputy_head": null,
- "slots": [
- null
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "staff_members": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "slots": [
- { }
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "batch_id": "string",
- "batch_order": 0,
- "deleted_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}That's what it's all about. A Ticket is defined by Price, Show, and Sector or Seat. This reserves one spot in a Show. A Ticket is often represented as a QR code in a PDF or some other ticket format.
{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}{- "_links": {
- "access_checks": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "sector": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "seat": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}
}, - "discr": "ticket"
}| pid required | string |
| booking required | string Public identifier (pid) of a booking |
| show required | string Public identifier (pid) of a show |
| code | string Code to be used as ticket qr code |
| confirmation | boolean Set true to confirm a ticket. A ticket must have an already confirmed booking to be confirmed. |
| package | string Public identifier (pid) of a package |
| price | string Public identifier (pid) of a price |
| sales_quota | string Public identifier (pid) of a salesquota |
| sales_quota_set | string Public identifier (pid) of a salesquota set |
| seat | string Public identifier (pid) of a seat |
| sector | string Public identifier (pid) of a sector |
| ticket_options | Array of strings A list of public identifiers (pids) of ticket options |
{- "booking": "string",
- "show": "string",
- "code": "string",
- "confirmation": true,
- "package": "string",
- "price": "string",
- "sales_quota_set": "string",
- "sales_quota": "string",
- "seat": "string",
- "sector": "string",
- "ticket_options": [
- "string"
]
}{- "pid_readable": "string",
- "confirmation": true,
- "delivery_method": "string",
- "tickets_breakdown": { },
- "pay_before_dispatch": true,
- "is_dispatchable": true,
- "urls": [ ],
- "invoice_urls": { },
- "denormalized_customer_pid": "string",
- "denormalized_customer_fullname": "string",
- "denormalized_customer_name_and_city": "string",
- "denormalized_customer_country": "string",
- "pid": 0,
- "destination_country": "string",
- "affiliate_id": "string",
- "origin": "string",
- "user_agent": "string",
- "remote_address": "string",
- "from_embed": true,
- "source": "string",
- "embed_session_id": "string",
- "tos": true,
- "digital_dispatch": true,
- "delivery": true,
- "will_call": true,
- "pos": true,
- "invoice_dispatch": "digital",
- "deleted_by_customer": true,
- "internal_notes": "string",
- "external_notes": "string",
- "invoice_address": "string",
- "checkbox_values": [
- { }
], - "payment_status_code": 0,
- "first_full_payment": "2019-08-24T14:15:22Z",
- "due_date": "2019-08-24T14:15:22Z",
- "send_reminders": true,
- "delete_if_unpaid": true,
- "reminded_that_unpaid_at": "2019-08-24T14:15:22Z",
- "next_reminder": "2019-08-24T14:15:22Z",
- "refund_bank_account": "string",
- "refund_bank_account_owner": "string",
- "refund_bank_account_city": "string",
- "approved": "2019-08-24T14:15:22Z",
- "rejected": "2019-08-24T14:15:22Z",
- "approval_requested": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": null,
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "annotation_values": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "customer": {
- "href": "string"
}, - "deliveries": {
- "href": "string"
}, - "option_items": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "payments": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "label": "string",
- "chart_seat_id": "string",
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "seat_string_template": "string",
- "capacity_count": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "seats": {
- "href": "string"
}, - "row": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "receiver_email": "string",
- "from_email": "string",
- "from_name": "string",
- "reply_to_email": "string",
- "reply_to_name": "string",
- "subject": "string",
- "text": "string",
- "text_moved_to_storage": false,
- "html": "string",
- "html_moved_to_storage": false,
- "attachments": [ ],
- "sent": "2019-08-24T14:15:22Z",
- "failed": "2019-08-24T14:15:22Z",
- "failed_type": "string",
- "opened": "2019-08-24T14:15:22Z",
- "bounced": "2019-08-24T14:15:22Z",
- "bounced_type": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "emails": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "invitation": {
- "href": "string"
}
}
}{- "pid": "string",
- "direction": "string",
- "origin": "string",
- "device_identifier": "string",
- "checked": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "_links": {
- "access_checks": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A TicketOption is a single selectable element within a TicketOptionGroup. For example the «vegetarian meal» to be assigned to a single Ticket.
{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| description required | string Option description |
| ticket_option_group required | string Public identifier (pid) of a ticket option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| available_until_minutes_before_show_start | integer Until how many minutes before show start the ticket option is available to select |
| displayed_on_ticket | boolean Flag whether the ticket option should be displayed on tickets. Defaults to true. |
| image | string Public identifier (pid) of an image |
| name | string Option name |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| prices | Array of strings A list of public identifiers (pid) of prices |
| ticket_info | string Additional information to be shown on tickets |
| vat | string Public identifier (pid) of a vat |
{- "name": "string",
- "ticket_option_group": "string",
- "access_by": "host",
- "available_until_minutes_before_show_start": 0,
- "description": "string",
- "price": null,
- "image": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "displayed_on_ticket": true,
- "order": 0,
- "prices": [
- "string"
], - "ticket_info": "string",
- "vat": "string"
}| description required | string Option description |
| ticket_option_group required | string Public identifier (pid) of a ticket option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| available_until_minutes_before_show_start | integer Until how many minutes before show start the ticket option is available to select |
| displayed_on_ticket | boolean Flag whether the ticket option should be displayed on tickets. Defaults to true. |
| image | string Public identifier (pid) of an image |
| name | string Option name |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| prices | Array of strings A list of public identifiers (pid) of prices |
| ticket_info | string Additional information to be shown on tickets |
| vat | string Public identifier (pid) of a vat |
{- "name": "string",
- "ticket_option_group": "string",
- "access_by": "host",
- "available_until_minutes_before_show_start": 0,
- "description": "string",
- "price": null,
- "image": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "displayed_on_ticket": true,
- "order": 0,
- "prices": [
- "string"
], - "ticket_info": "string",
- "vat": "string"
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}| pid required | string |
| description required | string Option description |
| ticket_option_group required | string Public identifier (pid) of a ticket option group |
| access_by | string Value: "host" Who may see this ticket option. Set to |
| available_until_minutes_before_show_start | integer Until how many minutes before show start the ticket option is available to select |
| displayed_on_ticket | boolean Flag whether the ticket option should be displayed on tickets. Defaults to true. |
| image | string Public identifier (pid) of an image |
| name | string Option name |
| notification_email | string Email address to receive notifications about new bookings, if activated |
| notify_on_new_booking | boolean Flag whether the host shall be notified on new bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| price | any Price |
| prices | Array of strings A list of public identifiers (pid) of prices |
| ticket_info | string Additional information to be shown on tickets |
| vat | string Public identifier (pid) of a vat |
{- "name": "string",
- "ticket_option_group": "string",
- "access_by": "host",
- "available_until_minutes_before_show_start": 0,
- "description": "string",
- "price": null,
- "image": "string",
- "notification_email": "string",
- "notify_on_new_booking": true,
- "displayed_on_ticket": true,
- "order": 0,
- "prices": [
- "string"
], - "ticket_info": "string",
- "vat": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "searchable": false,
- "required": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "editable_by_buyer": true,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "id": 0,
- "pid": "string",
- "min": 1,
- "max": 1,
- "error_message_min": "string",
- "error_message_max": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "batch_id": "string",
- "batch_order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}{- "pid": "string",
- "description": "string",
- "limitation": 0,
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "error_message": "string",
- "editable_by_host": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "pid": "string",
- "value": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "_links": {
- "annotation_values": {
- "href": "string"
}, - "annotation": {
- "href": "string"
}, - "booking": {
- "href": "string"
}, - "ticket": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}A TicketOptionExclusion defines two TicketOptions which must not be combined within a single Ticket. This can be used if for example you can select workshops within multiple TicketOptionGroups, but some of them overlap in time.
{- "pid": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "object": {
- "href": "string"
}, - "subject": {
- "href": "string"
}
}
}| object required | string Public identifier (pid) of TicketOption |
| subject required | string Public identifier (pid) of TicketOption |
| price | string Public identifier (pid) of Price |
{- "object": "string",
- "subject": "string",
- "price": "string"
}| object required | string Public identifier (pid) of TicketOption |
| subject required | string Public identifier (pid) of TicketOption |
| price | string Public identifier (pid) of Price |
{- "object": "string",
- "subject": "string",
- "price": "string"
}{- "pid": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "object": {
- "href": "string"
}, - "subject": {
- "href": "string"
}
}
}| pid required | string |
| object required | string Public identifier (pid) of TicketOption |
| subject required | string Public identifier (pid) of TicketOption |
| price | string Public identifier (pid) of Price |
{- "object": "string",
- "subject": "string",
- "price": "string"
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}A TicketOptionGroup defines a set of options for the ticket buyer to choose from. For example, the TicketOptionGroup might be named «Choose your meal» and would contain the TicketOptions «meat» and «vegetarian».
{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "searchable": false,
- "required": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "editable_by_buyer": true,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}| event required | string Public identifier (pid) of an event |
| name required | string Name |
| depends_on | string Public identifier (pid) of a ticket option |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| searchable | boolean Flag whether the options within this ticket option group should be displayed in a searchable way |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "depends_on": "string",
- "description": "string",
- "editable_by_buyer": true,
- "event": "string",
- "order": 0,
- "placeholder": "string",
- "required": true,
- "searchable": true,
- "show": "string"
}| event required | string Public identifier (pid) of an event |
| name required | string Name |
| depends_on | string Public identifier (pid) of a ticket option |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| searchable | boolean Flag whether the options within this ticket option group should be displayed in a searchable way |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "depends_on": "string",
- "description": "string",
- "editable_by_buyer": true,
- "event": "string",
- "order": 0,
- "placeholder": "string",
- "required": true,
- "searchable": true,
- "show": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "placeholder": "string",
- "order": 0,
- "searchable": false,
- "required": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "editable_by_buyer": true,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}| pid required | string |
| event required | string Public identifier (pid) of an event |
| name required | string Name |
| depends_on | string Public identifier (pid) of a ticket option |
| description | string Additional description |
| editable_by_buyer | boolean Flag whether buyers are allow to edit the selected ticket option on existing bookings. Defaults to false. |
| order | integer Order index in lists (lowest to highest) |
| placeholder | string Dropdown placeholder text |
| required | boolean Flag whether an option must be selected within ticket option group |
| searchable | boolean Flag whether the options within this ticket option group should be displayed in a searchable way |
| show | string Public identifier (pid) of a show |
{- "name": "string",
- "depends_on": "string",
- "description": "string",
- "editable_by_buyer": true,
- "event": "string",
- "order": 0,
- "placeholder": "string",
- "required": true,
- "searchable": true,
- "show": "string"
}{- "timespan": { },
- "translations": { },
- "pid": "string",
- "name": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "delivery_info": "string",
- "confirmation_extras_template": "string",
- "will_call_label": "string",
- "pay_before_dispatch": false,
- "immediate_payment_only": false,
- "send_reminders": true,
- "delete_unpaid_bookings_mode": "never",
- "allow_digital_dispatch": true,
- "allow_deliveries": false,
- "allow_will_call": false,
- "issue_tickets": true,
- "issue_tickets_mode": "normal",
- "enable_passbook_tickets": true,
- "require_customer_company": false,
- "require_customer_address": true,
- "require_customer_phone": false,
- "prompt_customer_position": false,
- "prompt_customer_department": false,
- "prompt_customer_title": false,
- "prompt_customer_birthday": false,
- "allow_customer_notes": false,
- "allow_invoice_address": false,
- "allow_single_empty_seats": true,
- "is_hidden": false,
- "excluded_from_revenue_stats": false,
- "excluded_from_arcavis": false,
- "tickets_per_booking": 1,
- "tickets_in_listings": 1,
- "refine_info": "string",
- "reservation_info": "string",
- "sectors_info": "string",
- "sales_point_info": "string",
- "support_info": "string",
- "payout_interval": "string",
- "payout_interval_specification": "string",
- "is_cancelled": true,
- "will_be_postponed": true,
- "cancellation_info": "string",
- "invoice_address": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "delivery_rates": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "currency": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "host": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "protection_concept": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}A TicketOptionLimitation defines how often a TicketOption (or the sum of multiple TicketOptions) may be booked. This is used to limit the number of TicketOptions if less of them are available than there are tickets.
{- "pid": "string",
- "description": "string",
- "limitation": 0,
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "error_message": "string",
- "editable_by_host": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}| limitation required | integer Max number of tickets which may be booked with this ticket option |
| scope required | string Enum: "show" "event" Scope this limitation applies to |
| ticket_options required | Array of strings A list of public identifiers (pid) of a ticket options |
| description | string Description of this limitation |
| editable_by_host | boolean Flag whether this limitation should be editable in GUI. |
| error_message | string Error message to be display if the limitation is reached |
| margin | integer Flexibility on limitation if booked within the same booking |
| max_different_bookings | integer Max number of different bookings which may contain this ticket option |
| show | string Public identifier (pid) of a show |
{- "limitation": 0,
- "ticket_options": [
- "string"
], - "description": "string",
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "show": "string",
- "error_message": "string",
- "editable_by_host": true
}| limitation required | integer Max number of tickets which may be booked with this ticket option |
| scope required | string Enum: "show" "event" Scope this limitation applies to |
| ticket_options required | Array of strings A list of public identifiers (pid) of a ticket options |
| description | string Description of this limitation |
| editable_by_host | boolean Flag whether this limitation should be editable in GUI. |
| error_message | string Error message to be display if the limitation is reached |
| margin | integer Flexibility on limitation if booked within the same booking |
| max_different_bookings | integer Max number of different bookings which may contain this ticket option |
| show | string Public identifier (pid) of a show |
{- "limitation": 0,
- "ticket_options": [
- "string"
], - "description": "string",
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "show": "string",
- "error_message": "string",
- "editable_by_host": true
}{- "pid": "string",
- "description": "string",
- "limitation": 0,
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "error_message": "string",
- "editable_by_host": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}| pid required | string |
| limitation required | integer Max number of tickets which may be booked with this ticket option |
| scope required | string Enum: "show" "event" Scope this limitation applies to |
| ticket_options required | Array of strings A list of public identifiers (pid) of a ticket options |
| description | string Description of this limitation |
| editable_by_host | boolean Flag whether this limitation should be editable in GUI. |
| error_message | string Error message to be display if the limitation is reached |
| margin | integer Flexibility on limitation if booked within the same booking |
| max_different_bookings | integer Max number of different bookings which may contain this ticket option |
| show | string Public identifier (pid) of a show |
{- "limitation": 0,
- "ticket_options": [
- "string"
], - "description": "string",
- "max_different_bookings": 0,
- "margin": 0,
- "scope": "show",
- "show": "string",
- "error_message": "string",
- "editable_by_host": true
}A TicketOptionSet allows to specify the minimum/maximum number of specific TicketOptions that must be booked along with a Ticket of a specific Price.
{- "id": 0,
- "pid": "string",
- "min": 1,
- "max": 1,
- "error_message_min": "string",
- "error_message_max": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "batch_id": "string",
- "batch_order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}| ticket_options required | string List of public identifiers (pid) of ticket options |
| error_message_max | string Error message for breach of max restriction |
| error_message_min | string Error message for breach of min restriction |
| max | integer Maximum quantity of ticket options |
| min | integer Minimal quantity of ticket options |
| price | string Public identifier (pid) of a price |
{- "error_message_max": "string",
- "error_message_min": "string",
- "max": 0,
- "min": 0,
- "price": "string",
- "ticket_options": "string"
}| ticket_options required | string List of public identifiers (pid) of ticket options |
| error_message_max | string Error message for breach of max restriction |
| error_message_min | string Error message for breach of min restriction |
| max | integer Maximum quantity of ticket options |
| min | integer Minimal quantity of ticket options |
| price | string Public identifier (pid) of a price |
{- "error_message_max": "string",
- "error_message_min": "string",
- "max": 0,
- "min": 0,
- "price": "string",
- "ticket_options": "string"
}{- "id": 0,
- "pid": "string",
- "min": 1,
- "max": 1,
- "error_message_min": "string",
- "error_message_max": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "batch_id": "string",
- "batch_order": 0,
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "price": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}
}
}| pid required | string |
| ticket_options required | string List of public identifiers (pid) of ticket options |
| error_message_max | string Error message for breach of max restriction |
| error_message_min | string Error message for breach of min restriction |
| max | integer Maximum quantity of ticket options |
| min | integer Minimal quantity of ticket options |
| price | string Public identifier (pid) of a price |
{- "error_message_max": "string",
- "error_message_min": "string",
- "max": 0,
- "min": 0,
- "price": "string",
- "ticket_options": "string"
}{- "_links": {
- "currency": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "show": {
- "href": "string"
}, - "package_price": {
- "href": "string"
}, - "price_category": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "ticket_option_exclusions": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "annotations": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "invitation_quotas": {
- "href": "string"
}, - "vat": {
- "href": "string"
}
}, - "discr": "price"
}{- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}A TicketOptionTimeLimitation allows to specify until when a TicketOption is bookable on a specific Show. Example: A theatre is selling meals as a TicketOption. On weekends, the meal must be booked until 9am. On other days, it may be booked until 16pm. With TicketOptionTimeLimitations this can be specified with using the same TicketOption for all Shows.
{- "pid": "string",
- "ticket_option": {
- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}, - "show": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "end_of_availability": "2019-08-24T14:15:22Z"
}| end_of_availability required | string <date-time> Date and time from when ticket option will not be available anymore |
| show required | string Public identifier (pid) of a show |
| ticket_option required | string Public identifier (pid) of a ticket option |
{- "end_of_availability": "2019-08-24T14:15:22Z",
- "show": "string",
- "ticket_option": "string"
}| end_of_availability required | string <date-time> Date and time from when ticket option will not be available anymore |
| show required | string Public identifier (pid) of a show |
| ticket_option required | string Public identifier (pid) of a ticket option |
{- "end_of_availability": "2019-08-24T14:15:22Z",
- "show": "string",
- "ticket_option": "string"
}{- "pid": "string",
- "ticket_option": {
- "ticket_option_group_pid": "string",
- "ticket_option_group_name": "string",
- "translations": { },
- "price_excluding_vat": 0,
- "price_including_vat": 0,
- "vat_amount": 0,
- "vat_rate": 0,
- "pid": "string",
- "name": "string",
- "ticket_info": "string",
- "description": "string",
- "all_or_nothing": false,
- "displayed_on_ticket": true,
- "order": 0,
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "available_until_minutes_before_show_start": 0,
- "custom_fee_percentage": "string",
- "price": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "_links": {
- "self": {
- "href": "string"
}, - "ticket_options": {
- "href": "string"
}, - "ticket_option_group": {
- "href": "string"
}, - "ticket_option_sets": {
- "href": "string"
}, - "ticket_option_limitations": {
- "href": "string"
}, - "prices": {
- "href": "string"
}
}
}, - "show": {
- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}, - "end_of_availability": "2019-08-24T14:15:22Z"
}| pid required | string |
| end_of_availability required | string <date-time> Date and time from when ticket option will not be available anymore |
| show required | string Public identifier (pid) of a show |
| ticket_option required | string Public identifier (pid) of a ticket option |
{- "end_of_availability": "2019-08-24T14:15:22Z",
- "show": "string",
- "ticket_option": "string"
}A User represents somebody who has access to data on Ticketpark, either trough a login or by a personalized, pre-authenticated link.
{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}| email required | string Email address |
| plain_password required | string Password in plain text |
| username required | string Username |
| enabled | boolean Flag whether the user is enabled to login or not. Defaults to false. |
| groups | string A collection of public identifiers (pids) of groups |
| person | string Public identifier (pid) of a person |
{- "username": "string",
- "email": "string",
- "plain_password": "string",
- "enabled": true,
- "groups": "string",
- "person": "string"
}| email required | string Email address |
| plain_password required | string Password in plain text |
| username required | string Username |
| enabled | boolean Flag whether the user is enabled to login or not. Defaults to false. |
| groups | string A collection of public identifiers (pids) of groups |
| person | string Public identifier (pid) of a person |
{- "username": "string",
- "email": "string",
- "plain_password": "string",
- "enabled": true,
- "groups": "string",
- "person": "string"
}{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}| usernameOrEmail required | string |
| email required | string Email address |
| plain_password required | string Password in plain text |
| username required | string Username |
| enabled | boolean Flag whether the user is enabled to login or not. Defaults to false. |
| groups | string A collection of public identifiers (pids) of groups |
| person | string Public identifier (pid) of a person |
{- "username": "string",
- "email": "string",
- "plain_password": "string",
- "enabled": true,
- "groups": "string",
- "person": "string"
}{- "pid": "string",
- "person": {
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "translations": { },
- "pid": "string",
- "salutation": "string",
- "title": "string",
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "department": "string",
- "position": "string",
- "phone": "string",
- "phone2": "string",
- "phone3": "string",
- "email": "string",
- "birthday": "2019-08-24T14:15:22Z",
- "newsletter": true,
- "mailing": true,
- "website": "string",
- "locale": "string",
- "address": {
- "pid": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "addresses": {
- "href": "string"
}, - "person": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "persons": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "address": {
- "href": "string"
}, - "person_relations": {
- "href": "string"
}, - "person_groups": {
- "href": "string"
}, - "person_group_field_values": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}
}
}, - "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z"
}{- "pid": "string",
- "country": "string",
- "rate": "string",
- "included": false,
- "default_for_country": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "vats": {
- "href": "string"
}
}
}{- "pid": "string",
- "country": "string",
- "rate": "string",
- "included": false,
- "default_for_country": false,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "self": {
- "href": "string"
}, - "vats": {
- "href": "string"
}
}
}A Venue is, where a Show takes place. It is a physical location, with an address and a defined capacity of people who may attend a Show.
{- "capacity": 0,
- "translations": { },
- "pid": "string",
- "name": "string",
- "internalname": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string",
- "skidata_last_fetch": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "venues": {
- "href": "string"
}
}
}| host required | string Public identifier (pid) of a host |
| name required | string Venue name |
| address | string Address |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| internal_name | string Internal name (for the host) |
| is_adhoc_venue | boolean Flag whether this is an adhoc venue. Defaults to false. |
| is_archived | boolean Flag whether this venue is archived. Defaults to false, |
| is_virtual | boolean Flag whether this venue is virtual, used for Packages in many Venues. Defaults to false. |
| skidata_issuer | integer Skidata Issuer ID |
| skidata_receiver | integer Skidata Receiver ID |
| skidata_uri | string Uri to Skidata HSH server |
| skidata_white_list_record_class | string Name of a class used as instances of skidata's WhiteListRecordInterface |
| zip | string ZIP code |
{- "host": "string",
- "name": "string",
- "internal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string"
}| host required | string Public identifier (pid) of a host |
| name required | string Venue name |
| address | string Address |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| internal_name | string Internal name (for the host) |
| is_adhoc_venue | boolean Flag whether this is an adhoc venue. Defaults to false. |
| is_archived | boolean Flag whether this venue is archived. Defaults to false, |
| is_virtual | boolean Flag whether this venue is virtual, used for Packages in many Venues. Defaults to false. |
| skidata_issuer | integer Skidata Issuer ID |
| skidata_receiver | integer Skidata Receiver ID |
| skidata_uri | string Uri to Skidata HSH server |
| skidata_white_list_record_class | string Name of a class used as instances of skidata's WhiteListRecordInterface |
| zip | string ZIP code |
{- "host": "string",
- "name": "string",
- "internal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string"
}{- "capacity": 0,
- "translations": { },
- "pid": "string",
- "name": "string",
- "internalname": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string",
- "skidata_last_fetch": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "host": {
- "href": "string"
}, - "sectors": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "venues": {
- "href": "string"
}
}
}| pid required | string |
| host required | string Public identifier (pid) of a host |
| name required | string Venue name |
| address | string Address |
| city | string City |
| country | string Country (2 letters, ISO 3166-1 alpha-2) |
| internal_name | string Internal name (for the host) |
| is_adhoc_venue | boolean Flag whether this is an adhoc venue. Defaults to false. |
| is_archived | boolean Flag whether this venue is archived. Defaults to false, |
| is_virtual | boolean Flag whether this venue is virtual, used for Packages in many Venues. Defaults to false. |
| skidata_issuer | integer Skidata Issuer ID |
| skidata_receiver | integer Skidata Receiver ID |
| skidata_uri | string Uri to Skidata HSH server |
| skidata_white_list_record_class | string Name of a class used as instances of skidata's WhiteListRecordInterface |
| zip | string ZIP code |
{- "host": "string",
- "name": "string",
- "internal_name": "string",
- "address": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "is_adhoc_venue": true,
- "is_archived": true,
- "is_virtual": true,
- "skidata_uri": "string",
- "skidata_receiver": 0,
- "skidata_issuer": 0,
- "skidata_white_list_record_class": "string"
}{- "translations": { },
- "pid": "string",
- "name": "string",
- "care_of": "string",
- "address1": "string",
- "address2": "string",
- "zip": "string",
- "city": "string",
- "country": "string",
- "will_call_label": "string",
- "will_call_instructions": "string",
- "send_reminders": true,
- "delete_unpaid_bookings": true,
- "public_email": "string",
- "public_email_sender_name": "string",
- "public_phone": "string",
- "website": "string",
- "bank_account": "string",
- "bank_account_owner": "string",
- "bank_account_city": "string",
- "invoice_address": "string",
- "vat_number": "string",
- "thank_you_close": "string",
- "complimentary_close": "string",
- "contact_text": "string",
- "confirmation_extras_template": "string",
- "tos_title": "string",
- "tos": "string",
- "saferpay_terminal_id": "string",
- "shared_secret": "string",
- "prompt_newsletter": false,
- "prompt_acquisition_channel": false,
- "execute_deliveries": true,
- "check_newsletter_by_default": false,
- "address_right": false,
- "enable_staff": false,
- "enable_invitations": false,
- "enable_seat_category_changes": false,
- "enable_remaining_voucher_value_handling": true,
- "enable_donations": true,
- "enable_broadcasts": true,
- "enable_target_audiences": false,
- "reply_to_public_email": false,
- "execute_payouts": true,
- "cancellation_policy": "strict",
- "enable_salutation": true,
- "use_security_code": true,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "allow_user_to_delete_booking": true,
- "allow_embed_session_id": true,
- "allow_single_empty_seats": true,
- "setup_information": "string",
- "support_info": "string",
- "notify_on_new_booking": false,
- "notification_email": "string",
- "fee_percentage": "string",
- "fee_minimal_commission": "string",
- "fee_free_ticket_commission": "string",
- "fee_included_free_tickets_percentage": 100,
- "fee_payment_base_commission": "string",
- "fee_payment_percentage": "string",
- "_links": {
- "acquisition_channels": {
- "href": "string"
}, - "client": {
- "href": "string"
}, - "events": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "operator_group": {
- "href": "string"
}, - "hosts": {
- "href": "string"
}, - "bookings": {
- "href": "string"
}, - "sales_points": {
- "href": "string"
}, - "delivery_rates": {
- "href": "string"
}, - "box_offices": {
- "href": "string"
}, - "excel_lists": {
- "href": "string"
}, - "exports": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venues": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "name": "string",
- "access_role": "string",
- "beacon_data": { },
- "translations": { },
- "pid": "string",
- "performer": "string",
- "ticketdescription": "string",
- "description": "string",
- "subtitle": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "end_check_in": "2019-08-24T14:15:22Z",
- "start_public_sales": "2019-08-24T14:15:22Z",
- "end_sales": "2019-08-24T14:15:22Z",
- "end_sales_alternative": "string",
- "dooropening": "2019-08-24T14:15:22Z",
- "specific_capacity": 1,
- "allow_sales_while_current": false,
- "allow_single_empty_seats": true,
- "always_display_start_time": false,
- "reservation_info": "string",
- "sectors_info": "string",
- "request_ratings": false,
- "order": 0,
- "is_cancelled": false,
- "will_be_postponed": false,
- "immediate_payment_only": true,
- "is_online_show": false,
- "online_show": {
- "pid": "string",
- "url": "string",
- "embed_url": "string",
- "instructions": "string",
- "infotext": "string",
- "send_reminders": false,
- "reminded_at": "2019-08-24T14:15:22Z",
- "host_reminded_at": "2019-08-24T14:15:22Z",
- "access_time_for_booking_in_minutes": 1
}, - "tickets_per_booking": 1,
- "enable_passbook_tickets": true,
- "access_by": "string",
- "ratings_requested": "2019-08-24T14:15:22Z",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "url_expiration": "2019-08-24T14:15:22Z",
- "_links": {
- "bookings": {
- "href": "string"
}, - "event": {
- "href": "string"
}, - "image": {
- "href": "string"
}, - "prices": {
- "href": "string"
}, - "options": {
- "href": "string"
}, - "coupon_groups": {
- "href": "string"
}, - "ticket_option_groups": {
- "href": "string"
}, - "ticket_image": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "shows": {
- "href": "string"
}, - "tickets": {
- "href": "string"
}, - "sales_quota_sets": {
- "href": "string"
}, - "user": {
- "href": "string"
}, - "venue": {
- "href": "string"
}, - "invitations": {
- "href": "string"
}
}
}{- "access_role": "string",
- "translations": { },
- "pid": "string",
- "name": "string",
- "description": "string",
- "capacity": 1,
- "price_category": {
- "pid": "string",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "price_categories": {
- "href": "string"
}, - "self": {
- "href": "string"
}
}
}, - "order": 0,
- "seating_chart_area": 1,
- "chart_sector_id": "string",
- "seat_string_template": "string",
- "access_by": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "deleted": "2019-08-24T14:15:22Z",
- "_links": {
- "sectors": {
- "href": "string"
}, - "rows": {
- "href": "string"
}, - "pricecategory": {
- "href": "string"
}, - "seatingchart": {
- "href": "string"
}, - "self": {
- "href": "string"
}, - "venue": {
- "href": "string"
}
}
}