@seamapi/http - v1.72.0
    Preparing search index...

    Class SeamHttpSeamCustomerV1Reservations

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            created_before?: Date;
            limit?: number;
            page_cursor?: null | string;
            space_id?: string;
            space_key?: string;
        }
        • Optionalcreated_before?: Date

          Timestamp by which to limit returned reservations. Returns reservations created before this timestamp.

        • Optionallimit?: number

          Maximum number of records to return per page.

        • Optionalpage_cursor?: null | string

          Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

        • Optionalspace_id?: string

          Filter reservations by space ID (UUID).

        • Optionalspace_key?: string

          Filter reservations by space key.

      • options: SeamCustomerV1ReservationsListOptions = {}

      Returns SeamCustomerV1ReservationsListRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>