Test adding a new BaseEventSignUp as customer / public
Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
POST
/api/event/public/test_base_event_signup
curl \
--request POST 'https://replace-with-own-host.iw-erp.de/api/event/public/test_base_event_signup' \
--header "x-session-token: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"data":{"first_name":"string","last_name":"string","gender":"string","direct_billing":true,"direct_billing_check_date":"2025-05-04T09:42:00Z","direct_billing_token":"string","birthday":"2025-05-04T09:42:00Z","known_allergies":"string","confirmed_no_allergies":true,"allow_photos":true,"allow_child_alone":true,"authorized_pickup":"string","needs_support":true,"support_description":"string","financial_support":true,"financial_support_number":"string","municipal_support":true,"municipal_support_number":"string","grade_level":42,"school_class":"string","confirmed_disclaimer":true,"confirmed_privacy":true,"confirmed_cancellation_policy":true,"free_note_one":"string","free_note_two":"string","free_note_three":"string","free_note_four":"string","invoice_products":[{}],"self_check_in":true,"self_check_out":true,"main_phone":"string","main_fax":"string","main_email":"string","website":"string","base_event":{"id":42,"main_phone":"string","main_fax":"string","main_email":"string","website":"string"},"base_booking":{"id":42,"base_event":{"id":42,"main_phone":"string","main_fax":"string","main_email":"string","website":"string"}}}}'
Request examples
{
"data": {
"first_name": "string",
"last_name": "string",
"gender": "string",
"direct_billing": true,
"direct_billing_check_date": "2025-05-04T09:42:00Z",
"direct_billing_token": "string",
"birthday": "2025-05-04T09:42:00Z",
"known_allergies": "string",
"confirmed_no_allergies": true,
"allow_photos": true,
"allow_child_alone": true,
"authorized_pickup": "string",
"needs_support": true,
"support_description": "string",
"financial_support": true,
"financial_support_number": "string",
"municipal_support": true,
"municipal_support_number": "string",
"grade_level": 42,
"school_class": "string",
"confirmed_disclaimer": true,
"confirmed_privacy": true,
"confirmed_cancellation_policy": true,
"free_note_one": "string",
"free_note_two": "string",
"free_note_three": "string",
"free_note_four": "string",
"invoice_products": [
{}
],
"self_check_in": true,
"self_check_out": true,
"main_phone": "string",
"main_fax": "string",
"main_email": "string",
"website": "string",
"base_event": {
"id": 42,
"main_phone": "string",
"main_fax": "string",
"main_email": "string",
"website": "string"
},
"base_booking": {
"id": 42,
"base_event": {
"id": 42,
"main_phone": "string",
"main_fax": "string",
"main_email": "string",
"website": "string"
}
}
}
}
Response examples (200)
{
"signup_allowed": true,
"signup_waitlist_allowed": true,
"signup_delete_allowed": true,
"signup_after_upgrade_allowed": true,
"signup_explicitly_disabled": true,
"signup_require_add_bank_account": true,
"signup_requires_login": true,
"signup_free_capacity": 42.0,
"signup_max_capacity": 42.0,
"signup_min_participants_reached": true,
"signup_require_add_access_tag": true,
"view_participants_allowed": true,
"view_participant_grid_allowed": true
}