Check in a customer
Checks a customer into event. Also triggers a terminal payment if the company has a terminal connected to checkin.
POST
/v1/hq/companies/{company_id}/events/{id}/checkinAuthorizationBearer <token>
The Noona HQ API uses Bearer token for authentication.
Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.
Authorization: Bearer your-token
In: header
Path Parameters
company_id*string
Example
"dwawd8awudawd"id*string
Event ID
Example
"aw7da9wd8ua28a821"Query Parameters
terminal_id?string
ID of the terminal to use for payment during checkin
Example
"aw7da9wd8ua28a821"voucher_id?string
ID of the voucher to use for payment during checkin
Example
"aw7da9wd8ua28a821"select?array<string>
expand?array<string>
Response Body
application/json
curl -X POST "https://api.noona.is/v1/hq/companies/dwawd8awudawd/events/aw7da9wd8ua28a821/checkin"{
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"id": "7awdXwZoedakjad37a",
"recurring_event": {
"customer": {},
"resources": {},
"event_types": [],
"variation_selections": [],
"booking_source": {},
"booking_questions": [],
"booking_question_answers": [],
"tags": {},
"sale": {},
"payment": {},
"price": {},
"custom_properties": [],
"notification_preferences": {},
"attachments": [],
"booking_offer": {},
"rwg": {}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{}
],
"variation_selections": [
{}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {},
"booking_questions": [
{}
],
"booking_question_answers": [
null
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {},
"cancel_reason": "I'm sick and can't make it",
"sale": {},
"payment": {},
"price": {},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{}
],
"notification_preferences": {},
"attachments": [
{}
],
"waitlist_entry": "string",
"booking_offer": {},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"title_translations": {},
"description_translations": {},
"images": [],
"variations": [],
"price_ranges": [],
"connections": {},
"payments": {},
"price": {}
}
],
"variation_selections": [
{}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{}
],
"booking_question_answers": [
{
"title_translations": {},
"description_translations": {}
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"values": []
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{}
],
"price_ranges": [
{}
],
"connections": {
"booking_question_translations": {},
"booking_questions": [],
"booking_success_message_translations": {}
},
"custom_payment_settings": true,
"payments": {
"enabled_card_types": []
},
"price": {},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
null
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"label_translations": {},
"description_translations": {},
"prices": []
}
],
"price_ranges": [
{}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
null
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"title_translations": {},
"description_translations": {}
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
}
},
"company": "string",
"employee_name": "Joe The Cutter",
"employee": "string",
"customer_name": "Harry Hairlong",
"new_customer": true,
"customer": {
"id": "string"
},
"number_of_guests": 1,
"space_name": "My Space",
"space": "string",
"resources": {
"id": "string"
},
"license_plate": "string",
"event_date": "2022-09-12",
"start_time": "15:30",
"end_time": "16:00",
"starts_at": "2022-09-12T12:00:00Z",
"ends_at": "2022-09-12T13:00:00Z",
"duration": 30,
"check_in_at": 1600541746,
"check_in_origin": "string",
"event_types": [
{
"id": "7awdXwZoedakjad37a",
"reference_id": "external-service-id",
"company": "string",
"event_type_category": "string",
"event_type_category_group": "string",
"title": "Men's haircut",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "30 minute men's haircut",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"minutes": 30,
"duration": 30,
"delay": 30,
"beforePause": 30,
"pause": 30,
"afterPause": 30,
"buffer_after_service": 10,
"min_guests_per_booking": 0,
"max_guests_per_booking": 0,
"thumb": "https://cdn.noona.is/static/haircut-thumb.png",
"image": "https://cdn.noona.is/static/haircut-org.png",
"images": [
{
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"public_id": "https://placekitten.com/200/300",
"type": "thumbnail",
"provider": "cloudinary",
"width": 200,
"height": 300,
"bytes": 95849
}
],
"color": "#66d8cd",
"overbookable": "partially_overbookable",
"vat": "string",
"variations": [
{
"id": "string",
"label": "Premium",
"label_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "Premium service with extra attention",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"selectable_in_marketplace": true,
"prices": [
{
"currency": "EUR",
"amount": 40
}
],
"customer_group": "string"
}
],
"price_ranges": [
{
"min": 10,
"max": 30,
"currency": "EUR"
}
],
"connections": {
"service_needs": "employee",
"customer_selects": "employee",
"booking_question": "What color do you want to dye your hair?",
"booking_question_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"booking_questions": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string"
}
],
"booking_success_message": "Remember to bring your smile with you!",
"booking_success_message_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"hidden": true
},
"custom_payment_settings": true,
"payments": {
"pre_payment_enabled": true,
"pre_payment_type": "payment",
"pre_payment_required": true,
"pre_payment_min_pax": 1,
"flat_fee": 100000,
"pre_payment_ratio": 20,
"optional_full_payment": true,
"settlement_account": "string",
"onboarded_at": "2019-08-24T14:15:22Z",
"enabled_card_types": [
"visa"
]
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"tax_exemption_reason": "string",
"created_at": "2019-01-01T00:00:00.000Z",
"updated_at": "2019-01-02T00:00:00.000Z"
}
],
"variation_selections": [
{
"variation_id": "7awdXwZoedakjad37a",
"event_type_id": "7awdXwZoedakjad37a",
"quantity": 1
}
],
"invoice_status": "paid",
"status": "noshow",
"claim_status": "Paid",
"origin": "online",
"booking_source": {
"group": "hq",
"channel": "calendar",
"funnel": "ads"
},
"booking_questions": [
{
"question": "What color is your hair?",
"answer": "Blonde"
}
],
"booking_question_answers": [
{
"id": "string",
"title": "string",
"title_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"description": "string",
"description_translations": {
"is": "King Accounting tenging",
"fr": "Connexion King Accounting"
},
"answer_required": true,
"answer_type": "string",
"answer": "string"
}
],
"comment": "string",
"customer_comment": "string",
"unconfirmed": true,
"special": true,
"pinned": true,
"tags": {
"birthday": true
},
"cancel_reason": "I'm sick and can't make it",
"sale": {
"id": "string"
},
"payment": {
"id": "string"
},
"price": {
"currency": "ISK",
"amount": 10000,
"amount_upper_limit": 10000
},
"outstanding_no_show_fee": 1000,
"custom_properties": [
{
"id": "7awdXwZoedakjad37a",
"values": [
"string"
],
"valueIsId": true
}
],
"notification_preferences": {
"sms": true,
"email": true,
"push": true
},
"attachments": [
{
"id": "7awdXwZoedakjad37a",
"filename": "my_image.jpg",
"type": "image/jpeg",
"secure_url": "https://static.noona.is/attachments/7awdXwZoedakjad37a.jpg",
"relative_url": "/7awdXwZoedakjad37a.jpg",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"waitlist_entry": "string",
"booking_offer": {
"id": "string"
},
"rrule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
"version": 1,
"created_by": "string",
"updated_by": "string",
"update_origin": "online",
"accepted_at": "2019-08-24T14:15:22Z",
"declined_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"rwg": {
"token": "AJKvS9WeONmWKEwjG0--HdpzMq0yAVNL8KMxbb44QtbcxMhSx_NUud5b8PLUBFehAIxOBO-iYRIJOknEFkIJmdsofdVJ6uOweQ==",
"merchant_changed": "2"
},
"check_in_success_message": "Thank you for checking in, please wait until your name is called",
"sale_id": "8awud8w9a7d9w8a",
"transaction_id": "8awud8w9a7d9w8a",
"subtransaction_id": "8awud8w9a7d9w8a"
}Empty