keyper.API.Admin (v1)
Download OpenAPI specification:Download
Response samples
- 200
Content type
{- "AccessSystemResult": {
- "access_systems": [
- {
- "access_system_id": 0,
- "operator_id": 0,
- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "updated_date": "2019-08-24T14:15:22Z"
}
], - "access_system": {
- "access_system_id": 0,
- "operator_id": 0,
- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "updated_date": "2019-08-24T14:15:22Z"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}AccessSystem_AccessSystems
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| type | integer <int32> Enum: 1 2 3 |
| url | string |
| is_enabled | boolean |
| has_error | boolean |
| after_event | integer <int32> |
| before_event | integer <int32> |
| check_event_active | integer <int32> |
| check_no_event | integer <int32> |
| date_from | string <date-time> |
| refresh_events | integer <int32> |
| transaction_count | integer <int32> |
| last_transaction_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0
}Response samples
- 200
Content type
{- "AccessSystemResult": {
- "access_systems": [
- {
- "access_system_id": 0,
- "operator_id": 0,
- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "updated_date": "2019-08-24T14:15:22Z"
}
], - "access_system": {
- "access_system_id": 0,
- "operator_id": 0,
- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "updated_date": "2019-08-24T14:15:22Z"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}AccessSystem_AccessSystems
path Parameters
| operatorID required | integer <int64> |
| accessSystemID required | integer <int64> |
Request Body schema: required
| type | integer <int32> Enum: 1 2 3 |
| url | string |
| is_enabled | boolean |
| has_error | boolean |
| after_event | integer <int32> |
| before_event | integer <int32> |
| check_event_active | integer <int32> |
| check_no_event | integer <int32> |
| date_from | string <date-time> |
| refresh_events | integer <int32> |
| transaction_count | integer <int32> |
| last_transaction_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "type": 1,
- "url": "string",
- "is_enabled": true,
- "has_error": true,
- "after_event": 0,
- "before_event": 0,
- "check_event_active": 0,
- "check_no_event": 0,
- "date_from": "2019-08-24T14:15:22Z",
- "refresh_events": 0,
- "transaction_count": 0,
- "last_transaction_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}AccessSystem_AccessSystems
path Parameters
| operatorID required | integer <int64> |
| accessSystemID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Activity_OrderHistory
path Parameters
| operatorID required | integer <int64> |
query Parameters
| inParam.direction | integer <int32> Enum: 0 1 2 |
| inParam.order_State | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| inParam.user_Search | string |
| inParam.container_Search | string |
| inParam.date_from | string <date-time> |
| inParam.date_to | string <date-time> |
| inParam.page_Size | integer <int32> |
| inParam.page_Token | integer <int64> |
Responses
Response samples
- 200
Content type
{- "OrderHistoryResult": {
- "orders": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "next_page_token": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Activity_TicketActivity
path Parameters
| operatorID required | integer <int64> |
| ticketID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "TicketActivityResult": {
- "activity": [
- {
- "order_id": 0,
- "member_from": "string",
- "member_to": "string",
- "order_state": 0,
- "is_transfer_offer": true,
- "created_date": "2019-08-24T14:15:22Z"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Activity_TicketActivityDetails
path Parameters
| operatorID required | integer <int64> |
| ticketID required | string |
query Parameters
| IDs required | Array of integers <int64> [ items <int64 > ] |
Responses
Response samples
- 200
Content type
{- "TicketActivityDetailResult": {
- "history": {
- "property1": [
- {
- "order_state": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "paid_online": true,
- "is_transfer_offer": true
}
], - "property2": [
- {
- "order_state": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "paid_online": true,
- "is_transfer_offer": true
}
]
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}AdminEvent_Operator
query Parameters
| eventFilterInParameter.operatorid | integer <int64> |
| eventFilterInParameter.organizerid | integer <int64> |
| eventFilterInParameter.date_from | string <date-time> |
| eventFilterInParameter.date_till | string <date-time> |
Responses
Response samples
- 200
Content type
{- "UserProfilResult": {
- "events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "user": {
- "user_id": "string",
- "operator_id": "string",
- "organizer_id": "string",
- "facebook_user_id": "string",
- "sdk_member_id": "string",
- "is_verified": 0,
- "is_complete": 0,
- "has_organisation": 0,
- "is_facebook_support_member": true,
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "timezone": "string",
- "language": "string",
- "phone_country_code": "string",
- "country_code": "string",
- "phone": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "primary_email": "string",
- "secondary_emails": [
- {
- "email": "string",
- "is_verified": 0
}
], - "phones": [
- {
- "id": 0,
- "number": "string",
- "is_primary": 0
}
], - "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "role": {
- "role_id": "string",
- "name": "string"
}, - "scope_id": "string",
- "isNotify": true
}, - "signin_options": [
- {
- "name": "string",
- "facebook_email_address": "string"
}
], - "visited_events_count": 0,
- "favorites_count": 0,
- "friends_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}AdminEvent_Event
path Parameters
| operatorID required | integer <int64> |
| eventID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "EventResult": {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}AdminEvent_TicketList
path Parameters
| operatorID required | integer <int64> |
| eventID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "EventsResult": {
- "events": [
- {
- "event_id": 0,
- "external_event_string": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "AdminMemberResult": {
- "members": [
- {
- "user_id": "string",
- "operator_id": "string",
- "organizer_id": "string",
- "facebook_user_id": "string",
- "sdk_member_id": "string",
- "is_verified": 0,
- "is_complete": 0,
- "has_organisation": 0,
- "is_facebook_support_member": true,
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "timezone": "string",
- "language": "string",
- "phone_country_code": "string",
- "country_code": "string",
- "phone": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "primary_email": "string",
- "secondary_emails": [
- {
- "email": "string",
- "is_verified": 0
}
], - "phones": [
- {
- "id": 0,
- "number": "string",
- "is_primary": 0
}
], - "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "role": {
- "role_id": "string",
- "name": "string"
}, - "scope_id": "string",
- "isNotify": true
}
], - "verification_code": "string",
- "email_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}AdminMember_Operator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| user_id | integer <int64> |
string | |
| operator_id | integer <int64> |
| role_id | integer <int64> |
| domain | string |
Responses
Request samples
- Payload
Content type
{- "user_id": 0,
- "email": "string",
- "operator_id": 0,
- "role_id": 0,
- "domain": "string"
}Response samples
- 200
Content type
{- "AdminMemberResult": {
- "members": [
- {
- "user_id": "string",
- "operator_id": "string",
- "organizer_id": "string",
- "facebook_user_id": "string",
- "sdk_member_id": "string",
- "is_verified": 0,
- "is_complete": 0,
- "has_organisation": 0,
- "is_facebook_support_member": true,
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "timezone": "string",
- "language": "string",
- "phone_country_code": "string",
- "country_code": "string",
- "phone": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "primary_email": "string",
- "secondary_emails": [
- {
- "email": "string",
- "is_verified": 0
}
], - "phones": [
- {
- "id": 0,
- "number": "string",
- "is_primary": 0
}
], - "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "role": {
- "role_id": "string",
- "name": "string"
}, - "scope_id": "string",
- "isNotify": true
}
], - "verification_code": "string",
- "email_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}AdminMember_Operator
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "AdminMemberResult": {
- "members": [
- {
- "user_id": "string",
- "operator_id": "string",
- "organizer_id": "string",
- "facebook_user_id": "string",
- "sdk_member_id": "string",
- "is_verified": 0,
- "is_complete": 0,
- "has_organisation": 0,
- "is_facebook_support_member": true,
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "timezone": "string",
- "language": "string",
- "phone_country_code": "string",
- "country_code": "string",
- "phone": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "primary_email": "string",
- "secondary_emails": [
- {
- "email": "string",
- "is_verified": 0
}
], - "phones": [
- {
- "id": 0,
- "number": "string",
- "is_primary": 0
}
], - "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "role": {
- "role_id": "string",
- "name": "string"
}, - "scope_id": "string",
- "isNotify": true
}
], - "verification_code": "string",
- "email_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Auth_SaveAuthCode
path Parameters
| operatorID required | integer <int64> |
| crmProvider required | integer <int32> Enum: 0 1 2 3 4 5 |
Request Body schema: required
| code | string |
| artifax_url | string |
| artifax_api_key | string |
Responses
Request samples
- Payload
Content type
{- "code": "string",
- "artifax_url": "string",
- "artifax_api_key": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Connector_Connectors
path Parameters
| operatorID required | integer <int64> |
query Parameters
| ticketSystemID | integer <int64> |
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "TicketSystemResult": {
- "ticket_systems": [
- {
- "ticket_system_id": "string",
- "name": "string",
- "client_key": "string",
- "system_ip": "string",
- "system_id": "string",
- "crypt_key": "string",
- "system_type": 0,
- "system_type_area": 1,
- "username": "string",
- "password": "string",
- "reseller_username": "string",
- "reseller_pwd": "string",
- "app_key": "00000000-0000-0000-0000-000000000000",
- "operator_id": 0,
- "refresh_intervall": 0,
- "last_checked": "2019-08-24T14:15:22Z",
- "is_reachable": true,
- "is_enabled": true,
- "use_pull_service": true,
- "settings": {
- "jet_ticket": {
- "delivery_type": 0,
- "ticket_delivery_type": 0,
- "payment_type": 0,
- "hash_login_password": true
}, - "sap": {
- "allowed_house_ids": [
- 0
], - "default_currency": 0
}
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Connector_Connectors
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
object (TicketSystem) | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "ticket_system": {
- "ticket_system_id": "string",
- "name": "string",
- "client_key": "string",
- "system_ip": "string",
- "system_id": "string",
- "crypt_key": "string",
- "system_type": 0,
- "system_type_area": 1,
- "username": "string",
- "password": "string",
- "reseller_username": "string",
- "reseller_pwd": "string",
- "app_key": "00000000-0000-0000-0000-000000000000",
- "operator_id": 0,
- "refresh_intervall": 0,
- "last_checked": "2019-08-24T14:15:22Z",
- "is_reachable": true,
- "is_enabled": true,
- "use_pull_service": true,
- "settings": {
- "jet_ticket": {
- "delivery_type": 0,
- "ticket_delivery_type": 0,
- "payment_type": 0,
- "hash_login_password": true
}, - "sap": {
- "allowed_house_ids": [
- 0
], - "default_currency": 0
}
}
}
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Connector_SynchronizeContainerQueue
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "SynchronizeContainerQueueResult": {
- "synchronize_container_queue": [
- {
- "first_name": "string",
- "last_name": "string",
- "external_member_id": "string",
- "member_id": 0,
- "synchronization_state": 0,
- "error_message": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "updated_date": "2019-08-24T14:15:22Z"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Connector_SynchronizeContainerMember
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
query Parameters
| syncInParameter.memberID | integer <int64> |
| syncInParameter.page | integer <int32> |
| syncInParameter.pageSize | integer <int32> |
| syncInParameter.dateFrom | string <date-time> |
| syncInParameter.dateTo | string <date-time> |
| syncInParameter.hasError | boolean |
Responses
Response samples
- 200
Content type
{- "SynchronizeContainerMemberResult": {
- "synchronize_container_member": [
- {
- "synchronization_state": 0,
- "has_error": true,
- "error_message": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "is_current_error": true
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "TicketSystemTypeResult": {
- "ticketsystem_types": [
- {
- "system_type_id": 0
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Connector_Connector
path Parameters
| operatorID required | integer <int64> |
| ticketSystemID required | integer <int64> |
Request Body schema: required
object (TicketSystem) | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "ticket_system": {
- "ticket_system_id": "string",
- "name": "string",
- "client_key": "string",
- "system_ip": "string",
- "system_id": "string",
- "crypt_key": "string",
- "system_type": 0,
- "system_type_area": 1,
- "username": "string",
- "password": "string",
- "reseller_username": "string",
- "reseller_pwd": "string",
- "app_key": "00000000-0000-0000-0000-000000000000",
- "operator_id": 0,
- "refresh_intervall": 0,
- "last_checked": "2019-08-24T14:15:22Z",
- "is_reachable": true,
- "is_enabled": true,
- "use_pull_service": true,
- "settings": {
- "jet_ticket": {
- "delivery_type": 0,
- "ticket_delivery_type": 0,
- "payment_type": 0,
- "hash_login_password": true
}, - "sap": {
- "allowed_house_ids": [
- 0
], - "default_currency": 0
}
}
}
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Connector_Connector
path Parameters
| operatorID required | integer <int64> |
| ticketSystemID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Connector_TicketSystemStatus
path Parameters
| operatorID required | integer <int64> |
| ticketSystemID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "TicketSystemResourceStateResult": {
- "resource_state": {
- "login": 0,
- "create_user": 0,
- "order_handling": 0,
- "get_best_seat": 0,
- "cancel_order": 0,
- "ticket_delivery": 0,
- "get_ticket_price": 0,
- "generate_new_season_tickets": 0,
- "generate_new_single_tickets": 0,
- "generate_new_pdf": 0,
- "generate_new_barcode": 0,
- "check_and_slide_session": 0,
- "print_ticket": 0,
- "personalize_ticket": 0,
- "get_crm_contacts": 0,
- "generate_wallet": 0
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Contact_Contacts
path Parameters
| operatorID required | integer <int64> |
query Parameters
| Crm required | Array of integers <int32> [ items <int32 > ] Items Enum: 0 1 2 3 4 5 |
| contactFilterInParameter.operator_id | integer <int64> |
| contactFilterInParameter.search | string |
| contactFilterInParameter.firstname | string |
| contactFilterInParameter.lastname | string |
| contactFilterInParameter.email | string |
| contactFilterInParameter.crm | Array of integers <int32> [ items <int32 > ] Items Enum: 0 1 2 3 4 5 |
| contactFilterInParameter.page | integer <int32> |
| contactFilterInParameter.page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ContactResult": {
- "contacts": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "external_id": "string",
- "source": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_Contacts
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
Array of objects (Contact) | |
| operator_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "contacts": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "external_id": "string",
- "source": 0
}
], - "operator_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_Contacts
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
Array of objects (Contact) | |
| operator_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "contacts": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "external_id": "string",
- "source": 0
}
], - "operator_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_Contacts
path Parameters
| operatorID required | integer <int64> |
query Parameters
| IDs required | Array of integers <int64> [ items <int64 > ] |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactsSearch
path Parameters
| operatorID required | integer <int64> |
query Parameters
| contactFilterInParameter.operator_id | integer <int64> |
| contactFilterInParameter.search | string |
| contactFilterInParameter.firstname | string |
| contactFilterInParameter.lastname | string |
| contactFilterInParameter.email | string |
| contactFilterInParameter.crm | Array of integers <int32> [ items <int32 > ] Items Enum: 0 1 2 3 4 5 |
| contactFilterInParameter.page | integer <int32> |
| contactFilterInParameter.page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ContactResult": {
- "contacts": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "external_id": "string",
- "source": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactListsSearch
path Parameters
| operatorID required | integer <int64> |
query Parameters
| contactListFilterInParameter.operator_id | integer <int64> |
| contactListFilterInParameter.search | string |
| contactListFilterInParameter.firstname | string |
| contactListFilterInParameter.lastname | string |
| contactListFilterInParameter.email | string |
| contactListFilterInParameter.crm | Array of integers <int32> [ items <int32 > ] Items Enum: 0 1 2 3 4 5 |
| contactListFilterInParameter.page | integer <int32> |
| contactListFilterInParameter.page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ContactListResult": {
- "contact_lists": [
- {
- "id": "string",
- "external_id": "string",
- "name": "string",
- "contact_count": 0,
- "source": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactLists
path Parameters
| operatorID required | integer <int64> |
query Parameters
| contactListFilterInParameter.operator_id | integer <int64> |
| contactListFilterInParameter.search | string |
| contactListFilterInParameter.firstname | string |
| contactListFilterInParameter.lastname | string |
| contactListFilterInParameter.email | string |
| contactListFilterInParameter.crm | Array of integers <int32> [ items <int32 > ] Items Enum: 0 1 2 3 4 5 |
| contactListFilterInParameter.page | integer <int32> |
| contactListFilterInParameter.page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ContactListResult": {
- "contact_lists": [
- {
- "id": "string",
- "external_id": "string",
- "name": "string",
- "contact_count": 0,
- "source": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactLists
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| contact_list_id | string |
| name | string |
Array of objects (ContactListItem) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "contact_list_id": "string",
- "name": "string",
- "contact_list_items": [
- {
- "id": "string",
- "external_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "source": 0,
- "ticket_count": 0
}
]
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactLists
path Parameters
| operatorID required | integer <int64> |
query Parameters
| IDs required | Array of integers <int64> [ items <int64 > ] |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactListItem
path Parameters
| operatorID required | integer <int64> |
| provider required | integer <int32> Enum: 0 1 2 3 4 5 |
| contactListID required | string |
query Parameters
| page | integer <int32> |
| page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ContactListItemResult": {
- "contacts": [
- {
- "id": "string",
- "external_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "source": 0,
- "ticket_count": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Contact_ContactListItem
path Parameters
| operatorID required | integer <int64> |
| contactListID required | integer <int64> |
| provider required | string |
Request Body schema: required
| operator_id | integer <int64> |
| contact_list_id | string |
| name | string |
Array of objects (ContactListItem) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "contact_list_id": "string",
- "name": "string",
- "contact_list_items": [
- {
- "id": "string",
- "external_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "company_name": "string",
- "language": "string",
- "source": 0,
- "ticket_count": 0
}
]
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Container_Import
Request Body schema: required
Array of objects (Ticket) | |
Array of objects (TicketArea) | |
Array of objects (TicketSeat) | |
Array of objects (EventTicketData) | |
Array of objects (ContainerActionSection) | |
Array of objects (SalesType) | |
Array of objects (Event) | |
Array of objects |
Responses
Request samples
- Payload
Content type
{- "tickets": [
- {
- "ticket_id": "string",
- "external_ticket_id": "string",
- "external_member_id": "string",
- "barcode": "string",
- "visual_ticket_code": "string",
- "external_sales_type_id": "string",
- "sales_type": "string",
- "is_default_sales_type": true,
- "price": 0.1,
- "has_pdf": true,
- "external_access_system_reference": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "currency": 0,
- "barcode_type": 0,
- "ticket_system_barcode_state": 0,
- "pdf_downloaded": true,
- "wallet_downloaded": true,
- "has_ticketsystem": true,
- "apple_wallet_is_active": true,
- "save_apple_wallet_allowed": true,
- "save_google_pay_allowed": true,
- "nfc_code": "string",
- "permission": 0,
- "member": "string",
- "isViewedByOwner": true,
- "ticket_conditions": {
- "property1": "string",
- "property2": "string"
}
}
], - "areas": [
- {
- "name": "string",
- "sub_area": {
- "name": "string",
- "sub_area": { }
}, - "area_id": "string",
- "external_area_id": "string"
}
], - "seats": [
- {
- "entrance": "string",
- "category": "string",
- "seat_id": "string",
- "external_seat_id": "string",
- "row": "string",
- "seat": "string",
- "last_modified": "string"
}
], - "event_ticket_data": [
- {
- "external_event_id": "string",
- "event_id": "string",
- "external_ticket_id": "string",
- "external_subticket_id": "string",
- "ticket_id": "string",
- "external_area_id": "string",
- "area_id": "string",
- "external_seat_id": "string",
- "seat_id": "string",
- "price": 0.1,
- "currency": 0,
- "ticket_condition": 0,
- "is_personalized": true,
- "personalization_data": {
- "first_name": "string",
- "last_name": "string"
}
}
], - "ticket_actions": [
- {
- "container_actions": [
- {
- "action": 0,
- "name": "string",
- "allowed": true
}
], - "section_name": "string",
- "external_ticket_id": "string",
- "ticket_id": "string"
}
], - "sales_types": [
- {
- "sales_type_id": "string",
- "external_sales_type_id": "string",
- "name": "string",
- "is_default": true
}
], - "events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "personalization": [
- {
- "property1": "string",
- "property2": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Container_UpdateBarcodes
Request Body schema: required
Array of objects (BarcodeState) | |||||||||||||||||
Array
| |||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "barcode_states": [
- {
- "barcode": "string",
- "external_ticket_id": "string",
- "external_access_system_reference": "string",
- "external_member_id": "string",
- "member_email": "string",
- "ticket_state": 0,
- "cancel_reason": 1,
- "external_event_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Container_SynchronizationNotification
Request Body schema: required
Array of objects (SynchronizeContainerItem) | |||||||
Array
| |||||||
Responses
Request samples
- Payload
Content type
{- "items": [
- {
- "synchronize_action": 0,
- "synchronize_type": 0,
- "extenal_member_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "CrmSystemResult": {
- "crm_systems": [
- {
- "crm_system_id": 0,
- "provider": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "is_connected": true,
- "connected_account": {
- "connection_id": 0,
- "crm_system_id": 0,
- "operator_id": 0,
- "member_id": 0,
- "account_id": "string",
- "email": "string",
- "access_token_id": 0,
- "connected_at": "2019-08-24T14:15:22Z",
- "reauthentication_required": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "connection_properties": {
- "connection_properties_id": 0,
- "sso_provider": "string",
- "discovery_endpoint": "string",
- "authorization_endpoint": "string",
- "client_id": "string",
- "response_type": "string",
- "scope": "string",
- "access_type": "string",
- "redirect_uri": "string"
}, - "operator_id": 0,
- "artifax_connection": {
- "artifax_system_id": 0,
- "api_url": "string",
- "api_key": "string"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "crm_system": {
- "crm_system_id": 0,
- "provider": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "is_connected": true,
- "connected_account": {
- "connection_id": 0,
- "crm_system_id": 0,
- "operator_id": 0,
- "member_id": 0,
- "account_id": "string",
- "email": "string",
- "access_token_id": 0,
- "connected_at": "2019-08-24T14:15:22Z",
- "reauthentication_required": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "connection_properties": {
- "connection_properties_id": 0,
- "sso_provider": "string",
- "discovery_endpoint": "string",
- "authorization_endpoint": "string",
- "client_id": "string",
- "response_type": "string",
- "scope": "string",
- "access_type": "string",
- "redirect_uri": "string"
}, - "operator_id": 0,
- "artifax_connection": {
- "artifax_system_id": 0,
- "api_url": "string",
- "api_key": "string"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}CrmSystems_DeleteCrmSystemConnection
path Parameters
| operatorID required | integer <int64> |
| crmProvider required | integer <int32> Enum: 0 1 2 3 4 5 |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "CustomizePageResult": {
- "background_color": "string",
- "header_color": "string",
- "main_color": "string",
- "font_color": "string",
- "android_app_link": "string",
- "ios_app_link": "string",
- "show_facebook_plugin": true,
- "use_explicit_opt_in": true,
- "facebook_app_id": "string",
- "facebook_page_id": "string",
- "fav_icon_url": "string",
- "logo_url": "string",
- "use_deep_linking": true,
- "use_single_sign_on": true,
- "operator_id": 0,
- "operator_name": "string",
- "support_email": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy": "string",
- "hide_ticket_price": true,
- "hide_decline_button": true,
- "inherited_settings": true,
- "route_identifier": "string",
- "enabled_integrations": [
- {
- "integration_type": 1,
- "external_id": "string",
- "picture_url": "string"
}
], - "single_sign_on_systems": [
- {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_pageOperator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| background_color | string |
| header_color | string |
| main_color | string |
| font_color | string |
| android_app_link | string |
| ios_app_link | string |
| show_facebook_plugin | boolean |
| use_deep_linking | boolean |
| hide_ticket_price | boolean |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "background_color": "string",
- "header_color": "string",
- "main_color": "string",
- "font_color": "string",
- "android_app_link": "string",
- "ios_app_link": "string",
- "show_facebook_plugin": true,
- "use_deep_linking": true,
- "hide_ticket_price": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_pageOperator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| background_color | string |
| header_color | string |
| main_color | string |
| font_color | string |
| android_app_link | string |
| ios_app_link | string |
| show_facebook_plugin | boolean |
| use_deep_linking | boolean |
| hide_ticket_price | boolean |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "background_color": "string",
- "header_color": "string",
- "main_color": "string",
- "font_color": "string",
- "android_app_link": "string",
- "ios_app_link": "string",
- "show_facebook_plugin": true,
- "use_deep_linking": true,
- "hide_ticket_price": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
| domain required | string |
Responses
Response samples
- 200
Content type
{- "CustomizeDomainSenderResult": {
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_signing_valid": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
| domain required | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_VerifyDomain
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| domain | string |
| mailbox | string |
Responses
Request samples
- Payload
Content type
{- "domain": "string",
- "mailbox": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
query Parameters
| domain required | string |
Responses
Response samples
- 200
Content type
{- "CustomizeDomainSenderResult": {
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_signing_valid": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| domain | string |
| tracking_domain | string |
| verify_email | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "domain": "string",
- "tracking_domain": "string",
- "verify_email": "string"
}Response samples
- 200
Content type
{- "CustomizeDomainSenderResult": {
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_signing_valid": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
query Parameters
| domain required | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
| domain required | string |
Responses
Response samples
- 200
Content type
{- "CustomizeDomainSenderResult": {
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_signing_valid": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_senderDomainOperator
path Parameters
| operatorID required | integer <int64> |
| domain required | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "CustomOfferPathResult": {
- "offer_path": "string",
- "domain": "string",
- "webcomponents_enabled": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_CustomizeOfferPath
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| offer_path | string |
Responses
Request samples
- Payload
Content type
{- "offer_path": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "CustomizeDomainResult": {
- "custom_domain": "string",
- "widget_domain": "string",
- "custom_tracking_domain": "string",
- "keyper_url": "string",
- "sending_domains": [
- {
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_signing_valid": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "spf_info": "string",
- "dkim_info": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_domainOperator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| custom_domain | string |
| keyper_url | string |
| widget_domain | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "custom_domain": "string",
- "keyper_url": "string",
- "widget_domain": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_domainOperator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| custom_domain | string |
| keyper_url | string |
| widget_domain | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "custom_domain": "string",
- "keyper_url": "string",
- "widget_domain": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "CustomizeDeepLinkingResult": {
- "branch_key": "string",
- "sdk_path": "string",
- "app_icon": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "title": "string",
- "description": "string",
- "phone_number_suggestion": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Customization_DeepLinking
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
| branch_key | string |
| sdk_path | string |
| title | string |
| description | string |
| phone_number_suggestion | string |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "branch_key": "string",
- "sdk_path": "string",
- "title": "string",
- "description": "string",
- "phone_number_suggestion": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "CustomizeSMSProviderResult": {
- "provider_type": 0,
- "username": "string",
- "password": "string",
- "api_id": "string",
- "sender_name": "string",
- "provider_url": "string",
- "max_sms_per_interval": 0,
- "interval_in_hours": 0,
- "is_available": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Customization_SMSProvider
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
| username | string |
| password | string |
| api_id | string |
| max_sms_per_interval | integer <int32> |
| interval_in_hours | integer <int32> |
| provider_type | integer <int32> Enum: 0 1 2 |
| sender_name | string |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "username": "string",
- "password": "string",
- "api_id": "string",
- "max_sms_per_interval": 0,
- "interval_in_hours": 0,
- "provider_type": 0,
- "sender_name": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "CustomizeSMSProviderResult": {
- "provider_type": 0,
- "username": "string",
- "password": "string",
- "api_id": "string",
- "sender_name": "string",
- "provider_url": "string",
- "max_sms_per_interval": 0,
- "interval_in_hours": 0,
- "is_available": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "MergeTagResult": {
- "merge_tags": [
- {
- "group_name": "string",
- "merge_tags": [
- {
- "tag_name": "string",
- "tag_value": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "CustomizeHtmlPreviewResult": {
- "html_template": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "CustomizeMailResult": {
- "customize_email_id": 0,
- "default_language": "string",
- "footer": "string",
- "sender_name": "string",
- "sender_email": "string",
- "inherited_settings": true,
- "reply_email": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_Email
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| footer | string |
| default_language | string |
| sender_name | string |
| sender_email | string |
| reply_email | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "footer": "string",
- "default_language": "string",
- "sender_name": "string",
- "sender_email": "string",
- "reply_email": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_Email
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| footer | string |
| default_language | string |
| sender_name | string |
| sender_email | string |
| reply_email | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "footer": "string",
- "default_language": "string",
- "sender_name": "string",
- "sender_email": "string",
- "reply_email": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_Templates
path Parameters
| operatorID required | integer <int64> |
query Parameters
| language | string |
Responses
Response samples
- 200
Content type
{- "Result": {
- "templates": [
- {
- "template": 0,
- "subject": "string",
- "header": "string",
- "intro": "string",
- "outro": "string",
- "cta": "string",
- "ticket_count_name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_Templates
path Parameters
| operatorID required | integer <int64> |
| templateID required | integer <int32> Enum: 0 1 2 3 4 5 6 7 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
query Parameters
| language | string |
Request Body schema: required
| subject | string |
| header | string |
| intro | string |
| outro | string |
| cta | string |
| ticket_count_name | string |
Responses
Request samples
- Payload
Content type
{- "subject": "string",
- "header": "string",
- "intro": "string",
- "outro": "string",
- "cta": "string",
- "ticket_count_name": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_EmailAttachment
path Parameters
| operatorID required | integer <int64> |
| customizeEmailID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "CustomizeEmailAttachment": {
- "attachments": [
- {
- "attachment_id": 0,
- "url": "string",
- "file_name": "string",
- "mime_type": "string",
- "is_default_selected": true,
- "created_date": "2019-08-24T14:15:22Z"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_ChangeEmailAttachment
path Parameters
| operatorID required | integer <int64> |
| customizeEmailID required | integer <int64> |
| attachmentID required | integer <int64> |
Request Body schema: required
| is_default_selected | boolean |
Responses
Request samples
- Payload
Content type
{- "is_default_selected": true
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}EmailCustomization_ChangeEmailAttachment
path Parameters
| operatorID required | integer <int64> |
| customizeEmailID required | integer <int64> |
| attachmentID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Events_Import
Request Body schema: required
Array of objects (Event) | |
Array of objects (EventSet) | |
Array of objects (Organizer) | |
Array of objects (EventLocation) | |
Array of objects (EventCategory) |
Responses
Request samples
- Payload
Content type
{- "events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "event_sets": [
- {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "locations": [
- {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}
], - "categories": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Events_Import
path Parameters
| eventID required | integer <int64> |
Request Body schema: required
| notify | integer <int32> |
object (Event) | |
object (EventSet) | |
object (EventLocation) | |
Array of objects (EventCategory) |
Responses
Request samples
- Payload
Content type
{- "notify": 0,
- "event": {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}, - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "categories": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "FeedResult": {
- "feed": [
- {
- "feed_id": 0,
- "operator_id": 0,
- "feed_type": 1,
- "feed_provider": 1,
- "refresh_intervall": 0,
- "created_date": "2019-08-24T14:15:22Z"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_Feed
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| feed_id | integer <int64> |
| operator_id | integer <int64> |
| feed_type | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
| feed_provider | integer <int32> Enum: 1 2 3 4 5 6 |
| refresh_intervall | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "feed_id": 0,
- "operator_id": 0,
- "feed_type": 1,
- "feed_provider": 1,
- "refresh_intervall": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "FeedProviderResult": {
- "feed_providers": [
- {
- "feed_provider_id": 1
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "FeedTypeResult": {
- "feed_types": [
- {
- "feed_type_id": 1
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "Social": {
- "feeds": [
- {
- "feed_id": 0,
- "provider": 1,
- "last_token_refresh": "2019-08-24T14:15:22Z",
- "token_valid_till": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_SaveSocialFeed
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "Result": {
- "posts": [
- {
- "caption": "string",
- "image_url": "string",
- "post_url": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "username": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_SaveSocialFeed
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
Request Body schema: required
| auth_code | string |
| redirect_uri | string |
| provider | integer <int32> Enum: 1 2 |
Responses
Request samples
- Payload
Content type
{- "auth_code": "string",
- "redirect_uri": "string",
- "provider": 1
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_FeedSetting
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "FeedSettingResult": {
- "feed_settings": [
- {
- "feed_id": 0,
- "setting_id": 0,
- "setting": "string",
- "value": "string",
- "created_date": "2019-08-24T14:15:22Z"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_FeedSetting
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
Request Body schema: required
| setting_id | integer <int64> |
| operator_id | integer <int64> |
| feed_id | integer <int64> |
| setting | string |
| value | string |
Responses
Request samples
- Payload
Content type
{- "setting_id": 0,
- "operator_id": 0,
- "feed_id": 0,
- "setting": "string",
- "value": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_DeleteFeedSetting
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
| settingID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Feeds_DeleteFeed
path Parameters
| operatorID required | integer <int64> |
| feedID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "FacebookMessengerSettingResult": {
- "settings": [
- {
- "textid": 0,
- "name": "string",
- "max_chars": 0,
- "description": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "FacebookMessengerSettingResult": {
- "settings": [
- {
- "textid": 0,
- "name": "string",
- "max_chars": 0,
- "description": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "StringAndIDListResult": {
- "list": [
- {
- "id": "string",
- "text": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Health_GetTicketTransferErrors
path Parameters
| operatorID required | integer <int64> |
query Parameters
| inParameter.operatorID | integer <int64> |
| inParameter.page | integer <int32> |
| inParameter.pageSize | integer <int32> |
| inParameter.eventId | integer <int64> |
| inParameter.dateFrom | string <date-time> |
| inParameter.dateTo | string <date-time> |
| inParameter.eventName | string |
Responses
Response samples
- 200
Content type
{- "TicketTransferErrorsResult": {
- "errors": [
- {
- "order_id": 0,
- "member_from": "string",
- "member_id_from": 0,
- "member_to": "string",
- "member_id_to": 0,
- "error_message": "string",
- "event_name": "string",
- "error_date": "2019-08-24T14:15:22Z"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Health_ImportErrors
path Parameters
| operatorID required | integer <int64> |
query Parameters
| errorsFilterInParameter.operator_id required | integer <int64> |
| errorsFilterInParameter.dateFrom | string <date-time> |
| errorsFilterInParameter.dateTo | string <date-time> |
| errorsFilterInParameter.state | integer <int32> Enum: 0 1 |
Responses
Response samples
- 200
Content type
{- "TicketDeliveryErrorResult": {
- "errors": [
- {
- "operator_id": 0,
- "apikey": "00000000-0000-0000-0000-000000000000",
- "import_json": "string",
- "error_message": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "state": 0
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "MandrillSettingsResult": {
- "api_key": "string",
- "webhook_url": "string",
- "sub_account": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Integration_MandrillIntegration
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
| apiKey | string |
| subAccount | string |
| WebhookUrl | string |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "apiKey": "string",
- "subAccount": "string",
- "WebhookUrl": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "IntegrationResult": {
- "integrations": [
- {
- "integration_id": 0,
- "integration_type_id": 1,
- "is_enabled": true,
- "external_id": "string",
- "picture_url": "string",
- "api_key": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Integration_DefaultIntegration
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| integration_id | integer <int64> |
| integration_type_id | integer <int32> Enum: 1 2 3 |
| is_enabled | boolean |
| external_id | string |
| api_key | string |
| operator_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "integration_id": 0,
- "integration_type_id": 1,
- "is_enabled": true,
- "external_id": "string",
- "api_key": "string",
- "operator_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Integration_DefaultIntegration
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| integration_id | integer <int64> |
| integration_type_id | integer <int32> Enum: 1 2 3 |
| is_enabled | boolean |
| external_id | string |
| api_key | string |
| operator_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "integration_id": 0,
- "integration_type_id": 1,
- "is_enabled": true,
- "external_id": "string",
- "api_key": "string",
- "operator_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Integration_DefaultIntegration
path Parameters
| operatorID required | integer <int64> |
| integrationID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_MemberAttendees
path Parameters
| operatorID required | integer <int64> |
query Parameters
| searchInParameter.orderBy | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 9 |
| searchInParameter.showOnlyRegistered | boolean |
| searchInParameter.id | string |
| searchInParameter.searchString | string |
| searchInParameter.page | integer <int32> |
| searchInParameter.pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "MemberResult": {
- "members": [
- {
- "user_id": "string",
- "first_name": "string",
- "last_name": "string",
- "picture_url": "string",
- "email": "string",
- "external_user_id": "string",
- "count_tickets": 0,
- "count_sent_tickets": 0,
- "has_sync_error": true
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_Update
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Request Body schema: required
string |
Responses
Request samples
- Payload
Content type
{- "email": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_Detail
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "MemberDetailResult": {
- "emails": [
- {
- "item": "string",
- "is_default": true,
- "origin": 0
}
], - "external_member_ids": [
- {
- "item": "string",
- "is_default": true,
- "origin": 0
}
], - "sessions": [
- {
- "session_type": 0,
- "app_version": "string",
- "sdk_version": "string"
}
], - "count_sent_tickets": 0,
- "count_received_tickets": 0,
- "count_entered": 0,
- "member_payment_detail": {
- "amount": 0.1,
- "amount_pending": 0.1,
- "currency_pending": "string",
- "currency": "string",
- "account_state": 0,
- "account_verification_state": 0,
- "account_state_info": "string",
- "payout_failed": true
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerBase
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
query Parameters
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainersResult": {
- "synchronization_info": {
- "has_synchronized": true,
- "last_synchronization": "2019-08-24T14:15:22Z"
}, - "containers": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerTickets
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerTicketResult": {
- "container_tickets": [
- {
- "ticket_id": "string",
- "external_ticket_id": "string",
- "external_member_id": "string",
- "barcode": "string",
- "visual_ticket_code": "string",
- "external_sales_type_id": "string",
- "sales_type": "string",
- "is_default_sales_type": true,
- "price": 0.1,
- "has_pdf": true,
- "external_access_system_reference": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "currency": 0,
- "barcode_type": 0,
- "ticket_system_barcode_state": 0,
- "pdf_downloaded": true,
- "wallet_downloaded": true,
- "has_ticketsystem": true,
- "apple_wallet_is_active": true,
- "save_apple_wallet_allowed": true,
- "save_google_pay_allowed": true,
- "nfc_code": "string",
- "permission": 0,
- "member": "string",
- "isViewedByOwner": true,
- "ticket_conditions": {
- "property1": "string",
- "property2": "string"
}
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerEvents
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventResult": {
- "container_events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerAreas
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerAreaResult": {
- "container_areas": [
- {
- "name": "string",
- "sub_area": {
- "name": "string",
- "sub_area": { }
}, - "area_id": "string",
- "external_area_id": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerSeats
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerSeatResult": {
- "container_seats": [
- {
- "entrance": "string",
- "category": "string",
- "seat_id": "string",
- "external_seat_id": "string",
- "row": "string",
- "seat": "string",
- "last_modified": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerEventTicketData
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventTicketDataResult": {
- "container_event_ticket_data": [
- {
- "external_event_id": "string",
- "event_id": "string",
- "external_ticket_id": "string",
- "external_subticket_id": "string",
- "ticket_id": "string",
- "external_area_id": "string",
- "area_id": "string",
- "external_seat_id": "string",
- "seat_id": "string",
- "price": 0.1,
- "currency": 0,
- "ticket_condition": 0,
- "is_personalized": true,
- "personalization_data": {
- "first_name": "string",
- "last_name": "string"
}
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerActions
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerActionResult": {
- "container_action_sections": [
- {
- "container_actions": [
- {
- "action": 0,
- "name": "string",
- "allowed": true
}
], - "section_name": "string",
- "external_ticket_id": "string",
- "ticket_id": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerNextEvent
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerNextEventResult": {
- "next_event": {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerLocations
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerLocationResult": {
- "container_locations": [
- {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerOrganizers
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerOrganizerResult": {
- "container_organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_ContainerSubscription
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
query Parameters
| memberID required | string |
| type required | string |
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerSubscriptionResult": {
- "container_subscription": {
- "external_subscription_id": "string",
- "website": "string",
- "description": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "name": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Member_History
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
query Parameters
| containerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| containerFilterInParameter.filterType | integer <int32> Enum: 0 1 |
| containerFilterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| containerFilterInParameter.orderID | integer <int64> |
| containerFilterInParameter.iD | integer <int64> |
| containerFilterInParameter.ticketID | integer <int64> |
| containerFilterInParameter.operator_ID | integer <int64> |
| containerFilterInParameter.operatorID | integer <int64> |
| containerFilterInParameter.userDeviceTimestamp | string <date-time> |
| containerFilterInParameter.page | integer <int32> |
| containerFilterInParameter.pageSize | integer <int32> |
| containerFilterInParameter.usePaging | boolean |
| containerFilterInParameter.fetchStream | boolean |
| containerFilterInParameter.showIsCancelledToo | boolean |
| containerFilterInParameter.memberID | integer <int64> |
| containerFilterInParameter.suppressBarcode | boolean |
| containerFilterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainersResult": {
- "synchronization_info": {
- "has_synchronized": true,
- "last_synchronization": "2019-08-24T14:15:22Z"
}, - "containers": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}MemberShipRole_Operator
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Request Body schema: required
| user_id | integer <int64> |
string | |
| operator_id | integer <int64> |
| role_id | integer <int64> |
| domain | string |
Responses
Request samples
- Payload
Content type
{- "user_id": 0,
- "email": "string",
- "operator_id": 0,
- "role_id": 0,
- "domain": "string"
}Response samples
- 200
Content type
{- "MemberShipRoleResult": {
- "roles": [
- {
- "role_id": "string",
- "name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "MemberShipRoleResult": {
- "roles": [
- {
- "role_id": "string",
- "name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}MemberShipRole_Operator
query Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Request Body schema: required
| user_id | integer <int64> |
string | |
| operator_id | integer <int64> |
| role_id | integer <int64> |
| domain | string |
Responses
Request samples
- Payload
Content type
{- "user_id": 0,
- "email": "string",
- "operator_id": 0,
- "role_id": 0,
- "domain": "string"
}Response samples
- 200
Content type
{- "MemberShipRoleResult": {
- "roles": [
- {
- "role_id": "string",
- "name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "NotificationB2BResult": {
- "notifications": [
- {
- "notification_type": 1,
- "reference_id": "string",
- "reference_type": 1,
- "notification_id": "string",
- "notification_state": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "payload": {
- "html_text": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Notifications_B2BNotifications
path Parameters
| notificationID required | string |
query Parameters
| count | integer <int32> |
Responses
Response samples
- 200
Content type
{- "NotificationB2BResult": {
- "notifications": [
- {
- "notification_type": 1,
- "reference_id": "string",
- "reference_type": 1,
- "notification_id": "string",
- "notification_state": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "payload": {
- "html_text": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_DeliveryProblems
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "DeliveryProblemResult": {
- "problems": [
- {
- "email": "string",
- "description": "string",
- "diagnose": "string",
- "send_guid": "00000000-0000-0000-0000-000000000000",
- "external_reference_id": "string",
- "name": "string",
- "datetime": "2019-08-24T14:15:22Z"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_DeliveryProblems
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| send_guid | string <uuid> |
string | |
| page | integer <int32> |
| page_size | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "send_guid": "00000000-0000-0000-0000-000000000000",
- "email": "string",
- "page": 0,
- "page_size": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_AddOperatorAsPartner
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| partner_id | integer <int64> |
| selection | integer <int32> Enum: 0 1 2 |
| page | integer <int32> |
| page_size | integer <int32> |
| partnership_type | integer <int32> Enum: 0 1 2 3 |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "partner_id": 0,
- "selection": 0,
- "page": 0,
- "page_size": 0,
- "partnership_type": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OperatorActivity
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "OperatorActivityResult": {
- "operator_activity": [
- {
- "first_name": "string",
- "last_name": "string",
- "operator_activity_type": 0,
- "date": "2019-08-24T14:15:22Z",
- "additional_data": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_RemoveOperatorAsPartner
path Parameters
| partnertype required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Application
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
object (Application) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Application
path Parameters
| operatorID required | integer <int64> |
| applicationID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
object (Application) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Application
path Parameters
| operatorID required | integer <int64> |
| applicationID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ApplicationSecrets
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "ApplicationSecretResult": {
- "application_secrets": [
- {
- "application_id": "string",
- "app_secret": "string",
- "name": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ApplicationSecrets
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
object (ApplicationSecret) | |
| page | integer <int32> |
| page_size | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "application_secret": {
- "application_id": "string",
- "app_secret": "string",
- "name": "string"
}, - "page": 0,
- "page_size": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ApplicationSecret
path Parameters
| operatorID required | integer <int64> |
| applicationSecretID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
object (ApplicationSecret) | |
| page | integer <int32> |
| page_size | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "application_secret": {
- "application_id": "string",
- "app_secret": "string",
- "name": "string"
}, - "page": 0,
- "page_size": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ApplicationSecret
path Parameters
| operatorID required | integer <int64> |
| applicationSecretID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "ContainerActionResult": {
- "container_action_sections": [
- {
- "container_actions": [
- {
- "action": 0,
- "name": "string",
- "allowed": true
}
], - "section_name": "string",
- "external_ticket_id": "string",
- "ticket_id": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OperatorContainerActions
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| allowed_container_actions | integer <int32> Enum: 0 1 2 4 8 |
Responses
Request samples
- Payload
Content type
{- "allowed_container_actions": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OperatorOrganizer
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
Array of objects (OverrideOrganizerSettings) |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "override_organizers": [
- {
- "organizer_id": 0,
- "should_override": true
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerTypeMapping
path Parameters
| operatorID required | integer <int64> |
query Parameters
| containerType.operatorID | integer <int64> |
| containerType.type | integer <int32> Enum: 0 1 2 4 8 |
| containerType.name | string |
Responses
Response samples
- 200
Content type
{- "ContainerTypeMappingResult": {
- "container_type_mappings": [
- {
- "type": 0,
- "name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerTypeMapping
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
| Type | integer <int32> Enum: 0 1 2 4 8 |
| Name | string |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "Type": 0,
- "Name": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "BillingInfoResult": {
- "billing_info": {
- "company_name": "string",
- "department": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "uid": "string"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_BillingInfo
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| company_name | string |
| department | string |
| street | string |
| zip | string |
| city | string |
| country_code | string |
| first_name | string |
| last_name | string |
string | |
| phone_number | string |
| uid | string |
Responses
Request samples
- Payload
Content type
{- "company_name": "string",
- "department": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone_number": "string",
- "uid": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_BillingOverview
path Parameters
| operatorID required | integer <int64> |
query Parameters
| billingOverviewInParameter.user_id | string |
| billingOverviewInParameter.look_till | string <date-time> |
| billingOverviewInParameter.look_from | string <date-time> |
| billingOverviewInParameter.billing_state_filter | integer <int32> Enum: 0 1 |
Responses
Response samples
- 200
Content type
{- "BillingOverviewResult": {
- "billings": [
- {
- "billing_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "price": 0.1,
- "state": 0,
- "has_billing_pdf": true
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_BillingDocument
path Parameters
| operatorID required | integer <int64> |
| billingID required | string |
Responses
Response samples
- 200
Content type
{- "BillingDocumentResult": {
- "is_successful": true,
- "stream": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_MergeContainerPDFs
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "ResourceDownloadResult": {
- "wallet_downloads": [
- {
- "ticket_id": 0,
- "download_utc_dates": [
- "2019-08-24T14:15:22Z"
], - "container_id": 0,
- "container_type": 0,
- "container_name": "string"
}
], - "pdf_downloads": [
- {
- "ticket_id": 0,
- "download_utc_dates": [
- "2019-08-24T14:15:22Z"
], - "container_id": 0,
- "container_type": 0,
- "container_name": "string"
}
], - "merged_pdf_downloads": [
- {
- "ticket_id": 0,
- "download_utc_dates": [
- "2019-08-24T14:15:22Z"
], - "container_id": 0,
- "container_type": 0,
- "container_name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSubscription
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerSubscriptionInParameter.subscription_id | integer <int64> |
| facebookMessengerSubscriptionInParameter.type | integer <int32> Enum: 1 2 3 |
| facebookMessengerSubscriptionInParameter.title | string |
| facebookMessengerSubscriptionInParameter.description | string |
| facebookMessengerSubscriptionInParameter.position | integer <int32> |
| facebookMessengerSubscriptionInParameter.locale | string |
| facebookMessengerSubscriptionInParameter.is_default | boolean |
| facebookMessengerSubscriptionInParameter.page | integer <int32> |
| facebookMessengerSubscriptionInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "FacebookMessengerSubscriptionResult": {
- "messenger_subscriptions": [
- {
- "subscription_id": 0,
- "position": 0,
- "picture_url": "string",
- "type": 1,
- "locales": {
- "property1": {
- "is_default": true,
- "title": "string",
- "description": "string"
}, - "property2": {
- "is_default": true,
- "title": "string",
- "description": "string"
}
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSubscription
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| subscription_id | integer <int64> |
| type | integer <int32> Enum: 1 2 3 |
| title | string |
| description | string |
| position | integer <int32> |
| locale | string |
| is_default | boolean |
| page | integer <int32> |
| pagesize | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "subscription_id": 0,
- "type": 1,
- "title": "string",
- "description": "string",
- "position": 0,
- "locale": "string",
- "is_default": true,
- "page": 0,
- "pagesize": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSubscription
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerSubscriptionInParameter.subscription_id | integer <int64> |
| facebookMessengerSubscriptionInParameter.type | integer <int32> Enum: 1 2 3 |
| facebookMessengerSubscriptionInParameter.title | string |
| facebookMessengerSubscriptionInParameter.description | string |
| facebookMessengerSubscriptionInParameter.position | integer <int32> |
| facebookMessengerSubscriptionInParameter.locale | string |
| facebookMessengerSubscriptionInParameter.is_default | boolean |
| facebookMessengerSubscriptionInParameter.page | integer <int32> |
| facebookMessengerSubscriptionInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSubscription
path Parameters
| operatorID required | integer <int64> |
| subscriptionID required | integer <int64> |
Request Body schema: required
| subscription_id | integer <int64> |
| type | integer <int32> Enum: 1 2 3 |
| title | string |
| description | string |
| position | integer <int32> |
| locale | string |
| is_default | boolean |
| page | integer <int32> |
| pagesize | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "subscription_id": 0,
- "type": 1,
- "title": "string",
- "description": "string",
- "position": 0,
- "locale": "string",
- "is_default": true,
- "page": 0,
- "pagesize": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerMenu
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerMenuInParameter.menu | Array of any |
| facebookMessengerMenuInParameter.locale | string |
| facebookMessengerMenuInParameter.isdefault | boolean |
| facebookMessengerMenuInParameter.page | integer <int32> |
| facebookMessengerMenuInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "FacebookMessengerMenuResult": {
- "messenger_menues": {
- "property1": [
- {
- "id": 0,
- "parent": 0,
- "title": "string",
- "type": 1,
- "web_view_height": 1,
- "messenger_extensions": true,
- "web_url": "string",
- "payload": "string"
}
], - "property2": [
- {
- "id": 0,
- "parent": 0,
- "title": "string",
- "type": 1,
- "web_view_height": 1,
- "messenger_extensions": true,
- "web_url": "string",
- "payload": "string"
}
]
}, - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerMenu
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
Array of objects (FacebookMessengerMenuItem) | |
| locale | string |
| isdefault | boolean |
| page | integer <int32> |
| pagesize | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "menu": [
- {
- "id": 0,
- "parent": 0,
- "title": "string",
- "type": 1,
- "web_view_height": 1,
- "web_url": "string",
- "use_messenger_extensions": true,
- "payload": "string"
}
], - "locale": "string",
- "isdefault": true,
- "page": 0,
- "pagesize": 0
}Response samples
- 200
Content type
{- "FacebookMessengerMenuResult": {
- "messenger_menues": {
- "property1": [
- {
- "id": 0,
- "parent": 0,
- "title": "string",
- "type": 1,
- "web_view_height": 1,
- "messenger_extensions": true,
- "web_url": "string",
- "payload": "string"
}
], - "property2": [
- {
- "id": 0,
- "parent": 0,
- "title": "string",
- "type": 1,
- "web_view_height": 1,
- "messenger_extensions": true,
- "web_url": "string",
- "payload": "string"
}
]
}, - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerMenu
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerMenuInParameter.menu | Array of any |
| facebookMessengerMenuInParameter.locale | string |
| facebookMessengerMenuInParameter.isdefault | boolean |
| facebookMessengerMenuInParameter.page | integer <int32> |
| facebookMessengerMenuInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerText
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerTextInParameter.texts | Array of any |
| facebookMessengerTextInParameter.textid | integer <int32> Enum: 1 2 3 4 5 6 7 8 |
| facebookMessengerTextInParameter.locale | string |
| facebookMessengerTextInParameter.isdefault | boolean |
| facebookMessengerTextInParameter.page | integer <int32> |
| facebookMessengerTextInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "FacebookMessengerTextResult": {
- "texts": [
- {
- "text_id": 1,
- "text": "string",
- "locale": "string",
- "is_default": true
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerText
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
Array of objects (FacebookMessengerTextItem) | |
| textid | integer <int32> Enum: 1 2 3 4 5 6 7 8 |
| locale | string |
| isdefault | boolean |
| page | integer <int32> |
| pagesize | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "texts": [
- {
- "text_id": 1,
- "text": "string",
- "locale": "string",
- "is_default": true
}
], - "textid": 1,
- "locale": "string",
- "isdefault": true,
- "page": 0,
- "pagesize": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerText
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerTextInParameter.texts | Array of any |
| facebookMessengerTextInParameter.textid | integer <int32> Enum: 1 2 3 4 5 6 7 8 |
| facebookMessengerTextInParameter.locale | string |
| facebookMessengerTextInParameter.isdefault | boolean |
| facebookMessengerTextInParameter.page | integer <int32> |
| facebookMessengerTextInParameter.pagesize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerTeam
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| user_id | string |
| member_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "user_id": "string",
- "member_id": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerTeam
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSupportTicket
path Parameters
| operatorID required | integer <int64> |
query Parameters
| facebookMessengerSupportTicketInParameter.page | integer <int32> |
| facebookMessengerSupportTicketInParameter.pagesize | integer <int32> |
| facebookMessengerSupportTicketInParameter.id | integer <int64> |
Responses
Response samples
- 200
Content type
{- "FacebookMessengerSupportTicketResult": {
- "support_tickets": [
- {
- "id": 0,
- "firstname": "string",
- "lastname": "string",
- "profile_pic": "string",
- "minutes_since_last_interaction": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSupportTicket
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| page | integer <int32> |
| pagesize | integer <int32> |
| id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "page": 0,
- "pagesize": 0,
- "id": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "FacebookMessengerSupportResult": {
- "selection": 1,
- "timezone": "string",
- "support_hours": [
- {
- "day_of_week": 0,
- "day_of_week_name": "string",
- "is_enabled": true,
- "from": "2019-08-24T14:15:22Z",
- "till": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerSupport
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| selection | integer <int32> Enum: 1 2 3 |
| timezone | string |
Array of objects (FacebookMessengerSupportTime) |
Responses
Request samples
- Payload
Content type
{- "selection": 1,
- "timezone": "string",
- "support_hours": [
- {
- "day_of_week": 0,
- "day_of_week_name": "string",
- "is_enabled": true,
- "from": "2019-08-24T14:15:22Z",
- "till": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessengerToken
path Parameters
| operatorID required | integer <int64> |
| tokenType required | integer <int32> Enum: 1 2 |
Request Body schema: required
| TokenType | integer <int32> Enum: 1 2 |
| access_token | string |
| client_id | string |
Responses
Request samples
- Payload
Content type
{- "TokenType": 1,
- "access_token": "string",
- "client_id": "string"
}Response samples
- 200
Content type
{- "StringResult": {
- "value": "string",
- "id": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "FacebookMessengerAdminResult": {
- "facebook_messenger": {
- "page_id": "string",
- "page_access_token": "string",
- "auto_response_intervall": 0,
- "use_auto_response": true,
- "use_my_tickets": true,
- "encryption_secret": "string"
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_FacebookMessenger
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| page_id | string |
| page_access_token | string |
| auto_response_intervall | integer <int32> |
| use_auto_response | boolean |
| use_my_tickets | boolean |
| encryption_secret | string |
Responses
Request samples
- Payload
Content type
{- "page_id": "string",
- "page_access_token": "string",
- "auto_response_intervall": 0,
- "use_auto_response": true,
- "use_my_tickets": true,
- "encryption_secret": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerBase
path Parameters
| operatorID required | integer <int64> |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainersResultOld": {
- "synchronization_info": {
- "has_synchronized": true,
- "last_synchronization": "2019-08-24T14:15:22Z"
}, - "containers": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerTemplates
path Parameters
| containerID required | integer <int64> |
| containerType required | string |
query Parameters
| type required | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerTemplateResult": {
- "event_templates": {
- "property1": {
- "template_id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "data": [
- {
- "data_type": 0,
- "value_type": 0,
- "value": "string"
}
]
}, - "property2": {
- "template_id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "data": [
- {
- "data_type": 0,
- "value_type": 0,
- "value": "string"
}
]
}
}, - "subscription_templates": {
- "property1": {
- "template_id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "data": [
- {
- "data_type": 0,
- "value_type": 0,
- "value": "string"
}
]
}, - "property2": {
- "template_id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "data": [
- {
- "data_type": 0,
- "value_type": 0,
- "value": "string"
}
]
}
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_ContainerTicket
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerTicketResult": {
- "container_tickets": [
- {
- "ticket_id": "string",
- "external_ticket_id": "string",
- "external_member_id": "string",
- "barcode": "string",
- "visual_ticket_code": "string",
- "external_sales_type_id": "string",
- "sales_type": "string",
- "is_default_sales_type": true,
- "price": 0.1,
- "has_pdf": true,
- "external_access_system_reference": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "currency": 0,
- "barcode_type": 0,
- "ticket_system_barcode_state": 0,
- "pdf_downloaded": true,
- "wallet_downloaded": true,
- "has_ticketsystem": true,
- "apple_wallet_is_active": true,
- "save_apple_wallet_allowed": true,
- "save_google_pay_allowed": true,
- "nfc_code": "string",
- "permission": 0,
- "member": "string",
- "isViewedByOwner": true,
- "ticket_conditions": {
- "property1": "string",
- "property2": "string"
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerTicketPDF
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| ticketID required | string |
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "PDFResult": {
- "pdf_stream": "string",
- "pdf_link": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerEvent
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventResult": {
- "container_events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerOrganizer
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerOrganizerResult": {
- "container_organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerLocation
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerLocationResult": {
- "container_locations": [
- {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerArea
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerAreaResult": {
- "container_areas": [
- {
- "name": "string",
- "sub_area": {
- "name": "string",
- "sub_area": { }
}, - "area_id": "string",
- "external_area_id": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerSeat
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerSeatResult": {
- "container_seats": [
- {
- "entrance": "string",
- "category": "string",
- "seat_id": "string",
- "external_seat_id": "string",
- "row": "string",
- "seat": "string",
- "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerAction
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerActionResult": {
- "container_action_sections": [
- {
- "container_actions": [
- {
- "action": 0,
- "name": "string",
- "allowed": true
}
], - "section_name": "string",
- "external_ticket_id": "string",
- "ticket_id": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerEventTicketData
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventTicketDataResult": {
- "container_event_ticket_data": [
- {
- "external_event_id": "string",
- "event_id": "string",
- "external_ticket_id": "string",
- "external_subticket_id": "string",
- "ticket_id": "string",
- "external_area_id": "string",
- "area_id": "string",
- "external_seat_id": "string",
- "seat_id": "string",
- "price": 0.1,
- "currency": 0,
- "ticket_condition": 0,
- "is_personalized": true,
- "personalization_data": {
- "first_name": "string",
- "last_name": "string"
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerNextEvent
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerNextEventResult": {
- "next_event": {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerSubscription
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerSubscriptionResult": {
- "container_subscription": {
- "external_subscription_id": "string",
- "website": "string",
- "description": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "name": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_ContainerCsvAssignment
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| containerType required | integer <int32> Enum: 0 1 2 4 8 |
| externalSystem required | integer <int32> Enum: 0 1 |
query Parameters
| language | string |
Responses
Response samples
- 200
Content type
{- "Result": {
- "tickets": [
- {
- "ticket_id": 0,
- "contact": {
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string"
}
}
], - "file_row_count": 0,
- "total_ticket_count": 0,
- "found_ticket_count": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_OfferAllBase
path Parameters
| operatorID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerOffersResult": {
- "containers_received": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "containers_sent": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_received_items": 0,
- "total_number_sent_items": 0,
- "total_number_pending_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferBase
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerOffersResult": {
- "containers_received": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "containers_sent": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_received_items": 0,
- "total_number_sent_items": 0,
- "total_number_pending_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferTicket
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerTicketResult": {
- "container_tickets": [
- {
- "ticket_id": "string",
- "external_ticket_id": "string",
- "external_member_id": "string",
- "barcode": "string",
- "visual_ticket_code": "string",
- "external_sales_type_id": "string",
- "sales_type": "string",
- "is_default_sales_type": true,
- "price": 0.1,
- "has_pdf": true,
- "external_access_system_reference": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "currency": 0,
- "barcode_type": 0,
- "ticket_system_barcode_state": 0,
- "pdf_downloaded": true,
- "wallet_downloaded": true,
- "has_ticketsystem": true,
- "apple_wallet_is_active": true,
- "save_apple_wallet_allowed": true,
- "save_google_pay_allowed": true,
- "nfc_code": "string",
- "permission": 0,
- "member": "string",
- "isViewedByOwner": true,
- "ticket_conditions": {
- "property1": "string",
- "property2": "string"
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferEvent
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerEventResult": {
- "container_events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferArea
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerAreaResult": {
- "container_areas": [
- {
- "name": "string",
- "sub_area": {
- "name": "string",
- "sub_area": { }
}, - "area_id": "string",
- "external_area_id": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferSeat
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerSeatResult": {
- "container_seats": [
- {
- "entrance": "string",
- "category": "string",
- "seat_id": "string",
- "external_seat_id": "string",
- "row": "string",
- "seat": "string",
- "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferEventTicketData
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerEventTicketDataResult": {
- "container_event_ticket_data": [
- {
- "external_event_id": "string",
- "event_id": "string",
- "external_ticket_id": "string",
- "external_subticket_id": "string",
- "ticket_id": "string",
- "external_area_id": "string",
- "area_id": "string",
- "external_seat_id": "string",
- "seat_id": "string",
- "price": 0.1,
- "currency": 0,
- "ticket_condition": 0,
- "is_personalized": true,
- "personalization_data": {
- "first_name": "string",
- "last_name": "string"
}
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferLocation
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerLocationResult": {
- "container_locations": [
- {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferOrganizer
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerOrganizerResult": {
- "container_organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_OfferSubscription
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerSubscriptionResult": {
- "container_subscription": {
- "external_subscription_id": "string",
- "website": "string",
- "description": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "name": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_OfferNextEvent
path Parameters
| operatorID required | integer <int64> |
| orderID required | integer <int64> |
query Parameters
| offerFilterInParameter.filter | integer <int32> Enum: 0 1 2 |
| offerFilterInParameter.order_ID | integer <int64> |
| offerFilterInParameter.orderID | integer <int64> |
| offerFilterInParameter.completed | boolean |
| offerFilterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| offerFilterInParameter.iD | integer <int64> |
| offerFilterInParameter.operator_ID | integer <int64> |
| offerFilterInParameter.operatorID | integer <int64> |
| offerFilterInParameter.page | integer <int32> |
| offerFilterInParameter.pageSize | integer <int32> |
| offerFilterInParameter.usePaging | boolean |
| offerFilterInParameter.user_Search | string |
| offerFilterInParameter.container_Search | string |
Responses
Response samples
- 200
Content type
{- "ContainerNextEventResult": {
- "next_event": {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Offer
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
| UserIP | string |
Array of objects (ContainerOfferReact) |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "UserIP": "string",
- "containers": [
- {
- "order_id": 0,
- "order_state": 0,
- "accepted_gtc": true
}
]
}Response samples
- 200
Content type
{- "ModifyOfferResult": {
- "verification_code": "string",
- "email_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_GenerateWallet
path Parameters
| operatorID required | integer <int64> |
| ticketID required | integer <int64> |
query Parameters
| lang | string |
Responses
Response samples
- 200
Content type
{- "StreamResult": {
- "stream": "string",
- "link": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_WalletTemplates
path Parameters
| operatorID required | integer <int64> |
query Parameters
| walletTemplateInParameter.template_id | integer <int32> |
| walletTemplateInParameter.page | integer <int32> |
| walletTemplateInParameter.pageSize | integer <int32> |
| walletTemplateInParameter.template_name | string |
| walletTemplateInParameter.template_language | string |
| walletTemplateInParameter.template_json | string |
| walletTemplateInParameter.is_default_template | boolean |
| walletTemplateInParameter.is_default_language | boolean |
Responses
Response samples
- 200
Content type
{- "WalletTemplateResult": {
- "wallet_templates": {
- "property1": [
- {
- "name": "string",
- "language": "string",
- "template_json": "string",
- "is_default_template": true,
- "is_default_language": true
}
], - "property2": [
- {
- "name": "string",
- "language": "string",
- "template_json": "string",
- "is_default_template": true,
- "is_default_language": true
}
]
}, - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_WalletTemplates
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| template_id | integer <int32> |
| Page | integer <int32> |
| PageSize | integer <int32> |
| template_name | string |
| template_language | string |
| template_json | string |
| is_default_template | boolean |
| is_default_language | boolean |
Responses
Request samples
- Payload
Content type
{- "template_id": 0,
- "Page": 0,
- "PageSize": 0,
- "template_name": "string",
- "template_language": "string",
- "template_json": "string",
- "is_default_template": true,
- "is_default_language": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_WalletTemplates
path Parameters
| operatorID required | integer <int64> |
query Parameters
| templateID | integer <int32> |
| language | string |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_WalletTemplate
path Parameters
| operatorID required | integer <int64> |
| templateID required | integer <int32> |
| language required | string |
Request Body schema: required
| template_id | integer <int32> |
| Page | integer <int32> |
| PageSize | integer <int32> |
| template_name | string |
| template_language | string |
| template_json | string |
| is_default_template | boolean |
| is_default_language | boolean |
Responses
Request samples
- Payload
Content type
{- "template_id": 0,
- "Page": 0,
- "PageSize": 0,
- "template_name": "string",
- "template_language": "string",
- "template_json": "string",
- "is_default_template": true,
- "is_default_language": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "TicketManagerLoginResult": {
- "has_ticket_system": true,
- "has_valid_login_in_ticketsystem": true,
- "ticketmanager_email": "string",
- "sync_enabled": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_SynchronizeLoginB2B
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| username | string |
| password | string |
| ScopeAccessToken | string |
| RouteIdentifier | string |
| UserString | string |
| ExternalCustomerID | string |
| SignName | string |
| FirstName | string |
| LastName | string |
string | |
| Phone | string |
| ScopeMemberID | string |
Responses
Request samples
- Payload
Content type
{- "username": "string",
- "password": "string",
- "ScopeAccessToken": "string",
- "RouteIdentifier": "string",
- "UserString": "string",
- "ExternalCustomerID": "string",
- "SignName": "string",
- "FirstName": "string",
- "LastName": "string",
- "Email": "string",
- "Phone": "string",
- "ScopeMemberID": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "TicketManagerResult": {
- "ticket_manager_email": "string",
- "ticket_system_members": [
- {
- "operator_id": "string",
- "operator_name": "string",
- "external_member_id": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_TicketManagers
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| ticket_manager_email | string |
Array of objects (TicketSystemMemberItem) |
Responses
Request samples
- Payload
Content type
{- "ticket_manager_email": "string",
- "ticket_system_members": [
- {
- "operator_id": "string",
- "operator_name": "string",
- "external_member_id": "string"
}
]
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Operator
Request Body schema: required
object (Operator) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Operator
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
object (Operator) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
}Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_Maintenance
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
object (Operator) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Responses
Request samples
- Payload
Content type
{- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_GenerateNewTicketErrors
path Parameters
| operatorID required | integer <int64> |
query Parameters
| eventFilterInParameter.operatorID | integer <int64> |
| eventFilterInParameter.page | integer <int32> |
| eventFilterInParameter.pageSize | integer <int32> |
| eventFilterInParameter.eventid | integer <int64> |
| eventFilterInParameter.date | string <date-time> |
| eventFilterInParameter.eventname | string |
Responses
Response samples
- 200
Content type
{- "GenerateNewTicketErrorsResult": {
- "errors": [
- {
- "order_id": 0,
- "member_from": "string",
- "member_id_from": 0,
- "member_to": "string",
- "member_id_to": 0,
- "error_message": "string",
- "event_name": "string",
- "error_date": "2019-08-24T14:15:22Z"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "SynchronizeContainerSettingsResult": {
- "settings": {
- "operator_id": 0,
- "import_action": 0,
- "synchronize_min_date": "2019-08-24T14:15:22Z",
- "override_by_notification": true,
- "whitelist": {
- "NotSpecified": [
- "string"
], - "Ticket": [
- "string"
], - "SeasonTicketGlobalBarcode": [
- "string"
], - "SeasonTicketManyBarcodes": [
- "string"
], - "CombinedTicket": [
- "string"
]
}, - "synchronize_actions": [
- "string"
], - "synchronize_types": [
- "string"
], - "do_upload_pdfs": [
- "string"
], - "synchronize_free_containers": [
- "string"
]
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_SynchronizationSettings
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| import_action | integer <int32> Enum: 0 1 2 3 |
| synchronize_min_date | string <date-time> |
| override_by_notification | boolean |
object | |
| synchronize_actions | Array of strings |
| synchronize_types | Array of strings |
| do_upload_pdfs | Array of strings |
| synchronize_free_containers | Array of strings |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "import_action": 0,
- "synchronize_min_date": "2019-08-24T14:15:22Z",
- "override_by_notification": true,
- "whitelist": {
- "NotSpecified": [
- "string"
], - "Ticket": [
- "string"
], - "SeasonTicketGlobalBarcode": [
- "string"
], - "SeasonTicketManyBarcodes": [
- "string"
], - "CombinedTicket": [
- "string"
]
}, - "synchronize_actions": [
- "string"
], - "synchronize_types": [
- "string"
], - "do_upload_pdfs": [
- "string"
], - "synchronize_free_containers": [
- "string"
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SynchronizeContainerTypesResult": {
- "container_types": [
- {
- "type": 0,
- "name": "string"
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_TransactionsOperator
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "PaymentTransactionsOperatorResult": {
- "transactions": [
- {
- "order_id": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "amount": 0.1,
- "fee": 0.1,
- "currency": "string",
- "count_tickets": 0,
- "order_sender": "string",
- "order_receiver": "string",
- "payment_state": 0,
- "send_type": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_TransactionsMember
path Parameters
| operatorID required | integer <int64> |
| memberID required | integer <int64> |
query Parameters
| paymentTransactionsMemberInParameter.filter | integer <int32> Enum: 0 1 2 |
| paymentTransactionsMemberInParameter.page | integer <int32> |
| paymentTransactionsMemberInParameter.page_size | integer <int32> |
Responses
Response samples
- 200
Content type
{- "PaymentTransactionsMemberResult": {
- "transactions": [
- {
- "order_id": 0,
- "direction": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "amount": 0.1,
- "fee": 0.1,
- "currency": "string",
- "count_tickets": 0,
- "full_name": "string",
- "last_four": "string",
- "brand": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Request samples
- Payload
Content type
{- "payload": "string"
}Response samples
- 200
Content type
{- "FacebookMessengerPluginResult": {
- "encrypted_payload": "string",
- "app_id": "string",
- "page_id": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Operator_RevokeContainerTicket
path Parameters
| operatorID required | integer <int64> |
| ticketID required | integer <int64> |
Request Body schema: required
| ticket_id | integer <int64> |
| operator_id | integer <int64> |
| Message | string |
Responses
Request samples
- Payload
Content type
{- "ticket_id": 0,
- "operator_id": 0,
- "Message": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerBase
path Parameters
| operatorID required | integer <int64> |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainersResult": {
- "synchronization_info": {
- "has_synchronized": true,
- "last_synchronization": "2019-08-24T14:15:22Z"
}, - "containers": [
- {
- "type": 0,
- "ticket_data_type": 0,
- "ticket_system_type": "string",
- "type_name": "string",
- "is_special": true,
- "id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "count": 0,
- "process_info": {
- "payment_state": 0,
- "send_type": 0,
- "permission_state": 0,
- "offer_state": 0,
- "to_user": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}
}, - "external_reference_id": "string",
- "suppress_notification": true,
- "shopping_cart_id": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "privacy_policy_url": "string",
- "has_invalid_barcode": true,
- "create_offer_without_registration": true,
- "use_explicit_opt_in": true,
- "events_imported_separately": true,
- "additional_name": "string",
- "allowed_send_types": [
- 0
], - "allowed_payment_states": [
- 0
], - "default_send_type": 0,
- "default_payment_state": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "order_id": 0,
- "order_sent_state": 0,
- "order_state": 0,
- "order_partner": {
- "user_id": "string",
- "sign_name": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "phone": "string",
- "language": "string",
- "external_customer_id": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "facebook_user_id": "string",
- "scope_member_id": "string"
}, - "order_utc_created_date": "2019-08-24T14:15:22Z",
- "order_price": 0.1,
- "order_fee": 0.1,
- "original_order_price": 0.1,
- "currency": "string",
- "show_payment_view": true,
- "order_event_id": 0,
- "register_to_accept": true,
- "accepted_gtc": true,
- "message": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerTickets
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerTicketResult": {
- "container_tickets": [
- {
- "ticket_id": "string",
- "external_ticket_id": "string",
- "external_member_id": "string",
- "barcode": "string",
- "visual_ticket_code": "string",
- "external_sales_type_id": "string",
- "sales_type": "string",
- "is_default_sales_type": true,
- "price": 0.1,
- "has_pdf": true,
- "external_access_system_reference": "string",
- "valid_from": "2019-08-24T14:15:22Z",
- "valid_till": "2019-08-24T14:15:22Z",
- "currency": 0,
- "barcode_type": 0,
- "ticket_system_barcode_state": 0,
- "pdf_downloaded": true,
- "wallet_downloaded": true,
- "has_ticketsystem": true,
- "apple_wallet_is_active": true,
- "save_apple_wallet_allowed": true,
- "save_google_pay_allowed": true,
- "nfc_code": "string",
- "permission": 0,
- "member": "string",
- "isViewedByOwner": true,
- "ticket_conditions": {
- "property1": "string",
- "property2": "string"
}
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerEvent
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventResult": {
- "container_events": [
- {
- "name": "string",
- "additional_text": "string",
- "tag_refs": [
- "string"
], - "event_set": {
- "name": "string",
- "event_set_overview_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "event_set_id": "string",
- "external_event_set_id": "string",
- "event_set_url": "string",
- "description": "string",
- "date_from": "2019-08-24T14:15:22Z",
- "date_to": "2019-08-24T14:15:22Z"
}, - "event_set_ref": "string",
- "event_organizer": {
- "event_organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}
}, - "organizer_ref": "string",
- "organizer": {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}, - "location": {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}, - "event_category": [
- {
- "event_category_id": "string",
- "external_event_category_id": "string",
- "name": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "category_refs": [
- "string"
], - "state": 0,
- "subscription_state": 0,
- "event_id": "string",
- "external_event_id": "string",
- "event_url": "string",
- "tags": [
- "string"
], - "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "location_ref": "string",
- "picture_overview": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "picture_banner": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "description": "string",
- "is_special": true,
- "do_personalization": true
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerLocation
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerLocationResult": {
- "container_locations": [
- {
- "location_id": "string",
- "external_location_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "lat": "string",
- "lon": "string",
- "description": "string",
- "last_modified": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerArea
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerAreaResult": {
- "container_areas": [
- {
- "name": "string",
- "sub_area": {
- "name": "string",
- "sub_area": { }
}, - "area_id": "string",
- "external_area_id": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerSeat
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerSeatResult": {
- "container_seats": [
- {
- "entrance": "string",
- "category": "string",
- "seat_id": "string",
- "external_seat_id": "string",
- "row": "string",
- "seat": "string",
- "last_modified": "string"
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_PermissionContainerEventTicketData
path Parameters
| operatorID required | integer <int64> |
| containerID required | integer <int64> |
| type required | integer <int32> Enum: 0 1 2 4 8 |
query Parameters
| filterInParameter.type | integer <int32> Enum: 0 1 2 4 8 |
| filterInParameter.filterType | integer <int32> Enum: 0 1 |
| filterInParameter.ticketStateFilter | integer <int32> Enum: 0 1 2 5 6 7 8 9 10 11 12 15 |
| filterInParameter.orderID | integer <int64> |
| filterInParameter.iD | integer <int64> |
| filterInParameter.ticketID | integer <int64> |
| filterInParameter.operator_ID | integer <int64> |
| filterInParameter.operatorID | integer <int64> |
| filterInParameter.userDeviceTimestamp | string <date-time> |
| filterInParameter.page | integer <int32> |
| filterInParameter.pageSize | integer <int32> |
| filterInParameter.usePaging | boolean |
| filterInParameter.fetchStream | boolean |
| filterInParameter.showIsCancelledToo | boolean |
| filterInParameter.memberID | integer <int64> |
| filterInParameter.suppressBarcode | boolean |
| filterInParameter.getNfcCode | boolean |
Responses
Response samples
- 200
Content type
{- "ContainerEventTicketDataResult": {
- "container_event_ticket_data": [
- {
- "external_event_id": "string",
- "event_id": "string",
- "external_ticket_id": "string",
- "external_subticket_id": "string",
- "ticket_id": "string",
- "external_area_id": "string",
- "area_id": "string",
- "external_seat_id": "string",
- "seat_id": "string",
- "price": 0.1,
- "currency": 0,
- "ticket_condition": 0,
- "is_personalized": true,
- "personalization_data": {
- "first_name": "string",
- "last_name": "string"
}
}
], - "total_number_items": 0
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "FilterSubscriptionEventResult": {
- "subscriptions": [
- {
- "subscription_id": 0,
- "external_id": "string",
- "name": "string",
- "from_date": "2019-08-24T14:15:22Z",
- "to_date": "2019-08-24T14:15:22Z",
- "events": [
- {
- "name": "string",
- "external_id": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "additional_text": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Operator_UpdateOperatorSubscription
path Parameters
| operatorID required | integer <int64> |
| subscriptionID required | integer <int64> |
Request Body schema: required
| from_date | string <date-time> |
| to_date | string <date-time> |
Responses
Request samples
- Payload
Content type
{- "from_date": "2019-08-24T14:15:22Z",
- "to_date": "2019-08-24T14:15:22Z"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Partner_ReactToOfferChannel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| channel_id | integer <int64> |
| reseller_id | integer <int64> |
| action | integer <int32> Enum: 1 2 3 4 5 |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "channel_id": 0,
- "reseller_id": 0,
- "action": 1,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Partner_Search
path Parameters
| partnerType required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
query Parameters
| name | string |
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Partner_Partners
path Parameters
| partnerType required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| partner_id | integer <int64> |
| action | integer <int32> Enum: 1 2 3 4 5 |
| PartnerType | integer <int32> Enum: 0 1 2 3 |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "partner_id": 0,
- "action": 1,
- "PartnerType": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Partner_Partners
path Parameters
| partnerType required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| partner_id | integer <int64> |
| action | integer <int32> Enum: 1 2 3 4 5 |
| PartnerType | integer <int32> Enum: 0 1 2 3 |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "partner_id": 0,
- "action": 1,
- "PartnerType": 0
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Partner_Partner
path Parameters
| partnerType required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
| partnerID required | integer <int64> |
query Parameters
| selection | integer <int32> Enum: 0 1 2 |
Responses
Response samples
- 200
Content type
{- "OperatorResult": {
- "operator": {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}, - "operators": [
- {
- "operator_id": "string",
- "name": "string",
- "support_email": "string",
- "ticketmanager_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_reseller": true,
- "is_provider": true,
- "send_mail_via_keyper": true,
- "ticket_delivery_via_keyper": true,
- "register_to_accept": true,
- "create_offer_without_registration": true,
- "send_cancel_notifications": true,
- "partner_contract_state": 0,
- "pending_direction": 1,
- "sold_items": 0,
- "is_sponsor": true,
- "parent_operator_id": 0,
- "use_explicit_optin": true,
- "member_cancellation_check": true,
- "has_whitelabel_data": true,
- "privacy_policy": "string",
- "in_maintenance": true,
- "has_web_component": true,
- "use_access_system_for_transfer": true
}
], - "organizers": [
- {
- "organizer_id": "string",
- "external_event_organizer_id": "string",
- "name": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "country_code": "string",
- "support_email": "string",
- "support_phone_number": "string",
- "website": "string",
- "gtc_link": "string",
- "gtc_last_update": "2019-08-24T14:15:22Z",
- "contract": 0,
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "default_event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "last_modified": "string"
}
], - "application": {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}, - "applications": [
- {
- "application_id": "string",
- "api_key": "00000000-0000-0000-0000-000000000000",
- "description": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Partner_Partner
path Parameters
| partnerType required | integer <int32> Enum: 0 1 2 3 |
| operatorID required | integer <int64> |
| partnerID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "PaymentSettingsResult": {
- "payment_settings": {
- "stripe_secret_key": "string",
- "stripe_publishable_key": "string",
- "currency": "string",
- "payout_interval_id": 0,
- "payout_delay_days": 0,
- "payout_weelky_anchor": 1,
- "payout_monthly_anchor": 0,
- "subtract_price_max_amount": 0.1,
- "add_price_max_amount": 0.1,
- "subtract_price_percent": 0.1,
- "add_price_percent": 0.1,
- "fixed_amount_fee": 0.1,
- "percentage_fee": 0.1,
- "minimum_fee": 0.1,
- "maximum_fee": 0.1,
- "keyper_minimum_fee": 0.1,
- "keyper_percentage_fee": 0.1,
- "webhook_signing_secret": "string",
- "webhook_url": "string"
}, - "webhook_url": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Payment_Settings
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| stripe_secret_key | string |
| stripe_publishable_key | string |
| currency | string |
| payout_interval_id | integer <int32> Enum: 0 1 2 3 |
| payout_delay_days | integer <int32> |
| payout_weekly_anchor | integer <int32> Enum: 1 2 3 4 5 6 7 |
| payout_monthly_anchor | integer <int32> |
| subtract_price_max_amount | number <double> |
| add_price_max_amount | number <double> |
| subtract_price_percent | number <double> |
| add_price_percent | number <double> |
| fixed_amount_fee | number <double> |
| percentage_fee | number <double> |
| minimum_fee | number <double> |
| maximum_fee | number <double> |
| webhook_signing_secret | string |
| webhook_identifier | string |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "stripe_secret_key": "string",
- "stripe_publishable_key": "string",
- "currency": "string",
- "payout_interval_id": 0,
- "payout_delay_days": 0,
- "payout_weekly_anchor": 1,
- "payout_monthly_anchor": 0,
- "subtract_price_max_amount": 0.1,
- "add_price_max_amount": 0.1,
- "subtract_price_percent": 0.1,
- "add_price_percent": 0.1,
- "fixed_amount_fee": 0.1,
- "percentage_fee": 0.1,
- "minimum_fee": 0.1,
- "maximum_fee": 0.1,
- "webhook_signing_secret": "string",
- "webhook_identifier": "string"
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Payment_PaymentMethodSettings
path Parameters
| operatorID required | integer <int64> |
query Parameters
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "PaymentMethodSettingsResult": {
- "payment_methods": {
- "property1": true,
- "property2": true
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Payment_PaymentMethodSettings
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| OperatorID | integer <int64> |
object |
Responses
Request samples
- Payload
Content type
{- "OperatorID": 0,
- "payment_methods": {
- "property1": true,
- "property2": true
}
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "Result": {
- "setting_id": 0,
- "privacy_policy": "string",
- "is_enabled": true,
- "auto_delete": true,
- "auto_delete_interval": 0,
- "sections": [
- {
- "section_id": 0,
- "default_label": "string",
- "index": 0,
- "translations": [
- {
- "locale": "string",
- "label": "string"
}
], - "fields": [
- 0
]
}
], - "custom_fields": [
- {
- "field_id": 0,
- "id": "string",
- "default_label": "string",
- "type": 1,
- "component": 1,
- "required": true,
- "readonly": true,
- "default_placeholder": "string",
- "translations": [
- {
- "locale": "string",
- "label": "string",
- "placeholder": "string"
}
]
}
], - "standard_fields": [
- {
- "field_id": 0,
- "id": "string",
- "default_label": "string",
- "type": 1,
- "component": 1,
- "required": true,
- "readonly": true,
- "default_placeholder": "string",
- "translations": [
- {
- "locale": "string",
- "label": "string",
- "placeholder": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_PersonalizationSetting
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| is_enabled | boolean |
| auto_delete | boolean |
| auto_delete_interval | integer <int32> |
Responses
Request samples
- Payload
Content type
{- "is_enabled": true,
- "auto_delete": true,
- "auto_delete_interval": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_SectionFieldLink
path Parameters
| operatorID required | integer <int64> |
| sectionID required | integer <int64> |
| settingID required | string |
Request Body schema: required
Array of objects (PersonalizationSectionFieldLink) | |||||
Array
| |||||
Responses
Request samples
- Payload
Content type
{- "fields": [
- {
- "field_id": 0,
- "index": 0
}
]
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Section
path Parameters
| operatorID required | integer <int64> |
| settingID required | integer <int64> |
Request Body schema: required
| default_label | string |
| index | integer <int32> |
object |
Responses
Request samples
- Payload
Content type
{- "default_label": "string",
- "index": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Section
path Parameters
| operatorID required | integer <int64> |
| sectionID required | integer <int64> |
| settingID required | string |
Request Body schema: required
| default_label | string |
| index | integer <int32> |
object |
Responses
Request samples
- Payload
Content type
{- "default_label": "string",
- "index": 0,
- "translations": {
- "property1": "string",
- "property2": "string"
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Section
path Parameters
| operatorID required | integer <int64> |
| sectionID required | integer <int64> |
| settingID required | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Field
path Parameters
| operatorID required | integer <int64> |
| settingID required | integer <int64> |
Request Body schema: required
| id | string |
| default_label | string |
| type | integer <int32> Enum: 1 2 3 4 5 |
| component | integer <int32> Enum: 1 2 3 |
| readonly | boolean |
| required | boolean |
| default_placeholder | string |
object |
Responses
Request samples
- Payload
Content type
{- "id": "string",
- "default_label": "string",
- "type": 1,
- "component": 1,
- "readonly": true,
- "required": true,
- "default_placeholder": "string",
- "translations": {
- "property1": {
- "label": "string",
- "placeholder": "string"
}, - "property2": {
- "label": "string",
- "placeholder": "string"
}
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Field
path Parameters
| operatorID required | integer <int64> |
| fieldID required | integer <int64> |
| settingID required | string |
Request Body schema: required
| id | string |
| default_label | string |
| type | integer <int32> Enum: 1 2 3 4 5 |
| component | integer <int32> Enum: 1 2 3 |
| readonly | boolean |
| required | boolean |
| default_placeholder | string |
object |
Responses
Request samples
- Payload
Content type
{- "id": "string",
- "default_label": "string",
- "type": 1,
- "component": 1,
- "readonly": true,
- "required": true,
- "default_placeholder": "string",
- "translations": {
- "property1": {
- "label": "string",
- "placeholder": "string"
}, - "property2": {
- "label": "string",
- "placeholder": "string"
}
}
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_Field
path Parameters
| operatorID required | integer <int64> |
| fieldID required | integer <int64> |
| settingID required | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_EventPersonalization
path Parameters
| operatorID required | integer <int64> |
| eventID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "Result": {
- "people": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Personalization_EventPersonalizationExport
path Parameters
| operatorID required | integer <int64> |
| eventID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}ProviderChannel_Channels
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| channel_id | string |
| operator_id | string |
| description | string |
| name | string |
| provision | number <double> |
| channel_state | integer <int32> Enum: 0 1 3 4 |
| channel_type | integer <int32> Enum: 0 1 |
| partner_id_invitations | Array of integers <int64> [ items <int64 > ] |
| ticket_system_id | string |
| partner_id | string |
| selection | integer <int32> Enum: 0 1 2 |
| page | integer <int32> |
| page_size | integer <int32> |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "channel_id": "string",
- "operator_id": "string",
- "description": "string",
- "name": "string",
- "provision": 0.1,
- "channel_state": 0,
- "channel_type": 0,
- "partner_id_invitations": [
- 0
], - "ticket_system_id": "string",
- "partner_id": "string",
- "selection": 0,
- "page": 0,
- "page_size": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ProviderChannel_Channel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Request Body schema: required
| channel_id | string |
| operator_id | string |
| description | string |
| name | string |
| provision | number <double> |
| channel_state | integer <int32> Enum: 0 1 3 4 |
| channel_type | integer <int32> Enum: 0 1 |
| partner_id_invitations | Array of integers <int64> [ items <int64 > ] |
| ticket_system_id | string |
| partner_id | string |
| selection | integer <int32> Enum: 0 1 2 |
| page | integer <int32> |
| page_size | integer <int32> |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "channel_id": "string",
- "operator_id": "string",
- "description": "string",
- "name": "string",
- "provision": 0.1,
- "channel_state": 0,
- "channel_type": 0,
- "partner_id_invitations": [
- 0
], - "ticket_system_id": "string",
- "partner_id": "string",
- "selection": 0,
- "page": 0,
- "page_size": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ProviderChannel_Channel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_ChannelsOfPartner
path Parameters
| operatorID required | integer <int64> |
query Parameters
| providerIDs required | Array of integers <int64> [ items <int64 > ] |
| page | integer <int32> |
| pageSize | integer <int32> |
Responses
Response samples
- 200
Content type
{- "OfferChannelResellerResult": {
- "channels": [
- {
- "provider_id": "string",
- "provider_name": "string",
- "personal_provision": 0.1,
- "channel_relation_state": 0,
- "provision": 0.1,
- "channel_type": 0,
- "description": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "channel_id": "string",
- "name": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_Channel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Request Body schema: required
| channel_id | integer <int64> |
| operator_id | integer <int64> |
| is_connected | boolean |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "channel_id": 0,
- "operator_id": 0,
- "is_connected": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_GetEvents
path Parameters
| operatorID required | string |
| channelID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "StringListResult": {
- "string_list": [
- "string"
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_GetEventCategoryFilter
path Parameters
| operatorID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "StringListResult": {
- "string_list": [
- "string"
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_GetCityFilter
path Parameters
| operatorID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "StringListResult": {
- "string_list": [
- "string"
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_GetEventCategories
path Parameters
| operatorID required | string |
| channelID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "StringListResult": {
- "string_list": [
- "string"
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_SalesChannels
path Parameters
| operatorID required | string |
query Parameters
| salesChannelSelectInParameter.operator_id | integer <int64> |
| salesChannelSelectInParameter.channel_id | integer <int64> |
| salesChannelSelectInParameter.is_active | boolean |
| salesChannelSelectInParameter.is_bookable | boolean |
| salesChannelSelectInParameter.is_sold_out | boolean |
| salesChannelSelectInParameter.page | integer <int32> |
| salesChannelSelectInParameter.page_size | integer <int32> |
| salesChannelSelectInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| salesChannelSelectInParameter.error_number | integer <int32> |
| salesChannelSelectInParameter.error_message | string |
| salesChannelSelectInParameter.error_stack_trance | string |
| salesChannelSelectInParameter.errorLink | string |
| salesChannelSelectInParameter.errors | Array of any |
| salesChannelSelectInParameter.warnings | Array of any |
| salesChannelSelectInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "SalesChannelResult": {
- "channels": [
- {
- "event_count": 0,
- "app_key": "00000000-0000-0000-0000-000000000000",
- "channel_state": 0,
- "channel_id": "string",
- "name": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_SalesChannels
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| channel_id | integer <int64> |
| name | string |
| offer_channel_ids | Array of integers <int64> [ items <int64 > ] |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "channel_id": 0,
- "name": "string",
- "offer_channel_ids": [
- 0
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_SalesChannel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| channel_id | integer <int64> |
| name | string |
| offer_channel_ids | Array of integers <int64> [ items <int64 > ] |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "channel_id": 0,
- "name": "string",
- "offer_channel_ids": [
- 0
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_SalesChannel
path Parameters
| operatorID required | integer <int64> |
| channelID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_OfferChannelOfSalesChannel
path Parameters
| operatorID required | string |
| channelID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "OfferChannelResellerResult": {
- "channels": [
- {
- "provider_id": "string",
- "provider_name": "string",
- "personal_provision": 0.1,
- "channel_relation_state": 0,
- "provision": 0.1,
- "channel_type": 0,
- "description": "string",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "channel_id": "string",
- "name": "string"
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}ResellerChannel_PartnersOfSalesChannel
path Parameters
| operatorID required | string |
| channelID required | string |
query Parameters
| channelInParameter.operator_id | integer <int64> |
| channelInParameter.channel_id | integer <int64> |
| channelInParameter.channel_type | integer <int32> Enum: 0 1 2 |
| channelInParameter.selection | integer <int32> Enum: 0 1 2 |
| channelInParameter.provider_ids | Array of integers <int64> [ items <int64 > ] |
| channelInParameter.cities | Array of strings |
| channelInParameter.event_categories | Array of strings |
| channelInParameter.client_time | string <date-time> |
| channelInParameter.page | integer <int32> |
| channelInParameter.page_size | integer <int32> |
| channelInParameter.filter_selection | integer <int32> Enum: 0 1 |
| channelInParameter.error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| channelInParameter.error_number | integer <int32> |
| channelInParameter.error_message | string |
| channelInParameter.error_stack_trance | string |
| channelInParameter.errorLink | string |
| channelInParameter.errors | Array of any |
| channelInParameter.warnings | Array of any |
| channelInParameter.field_errors | Array of any |
Responses
Response samples
- 200
Content type
{- "ChannelPartnerResult": {
- "partners": [
- {
- "operator_id": "string",
- "name": "string",
- "provision": 0.1,
- "partner_state": 0
}
], - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Security_Secret
Request Body schema: required
| operator_id | string |
Array of objects (SignAPIKey) | |
object (SignAPIKey) | |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "operator_id": "string",
- "api_keys": [
- {
- "reference_id": "string",
- "use_signing": true,
- "secret": "string",
- "key_type": 0
}
], - "api_key": {
- "reference_id": "string",
- "use_signing": true,
- "secret": "string",
- "key_type": 0
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Security_Signing
Request Body schema: required
| operator_id | string |
Array of objects (SignAPIKey) | |
object (SignAPIKey) | |
| error_type | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 |
| error_number | integer <int32> |
| error_message | string |
| error_stack_trance | string |
| ErrorLink | string |
Array of objects (KeyperErrorInfoItem) | |
Array of objects (KeyperWarningInfoItem) | |
Array of objects (ClassFieldError) |
Responses
Request samples
- Payload
Content type
{- "operator_id": "string",
- "api_keys": [
- {
- "reference_id": "string",
- "use_signing": true,
- "secret": "string",
- "key_type": 0
}
], - "api_key": {
- "reference_id": "string",
- "use_signing": true,
- "secret": "string",
- "key_type": 0
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "CustomizeSingleSignOnResult": {
- "single_sign_on": {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}, - "single_sign_on_systems": [
- {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_Systems
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| protocol | integer <int32> Enum: 0 1 2 3 |
| provider | integer <int32> Enum: 0 1 2 3 4 5 6 7 |
| route_identifier | string |
| base_url | string |
| authorization_url | string |
| token_endpoint | string |
| token_introspection_endpoint | string |
| user_info_endpoint | string |
| is_non_standard_user_info_endpoint | boolean |
| long_term_token_endpoint | string |
| client_id | string |
| client_secret | string |
| main_url | string |
| profile_url | string |
| well_known_configuration_url | string |
| back_button_text | string |
| ticketsystem_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "protocol": 0,
- "provider": 0,
- "route_identifier": "string",
- "base_url": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "ticketsystem_id": 0
}Response samples
- 200
Content type
{- "CustomizeSingleSignOnResult": {
- "single_sign_on": {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}, - "single_sign_on_systems": [
- {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_System
path Parameters
| operatorID required | integer <int64> |
| singleSignOnID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "CustomizeSingleSignOnResult": {
- "single_sign_on": {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}, - "single_sign_on_systems": [
- {
- "single_sign_on_id": 0,
- "route_identifier": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "protocol": 0,
- "provider": 0,
- "base_url": "string",
- "ticketsystem_id": 0,
- "relation": {
- "is_enabled": true,
- "is_own_system": true,
- "operator_name": "string"
}
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_System
path Parameters
| operatorID required | integer <int64> |
| singleSignOnID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| protocol | integer <int32> Enum: 0 1 2 3 |
| provider | integer <int32> Enum: 0 1 2 3 4 5 6 7 |
| route_identifier | string |
| base_url | string |
| authorization_url | string |
| token_endpoint | string |
| token_introspection_endpoint | string |
| user_info_endpoint | string |
| is_non_standard_user_info_endpoint | boolean |
| long_term_token_endpoint | string |
| client_id | string |
| client_secret | string |
| main_url | string |
| profile_url | string |
| well_known_configuration_url | string |
| back_button_text | string |
| ticketsystem_id | integer <int64> |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "protocol": 0,
- "provider": 0,
- "route_identifier": "string",
- "base_url": "string",
- "authorization_url": "string",
- "token_endpoint": "string",
- "token_introspection_endpoint": "string",
- "user_info_endpoint": "string",
- "is_non_standard_user_info_endpoint": true,
- "long_term_token_endpoint": "string",
- "client_id": "string",
- "client_secret": "string",
- "main_url": "string",
- "profile_url": "string",
- "well_known_configuration_url": "string",
- "back_button_text": "string",
- "ticketsystem_id": 0
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_System
path Parameters
| operatorID required | integer <int64> |
| singleSignOnID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_Relation
path Parameters
| operatorID required | integer <int64> |
| singleSignOnID required | integer <int64> |
| targetOperatorID required | integer <int64> |
Request Body schema: required
| is_enabled | boolean |
Responses
Request samples
- Payload
Content type
{- "is_enabled": true
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}SingleSignOn_Relation
path Parameters
| operatorID required | integer <int64> |
| singleSignOnID required | integer <int64> |
| targetOperatorID required | integer <int64> |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "StatisticSettingsResult": {
- "previous_event": {
- "event_id": "string",
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_sponsor_event": true
}, - "current_event": {
- "event_id": "string",
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "entrance_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "is_sponsor_event": true
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Statistics_StatisticEvent
path Parameters
| operatorID required | integer <int64> |
| eventID required | integer <int64> |
| statisticName required | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
query Parameters
| statisticsInParameter.statisticsEventType | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
| statisticsInParameter.statisticsGeneralType | integer <int32> Enum: 1 2 |
| statisticsInParameter.operatorID | integer <int64> |
| statisticsInParameter.eventID | integer <int64> |
| statisticsInParameter.page | integer <int32> |
| statisticsInParameter.pageSize | integer <int32> |
| statisticsInParameter.dateFrom | string <date-time> |
| statisticsInParameter.dateTo | string <date-time> |
| statisticsInParameter.order_by | integer <int32> Enum: 0 1 2 3 4 5 6 7 12 13 14 15 |
| statisticsInParameter.isComplete | boolean |
| statisticsInParameter.isSponsor | boolean |
Responses
Response samples
- 200
Content type
{- "StatisticsResult": {
- "event_detail": [
- {
- "organizer_id": 0,
- "event_id": 0,
- "external_event_id": "string",
- "event_name": "string",
- "ticket_count": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "member_count": 0,
- "sent_ticket_count": 0,
- "entered_ticket_count": 0,
- "event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "show_sponsor_statistics": true,
- "do_personalization": true,
- "personalization_enabled": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_sent_tickets_by_area": [
- {
- "area_id": 0,
- "name": "string",
- "count_overall": 0,
- "count_accepted": 0,
- "pending_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_members_with_order": [
- {
- "order_id": 0,
- "username_from": "string",
- "email_from": "string",
- "external_member_id_from": "string",
- "username_to": "string",
- "email_to": "string",
- "external_member_id_to": "string",
- "is_complete": true,
- "order_state": 0,
- "payment_state": 0,
- "sent_type": 0,
- "area": "string",
- "seat": "string",
- "row": "string",
- "is_entered": true,
- "created_date": "2019-08-24T14:15:22Z",
- "ticket_id": 0,
- "has_transfer_error": true,
- "transfer_error_message": "string",
- "transfer_error_timestamp": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_sent_and_entered_ticket_count": {
- "transaction_count": 0,
- "sent_ticket_count": 0,
- "entered_ticket_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "event_order_send_type": [
- {
- "order_send_type": 0,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_order_payment_type": [
- {
- "payment_state": 0,
- "send_type": 0,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_count_ticket_per_day": [
- {
- "import_tickets": 0,
- "offer_tickets": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_order_status_type": [
- {
- "order_state": 6,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_usable_ticket_type_count": {
- "imported_ticket_count": 0,
- "subticket_count": 0,
- "season_ticket_count": 0,
- "imported_ticket_used_count": 0,
- "subticket_used_count": 0,
- "season_ticket_used_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "event_resource_download": {
- "wallet_count": 0,
- "pdf_count": 0,
- "total_ticket_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "overall_info": {
- "send_info": {
- "season_ticket_count": 0,
- "ticket_count": 0,
- "current_year": 0
}, - "user_info": {
- "user_count": 0,
- "active_user": 0
}, - "new_user_count": 0,
- "increased_sales": 0.1,
- "per_capita_sales": 0.1,
- "currency": "string",
- "average_send_tickets": 0,
- "sent_tickets_count": 0,
- "session_info": [
- {
- "count": 0,
- "session_type": 0,
- "session_version": [
- {
- "count": 0,
- "app_version": "string",
- "sdk_version": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Statistics_Export
path Parameters
| operatorID required | integer <int64> |
| statisticName required | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
query Parameters
| eventID required | string |
| statisticsInParameter.statisticsEventType | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
| statisticsInParameter.statisticsGeneralType | integer <int32> Enum: 1 2 |
| statisticsInParameter.operatorID | integer <int64> |
| statisticsInParameter.eventID | integer <int64> |
| statisticsInParameter.page | integer <int32> |
| statisticsInParameter.pageSize | integer <int32> |
| statisticsInParameter.dateFrom | string <date-time> |
| statisticsInParameter.dateTo | string <date-time> |
| statisticsInParameter.order_by | integer <int32> Enum: 0 1 2 3 4 5 6 7 12 13 14 15 |
| statisticsInParameter.isComplete | boolean |
| statisticsInParameter.isSponsor | boolean |
Responses
Response samples
- 200
Content type
{- "StreamResult": {
- "stream": "string",
- "link": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Statistics_StatisticGeneral
path Parameters
| operatorID required | integer <int64> |
| statisticName required | integer <int32> Enum: 1 2 |
query Parameters
| statisticsInParameter.statisticsEventType | integer <int32> Enum: 1 2 3 4 5 6 7 8 9 |
| statisticsInParameter.statisticsGeneralType | integer <int32> Enum: 1 2 |
| statisticsInParameter.operatorID | integer <int64> |
| statisticsInParameter.eventID | integer <int64> |
| statisticsInParameter.page | integer <int32> |
| statisticsInParameter.pageSize | integer <int32> |
| statisticsInParameter.dateFrom | string <date-time> |
| statisticsInParameter.dateTo | string <date-time> |
| statisticsInParameter.order_by | integer <int32> Enum: 0 1 2 3 4 5 6 7 12 13 14 15 |
| statisticsInParameter.isComplete | boolean |
| statisticsInParameter.isSponsor | boolean |
Responses
Response samples
- 200
Content type
{- "StatisticsResult": {
- "event_detail": [
- {
- "organizer_id": 0,
- "event_id": 0,
- "external_event_id": "string",
- "event_name": "string",
- "ticket_count": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "member_count": 0,
- "sent_ticket_count": 0,
- "entered_ticket_count": 0,
- "event_picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "show_sponsor_statistics": true,
- "do_personalization": true,
- "personalization_enabled": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_sent_tickets_by_area": [
- {
- "area_id": 0,
- "name": "string",
- "count_overall": 0,
- "count_accepted": 0,
- "pending_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_members_with_order": [
- {
- "order_id": 0,
- "username_from": "string",
- "email_from": "string",
- "external_member_id_from": "string",
- "username_to": "string",
- "email_to": "string",
- "external_member_id_to": "string",
- "is_complete": true,
- "order_state": 0,
- "payment_state": 0,
- "sent_type": 0,
- "area": "string",
- "seat": "string",
- "row": "string",
- "is_entered": true,
- "created_date": "2019-08-24T14:15:22Z",
- "ticket_id": 0,
- "has_transfer_error": true,
- "transfer_error_message": "string",
- "transfer_error_timestamp": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_sent_and_entered_ticket_count": {
- "transaction_count": 0,
- "sent_ticket_count": 0,
- "entered_ticket_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "event_order_send_type": [
- {
- "order_send_type": 0,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_order_payment_type": [
- {
- "payment_state": 0,
- "send_type": 0,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_count_ticket_per_day": [
- {
- "import_tickets": 0,
- "offer_tickets": 0,
- "created_date": "2019-08-24T14:15:22Z",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_order_status_type": [
- {
- "order_state": 6,
- "count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
], - "event_usable_ticket_type_count": {
- "imported_ticket_count": 0,
- "subticket_count": 0,
- "season_ticket_count": 0,
- "imported_ticket_used_count": 0,
- "subticket_used_count": 0,
- "season_ticket_used_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "event_resource_download": {
- "wallet_count": 0,
- "pdf_count": 0,
- "total_ticket_count": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "overall_info": {
- "send_info": {
- "season_ticket_count": 0,
- "ticket_count": 0,
- "current_year": 0
}, - "user_info": {
- "user_count": 0,
- "active_user": 0
}, - "new_user_count": 0,
- "increased_sales": 0.1,
- "per_capita_sales": 0.1,
- "currency": "string",
- "average_send_tickets": 0,
- "sent_tickets_count": 0,
- "session_info": [
- {
- "count": 0,
- "session_type": 0,
- "session_version": [
- {
- "count": 0,
- "app_version": "string",
- "sdk_version": "string"
}
]
}
], - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "total_number_items": 0,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Response samples
- 200
Content type
{- "VisitorInfoResult": {
- "is_enabled": true,
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}VisitorInfo_VisitorInfo
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| is_enabled | boolean |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "is_enabled": true
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}Response samples
- 200
Content type
{- "VisitorInfoControlResult": {
- "visitor_info": {
- "visitor_info_id": "string",
- "intro": "string",
- "show_newsletter": true,
- "newsletter": "string",
- "controls": [
- {
- "control_id": "string",
- "sub_control_id": "string",
- "name": "string",
- "is_enabled": true,
- "check_input_type": 0,
- "control_type": 1,
- "value": "string"
}
]
}, - "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}VisitorInfo_Settings
path Parameters
| operatorID required | integer <int64> |
Request Body schema: required
| operator_id | integer <int64> |
| intro | string |
| show_newsletter | boolean |
| newsletter | string |
| used_control_ids | Array of integers <int64> [ items <int64 > ] |
Responses
Request samples
- Payload
Content type
{- "operator_id": 0,
- "intro": "string",
- "show_newsletter": true,
- "newsletter": "string",
- "used_control_ids": [
- 0
]
}Response samples
- 200
Content type
{- "SimpleResult": {
- "picture": {
- "picture_id": "string",
- "picture_alt_text": "string",
- "picture_url": "string"
}, - "authentication_token": "00000000-0000-0000-0000-000000000000",
- "phone_id": 0,
- "member_id": "string",
- "external_passbook_resource_link": "string",
- "external_passbook_resource_links": [
- "string"
], - "html_template": "string",
- "domain": "string",
- "tracking_domain": "string",
- "is_dkim_setting_valid": true,
- "is_spf_setting_valid": true,
- "is_valid_signing": true,
- "file_url": "string",
- "info": [
- {
- "external_reference_id": "string",
- "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0
}
], - "email_link": "string",
- "verification_code": "string",
- "email_verification_type": 0,
- "textmessage_verification_type": 0,
- "sms_message": "string",
- "sms_long_link": "string",
- "organizer_name": "string",
- "notification_users": [
- {
- "name": "string",
- "email": "string",
- "unsubscribe_link": "string"
}
], - "count_notified_users": 0,
- "is_ticketsystem_accessable": true,
- "country_code": "string",
- "page_access_token": "string",
- "encrypted_payload": "string",
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}, - "TIsTrustedApplication": true,
- "TIsAuthorizedUser": true,
- "TIsEmailUnique": true,
- "TIsSuccessful": true,
- "TIsTrustedService": true,
- "TIsSecondFactorNeeded": true,
- "TIsSecondFactorSetupCompleted": true,
- "TAdminUserAuthorisationReturnEnum": 0,
- "TWalletUserIsAuthorized": true,
- "TMailingTemplateTypeEnum": 0,
- "KeyperDatabaseSetting": {
- "TAmazonS3UserCredentials": {
- "ImageBucket": "string",
- "DataBucket": "string",
- "LogoBucket": "string",
- "PDFPartialKey": "string",
- "PKPASSPartialKey": "string",
- "PKCSSPartialKey": "string",
- "CertificatePartialKey": "string",
- "PartialKey": "string"
}, - "TFacebookSettings": {
- "AppID": "string",
- "AppSecret": "string"
}, - "TStatusPageSettings": {
- "AuthToken": "string",
- "PageID": "string"
}, - "AppleWalletSettings": {
- "TeamIdentifier": "string",
- "PassTypeIdentifier": "string",
- "PassOrganizationName": "string",
- "WebServiceUrl": "string",
- "AppleIDKeyperApp": "string",
- "CertPassbookThumbprint": "string",
- "CertPassbookPwd": "string",
- "CertLocation": "string"
}, - "TCustomizationSettings": {
- "SPFInfo": "string",
- "DKIMInfo": "string"
}, - "TConnectSettings": {
- "NumberListItems": 0
}, - "TDBVersion": "string",
- "TDBType": "string",
- "TWebAccessPrefix": "string",
- "TAdminWebAccessPrefix": "string",
- "TPicturePrefix": "string",
- "TDefaultDataPath": "string",
- "TIPLocationKey": "string"
}, - "TWebSMSSettings": {
- "UserName": "string",
- "Password": "string",
- "URL": "string",
- "ApiID": "string",
- "SenderName": "string",
- "WebSMSProvider": 0
}, - "TApplicationID": 0,
- "TOperatorID": 0,
- "TOrganizerID": 0,
- "TMemberID": 0,
- "TExternalID": "string",
- "TCreatedFilePrefix": "string",
- "TCreatedFileURL": "string",
- "TCreatedFileType": 0,
- "TAuthenticationToken": "00000000-0000-0000-0000-000000000000",
- "TValidFrom": "2019-08-24T14:15:22Z",
- "TValidTill": "2019-08-24T14:15:22Z",
- "THttpMethod": 0,
- "THttpMethodAction": "string",
- "TTextMessageID": 0,
- "TTextMessage": "string",
- "VerificationCode": "string",
- "EmailVerificationType": 0,
- "SMSVerificationType": 0,
- "IsTestEnvironment": true,
- "TIsNew": true
}