API

Create an event

Create event for company

POST/v1/hq/events
AuthorizationBearer <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

Query Parameters

behavior?
select?array<string>
expand?array<string>

Request Body

application/json

recurring_event?|string
company?string|
employee_name?stringDeprecated

Deprecated, expand employee property instead

Example"Joe The Cutter"
employee?string|
customer?|string
number_of_guests?integer

Number of guests for the event.

Formatint32
Example1
space_name?stringDeprecated

Deprecated, expand resource property instead

Example"My Space"
space?string|

Use resource instead

resources?
license_plate?string

License plate for the vehicle associated with this event

event_date?stringDeprecated

Deprecated, use starts_at instead

Example"2022-09-12"
start_time?stringDeprecated

Deprecated, use starts_at instead

Example"15:30"
end_time?stringDeprecated

Deprecated, use ends_at instead

Example"16:00"
starts_at?string

Start time of event

Formatdate-time
Example"2022-09-12T12:00:00Z"
check_in_origin?string
event_types?
variation_selections?

The variations selected for the event during booking flow.

status?string

The status of the event.

See Event Statuses for more information.

Example"noshow"
claim_status?string
Formatenum
Value in"Unpaid" | "Paid" | "InProgress" | "CompletedWithErrors" | "Cancelled" | "SecondaryCollection" | "LegalCollection"
Example"Paid"
origin?string
Formatenum
Value in"calendar" | "online" | "app" | "import" | "secretary" | "facebook" | "instagram" | "tripadvisor" | "the_michelin_guide"
Example"online"
booking_source?

Describes where the booking came from?

booking_questions?Deprecated

This schema is deprecated. Use booking_question_answers instead.

booking_question_answers?
comment?string
customer_comment?string

A comment that the customer included during a marketplace booking.

unconfirmed?boolean

Event is unconfirmed if the employee has not yet confirmed the booking. This is only relevant for companies that have the "Require employee confirmation" setting enabled.

special?boolean

A property that users can use to mark events as special. Has no affect on system behavior.

pinned?boolean

A property that users can use to pin events.

tags?
sale?|string
payment?|string
outstanding_no_show_fee?number

The amount of the no-show fee that is still outstanding.

This is only relevant for events that have a no-show fee and the customer has not yet paid it.

Formatdouble
Example1000
custom_properties?
notification_preferences?
attachments?
waitlist_entry?string

The ID of the waitlist entry that this event is associated with.

Waitlist entries are automatically deleted when the event is created.

booking_offer?|string
rrule?string

RRULE string for recurring events and blocked times.

The dtstart property is ignored, and the start time of the event/blocked time is used instead.

If no until is specified, it will default to 2 years from time of creation.

Until has a maximum value of 2 years from time of creation.

Count can be any value, but generated events/blocked times past the 2 year mark will be ignored.

Example"FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR"
update_origin?string
Formatenum
Value in"calendar" | "online" | "app" | "import" | "secretary" | "facebook" | "instagram" | "tripadvisor" | "the_michelin_guide"
Example"online"
accepted_at?string

It is only possible to 'accept' and event once.

Formatdate-time
declined_at?string
Formatdate-time
rwg?

Google Reserve with Google conversion tracking data

Response Body

application/json

curl -X POST "https://api.noona.is/v1/hq/events" \  -H "Content-Type: application/json" \  -d '{}'
{
  "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": "7dj29KiAE1wdjw731",
    "name": "Joe the cuttee",
    "kennitala": "1613772649",
    "phone_number": 8578844,
    "phone_country_code": 354,
    "email": "[email protected]",
    "license_plate": "DF302",
    "license_plates": [
      "DF302"
    ],
    "company_id": "2fj29KiKX1wdjw985",
    "company": "2fj29KiKX1wdjw985",
    "event_count": 69,
    "groups": [
      "string"
    ],
    "employee_ids": [
      "1gj29KiKX1wdjw155"
    ],
    "previous_event": {
      "id": "string"
    },
    "next_event": {
      "id": "string"
    },
    "duplicates": {
      "id": "string"
    },
    "duplicateStatus": "possible",
    "notes": "Loves to be called Joe the cuttee",
    "update_origin": "hq",
    "updated_by": "2fj29KiKX1wdjw985",
    "last_employee": "John the hairy",
    "last_event": "date-time",
    "custom_properties": [
      {
        "id": "7awdXwZoedakjad37a",
        "values": [
          "string"
        ],
        "valueIsId": 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"
      }
    ],
    "notices": [
      {
        "id": "8wa9uiah28dawd123",
        "message": "Important information!",
        "variant": "info",
        "dismissable": false,
        "expires_at": "2019-08-24T14:15:22Z",
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z"
      }
    ],
    "tags": {
      "gluten_free": true,
      "lactose_intolerant": true,
      "severe_nut_allergy": true,
      "severe_shellfish_allergy": true,
      "vegan": true,
      "vegetarian": true,
      "vip": true,
      "wheelchair": true
    },
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "marketplace_user": "string",
    "parent_marketplace_user": "string"
  },
  "number_of_guests": 1,
  "space_name": "My Space",
  "space": "string",
  "resources": [
    {
      "id": "7dj29KiAE1wdjw731",
      "company": "string",
      "resource_group": {
        "id": "string"
      },
      "type": "space",
      "name": "Table 1",
      "name_translations": {
        "is": "King Accounting tenging",
        "fr": "Connexion King Accounting"
      },
      "description": "A good window view",
      "description_translations": {
        "is": "King Accounting tenging",
        "fr": "Connexion King Accounting"
      },
      "priority": "normal",
      "image": {
        "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
      },
      "reference_id": "1234567890",
      "marketplace": true,
      "available_for_bookings": true,
      "booking_interval": 15,
      "order": 1,
      "min_capacity": 1,
      "max_capacity": 2,
      "allow_overlapping_bookings": false,
      "sub_resources": [
        "string"
      ],
      "event_type_preferences": [
        {
          "event_type": "string",
          "skip": false,
          "skip_calendar": false,
          "skip_marketplace": false,
          "has_custom_duration": false,
          "custom_duration": {
            "duration": 60,
            "before_pause": 25,
            "pause": 10,
            "after_pause": 25
          }
        }
      ],
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "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": "8wa9uiah28dawd123",
    "transactions": [
      {
        "id": "string"
      }
    ],
    "events": [
      {
        "id": "string"
      }
    ],
    "company": "string",
    "customer": {
      "id": "string"
    },
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  },
  "payment": {
    "id": "7awdXwZoedakjad37a",
    "reference": "ABCD1234",
    "company": "string",
    "marketplace_user": "string",
    "customer": {
      "id": "string"
    },
    "employee": "string",
    "event": {
      "id": "string"
    },
    "status": "refunded",
    "refundable": true,
    "reason": "voucher",
    "provider": "teya",
    "currency": "ISK",
    "amount": 10000,
    "settles_to_employee": true,
    "settled_to": "John The Cutter",
    "settlement": "7awdXwZoedakjad37a",
    "refunded_at": "2019-08-24T14:15:22Z",
    "settled_at": "2019-08-24T14:15:22Z",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  },
  "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": "7awdXwZoedakjad37a",
    "company": "string",
    "message": "We have an opening for your requested service!",
    "starts_at": "2019-08-24T14:15:22Z",
    "declined_at": "2019-08-24T14:15:22Z",
    "expires_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",
    "event": {
      "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"
  }
}
Empty
Empty
Empty