Skip to main content

PublicCancellationReasonsResponse

Response schema for listing public cancellation reasons

data object[]required
  • Array [
  • idstringrequired

    Unique identifier for the object.

    Possible values: Value must match regular expression ^cr_\w{12}$

    namestringrequired

    The name of the cancellation reason.

    objectstringrequired

    String representing the object's type.

    Possible values: [public_cancellation_reason]

    sort_orderintegerrequired

    The sort order of the cancellation reason.

  • ]
  • PublicCancellationReasonsResponse
    {
    "data": [
    {
    "id": "cr_d025a96ac0c6",
    "name": "Schedule conflict",
    "object": "public_cancellation_reason",
    "sort_order": 0
    },
    {
    "id": "cr_e136b07bd1d7",
    "name": "Found another provider",
    "object": "public_cancellation_reason",
    "sort_order": 1
    }
    ]
    }