---
title: "Get Customer Booking Fields"
method: GET
path: "/consumer/v1/customers/bookingfields"
tags: ["Customers"]
---

# Get Customer Booking Fields

`GET /consumer/v1/customers/bookingfields`

Use this endpoint to return **Customer Booking Fields**. Customer booking fields are stored with each customer object. They are used when the information collected during the booking is for a particular customer. Customer Booking Fields include any custom customer fields you define and want to capture with the Booking.

## Query parameters

- `locationId` string

## Response `200`

Success

- BookingFieldListViewModel
  - `object` string, nullable
  - `total` integer
  - `bookingFields` BookingFieldViewModel[], nullable
    - `object` string, nullable
    - `id` string, nullable
    - `companyId` string, nullable
    - `businessId` string, nullable
    - `fieldName` string, nullable
    - `fieldLabel` string, nullable
    - `fieldRequired` boolean
    - `fieldLength` integer
    - `fieldType` string, nullable
    - `sortKey` integer
    - `leadQuestion` boolean
    - `leadQuestionWeight` number, double
    - `fieldListItems` BookingFieldListItemViewModel[], nullable
      - `object` string, nullable
      - `id` string, nullable
      - `name` string, nullable
      - `value` string, nullable
      - `leadAnswerScore` integer
      - `leadRoutingEntityType` string, nullable
      - `leadRoutingEntityId` integer

---

[API](https://skmtc.net/onsched/apis/onsched-consumer-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-consumer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-consumer-api/versions/1cd2a28a0305/schema)
