ToDo
Create, update, delete, and query QuickBooks To Do entries.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier of the vendor type. | |
Notes | String | False |
Notes on this to do entry. | ||
IsActive | Boolean | False |
Boolean determining if the vendor type is active. | ||
Type | String | False |
Type of this to do entry. Requires QBXML Version 13.0 or higher. | ||
Priority | String | False |
Priority of this to do entry. Requires QBXML Version 13.0 or higher. | ||
IsDone | Boolean | False |
Whether or not this to do entry is complete. | ||
ReminderDate | Datetime | False |
Reminder date for this to do entry. | ||
ReminderTime | String | False |
Reminder time for this to do entry. Requires QBXML Version 13.0 or higher. | ||
EditSequence | String | True | 16 |
A string indicating the revision of the payment method. | |
TimeCreated | Datetime | True |
The time the vendor type was created. | ||
TimeModified | Datetime | True |
The last time the vendor type was modified. |