PUT /v5/settings/appointment_preferences

Appointment Preferences

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
appointment_preferences Object No
appointment_preferences.when_duration_exceeds String No
appointment_preferences.when_appointment_completed String No
appointment_preferences.allow_booking_outside_businesshours Boolean No
appointment_preferences.allow_booking_outside_service_availability Boolean No
appointment_preferences.deal_record_configuration Object No
appointment_preferences.deal_record_configuration.field_mappings[] Array No
appointment_preferences.deal_record_configuration.field_mappings[].field Object No
appointment_preferences.deal_record_configuration.field_mappings[].field.id String No
appointment_preferences.deal_record_configuration.field_mappings[].field.api_name String No
appointment_preferences.deal_record_configuration.field_mappings[].type String No
appointment_preferences.deal_record_configuration.field_mappings[].value No
appointment_preferences.deal_record_configuration.layout Object No
appointment_preferences.deal_record_configuration.layout.id String No
appointment_preferences.deal_record_configuration.layout.name String No
appointment_preferences.show_job_sheet Boolean No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.