KosmoKrator

productivity

Microsoft Bookings CLI for AI Agents

Use the Microsoft Bookings CLI from KosmoKrator to call Microsoft Bookings tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Microsoft Bookings CLI Setup

Microsoft Bookings can be configured headlessly with `kosmokrator integrations:configure microsoft-bookings`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure microsoft-bookings --enable --read allow --write ask --json
kosmokrator integrations:doctor microsoft-bookings --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call microsoft-bookings.microsoft_bookings_list_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Provider shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_list_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs microsoft-bookings --json
kosmo integrations:docs microsoft-bookings.microsoft_bookings_list_booking_businesses --json
kosmo integrations:schema microsoft-bookings.microsoft_bookings_list_booking_businesses --json
kosmo integrations:search "Microsoft Bookings" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

microsoft-bookings.microsoft_bookings_list_booking_businesses

List bookingBusinesses\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_list_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_list_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_create_booking_businesses

Create bookingBusiness\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_create_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_create_booking_businesses '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_count_b75b

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_count_b75b '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_count_b75b '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_get_booking_businesses

Get bookingBusiness\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_get_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_get_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_update_booking_businesses

Update bookingbusiness\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_update_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_update_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_delete_booking_businesses

Delete bookingBusiness\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_delete_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_delete_booking_businesses '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_appointments

List appointments\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/appointments.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_appointments '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_appointments '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_appointments

Create bookingAppointment\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/appointments.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_appointments '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_appointments '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_appointments_get_count_205a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_appointments_get_count_205a '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_appointments_get_count_205a '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_appointments

Get bookingAppointment\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}.

Read read
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_appointments

Update bookingAppointment\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}.

Write write
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_appointments

Delete bookingAppointment\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}.

Write write
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_appointments '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_appointments_booking_appointment_cancel

Invoke action cancel\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel.

Read read
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_appointments_booking_appointment_cancel '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_booking_business_appointments_booking_appointment_cancel '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_calendar_view

List business calendarView\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_calendar_view '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_calendar_view '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_calendar_view

Create new navigation property to calendarView for solutions\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_calendar_view '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_calendar_view '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_calendar_view_get_count_f3a3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_calendar_view_get_count_f3a3 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_calendar_view_get_count_f3a3 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_calendar_view

Get calendarView from solutions\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}.

Read read
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_calendar_view

Update the navigation property calendarView in solutions\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}.

Write write
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_calendar_view

Delete navigation property calendarView for solutions\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}.

Write write
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_calendar_view '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_calendar_view_booking_appointment_cancel

Invoke action cancel\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel.

Read read
Parameters
booking_business_id, booking_appointment_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_calendar_view_booking_appointment_cancel '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_booking_business_calendar_view_booking_appointment_cancel '{"booking_business_id":"example_booking_business_id","booking_appointment_id":"example_booking_appointment_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_custom_questions

List customQuestions\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_custom_questions '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_custom_questions '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_custom_questions

Create bookingCustomQuestion\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_custom_questions '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_custom_questions '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_custom_questions_get_count_385a

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_custom_questions_get_count_385a '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_custom_questions_get_count_385a '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_custom_questions

Get bookingCustomQuestion\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}.

Read read
Parameters
booking_business_id, booking_custom_question_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_custom_questions

Update bookingCustomQuestion\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}.

Write write
Parameters
booking_business_id, booking_custom_question_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_custom_questions

Delete bookingCustomQuestion\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}.

Write write
Parameters
booking_business_id, booking_custom_question_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_custom_questions '{"booking_business_id":"example_booking_business_id","booking_custom_question_id":"example_booking_custom_question_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_customers

List customers\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customers.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_customers '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_customers '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_customers

Create bookingCustomer\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/customers.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_customers '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_customers '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_customers_get_count_1771

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_customers_get_count_1771 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_customers_get_count_1771 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_customers

Get bookingCustomer\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}.

Read read
Parameters
booking_business_id, booking_customer_base_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_customers

Update bookingCustomer\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}.

