Function getLocations

  • Parameters

    • __namedParameters: BaseGetInput

    Returns Promise<{
        address: { line1: string | null; line2: string | null; city: string | null; state: string | null; country: string | null; zipcode: string | null; };
        contact_name: null | string;
        created_at: string;
        email: null | string;
        id: number;
        name: string;
        parent_location_id: null | number;
        phone: null | string;
        primary_contact_id: null | number;
        updated_at: null | string;
    }[]>

Generated using TypeDoc