transactionType
enum<string>
required

The type of deleted transaction.

Available options:
ar_refund_credit_card,
bill,
bill_payment_check,
bill_payment_credit_card,
build_assembly,
charge,
check,
credit_card_charge,
credit_card_credit,
credit_memo,
deposit,
estimate,
inventory_adjustment,
invoice,
item_receipt,
journal_entry,
purchase_order,
receive_payment,
sales_order,
sales_receipt,
sales_tax_payment_check,
time_tracking,
transfer_inventory,
vehicle_mileage,
vendor_credit
Example:

"invoice"

id
string
required

The unique identifier assigned by QuickBooks to this deleted transaction. This ID is unique across all transaction types.

Example:

"123ABC-1234567890"

objectType
string
required

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

Allowed value: "qbd_deleted_transaction"
Example:

"qbd_deleted_transaction"

createdAt
string
required

The date and time when this deleted transaction 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 transaction 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"

refNumber
string | null
required

The case-sensitive user-defined reference number for this deleted transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.

Example:

"INV-1234"