curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/events/events-v1/registrationSettings/{tenantId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"allow_customer_to_choose_installment_plan": true,
"bank_account_id": "string",
"bill_my_organization_options": {
"billing_address": "do not show",
"purchase_order_number": "do not show",
"reference_number": "string"
},
"bill_my_parent_organization_options": {
"billing_address": "do not show",
"purchase_order_number": "do not show",
"reference_number": "string"
},
"business_unit_id": "string",
"cancellation_deadline": "2019-08-24T14:15:22Z",
"cancellation_fee_product_id": "string",
"cancellation_policy": "none",
"cancellation_relative_date": {
"number": null,
"position": "after",
"relative_to": "the beginning of the month",
"unit_of_time": "days"
},
"certificate_mode": "automatically generate",
"certificate_template": "string",
"certification_credit_options": {
"applicable_registration_type_ids": [
"string"
],
"credits": [
{
"credit_type_id": "string",
"quantity": 0.1
}
],
"mark_as_verified": true,
"single_quantity_credits": true
},
"checkout_donation_options": {
"simple_checkout_donation_options": {
"allow_user_to_specify_custom_amount": true,
"donation_ask_text": "string",
"donation_denominations": [
0.1
],
"donation_information": "string",
"donation_product_id": "string",
"override_donation_denominations": true,
"suggested_donation": 0.1
},
"type": "simple"
},
"course_registration_settings": {
"course_reg_process_id": "string"
},
"credit_card_minimum_range_end": 0.1,
"credit_card_minimum_range_start": 0.1,
"credit_card_mode": "disabled",
"credit_card_processing_fee_mode": "charge",
"credit_card_processing_fee_options": {
"fee_percentage": 0.1,
"maximum_fee": 0.1,
"minimum_fee": 0.1,
"product_id": "string",
"prompt_sub_text": "string",
"prompt_text": "string"
},
"custom_order_preprocessing_options": {
"lambda_function_id": "string"
},
"custom_order_pricing_options": {
"lambda_function_id": "string"
},
"default_registration_process_id": "string",
"disable_electronic_payment_vaulting": true,
"enable_bill_my_organization": true,
"enable_bill_my_parent_organization": true,
"enable_certification_credits": true,
"enable_course_registration": true,
"enable_custom_order_preprocessing": true,
"enable_custom_order_pricing": true,
"enable_donations_at_checkout": true,
"enable_electronic_checks": true,
"enable_group_registration": true,
"enable_pay_later": true,
"enable_payroll_deduction": true,
"enable_split_payments": true,
"enable_webinar_integration": true,
"group_registration_options": {
"allow_users_to_update_organization": true,
"close_date": "2019-08-24T14:15:22Z",
"confirmation_email_recipient": "both",
"contact_form_html": "string",
"contact_form_id": "string",
"contact_role_ids": {
"0": "string"
},
"enable_tiered_discounts": true,
"group_administrator_confirmation_email": {
"bcc": "string",
"body": "string",
"cc": "string",
"from": "string",
"from_name": "string",
"reply_to": "string",
"subject": "string"
},
"open_date": "2019-08-24T14:15:22Z",
"organization_form_html": "string",
"organization_form_id": null,
"restrict_to_specific_contact_roles": true,
"send_confirmation_email_to_group_administrator": true,
"tiered_discount_rules": {
"0": {
"discount_amount": 0.1,
"discount_type": "amount",
"end_range": 1,
"start_range": 1
}
}
},
"id": "string",
"installment_plan_options": [
{
"additional_cost": 0.1,
"installment_plan_id": "string",
"is_default": true
}
],
"invoice_payment_terms_id": "string",
"invoice_template_id": "string",
"maximum_number_of_registrants_from_the_same_organization": 1,
"membership_renewal_window": 0.1,
"merchant_account_id": "string",
"notes": "string",
"pay_later_options": {
"billing_address": "do not show",
"purchase_order_number": "do not show",
"reference_number": "string"
},
"registration_deadlines": [
{
"date": "2019-08-24T14:15:22Z",
"deadline_id": "string"
}
],
"restocking_fee_product_id": "string",
"restrict_registrants_from_same_organization": true,
"special_instructions": "string",
"sys_bulk_load_at": "string",
"sys_bulk_load_id": "string",
"sys_bulk_load_pk": "string",
"sys_bulk_load_record_no": 0.1,
"sys_bulk_load_source_file": "string",
"sys_calculated_field_error": "string",
"sys_calculated_field_errors": [
{
"error": "string",
"field": "string"
}
],
"sys_configuration_snapshot_id": "string",
"sys_created_at": "2019-08-24T14:15:22Z",
"sys_created_by_id": "string",
"sys_deleted_by_id": "string",
"sys_directive": "string",
"sys_external_id": "string",
"sys_has_files_in_s3": true,
"sys_last_bulk_data_operation_id": "string",
"sys_last_bulk_data_operation_sys_version": "string",
"sys_last_modified_at": "2019-08-24T14:15:22Z",
"sys_last_modified_by_id": "string",
"sys_last_security_context": {},
"sys_locked": true,
"sys_snapshot_base_version": 0.1,
"sys_version": 0.1,
"use_pro_forma_invoices": true,
"use_registration_deadlines": true,
"webinar_integration_options": {
"meeting_id": null,
"type": "meeting",
"webinar_account_id": "string",
"webinar_id": null,
"webinar_service": "integrations-zoom-accounts"
}
}'