listType
enum<string>
required

The type of deleted list object (i.e., non-transaction).

Available options:
account,
billing_rate,
class,
currency,
customer,
customer_message,
customer_type,
date_driven_terms,
employee,
inventory_site,
item_discount,
item_fixed_asset,
item_group,
item_inventory,
item_inventory_assembly,
item_non_inventory,
item_other_charge,
item_payment,
item_sales_tax,
item_sales_tax_group,
item_service,
item_subtotal,
job_type,
other_name,
payment_method,
payroll_item_non_wage,
payroll_item_wage,
price_level,
sales_representative,
sales_tax_code,
ship_method,
standard_terms,
to_do,
unit_of_measure_set,
vehicle,
vendor,
vendor_type,
workers_comp_code
Example:

"customer"

id
string
required

The unique identifier assigned by QuickBooks to this deleted list-object. This ID is unique across all deleted list-objects but not across different QuickBooks object types.

Example:

"80000001-1234567890"

objectType
string
required

The type of object. This value is always "qbd_deleted_list_object".

Allowed value: "qbd_deleted_list_object"
Example:

"qbd_deleted_list_object"

createdAt
string
required

The date and time when this deleted list-object was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.

Example:

"2025-01-01T12:34:56+00:00"

deletedAt
string
required

The date and time when this deleted list-object was deleted, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.

Example:

"2025-02-01T12:34:56+00:00"