Write write
Parameters
booking_business_id, booking_customer_base_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_customers

Delete bookingCustomer\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}.

Write write
Parameters
booking_business_id, booking_customer_base_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_customers '{"booking_business_id":"example_booking_business_id","booking_customer_base_id":"example_booking_customer_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_get_staff_availability

Invoke action getStaffAvailability\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_get_staff_availability '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_booking_business_get_staff_availability '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_publish

Invoke action publish\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/publish.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_publish '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_booking_business_publish '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_services

List services\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/services.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_services '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_services '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_services

Create bookingService\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/services.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_services '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_services '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_services_get_count_35c3

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/services/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_services_get_count_35c3 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_services_get_count_35c3 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_services

Get bookingService\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}.

Read read
Parameters
booking_business_id, booking_service_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_services

Update bookingservice\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}.

Write write
Parameters
booking_business_id, booking_service_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_services

Delete bookingService\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}.

Write write
Parameters
booking_business_id, booking_service_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_services '{"booking_business_id":"example_booking_business_id","booking_service_id":"example_booking_service_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_list_staff_members

List staffMembers\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_list_staff_members '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_list_staff_members '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_create_staff_members

Create bookingStaffMember\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers.

Write write
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_create_staff_members '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_create_staff_members '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_staff_members_get_count_7947

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_staff_members_get_count_7947 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_staff_members_get_count_7947 '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_get_staff_members

Get bookingStaffMember\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}.

Read read
Parameters
booking_business_id, booking_staff_member_base_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_get_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_get_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_update_staff_members

Update bookingstaffmember\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}.

Write write
Parameters
booking_business_id, booking_staff_member_base_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_update_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_update_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_delete_staff_members

Delete bookingStaffMember\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}.

Write write
Parameters
booking_business_id, booking_staff_member_base_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_delete_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_delete_staff_members '{"booking_business_id":"example_booking_business_id","booking_staff_member_base_id":"example_booking_staff_member_base_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_unpublish

Invoke action unpublish\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingBusinesses/{bookingBusiness-id}/unpublish.

Read read
Parameters
booking_business_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_unpublish '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_businesses_booking_business_unpublish '{"booking_business_id":"example_booking_business_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_list_booking_currencies

List bookingCurrencies\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingCurrencies.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_list_booking_currencies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_list_booking_currencies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_create_booking_currencies

Create new navigation property to bookingCurrencies for solutions\n\nOfficial Microsoft Graph v1.0 endpoint: POST /solutions/bookingCurrencies.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_create_booking_currencies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_create_booking_currencies '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_booking_currencies_get_count_f6c6

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingCurrencies/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_booking_currencies_get_count_f6c6 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_booking_currencies_get_count_f6c6 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json

microsoft-bookings.microsoft_bookings_get_booking_currencies

Get bookingCurrency\n\nOfficial Microsoft Graph v1.0 endpoint: GET /solutions/bookingCurrencies/{bookingCurrency-id}.

Read read
Parameters
booking_currency_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_get_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_get_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_update_booking_currencies

Update the navigation property bookingCurrencies in solutions\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /solutions/bookingCurrencies/{bookingCurrency-id}.

Write write
Parameters
booking_currency_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_update_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_update_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-bookings.microsoft_bookings_delete_booking_currencies

Delete navigation property bookingCurrencies for solutions\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /solutions/bookingCurrencies/{bookingCurrency-id}.

Write write
Parameters
booking_currency_id, top, skip, search, filter, orderby, select, expand, count, prefer
Generic call
kosmo integrations:call microsoft-bookings.microsoft_bookings_delete_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json
Shortcut
kosmo integrations:microsoft-bookings microsoft_bookings_delete_booking_currencies '{"booking_currency_id":"example_booking_currency_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

microsoft-bookings.microsoft_bookings_list_booking_businesses 9 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_list_booking_businesses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_create_booking_businesses 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_create_booking_businesses --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_get_count_b75b 9 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_count_b75b --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_get_booking_businesses 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_get_booking_businesses --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_update_booking_businesses 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_update_booking_businesses --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_delete_booking_businesses 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_delete_booking_businesses --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_list_appointments 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_appointments --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_appointments 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_appointments --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_appointments_get_count_205a 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_appointments_get_count_205a --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_appointments 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_appointments --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_appointments 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_appointments --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_appointments 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_appointments --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_appointments_booking_appointment_cancel 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_appointments_booking_appointment_cancel --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_list_calendar_view 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_calendar_view --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_calendar_view 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_calendar_view --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_calendar_view_get_count_f3a3 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_calendar_view_get_count_f3a3 --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_calendar_view 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_calendar_view --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_calendar_view 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_calendar_view --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_calendar_view 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_calendar_view --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_calendar_view_booking_appointment_cancel 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_calendar_view_booking_appointment_cancel --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_appointment_id string yes Path parameter `bookingAppointment-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_list_custom_questions 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_custom_questions --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_custom_questions 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_custom_questions --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_custom_questions_get_count_385a 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_custom_questions_get_count_385a --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_custom_questions 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_custom_questions --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_custom_question_id string yes Path parameter `bookingCustomQuestion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_custom_questions 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_custom_questions --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_custom_question_id string yes Path parameter `bookingCustomQuestion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_custom_questions 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_custom_questions --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_custom_question_id string yes Path parameter `bookingCustomQuestion-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_list_customers 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_customers --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_customers 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_customers --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_customers_get_count_1771 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_customers_get_count_1771 --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_customers 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_customers --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_customer_base_id string yes Path parameter `bookingCustomerBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_customers 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_customers --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_customer_base_id string yes Path parameter `bookingCustomerBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_customers 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_customers --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_customer_base_id string yes Path parameter `bookingCustomerBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_get_staff_availability 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_get_staff_availability --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_publish 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_publish --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_list_services 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_services --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_services 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_services --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_services_get_count_35c3 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_services_get_count_35c3 --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_services 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_services --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_service_id string yes Path parameter `bookingService-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_services 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_services --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_service_id string yes Path parameter `bookingService-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_services 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_services --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_service_id string yes Path parameter `bookingService-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_list_staff_members 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_list_staff_members --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_create_staff_members 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_create_staff_members --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_staff_members_get_count_7947 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_staff_members_get_count_7947 --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_get_staff_members 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_get_staff_members --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_staff_member_base_id string yes Path parameter `bookingStaffMemberBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_update_staff_members 12 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_update_staff_members --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_staff_member_base_id string yes Path parameter `bookingStaffMemberBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_businesses_delete_staff_members 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_delete_staff_members --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
booking_staff_member_base_id string yes Path parameter `bookingStaffMemberBase-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_unpublish 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_businesses_booking_business_unpublish --json
ParameterTypeRequiredDescription
booking_business_id string yes Path parameter `bookingBusiness-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_list_booking_currencies 9 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_list_booking_currencies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_create_booking_currencies 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_create_booking_currencies --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_booking_currencies_get_count_f6c6 9 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_booking_currencies_get_count_f6c6 --json
ParameterTypeRequiredDescription
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_get_booking_currencies 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_get_booking_currencies --json
ParameterTypeRequiredDescription
booking_currency_id string yes Path parameter `bookingCurrency-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
microsoft-bookings.microsoft_bookings_update_booking_currencies 11 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_update_booking_currencies --json
ParameterTypeRequiredDescription
booking_currency_id string yes Path parameter `bookingCurrency-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.
body object yes Request body matching the official Microsoft Bookings OpenAPI schema for this operation.
microsoft-bookings.microsoft_bookings_delete_booking_currencies 10 parameters
Schema command
kosmo integrations:schema microsoft-bookings.microsoft_bookings_delete_booking_currencies --json
ParameterTypeRequiredDescription
booking_currency_id string yes Path parameter `bookingCurrency-id`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
prefer string no Optional Microsoft Graph `Prefer` header.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.